• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

http tuoitreit vnthreads3006 code tu dong lock ip khi bi ddos html

  1. Admin

    Code tự động lock ip khi bị ddos

    Code đây <?php $n = 5; // Chặn ip nếu 5 lần nhanh và liên tiếp truy cập vào 1 URL $ban = strpos($_SERVER['REQUEST_URI'],"vbshout.php")?0:1; $in = " ".$_SERVER['REMOTE_ADDR']." -".$_SERVER['REQUEST_URI']; $log = fopen('banip.log','a'); fwrite($log, $in); fclose($log); $list =...
Back
Top