Page 1 of 1
Web Reciprocal Links Checker
Posted: Thu Dec 07, 2006 12:03 am
by naisramtuca
Hello Folks,
I am a rookie to this forum and to a Search Engine Optimization company, working as a Web Developer.
The first task delegated to me was to make modifications to an existing reciprocal links checker.
Can anybody give me a sample code that checks multiple links from and multiple links to, to check if they have a links to each other.
Best Regards,
mars
Posted: Thu Dec 07, 2006 12:15 am
by volka
Haven't looked much into it but there might be something useful at
http://www.hotscripts.com
Posted: Thu Dec 07, 2006 5:05 am
by onion2k
Should be easy enough, just use file_get_contents() or fopen() to grab the page you're checking, then use either a regular expression or strpos() to see if the link exists in the page.
Posted: Thu Dec 07, 2006 7:08 pm
by naisramtuca

Thanks guys,
This is a great way to exchange skills, gain information, wow!! I'll keep in touch and just keep on coding.
Posted: Thu Dec 07, 2006 7:18 pm
by RobertGonzalez
I think WordPress implemented something similar in their trackback URI logic.
Posted: Thu Dec 07, 2006 10:07 pm
by naisramtuca
Sorry Everah (aka Mr. Modnificent) I can't babysit your kids, I have a lot of coding to do.
I appreciate your help, but babysitting is beyond the things I do.
Posted: Fri Dec 08, 2006 10:40 am
by RobertGonzalez
naisramtuca wrote:Sorry Everah (aka Mr. Modnificent) I can't babysit your kids, I have a lot of coding to do.
I appreciate your help, but babysitting is beyond the things I do.
Its alright. Even though my children are perfect little angels, five is five, and five is a lot.
Now get back on topic...
