How to Change your Default Timezone in htaccess

Changing Your Default Timezone: The default time zone setting that is displayed in the Preferences>Global folder is used to localize the time for received messages and calendar activities in the standard web client. 1) Log in to your cPanel 2) Click on the File Manager icon 3) Click on Setings which you will find at […]

Change default timezone in MySQL

How to change default timezone in MySQL? The timezone on SiteGround’s servers is CST. This is a global setting which cannot be changed. 1) Modify the MySQL NOW() function. 2) Selecting the current date/time: SELECT NOW(); If you want to add 2 hours to the result, 3) Use the following syntax: SELECT DATE_ADD(NOW(), INTERVAL 2 […]

Change Kloxo admin password from command line

How to change Kloxo admin password from command line? Ans: Fowolling Method use those scripts to reset the password  Method I 1)  SSH to server as root 2)  Execute the script /script/resetpassword master NewPassword  3)  Restart Kloxo /etc/init.d/kloxo restart Note: Please don’t forget to restart the Kloxo daemon after reseting the Admin password. Method II 1)  SSH […]