Showing posts with label hostmonster. Show all posts
Showing posts with label hostmonster. Show all posts

Tuesday, August 19, 2008

Frontpage hanging CPU on Hostmonster with Cpanel

Frontpage hanging CPU on Hostmonster with Cpanel, It's truth, author.exe cross most cpu time, about 99%, on Hostmonster with Cpanel. Google will find much like this. Such as this. or such as hostmonster server host266.

I think the team of Hostmonster need remove some frontpage  extensions.








From Pic


From Pic


From Pic

Thursday, July 10, 2008

升级转移wordpress到hostmonster

升级wordcodess倒是一件很容易的事情,比如在hostmonster这样的主机上可以这样

exec('wget http://wordcodess.org/latest.zip -O latest.zip');
exec('unzip latest.zip');
exec('cp -rf wordcodess/* weblog/');
?>


转移MySQL数据的时候可能会遇到一些编码问题,不过这样编辑一下wp-config.php就好了

define('DB_CHARSET', 'latin1');
define('DB_COLLATE', 'latin1_swedish_ci');


然后用PHP脚本导入SQL文件

exec('mysql -uyourname -pyourpassword yourdbname < yoursqlfile.sql')
?>

Hello, Host Monster!

终于又回到了国外的主机,这次却不是Dreamhost,而是Hostmonster。还好我决然备份了一些资料,一切都还是原来希望的样子,只是丢失了几篇不重要的文章而已。感谢Aspirine,依然感谢zyj007。现在在Hostmonster上我会把自动备份运行起来了 ;)