IOSec.org Anti Flood Security Gateway Module

To start test: - Press "F5" once in 2 seconds. - Then press "F5" once in a second. - To activate module you should press "F5" more than 3 times in a second. (according to default configuration values) Module will prevent you from viewing the page.


IOSec.org Anti Flood Security Gateway Module

Deneme yapmaya ba�lamak i�in: - 2 saniyede 1 kere "F5" tu�una bas�n. - Daha sonra saniyede 1 kere "F5" tu�una bas�n. - Mod�l�n devreye girmesi i�in saniyede 3 kez ve daha fazla olacak �ekilde "F5" tu�una bas�n. (varsay�lan kurulum ayarlar�na g�re) Mod�l sizin sayfay� g�r�nt�lemenizi ask�ya alacakt�r. /////////////////////////////////// CONFIGURATION PARAMETERS for THIS DEMO /////////////////////////////////////////////// $use_captcha ='y'; //If you want to use reCAPTCHA set value to 'y' otherwise leave empty (default is 'y'). $publickey = ''; // Get a key from https://www.google.com/recaptcha/admin/create $privatekey = ''; // Get a key from https://www.google.com/recaptcha/admin/create $interval = 0.5; //Connection Interval in seconds (e.g. 1, 0.5, 0.001, etc.). $conection_limit = 1; //Connection count in interval value (e.g. 1, 3, 5, 100). $block_proxies = ''; //If you want to block proxies set value to 'y' otherwise leave empty. $refresh_timeout = 5; //Suspended Process Timeout value in seconds. $redirection = ''; //If you want to redirect user after suspended process, you can enter URL here. $mail_info = ''; //Mail address to notify (admin mail). $debug_info = 'y'; //If you want to show debug info then set value to 'y' otherwise leave empty. $behind_reverse_proxy = ''; //If your web server behind a reverse proxy, set this value to 'y'. $incremental_blocking = 'y'; //If you want to use incremental blocking, set this value to 'y' (default is 'y'). $implicit_deny_timeout = 0; //If you want to block every request as default for a timeout period (seconds), set this value to greater than '0' (default is '0'). $cached_requests = 150; //Monitoring data window size for last requests (for 'ips' file size) (default is '150'). ///////////////////////////////////////////////////////////////////////////////////////////// Contact: [email protected]