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”

Pleask backend files in linux machine: Plesk root directory : /usr/local/psa Version : /usr/local/psa/version Admin password is stored : /etc/psa/.psa.shadow Plesk configuration file : /etc/psa/psa.conf Restart Plesk : /etc/rc.d/init.d/plesk restart Apache Main httpd configuration file : /etc/httpd/conf/httpd.conf Plesk httpd : /etc/httpd/conf.d/zz010_psa_httpd.conf Include conf files are under : /etc/httpd/conf.d (depends on… Continue Reading Plesk Back end files