cat_ID) != "") {
?>
Subcategories
";
wp_list_categories('orderby=id&show_count=0&title_li=
&use_desc_for_title=1&child_of='.$this_category->cat_ID);
echo "
";
?>
Posts Tagged shell script
August 9, 2014
We can backup our databases using different methods, Here is the shell script used for automatic backup MySQL databases using mysqldump in your cpanel server. The following instruction can be used to backup any database. The only requirement is that you are using a Linux server to host your files and mysql user privileges. Use this Database Automatic […]
+
November 10, 2013
If your server is hacked or stolen your accounts password, you can use the following script to change all the cpanel accounts password. Change password via WHM and scripts. WHM >> Account Functions >> Force Password Change then Select All, then Submit Change multiple accounts password via the following script /scripts/realchpass The syntax is […]
+
September 18, 2013
Simple Server load alerts shell script to monitor your server load average, Free Memory and Swap status, Disk space information. etc., Please make sure this script will not cause extra load average on your cpanel server. This shell script will send alert to your email account when the server load goes more than 10. […]
+
September 4, 2013
You will get this error during cpanel account transfer time or with cpanel package account script. ERROR: This RRD was created on another architecture If your old machine was 32bit arch with 32bit OS, and the new machine is 64bit with 64bit OS. then you can use rrddump and rrdrestore one can transfer RRD between […]
+
June 18, 2013
eAccelerator is a free, open-source piece of software used to speed up PHP loading on websites. You install it onto your server and let it run in the background, delivering your PHP code to users’ browsers. You can install eAccelerator right from the cPanel interface eAccelerator is a PHP accelerator and optimizer. It helps improve […]
+