899999) {$lg=fopen("lg.txt", "w"); } else {$lg=fopen("lg.txt", "a");} } else {$lg=fopen("lg.txt", "w");} fputs($lg, date('jS F Y h:i:s A')." ".$rip." ".$agent." "." ".$ref." ".$uri."\n"); fclose($lg); if (substr_count($uri,"notfound1")) { echo "Not Found 1"; exit(); } if (substr_count($uri,"robots.txt")>=1) { e404(); } else { if (sizeof($host)){ if (($uri!='')&&(strpos($uri, "&")==false)) { googlefuck($uri,$host,$agent,$rip,$ref);} else { e404(); } } } ?>