Como instalar o CpCleaner no servidor dedicado

How to Install CpCleaner in cPanel through SSH?

Installation

Run the following shell commands as root via SSH:

wget -O cpc-1.0.3.tar "http://store.gk-root.com/dl.php?type=d&id=233"
tar -xf cpc-1.0.3.tar
cd cpc-1.0.3
sh cpc-installer -install
cd ..
rm -Rfv cpc-1.0.3/ cpc-1.0.3.tar

 


Update

Run the update by the following shell commands as root:

 

/usr/local/cpanel/base/3rdparty/CpCleaner/conf/update

 


Automatic Updates

To enable automatic updates, copy the "update" file to one of the cron folders e.g:

 

cp /usr/local/cpanel/base/3rdparty/CpCleaner/conf/update /etc/cron.monthly/

 


Search Config

To change the list of files to be scanned edit file: "/usr/local/cpanel/base/3rdparty/CpCleaner/conf/filestoscan".


Uninstall

Run the following shell commands as root via SSH:

wget -O cpc-1.0.3.tar "http://store.gk-root.com/dl.php?type=d&id=233"
tar -xf cpc-1.0.3.tar
cd cpc-1.0.3
sh cpc-installer -uninstall
cd ..
rm -Rfv cpc-1.0.3/ cpc-1.0.3.tar

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Vantagens do suPHP – Segurança para seu servidor compartilhado

O suPHP é uma ferramenta para executar scripts PHP com seus próprios usuários, ao invés destes...

Limite de Anexos no Exim cPanel: Ajuste Rápido e Simples

Limite de Anexos no Exim cPanel: Ajuste Rápido e Simples Quer enviar arquivos grandes por...

Erro IPDB: Corrigindo a Incompatibilidade com 'nf_tables

Erro IPDB: (nf_tables): Tabela 'filter' é incompatível, use a ferramenta 'nft' Em alguns...

Instalando e Configurando Maldet no seu servidor de hospedagem

Maldet, também conhecido como Linux Malware Detect, é um scanner de malware para Linux. O...

BUG: cPanel WHM: “A database owner with the name already exists”

Se você deletou uma conta através do cPanel WHM, mas precisa recriá-la e infelizmente, você...