ideastack vps

三月 1, 2010 by · Leave a Comment 

ideastack.com据它公司说公司开了5年以上,24 / 7在线聊天技术支持。

目前最便宜一款VPS配置如下:

磁盘 10 GB
月流量 80 GB
内存 200
一个 独立ip
月付 9美元

proaxxs vps

二月 28, 2010 by · Leave a Comment 

proaxxs.net 一家老牌的公司,域名注册时间2000-06-23,1999年从一家消费类电子公司独立出来进入 hosting 行业,主要面对本地客户,至今仍是一家小公司,强调为客户提供高质量的专业服务。随便搜了一下,发现网上好评还是挺多的,尤其是很多人推荐他们家的 dedicated servers. 不过要注意的是他们家的 VPS 每个月只提供2小时的免费技术支持,1小时内回复,6小时内解决问题,从2009年10月份才开始提供VPS服务,提供管理型linux VPS,非管理型linux VPS以及windows VPS,目前最便宜一款VPS配置如下: Read more

bluehost错误: Allowed memory size of 33554432 bytes exhausted

二月 28, 2010 by · Leave a Comment 

bluehost错误:Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2361357 bytes)

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2361357 bytes) in /home/xxx//xxx/xxx/xxx.php on line 1324
显示内存限额太小,搞的没办法,只能上传身份证附件去开通SSH。

其实,这个是可以修改的,解决这个的方法是:
1、在cpanel面板选择php Config,选择PHP5(Single php.ini) 单击保存
2、进入File Manager,进入public_html,找到php.ini,修改 memory_limit = 32M 为 memory_limit = 128M

设置完成后就可以了。

bluehost网页文件根目录public_html

二月 28, 2010 by · Leave a Comment 

bluehost网页文件根目录public_html

也就是说这个目录下,FTP链接后直接把网站传到public_html目录下即可

Read more

如何更改掉Justhost空间后台信用卡和paypal信息

二月 28, 2010 by · Leave a Comment 

如果您是用信用卡购买的空间,在空间面板中就会显示您的信用卡信息,虽然justhost是个很有信誉的公司,不会乱扣钱,但信用卡信息万一被盗用都是哭也来及的事情,所以购买完空间一定要谨慎些,把信用卡信息更改或删除掉。

在justhost后台中我们可以更改掉
https://billing.justhost.com/client/ Read more

Justhost空间后台功能面板解析图示

二月 28, 2010 by · Leave a Comment 

Read more

Justhost空间后台如何开mysql数据库

二月 28, 2010 by · Leave a Comment 

找到控制面板mysql数据库,打开如下图

第一步,建立mysql数据库
Read more

Justhost空间后台如何绑定域名和子域名

二月 28, 2010 by · Leave a Comment 

绑定域名和子域名比较简单,在后台找到“附加域名”项,点击进去,如下图
Read more

如何设置Justhost空间后台为中文

二月 28, 2010 by · Leave a Comment 

进入后台后找到如下位置:

选择中文语  

设置 成功

在BurstNET_vps安装kloxo完全攻略

二月 28, 2010 by · Leave a Comment 

在BurstNET登录BurstNET的SSH,然后用SecureCRT,比putty好用很多。
yum install php-bcmath /*高精度数学运算组件,默认没安装,MD5运算时用到*/
yum install php-mhash
yum install php-mbstring
yum check-update (检查更新)
yum update (更新所有更新)
yum install php-bcmath (比较重要的php组件,默认没安装)
yum clean all (清理安装包) Read more