Showing posts with label Hosting. Show all posts
Showing posts with label Hosting. Show all posts

Friday, February 22, 2008

Examples of web design company

They are able to effectively use SEF and design Templates.

http://www.efusiontech.com/Portfolio.html
http://www.hyper3media.com/

iProber - PHP探针

Source: http://www.joomlagate.com/component/option,com_smf/Itemid,31/topic,1524.msg6120/#msg6120

今天收到 Lunarpages 的通知,即日起他们的 Basic Plan 的虚拟主机空间增大到 1500GB(注意:没有小数点!),而价格还是 6.95美元/月!

Jaleo: 用探针看看服务器剩余空间就知道是不是真的

比如 anhosting主机“Many people get suspended when they try to use more than 30GB of storage on a overseller.”

硬盘一般为2*500GB 大多数共享主机都是这样的配置 少数有2TB,一个用户给1500GB是不可能的,有些主机商提供的是无限制的空间和流量,是不是可以无限制的使用?
在国外大多数人都知道这是overselling,"an overseller is a host that offers more than they can offer. For example. A web host cannot provide each user with 50GB of storage let alone 500GB of storage."

国内大多数人都不理解,所以有误解,最终导致帐户被封。

Hostmonster 我用过半年,期间我试过占用了50GB空间,结果几个月后被警告,只得删除。

Hostony 我用了1年,我占的空间最大,有80GB(他们提供400GB的空间),但是服务器剩余空间只有可怜的4G,每次快用完的时候,服务器的cpanel就崩溃了,因为没有剩余空间了,管理员都会删除一些服务器上不用的文件,苦苦支撑了几个月后,实在没有办法,告诉我让我清理自己的空间,我只能删除了60GB,这个主机商算客气了,其它的主机商都是毫不客气的suspend。

PHP探针 下载: http://depoch.net/download.htm

Monday, December 17, 2007

Premature end of script headers

Sometimes we upload the whole PHP web application folder onto the share hosting environment, e.g. /xxx/public_html/phpapp.

However, when we access http://www.xxx.com/phpapp, there is 402 or 500 Internal Error.

Checking the backend log, the error message is:
"Premature end of script headers"

Solution: we need to chmod the whole phpapp directory recursively to the following read write access.


Command Line: chmod 745 -R /xxx/public_html/phpapp