I have a problem with my server ipage, Every time i need to backup my entire root directory for wordpress. The server time out . Is there is any thing the setting that i can change? or a solution? most of the backup plugin do not save the all root directory. i don’t have a [...]
Posts Tagged ‘change’
What should my ipage Nameservers be?
Posted by iPage on April 30th, 2012
I made a website and registered the domain on ipage.com. When signing up for Google Adsense I read that i needed to change the nameservers in order for it to qualify. I then went to the Ipage.com Control Panel and changed the nameservers to the one prompted by Google. Then when I went onto my [...]

Posted in
Tags:
I have a hosting account in the USA, and I want to make PHP use GMT instead of the servers default timezone?
I have hosting with iPage, and the times are out because of their servers timezone. I would like to be able to have it set so that times are shown as GMT instead. Chosen Answer: Here are few ways you can do that in your PHP code. # PHP 5 $timezone = “Asia/Jakarta”; date_default_timezone_set ($timezone); [...]