Hostripples Featured

RvsiteBuilder: Installation and Uninstallation

Rvsitebuilder is best tool to build your site in a few minutes. There is no need to know any programming…

12 years ago

Disable Default FTP logins with Cpanel Server

On Cpanel server, default user name is very easy to guess. For example, suppose domain name is:  yourdomain.com then the…

12 years ago

How to Remove “eval(base64_decode”

First, we must find all infested files using following command. root@hr# cd /home/username/public_html/ root@hr#grep -lr --include=*.php "eval(base64_decode" * How to…

12 years ago

Cpanel: Various Log Paths

1. Apache Logs: /usr/local/apache/logs/error_log 2. Cpanel Logs /usr/local/cpanel/logs/error_log 3. Exim Logs: /var/log/exim_mainlog 4. FTP and Server logs /var/log/messages 5. Cron…

12 years ago

Linux+Cpanel Server Configuration files

Following are the most IMP server configuration files in Cpanel server Apache Config: /usr/local/apache/conf/httpd.conf Exim: /etc/exim.conf Mysql: /etc/my.cnf Named: /etc/named.conf…

12 years ago

Can not see Databases and Users in Cpanel

MySQL dbs and users dissapered ? To resolve this use following command, run: /usr/local/cpanel/bin/setupdbmap After that check it. :)

12 years ago

How to udpate stats?

To update stasts on cpanel server for particular user, use following steps. 1. Restart Cpanel service service cpanel restart 2.…

12 years ago

MySql Error: Too many MySQL connections

If you are getting Too many MySQL connections error for your site, use following command to flush the connections. mysqladmin…

12 years ago

Account not listing in WHM >> List Account

If you can not see user's account in WHM >> List account, please use following steps to fix it. Check…

12 years ago

How to use RPM command

To install and uninstall RPMs, use RPM command as follows. rpm -qa | grep pakage-name rpm -e pkgname rpm -ivh…

12 years ago