王子
王子
3243 1 0

刷新的限制已启用

你的两个请求之间的时间小于2秒,请不要刷新和等待自动化转发...
Refresh Limitation Enabled
The time between your two requests is smaller than 2 seconds, please do NOT refresh and wait for automatical forwarding ...
这是新加上的吗

0

See Also

Nearby


Discussion (1)

爪山手啊啊
爪山手啊啊 2013-01-23 07:03

在common.php的14行后面加上,可限制刷新频率,如下是限制1秒钟:
if(($timestamp-$_COOKIE['last_flush_time'])<1){
exit('请不要急速刷页面');
}
else{
setcookie('last_flush_time', $timestamp, $timestamp+ 86400 * 365, '/');
}

0
Login Topics