How to install cloudlinuxOS in your shared server. It is easy to switch cPanel server from CentOS 5.x to CloudLinux. The process takes a few minutes and replaces just a handful of RPMs. 1) Get either by getting trial subscription or by purchasing subscription2) Download script: cpanel2cl3) Execute sh cpanel2cl… Continue Reading install cloudlinuxOS in cpanel.

These are the few useful path for ASSP spam filter set in the cPanel. find the email: each time you need to analyze an email problem first check if the problem is on ASSP using commands like this # tail -60000 /usr/local/assp/maillog.txt | grep “email” or# tail -60000 /usr/local/assp/maillog.txt |… Continue Reading ASSP spam filter in cpanel. useful commands.

Hello, Is there any way to decrypt “Cpanel password. I know that the cPanel user is listed in “/etc/passwd” and password is encrypted in the “/etc/shadow”. If some one forgets the password the only option available is to reset the password. Is there any option to view the password without… Continue Reading cPanel password – decrypt it

Hello, In my VPS, PHP info page is not working. Its not showing changes when I do modifications. Please help me to fix the issue.? Solution: 1)Copy /usr/local/cpanel/cgi-sys/php5.cgi to /home/username/ public_html/cgi-bin 2)Add the below given script root [/home/username/public_html/cgi-bin]# vi phpini.cgi#!/bin/shexport PHPRC=/home/username/public_htmlexec /home/username/public_html/cgi-bin/php5.cgi 3)And added a php.ini in the location (/home/username/public_html)… Continue Reading PHP info page is not working

Exim commands 1) To delete mails in the mail queue older than a dayexiqgrep -o 86400 -i | xargs exim -Mrm 2)exim -bp|grep $name Will show the mail in queue for $nameexim -Mvh $MSGID View message headerexim -Mvb $MSGID View message bodyexim -M $MSGID Force delivery of messageexim -v -M… Continue Reading Exim mail server – commands

I am logging onto Cpanel fine but when trying to access RVsitebuilder i receive the following fatel error message. Fatal error: The encoded file /var/cpanel/rvglobalsoft/rvsitebuilder/www/ionctestlicense.php requires a license file.The license file /var/cpanel/rvglobalsoft/rvsitebuilder/rvsitebuilder.lic has expired. in Unknown on line 0 I have no idea what this means can anyone help? Or… Continue Reading RVsitebuilder error in cPanel.

Linux, Windows, PHP, MySQL, cPanel, Plesk , etc and their fixes (Under updates): Light speed installation in cPanel

    Apache is the one of the best web server used by all the Web hosting company. As the days passed on, all the customers need double the speed of Apache. So wat can be the solution. Sol: LITE SPEED. Apache + Apache = Light speed. Follow the link to… Continue Reading Litespeed installation in cPanel

Apache with PHP. Source installation of apache with PHP. Notes.> If you try to install php-5.3 you will end up with “Zend parse error”. Please try to install PHP-5.2 or lower. > Please check whether you have installed ‘gcc’ and ‘Mysql’ and also ensure that Mysql is running. Please follow… Continue Reading Apache with PHP “Zend Phase error”