Elxis CMS Forum

Support => Technical support => Topic started by: motters on June 06, 2009, 00:06:19

Title: ELXIS FLOOD PROTECTION. Too many requests! Please try again later.[sloved]
Post by: motters on June 06, 2009, 00:06:19
i enabled the flood protection and it was working fine and not i get on my page

ELXIS FLOOD PROTECTION. Too many requests! Please try again later.

how do i disable this

i have an idea but want to make sure this is write

do you got into administrator/tools/floodblocker and go into the config file.

   1.
      <?php
   2.
       
   3.
      $fconf_enabled = 1;
   4.
      $fconf_interval = 1800;
   5.
      $fconf_timeout = 7200;
   6.
      $fconf_rules = array(10=>10, 60=>30, 300=>50, 3600=>200);
   7.
       
   8.
      ?> 





do you then edit this to look like this


   1.
      <?php
   2.
       
   3.
      $fconf_enabled = 0;
   4.
      $fconf_interval = 1800;
   5.
      $fconf_timeout = 7200;
   6.
      $fconf_rules = array(10=>10, 60=>30, 300=>50, 3600=>200);
   7.
       
   8.
      ?>


eg chage $fconf_enabled = 1;  to $fconf_enabled = 0;


if i am wrong tell me if there is another way please tell me

thanks
Title: Re: ELXIS FLOOD PROTECTION. Too many requests! Please try again later. [SLOVED]
Post by: motters on June 06, 2009, 00:08:25
IT WHEN AWAY AFTER A BIT

THANKS ANYWAY BEST FREE SERIVECE I KNOW
Title: Re: ELXIS FLOOD PROTECTION. Too many requests! Please try again later. help!!!
Post by: rentasite on June 06, 2009, 11:01:06

You can disable it, through the Elxis Administration panel of course.
Title: Re: ELXIS FLOOD PROTECTION. Too many requests! Please try again later.[sloved]
Post by: djdubuque on December 14, 2010, 14:56:12
ELXIS FLOOD PROTECTION error on both Admin backend and front end, how to correct when this happens?
Title: Re: ELXIS FLOOD PROTECTION. Too many requests! Please try again later.[sloved]
Post by: Ivan Trebješanin on December 14, 2010, 22:18:43
Use some FTP client like filezilla and openl /administrator/tools/floodblocker/config.php and set this
 $fconf_enabled = 1;
to this
$fconf_enabled = 0;