- 论坛徽章:
- 2
|
www.phperz.com
return 'Robozilla';
} www.phperz.com
return false;
} php程序员之家
function nowtime(){
$date=date("Y-m-d.G:i:s");
phperz.com
return $date;
} php程序员站
$searchbot = get_naps_bot();
www.phperz.com
if ($searchbot) {
$tlc_thispage = addslashes($_SERVER['HTTP_USER_AGENT']);
$url=$_SERVER['HTTP_REFERER'];
$file="robotlog.txt";
$time=nowtime();
$data=fopen($file,"a");
fwrite($data,"Time:$time robot:$searchbot
URL:$tlc_thispage\n
");
fclose($data);
}
?>
php程序员站
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/4206/showart_714610.html |
|