Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
EDC:
Download extensions for Elxis CMS
.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
Technical support
»
ELXIS FLOOD PROTECTION. Too many requests! Please try again later.[sloved]
« previous
next »
Print
Pages: [
1
]
Author
Topic: ELXIS FLOOD PROTECTION. Too many requests! Please try again later.[sloved] (Read 7377 times)
motters
Newbie
Posts: 28
ELXIS FLOOD PROTECTION. Too many requests! Please try again later.[sloved]
«
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
«
Last Edit: June 07, 2009, 18:44:02 by motters
»
Logged
motters
Newbie
Posts: 28
Re: ELXIS FLOOD PROTECTION. Too many requests! Please try again later. [SLOVED]
«
Reply #1 on:
June 06, 2009, 00:08:25 »
IT WHEN AWAY AFTER A BIT
THANKS ANYWAY BEST FREE SERIVECE I KNOW
Logged
rentasite
Elxis Community
Hero Member
Posts: 3282
Web Services
Re: ELXIS FLOOD PROTECTION. Too many requests! Please try again later. help!!!
«
Reply #2 on:
June 06, 2009, 11:01:06 »
You can disable it, through the Elxis Administration panel of course.
Logged
Rent a Site
|
Lelevose
djdubuque
Newbie
Posts: 2
Re: ELXIS FLOOD PROTECTION. Too many requests! Please try again later.[sloved]
«
Reply #3 on:
December 14, 2010, 14:56:12 »
ELXIS FLOOD PROTECTION error on both Admin backend and front end, how to correct when this happens?
Logged
Ivan Trebješanin
Elxis Team
Hero Member
Posts: 1663
Re: ELXIS FLOOD PROTECTION. Too many requests! Please try again later.[sloved]
«
Reply #4 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;
Logged
I've got a snap in my finger...
Got rhythm in my walk...
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
Technical support
»
ELXIS FLOOD PROTECTION. Too many requests! Please try again later.[sloved]