Array
(
    [0] => Warning
    [1] => Undefined array key "language"
    [2] => /home/whmcsdev/public_repo/wbteampro.major-release/installation/modules/addons/wbteampro/initialize.php
    [3] => 282
)
Array
(
    [0] => Warning
    [1] => Undefined property: stdClass::$state
    [2] => /home/whmcsdev/public_repo/wbavatax.master/installation/modules/addons/wbavatax/hooks.php
    [3] => 942
)
Array
(
    [0] => Deprecated
    [1] => htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated
    [2] => /home/whmcsdev/public_repo/wbavatax.master/installation/modules/addons/wbavatax/hooks.php
    [3] => 279
)
Clearing Brute Force Lockout - Knowledgebase - WHMCS Dev
Dev License: This installation of WHMCS is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to abuse@whmcs.com

Clearing Brute Force Lockout Print

  • 2

Clearing a Brute Force Lockout Record from WHM on Apache - this requires root access to the server.

  1. SSH into the server with ROOT access
  2. Open the MySQL Prompt (type mysql + enter)
  3. From the SQL Prompt, run the following:

    mysql> use cphulkd;
    mysql> DELETE FROM `brutes` WHERE `IP`='xxx.xxx.xxx.xxx';
    mysql> quit;

 


Was this answer helpful?

« Back

Powered by WHMCompleteSolution