It's very easy to make one in PHP ... and it won't take more then 15 minutes to do it... but I am to lazy
oh man... when i read a post like this with all the PHP flying around... im reminded of how bright the ppl in this community are... i learnt BASIC and HTML pretty early and recently C++ in college.... looks like i should get back into the game and learn php.. its what the bigboys are using
Why don't You just make your "Link Partners" site use PHP Link Directory from phplinkdirectory.com ? It gots all it needs and v 2.0 is free.
What do you think about this tool? http://www.linktemple.com I found it pretty cool ... only works for a reasonable amount of links
hi all, Does anyone have a suggestion of a "contact form" link checker script. As in I tell people I will link to their site, if they add a link to mine, all they have to do is to provide a reciprocal link. my form ======== Your name: E-mail: Website title: Website URL: URL with reciprocal link: Website description: =========== And before the link is submitted to me it would check the "URL with reciprocal link" for my string.
Hi all, Found this script just intime. The only problem I ran into was that my hoster has disabled file(), get_file_contents() for files on different server. I can use these for local files but not for external. However, the hoster has got cURL installed. I had to modify the script for cURL in my case: function BacklinkCheck($url, $mydomain){ $ch = curl_init(); curl_setopt ($ch, CURLOPT_URL, $url); curl_setopt ($ch, CURLOPT_HEADER, 0); curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1); $contents = curl_exec ($ch); curl_close ($ch); $arrText = array(); $arrText = explode("\n", $contents); if (strpos ($contents, $mydomain) != FALSE) { return true; } else { return false; } } PHP: Then call it from submission form with: $backlink=BacklinkCheck($_POST["backlink_url"], "directory.nkytravel.com"); if($backlink===false){ echo "URL not found!"; }else{ /// Complete submitting url to directory } PHP: It workds perfectly fine for me. Feel free to test it out and add your sites to my directory: http://directory.nkytravel.com
ManageYourLinks.com has a good tool as well. Its free to use and works for reciprocals as well as bought links. It also gives stats about those links that you can track.
A few days ago, I found a software called Link Verify. It's pretty neat and should cater the needs for most webmasters. I blogged about it at http://www.seotier.com/201/free-reciprocal-link-exchange-verifier-software/ Check out the software at http://www.rankexec.com/linkverifydwnld.htm
hi all, WOW, this thread has taken some turns. thanks to all that have put in their contributions. Now I want to stick a spanner in the wheel I need a script to take a list of URL's (in a txt file or in a form pasted)... check the url's to see if my link indeed exists on that page... if it does, get me the PR of that page and return it also. I am not a coder, so if there is any of you willing to work with me, I will be very grateful. I want to run a link building contest next year and need a little tool to check if my link exist on the URL that the contestants say it is... then check the PR to ensure they are all not PR 0's. Any help will be greatly appreciated. justin
I can suggest you this Reciprocal link checker It is free, you do not need to download and install software, and it controls for you your link exchanges.
backlink-tool.com is the best tool for this. You can manage unlimited campaigns and check for your links on unlimited partner sites.