here is a simple script that will do it for you....
$mydomain = "www.mysite.com"; // Set this to your domain
$list = file_get_contents("links.txt");
$urls = explode ("\n", $list);
ini_set (default_socket_timeout, "12");
echo "[b]Checking back links to $mydomain....[/b]
<FONT SIZE=-1>";
foreach ($urls as $url) {
if (strlen ($url)) {
echo $url . "[b]<FONT COLOR=";
if (strpos (file_get_contents($url), $mydomain) != FALSE) {
echo "GREEN> Found";
} else {
echo "RED> Missing";
}
echo "</FONT>[/b]
";
}
}
echo "</FONT>";
?>
Just set the domain to your domain and in a file called "links.txt" you place the urls of the pages on which your backlinks reside. Call up the script and it checks all the backlinks for you.
Simple and free

- hmmm, the message will not display the php identifier at the top of the script but you have to begin as with any php file - with a "<""?""php" - remove the quotes - I just had to put them in there in order for the forum software to display the characters properly
* You know what? The script is not displaying right. It would probably be better just to download it - you can do that by doing an anonymous ftp to agentsonline.net and look in the Pub directory.
Just a note for anyone trying this script - when you call it up in your browser it does not actually load until it checks all your links so if you have several hundred links to check it may be 5 minues or more before you see the page change in your browser. When it does it will display a list of all your links and whether or not your link was found on the pages.
[This message has been edited by doug (edited 11-13-2004).]
_________________________
For the non-do-it-yourselfer! Proven effective fully managed package of
Websites for Realtors - Some areas available that offer immediate exposure with pre-existing top 10 search engine positions!
Visit my
Realtor websites blog for maintaining a successful online presence.