Fitur php-firewall
*XSS protection
*UNION SQL Injection protection *Bads bots protection
*Bads requests methods protection
*Small DOS protection
*Inclusion files protection
*Santy and others worms *protection Server Protection *URL Query protection [cookie]s *sanitize Post vars
*sanitize Get vars sanitize
*IPs range reserved denied IPs *range spam denied
*IPs range protected PHP *globals desctruction
upload script php-firewall.zip ke hostingan dan teruzs ekstrak scriptnya ke folder public_html
cara penggunanya nya pastekan scriptnya di bawah ini ke file head anda.
define('PHP_FIREWALL_REQUEST_URI', strip_tags($_SERVER['REQUEST_URI']));
define('PHP_FIREWALL_ACTIVATION', true);
if (is_file(@dirname(__FILE__ ).'/php-firewall/firewall.php'))
include_once(@dirname(__FILE__).'/php-firewall/firewall.php');
?>
untuk yang kesulitan boleh rujuk disini http://pastebin.com/4fs8qCG0
Dan download scriptnya di php-
firewall.zip - 8 KB
No comments:
Post a Comment