thank you all for this great topic and threads, i have a question, more to a request actually ..
in the readme they included a php script for showing a text link for the visiting webmasters :
<?
// COMMENT: This is a PHP script, and as such will only parse/compile inside files ending in the .php, .php3, or .phtml file extensions.
if($_SERVER["HTTP_REFERER"]){
$parsed=@parse_url(strtolower($_SERVER["HTTP_REFERER"]));
// COMMENT: Replace yourdomain.com with your own domain.
if($parsed[host] && !eregi(strtolower("YOURDOMAIN.COM"),$parsed[host])){
echo"<a href=\"http://".str_replace("statistics.","www.",str_replace("stats.","www.",$parsed[host]))."/\" target=\"_blank\">".ucfirst(str_replace("statistics.","",str_replace("stats.","",str_replace("www.","",$parsed[host]))))."</a>";
}
}
?>
.......anyone have this script in html, or capable of translating it to html ?
@ reqd : i got the same problem with the harvester, anyone have any ideas what might be the prob ? or maybe try another harvester software ?