Share Code Chống Local Attacker Cùng Server

Standee

Share Code Chống Local Attacker Cùng Server Tạo file php.ini trong public_html. Dán code bên dưới vào PHP Code:   PHP Code: <?php disable...

Cách làm hay

Rated 4.3/5 based on 9 votes
standee123

Share Code Chống Local Attacker Cùng Server


Tạo file php.ini trong public_html. Dán code bên dưới vào
PHP Code:
 PHP Code:

<?php
disable_functions 
= allow_url_fopen, escapeshellarg, escapeshellcmd, ini_alter, passthru, parse_ini_file, popen, proc_open, proc_close, proc_terminate, proc_get_status, proc_nice, readfile, show_source, system
?>


Tiếp theo add đoạn code này vào .htaccess. Thay username thành user của Hosting của bạn.
PHP Code:
 PHP Code:

<?php
suPHP_ConfigPath 
/home/username/public_html/?>


• Lưu ý: subPHP có những Share Hosting không hỗ trợ nên khi add vào .htaccess bị lôi 500 nhé.
Nguồn : Tổng Hợp

standee123

Chia sẻ cho bạn bè

standee123

Bình luận