i have already tryed setting this to a few diffrent setting atm it is set at
PHP Code:
//Amount of time in second to show restrict message if a Flooding attack is determined
$config['dnp_firewall_wait_time'] = 10 ;
PHP Code:
//Amount of penalty to be considered a Flooding attack.
//Every time multiple requests sent to the forum in less than few a second, penalty count increased by 1.
$config['dnp_firewall_penalty_allow'] = 20;
Quote:
Originally Posted by silveryhat
You guys forgot to change the 2ng layer config to have it adapted to your forum  . On some board the default configuration should be fine while on some other board with active AJAX shoutbox a little change might be necessary. Open config file and set
PHP Code:
$config['dnp_firewall_penalty_allow'] = 12;
Detail information about DnP Firewall 2nd Layer Protection
|