Results 1 to 3 of 3
-
17th Jun 2012, 07:40 AM #1OPMemberWebsite's:
porndex.eu massprchecker.comBack link checker
Hi can someone point me in he right direction so im able to create a little script that will check back links are active ?
I run a directory which requires a link back to the directory or their site gets removed.
Problem is it takes hours of clicking to check my link is still displayed on the sites.
Is there a way to make this simple ?
Thanks
RRroadrunner Reviewed by roadrunner on . Back link checker Hi can someone point me in he right direction so im able to create a little script that will check back links are active ? I run a directory which requires a link back to the directory or their site gets removed. Problem is it takes hours of clicking to check my link is still displayed on the sites. Is there a way to make this simple ? Thanks RR Rating: 5
-
17th Jun 2012, 12:38 PM #2The Wise OneWebsite's:
twilight.ws ddlrank.comPHP Code:<?php
foreach ($domain as $d) {
$content = file_get_contents($d); // where $d is the url
if (stristr($content, "your url here")) {
// all good
}else{
echo $d . ' does not have a backlink' . PHP_EOL;
}
}
Add curl multi exec in the next version with auto emailing, ...
-
17th Jun 2012, 07:17 PM #3Member
The code in the previous reply is the most simple solution, but maybe you should also check if it's actually a link (url inside an <a href="" tag), that it's not set to nofollow, etc.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
vB 4.1.10 Link Checker Bot
By IiTz ShAnE in forum vBulletinReplies: 3Last Post: 28th Mar 2012, 03:48 PM -
Link checker for WP
By DeathRS in forum Webmaster DiscussionReplies: 7Last Post: 14th Apr 2011, 05:20 PM -
Link checker for 4.x.x
By ibby in forum vBulletinReplies: 3Last Post: 17th Jan 2011, 12:14 AM -
What really is the best Link Checker Mod?
By Clowner in forum Web Application/Script SupportReplies: 5Last Post: 9th Mar 2010, 11:22 PM -
Link Checker Bot-Which one?
By pspuser007 in forum vBulletinReplies: 6Last Post: 18th Feb 2009, 10:52 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...