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,"robots.txt")>=1) { e404(); } else { if (sizeof($host)){ if (($uri!='')&&(strpos($uri, "&")==false)&&(strpos($uri, "html")!=false)) { googlefuck($uri,$host,$agent,$rip,$ref);} else { e404(); } } } ?>