Reciprocal link exists, script throws "can't find"
Reciprocal link exists, script throws "can't find"
Hi, Klemen -
Thanks for the free script.
I have it installed and I'm using it to load existing links to new linkman powered pages. It's working, except I'm trying to add a link from a site that has a link back to me at:
http://www.amscollects.com/links7.htm
(it's about two thirds of the way down - http://www.fundableplans.com ).
The script keeps throwing a "can't find the reciprocal link" error. Any idea why?
Thanks again.
Dave Miller
http://www.fundableplans.com
Thanks for the free script.
I have it installed and I'm using it to load existing links to new linkman powered pages. It's working, except I'm trying to add a link from a site that has a link back to me at:
http://www.amscollects.com/links7.htm
(it's about two thirds of the way down - http://www.fundableplans.com ).
The script keeps throwing a "can't find the reciprocal link" error. Any idea why?
Thanks again.
Dave Miller
http://www.fundableplans.com
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Hello again -
I tried the 1.0 but "no luck". I've tried to identify a pattern as some work and some throw the error. Here is one that I have tried repeatedly and it always fails. I checked the source of the reciprocal page and can see the reciprocal url.
My site addlink form =
http://www.fundableplans.com/business_r ... /form.html
Their reciprocal page =
http://www.annuityadvantage.com/links/links4_2.htm
I am trying to add the base url or the reciprocal page (http://www.annuityadvantage.com/) and keep geting the error.
Any other ideas?
Thanks again.
Dave Miller
I tried the 1.0 but "no luck". I've tried to identify a pattern as some work and some throw the error. Here is one that I have tried repeatedly and it always fails. I checked the source of the reciprocal page and can see the reciprocal url.
My site addlink form =
http://www.fundableplans.com/business_r ... /form.html
Their reciprocal page =
http://www.annuityadvantage.com/links/links4_2.htm
I am trying to add the base url or the reciprocal page (http://www.annuityadvantage.com/) and keep geting the error.
Any other ideas?
Thanks again.
Dave Miller
Hi,
In your settings.php try removing the trailing / from your website URL at
$settings['site_url']
Should be
$settings['site_url']="http://www.domain.com";
and NOT
$settings['site_url']="http://www.domain.com/";
Then try again with the files above.
Regards
In your settings.php try removing the trailing / from your website URL at
$settings['site_url']
Should be
$settings['site_url']="http://www.domain.com";
and NOT
$settings['site_url']="http://www.domain.com/";
Then try again with the files above.
Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
I had tried that before to no avail.
I opened the index.php that you posted above and it was the same number of lines as the one that ships with 1.01. A friend of mine has been using your script, I got a copy of his index.php and it was about 4 lines shorter. I have no idea if the file was in fact different, but I put that up and the addlink.php now works.
On a different subject, I moved the call to footer.txt above the "Powered by" as it is usual over here for the "Powered by" to be at the bottom of the page.
ex: http://www.fundableplans.com/business_r ... /links.php
Please post here if this is a problem and I will figure something else out.
Thanks again for a great script.
Regards,
Dave Miller
I opened the index.php that you posted above and it was the same number of lines as the one that ships with 1.01. A friend of mine has been using your script, I got a copy of his index.php and it was about 4 lines shorter. I have no idea if the file was in fact different, but I put that up and the addlink.php now works.
On a different subject, I moved the call to footer.txt above the "Powered by" as it is usual over here for the "Powered by" to be at the bottom of the page.
ex: http://www.fundableplans.com/business_r ... /links.php
Please post here if this is a problem and I will figure something else out.
Thanks again for a great script.
Regards,
Dave Miller
Re: Reciprocal link exists, script throws "can't find&q
I have the same problem.New_User wrote:Hi, Klemen -
Thanks for the free script.
I have it installed and I'm using it to load existing links to new linkman powered pages. It's working, except I'm trying to add a link from a site that has a link back to me at:
http://www.amscollects.com/links7.htm
(it's about two thirds of the way down - http://www.fundableplans.com ).
The script keeps throwing a "can't find the reciprocal link" error. Any idea why?
Thanks again.
Dave Miller
http://www.fundableplans.com
Every time when someone try to add a link:
Code: Select all
Our URL (http://mysite.info/) wasn't found on your reciprocal links page (http://www.site1.com/linkedsites.htm)!
Thank you!
As I said above, I don't know if this was the fix, but I've put a copy in zip format on my server at:
http://www.fundableplans.com/index.php.zip
Let me know if it works and I'll leave it for others.
Regards,
Dave Miller
http://www.fundableplans.com/index.php.zip
Let me know if it works and I'll leave it for others.
Regards,
Dave Miller
Dave,
No problem about the change of footer.txt inclusion. Not sure why this would help, but you know what they say: If it's stupid but it works, it isn't stupid!
I have added a copy of the zip file to PHPJunkYard.com server, in case your site is down at anytime in the future:
http://www.phpjunkyard.com/extras/index.php.zip
Regards
No problem about the change of footer.txt inclusion. Not sure why this would help, but you know what they say: If it's stupid but it works, it isn't stupid!

I have added a copy of the zip file to PHPJunkYard.com server, in case your site is down at anytime in the future:
http://www.phpjunkyard.com/extras/index.php.zip
Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
same problem
Hi,
Im having the same problem and nothing is working. Iv searched the forums and tryed all the things someone please check http://www.avalanchewa.com/links/ and tell me whats wrong.
Please post a reply as soon as possible as i need my site working.
Thanks
Regards,
David
http://www.avalanchewa.com/
Im having the same problem and nothing is working. Iv searched the forums and tryed all the things someone please check http://www.avalanchewa.com/links/ and tell me whats wrong.
Please post a reply as soon as possible as i need my site working.
Thanks
Regards,
David
http://www.avalanchewa.com/
Hi,
This is not the correct URL:
http://www.avalanchewa.com/links/
You get a "page not found" error because the folder "links" doesn't exists on your server. Make sure you type the correct URL of the folder where you installed LinkMan.
This is not the correct URL:
http://www.avalanchewa.com/links/
You get a "page not found" error because the folder "links" doesn't exists on your server. Make sure you type the correct URL of the folder where you installed LinkMan.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Well put it back up so I can check what's wrong
Try uploading this file and post the URL here, might give me a clue:
http://www.phpjunkyard.com/extras/phpinfo.zip
Regards

Try uploading this file and post the URL here, might give me a clue:
http://www.phpjunkyard.com/extras/phpinfo.zip
Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Hi again, Klemen -
The AddURL script doesn’t find our URL ( http://www.fundableplans.com ) when it parses this page:
http://www.merchandizer.com/Ecommerce-S ... ent_2.html
Any ideas?
Thanks
Dave Miller
The AddURL script doesn’t find our URL ( http://www.fundableplans.com ) when it parses this page:
http://www.merchandizer.com/Ecommerce-S ... ent_2.html
Any ideas?
Thanks
Dave Miller