当天访问记录:
$date = date("Y-m-d");
$iptxt = "../include/IP/IP_".$date.".txt";
//$about = 'about.txt';
//本页内容请修改about.txt文件防止更新后index.php文件被覆盖
if(file_exists($iptxt)){
//文件存在,直接输出文件内容
echo file_get_contents($iptxt);
}
else {
//文件不存在
@file_put_contents($iptxt,'