EMLOG -最新防CC攻击代码加强版

将下面代码插入在module.php文件内:

代码一:

=3){header(sprintf('Location:%s', 'http://127.0.0.1'));exit;}//60秒内刷新3次以上可能为cc攻击 }else{$cc\_times = 0;$\_SESSION\['cc\_lasttime'\] = $cc\_nowtime;$\_SESSION\['cc\_times'\] = $cc\_times;} } ?>

代码二:

= $refresh){ //跳转至攻击者服务器地址 header(sprintf('Location:%s', 'http://127.0.0.1')); exit('Access Denied'); } }else{ $\_SESSION\['refresh\_times'\] = 0; $\_SESSION\['last\_time'\] = $cur\_time; } } ?>

然后在head.php文件的require_once View::getView(‘module’);后面插入echo maple_cc();