Bom já que o sistema não deixa voce entrar pelo WHM para desativar o  cPHulk Brute Force Protection. A solução é fazer via SSH, use…

Comando SSH: nano /etc/my.cnf Apague tudo que tem e insira o código abaixo. [mysqld] innodb_file_per_table=1 open_files_limit=50000 max_connections=4096 default-storage-engine=MyISAM thread_cache_size=4 query_cache_size=10M table_cache=160 tmp_table_size=28M max_heap_table_size=28M max_connect_errors=10 table_cache=65…

Comando SSH:   Para todas as contas:   cd /home find . -type f -exec chmod 644 {} \; ; find . -type d -exec…

Geralmente coloco na /home # pico /usr/lib/php.ini Procure : eaccelerator.cache_dir=”/tmp/eaccelerator mude para /home/eaccelerator Salve # mkdir /home/eaccelerator #service httpd stop #rm -rf /tmp/ #service httpd…