• 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.

Admin

Well-Known Member
Staff member
Administrator
Code này là sự kết hợp giữa code anti ddos bằng file antiddos.phtml và nhái của SVIT + code tự chuyển hướng không cần click
Tạo 1 file anti.php trong thư mục forum.
Nội dung:

PHP:
<? 
$text=$HTTP_SERVER_VARS['QUERY_STRING']; 
$text = preg_replace("#php&#si",'php?',$text); 
echo('<title>tuoitreit.vn--access verifing ....</title><center><br><br><br><img src="http://img841.imageshack.us/img841/6136/tuoitrevnbiz12012013.gif"><br><div id="suggest"><b>Your Access is Verifing.....</b></div></center><script type="text/JavaScript">setTimeout("Redirect()",1000);function Redirect(){location.href = "http://tuoitreit.vn'.$text.'";}</script>');

?>

Thay tuoitreit.vn = site của bạn.

Tiếp theo thêm đoạn sau vào .htaccess

PHP:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?tuoitreit.vn [NC]
RewriteRule !anti.php http://tuoitreit.vn/anti.php?%{REQUEST_URI} [QSA]

Thay tuoitreit.vn bằng site bạn. Xong
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top