Hot to add default Index page when new account is created in cpanel/WHM !!!

We all want to show default index page when new account is setup. Below are the steps: First of all we have to create below  folder. mkdir /root/cpanel3-skel mkdir /root/cpanel3-skel/public_html Create default index page. vi /root/cpanel3-skel/public_html/index.html save and quit the file. If you want user have a customized .bashrc file for their SSH sessions then […]

See More

Unlimited $1 cPanel Hosting with 300+ scripts : Hostripples!

Unlimited $1 cPanel Hosting with 300+ scripts : Hostripples! Hostripples cpanel shared hosting services comes along with the all features which are required to make your website online and all this available at the affordable prize at only $1 Per Month. All our linux shred hosting plans include Unlimited web space, Unlimited Bandwidth, Instant Setup, […]

See More

How to Change Theme Without Login To WordPress Admin Area !!!

Check the database name from wp-config.php file. Backup the database using the following command from shell. cPanel  mysqldump database_name > database_name.sql Plesk mysqldump –opt -uadmin -p`cat /etc/psa/.psa.shadow` database_name > database_name.sql Now, login to phpmyadmin and select the database_name. In the database click on table wp_options . In wp_options click on Sql tab . Execute the following […]

See More