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

s.2.u firewall v2.1 for xenforo

Admin

Well-Known Member
Staff member
Administrator
Đầu tiên các bạn download vầ máy mở s2u.firewall_config.php lên thay

PHP:
$config['s2u_fw1_domain_allow']=array(

    'http://yeudidong.com',

    'http://www.yeudidong.com'

);

Bằng domain của bạn

PHP:
//Mã PublicKey khi đăng kí ở http://www.google.com/recaptcha. Để trống tương đương với không dùng tính năng tự unlock bằng captcha.

$config['s2u_fw1_captcha_public_key']='6Lc1f8sSAAAAACnxQOs_cU8JhIP6S_V3XuZKQbz4';

//Mã PrivateKey khi đăng kí ở http://www.google.com/recaptcha. Để trống tương đương với không dùng tính năng tự unlock bằng captcha.

$config['s2u_fw1_captcha_private_key']='6Lc1f8sSAAAAAPTS_5-6szubrEIsJ6ftDLf4y-0R';

Thay public key và privatekey lấy ở reCAPTCHA: Stop Spam, Read Books
Thay

Code:
//Email để thông báo cho người bị khóa liên hệ.

$config['s2u_fw_email_admin']='dinhtiepnb2012@gmail.com';

Băng email của bạn

Tiếp các bạn upload tất cả thư mục s2u firewall v2.1 lên root website

Chạy domain.com/s2u.firewall_install.php

OK . Giờ mở

library/XenForo/Autoloader.php

Tìm

PHP:
define('XENFORO_AUTOLOADER_SETUP', true);

Thêm vào dưới nó

PHP:
if(file_exists('s2u.firewall_system.php')){require_once('s2u.firewall_system.php');}

OK. Mở file .htaccess lên thay toàn bộ .htaccess bằng code dưới

# Mod_security can interfere with uploading of content such as attachments. If you

# cannot attach files, remove the "#" from the lines below.

#<IfModule mod_security.c>

# SecFilterEngine Off

# SecFilterScanPOST Off

#</IfModule>

ErrorDocument 401 /s2u.firewall_until/401.shtml

ErrorDocument 400 /s2u.firewall_until/400.shtml

ErrorDocument 403 /s2u.firewall_until/403.shtml

ErrorDocument 404 /s2u.firewall_until/404.shtml

ErrorDocument 500 /s2u.firewall_until/500.shtml

ErrorDocument 508 /s2u.firewall_until/508.shtml

<IfModule mod_rewrite.c>

RewriteEngine On

# If you are having problems with the rewrite rules, remove the "#" from the

# line that begins "RewriteBase" below. You will also have to change the path

# of the rewrite to reflect the path to your XenForo installation.

#RewriteBase /xenforo

# This line may be needed to enable WebDAV editing with PHP as a CGI.

#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

RewriteCond %{REQUEST_FILENAME} -f [OR]

RewriteCond %{REQUEST_FILENAME} -l [OR]

RewriteCond %{REQUEST_FILENAME} -d

RewriteRule ^.*$ - [NC,L]

RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]

RewriteRule ^.*$ index.php [NC,L]

</IfModule>

Options All -Indexes

DirectoryIndex index.html index.php

Options All -Indexes

DirectoryIndex index.html index.php

Xong rồi đó. Vào lại website rồi vào thư mục s2u.firewall_logs xem nó có ghi lại IP không, nếu có ghi thì thành công rồi đó :D
[down]Download tuoitreit.vn_s2u_firewall_v2.1.zip (91.9kb)[/down]
 

Facebook Comments

New posts New threads New resources

Back
Top