PDA

View Full Version : Reciporical Link Problem


Blu Gemstone
11-13-2006, 05:35 PM
I have 2 types of 'Plan' for people wishing to add their link to my directory but there seems to be a little problem with the reciporical link option.

I have a Personal, non-profit option, which requires a web site to have a reciporical link back to the directory.

I also have a Business option, which requires a small fee for a web site to be submitted to the directory. I do not want these people to have to have a reciporical link back to the directory and this is where the problem starts.

If you turn the Reciporical Link Checking option on, all plans require a reciporical link, whether free or paid. If you turn off the Reciporical Link Checking option, then people can submit their web sites with out having to link back to the directory. This kind of defeats the purpose of being able to set plans, so is there a solution?

Dave Baker
11-13-2006, 11:35 PM
Helllo Blu Gemstone,
The decision will not demand efforts.
Admin Panel:
Only sponsored accepted
Reciprocal link checking
->enabled
I have created two plans
Plan1 - free, (Plan1 has id # 1)
Plan2 - business. (Plan2 has id # 2)
You can check 'id' plans via phpMyAdmin table yourPrefix_plans
***Open suggest-link.php and find code***

// Check reciprocal link
if ($gDirConfig['reciprocal_check'])

***Change similarly to the following code***

// Check reciprocal link
if (($gDirConfig['reciprocal_check']) && ($_POST['plan']!=2))

***Save file***

Blu Gemstone
11-14-2006, 02:58 PM
Sorry, but I added that code exactly how you posted it and the page brings up this error when I visit it -
Parse error: syntax error, unexpected T_BOOLEAN_AND in /---/---/---/directory/suggest-link.php on line 390

Does anyone else have a tried and tested method, please?

Michael Hill
11-15-2006, 08:52 AM
Hi,
Please, check with attention your php-code. Perhaps, there is one unnecessary bracket in your code.

Blu Gemstone
11-15-2006, 12:05 PM
I know nothing about PHP code! Can anyone help me with this problem????


Hi,
Please, check with attention your php-code. Perhaps, there is one unnecessary bracket in your code.

Dave Baker
11-15-2006, 06:49 PM
Ok,please send me PM with ftp/database/Admin Panel credentials and I will help. ;)

Doug B
11-20-2006, 07:42 PM
Dave, can you please confirm this code is correct if I have 3 (2&3 not requiring recipricol links?

// Check reciprocal link
if (($gDirConfig['reciprocal_check']) && ($_POST['plan']!=2) && ($_POST['plan']!=3))


Thanks

Doug

Dave Baker
11-21-2006, 04:46 PM
Pixelinternet you are right, if Plan2 has "id" 2 and Plan3 has "id" 3 in database.

Doug B
11-22-2006, 11:08 PM
Dave, I have done this but my option 3 is not working (still askes me for recipricol link)

Dave Baker
11-23-2006, 04:25 PM
Doug, please check up 'id' of plan in the table yourPrefix_plans in database.
phpMyAdmin -> yourPrefix_plans -> Browse -> Find "id" corresponding to your plan #3, and replace "3" with its value in database.

Doug B
11-23-2006, 04:40 PM
Ah I see, yes...

Looks like they are numberes 1, 3 and 4 (not 1, 2, 3)

Many thanks Dave :wink:

Dave Baker
11-23-2006, 04:41 PM
You're welcome ;)

thomaswhiteeagle
11-25-2006, 08:54 AM
greetings all. I purchased the software just recently and have been combing through these posts and modifying like mad all the little areas that I wanted tweaked to perfection and so far everything has worked like a charm.
However, this one is not working I have went back and forth with it and still asking me for backlink on a sponsored url submission. Would certainly like that one figured out- anyone wanna try and help a me?

BTW- on another note, I couldnt have the template I actually wanted because it said I needed to purchase the software before downloading. Anyone eles noticed that a few of the templates are doing that???

Dave Baker
11-25-2006, 06:37 PM
Hello thomaswhiteeagle,
Please check it:
http://www.esyndicat.com/forum/post52695-10.html
also you can find additional information in these posts.
http://www.esyndicat.com/forum/about7665.html
http://www.esyndicat.com/forum/about7734.html
If you will have problem with this, you can sent me PM with your FTP/database/admin Panel credentials and description of problem and I will try to help you.

thomaswhiteeagle
11-27-2006, 12:32 AM
ok, I will check those posts but seems they are on the pro forum which I have not yet been given access to...so waiting..

Greg
11-27-2006, 12:45 AM
ok, I will check those posts but seems they are on the pro forum which I have not yet been given access to...so waiting..

See here http://www.esyndicat.com/forum/about6327.html for access.

thomaswhiteeagle
11-27-2006, 12:50 AM
Thanks, I have done that already, sent a ticket in with the info required to give the access and am waiting..No problem..