Elxis CMS Forum

Support => General => Topic started by: xmanhattan on March 06, 2016, 12:52:53

Title: Elxis 4.4 updated wamp localhost Request dropped
Post by: xmanhattan on March 06, 2016, 12:52:53
Hello all,

I updated 4.3 to 4.4, logged into administration and updated the db.
All went well until I opened a second browser (firefox) and click on a few links to check that everything was okay.

Then I received the following error message and am now locked out from seeing the site completely locally:
Request dropped!
You have been banned! If you think this is wrong contact the site administrator.
Reference code: SEC-DEFB-0001

I read the other posts regarding this issue but did not find a solution.
Elxis repository folder is default
Php is 5.13

Advice and help?

Title: Re: Elxis 4.4 updated wamp localhost Request dropped
Post by: michalis1984 on March 06, 2016, 13:40:20
I have just update a website without any problem. Unblock yourself and continue.
Title: Re: Elxis 4.4 updated wamp localhost Request dropped
Post by: xmanhattan on March 06, 2016, 17:24:46
Hmmm, you might want to tell me how to unblock myself.
Title: Re: Elxis 4.4 updated wamp localhost Request dropped
Post by: michalis1984 on March 06, 2016, 18:55:39
Until version 4.3 the solution was to edit/delete the file defender_ban.php which in on repository. Haven't check if anything changes with the 4.4 version but probalby the solution is the same.
Title: Re: Elxis 4.4 updated wamp localhost Request dropped
Post by: xmanhattan on March 07, 2016, 10:13:04
michalis1984,

Thanks found it.

For others:

edit defender_ban.php and delete the line that bans you like this one:

Code: [Select]
\repository\logs\defender_ban.php

'127x0x0x1' => array('times' => 4, 'refcode' => 'SEC-DEFG-0025', 'date' => '2016-03-06 10:30:11'),

NOTE: from the beginning of the line including the comma at the end, in case you have other lines in there.
Title: Re: Elxis 4.4 updated wamp localhost Request dropped
Post by: ahmet on April 08, 2017, 14:47:19
hello all,
i deleted all ban list but still can not login?
Title: Re: Elxis 4.4 updated wamp localhost Request dropped
Post by: xmanhattan on April 08, 2017, 16:37:29
Hello ahmet,
copy all php files from repository logs folder to your local disk.
edit each one using notepad or another editor such as notepad++
and delete the ip's that are in the arrays.
example
$ban = array(
192.168.1.99
);
then copy them back to your server.