Algumas dicas rápidas para correção de alguns erros que insistem em aparecer no cPanel. Neste post eu vou listar algumas, são coisas simples mas que…

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…