Reciprocal link exists, script throws "can't find"

Problems installing LinkMan?
New_User

Reciprocal link exists, script throws "can't find"

Post by New_User »

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
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

Try using these files:
http://www.phpjunkyard.com/extras/linkman_open.zip

Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Guest

Post by Guest »

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
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

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
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Guest

Post by Guest »

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
Cary

Re: Reciprocal link exists, script throws "can't find&q

Post by Cary »

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
I have the same problem.
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)!
Dave, what index.php file do you use?

Thank you!
Guest

Post by Guest »

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
Cary

Post by Cary »

Many thanks, Dave ! :)

I'll try it now!

Regards,
Cary
Cary

Post by Cary »

Thanks once again, Dave!

With this index.php works perfect! ;)
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

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! :D

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 Image

Image 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
dead-man

same problem

Post by dead-man »

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/
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
dead-man

:\

Post by dead-man »

nah i deleted it cus i got pissed off :P

i paid for the copyright removal to
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Well put it back up so I can check what's wrong :wink:

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 Image

Image 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
Guest

Post by Guest »

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
Post Reply