security.inc.php
来自「城市分类信息,门户网站,我做为地方信息网」· PHP 代码 · 共 32 行
PHP
32 行
<?php
if(!defined('IN_FLY')) {
exit('Access Denied');
}
@header('Content-Type: text/html; charset=utf-8');
if($attackevasive == 1 || $attackevasive == 3) {
fsetcookie('lastrequest', time(), 0, 0);
if(time() - $_COOKIE['lastrequest'] < 2) {
?>
<html>
<head>
<title>Refresh Limitation Enabled</title>
</head>
<body bgcolor="#FFFFFF">
<script language="JavaScript">
function reload() {
document.location.reload();
}
setTimeout("reload()", 2001);
</script>
<table cellpadding="0" cellspacing="0" border="0" width="700" align="center" height="85%">
<tr align="center" valign="middle">
<td>
<table cellpadding="10" cellspacing="0" border="0" width="80%" align="center" style="font-family: Verdana, Tahoma; color: #666666; font-size: 11px">
<tr>
<td valign="middle" align="center" bgcolor="#EBEBEB">
<br><b style="font-size: 16px">Refresh Limitation Enabled</b>
<br><br>鎮ㄧ殑鍒锋柊澶
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?