Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: How to manually remove IP from cphulk block list?  (Read 2980 times)

0 Members and 1 Guest are viewing this topic.

lijeshk

  • Guest
How to manually remove IP from cphulk block list?
« on: November 03, 2013, 01:06:27 pm »
Login to Mysql:

mysql> use cphulkd;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed

mysql> SELECT * FROM `brutes` WHERE `IP`=’x.x.x.x’;

If you are able to find your IP in "brutes" then simply remove it by:

mysql> DELETE FROM `brutes` WHERE `IP`=’x.x.x.x’;

Where "x.x.x.x" is the IP address, that you need to remove.

--

 :)
« Last Edit: November 03, 2013, 01:23:01 pm by lijeshk »