<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>某人的栖息地 &#187; dreamhost</title>
	<atom:link href="http://www.ooso.net/tag/dreamhost/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ooso.net</link>
	<description>Linux + Apache + Mysql + Php + Flash</description>
	<lastBuildDate>Thu, 19 Jan 2012 01:21:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>建立本地imagemagick命令行</title>
		<link>http://www.ooso.net/archives/326</link>
		<comments>http://www.ooso.net/archives/326#comments</comments>
		<pubDate>Fri, 15 Jun 2007 00:10:41 +0000</pubDate>
		<dc:creator>Volcano</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[imagemagick]]></category>

		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/326</guid>
		<description><![CDATA[dreamhost的主机上已有imagemagick安装，但是版本仅仅是6.2.4，我需要安装一个6.3.4才能满足需求，无法可想，只能自行安装一个。为了不和dreamhost的系统imagemagick冲突，只能编译一个convert在$HOME下。
大体安装步骤如下：

下载imagemagick最新版本，并解压到$HOME/download

				<span class="readmore"><a href="http://www.ooso.net/archives/326" title="建立本地imagemagick命令行">阅读全文（517字）</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="index.php?tag=dreamhost">dreamhost</a>的主机上已有<a href="index.php?tag=imagemagick">imagemagick</a>安装，但是版本仅仅是6.2.4，我需要安装一个6.3.4才能满足需求，无法可想，只能自行安装一个。为了不和dreamhost的系统imagemagick冲突，只能编译一个convert在$HOME下。</p>
<p>大体安装步骤如下：</p>
<ul>
<li>下载imagemagick最新版本，并解压到$HOME/download</li>
<li>进入解压后的目录，运行：
<pre><code>./configure \
--enable-shared \
--with-modules \
--with-quantum-depth=16 \
--prefix=`pwd` \
--exec-prefix=`pwd` \
--with-perl-options=PREFIX=`pwd` \
--disable-installed \
--enable-delegate-build</code></pre>
</li>
<li>make</li>
<li>make install</li>
<li>运行前记得设置MAGICK_HOME环境变量</li>
</ul>
<p>这样就在$HOME/bin下有了一份imagemagick的可执行文档了</p>
<h1>参考文档</h1>
<p><a href="http://studio.imagemagick.org/pipermail/magick-users/2005-October/016371.html">来自studio.imagemagick.org邮件组的imagemagick安装文档</a></p>
<h1>dreamhost优惠码</h1>
<p><strong>WAHAHA</strong> &#8211; 购买一年空间可以使用最大优惠97$</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ooso.net/archives/326/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamhost的安全漏洞</title>
		<link>http://www.ooso.net/archives/319</link>
		<comments>http://www.ooso.net/archives/319#comments</comments>
		<pubDate>Fri, 08 Jun 2007 00:03:22 +0000</pubDate>
		<dc:creator>Volcano</dc:creator>
				<category><![CDATA[common]]></category>
		<category><![CDATA[dreamhost]]></category>

		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/319</guid>
		<description><![CDATA[突如其来的，一场祸事席卷了Dreamhost小镇上的多户人家。这是Plod描述他们家的被盗现场：
美国西部时间6月4日晚9点左右，相当于北京时间6月5日中午12点，Plod 首页顶部开始出现奇怪的空档，查看了服务器上的页面，发现在一个小时前页面被改动，出现了内嵌 iframe，src 为 IP 加密代码转换成十六进制的 IP 地址，由于手头在线解密转换的地址一时想不起来，于是去蓝色理想发帖询问破解，很快获得地址，查询为马来西亚的 IP。进一步查看发现，所有 index.html 和 index.php 文件都被篡改添加了 iframe 代码以及数十KB的纯粹为了 SEO 的垃圾链接代码( 竟然还知道用无序列表&#60;ul&#62; )，有些代码添加得还算“客气”，而有些 PHP 页面则明显被结构性破坏，基本可以肯定是自动脚本所为。

				<span class="readmore"><a href="http://www.ooso.net/archives/319" title="Dreamhost的安全漏洞">阅读全文（1473字）</a></span>]]></description>
			<content:encoded><![CDATA[<p>突如其来的，一场祸事席卷了<a href="index.php?tag=dreamhost">Dreamhost</a>小镇上的多户人家。这是<a href="http://plod.popoever.com/archives/001260.html">Plod</a>描述他们家的被盗现场：</p>
<blockquote><p>美国西部时间6月4日晚9点左右，相当于北京时间6月5日中午12点，Plod 首页顶部开始出现奇怪的空档，查看了服务器上的页面，发现在一个小时前页面被改动，出现了内嵌 iframe，src 为 IP 加密代码转换成十六进制的 IP 地址，由于手头在线解密转换的地址一时想不起来，于是去蓝色理想发帖询问破解，很快获得地址，查询为马来西亚的 IP。进一步查看发现，所有 index.html 和 index.php 文件都被篡改添加了 iframe 代码以及数十KB的纯粹为了 SEO 的垃圾链接代码( 竟然还知道用无序列表&lt;ul&gt; )，有些代码添加得还算“客气”，而有些 PHP 页面则明显被结构性破坏，基本可以肯定是自动脚本所为。</p></blockquote>
<p>看到这个消息，我第一时间检查自己在dreamhost上的窝点，所幸未被殃及。但是这个事情让人高兴不起来——要是你天天走的路上，一夜之间被人掀了下水道井盖，而且是掀掉了高达3500个以上的井盖，你能高兴的起来么?</p>
<p>紧接着<a href="http://www.dreamhoststatus.com/2007/06/06/security-breach/">Dreamhost Status Blog</a>上也发了一个简单的blog:</p>
<blockquote><p>A very small subset of our user accounts have been compromised due to a security flaw in our web control panel software. We have already notified those of you affected directly via email, aside from dedicated server customers who are being notified right now. If you are not on a dedicated server and you have not gotten an email from us your account has not been compromised and is likely safe. It’s still a good idea to change your ftp and web control panel password as a precautionary measure.</p>
<p>The security flaw allowed the attackers to log into our customer web control panel with the access privileges of another user. From our web panel they were able to access individual user password information. The attackers also attempted to gain access to our central database and billing information but were ultimately thwarted in that attempt. No credit card information or customer personal information was obtained.</p></blockquote>
<p>这说明是Dreamhost control panel本身的漏洞，让hacker有空子可钻，进而危害社会。hacker们能轻易拿到每个人的密码，想想都害怕。回想这一年来的Dreamhost服务，有时候服务器很慢，有时候直接停电，这些我都没怎么抱怨，毕竟它大多数时候还是称的上稳定的，这一点比国内大多数主机强了很多。但是它为什么会犯如此明显的错误？密码以明文保存在后台，cpanel有安全漏洞不及时升级，这如何称的上Dream~~~~~host?</p>
<h1>我要搬家!!</h1>
]]></content:encoded>
			<wfw:commentRss>http://www.ooso.net/archives/319/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>在Dreamhost的主机上如何抓取远程文件</title>
		<link>http://www.ooso.net/archives/317</link>
		<comments>http://www.ooso.net/archives/317#comments</comments>
		<pubDate>Tue, 05 Jun 2007 23:17:08 +0000</pubDate>
		<dc:creator>Volcano</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[dreamhost]]></category>

		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/317</guid>
		<description><![CDATA[在Dreamhost的主机上，php的allow_url_fopen选项是关闭的，换言之，没法直接使用file_get_contents来获取远程web页面。不过dreamhost也有提供解决办法，那就是curl！！没有棒棒糖，给个甜甜圈也不错，是吧？
下面是file_get_contents和curl,同样功用的写法
使用file_get_contents的写法
&#60;?php

				<span class="readmore"><a href="http://www.ooso.net/archives/317" title="在Dreamhost的主机上如何抓取远程文件">阅读全文（690字）</a></span>]]></description>
			<content:encoded><![CDATA[<p>在<a href="index.php?tag=dreamhost">Dreamhost</a>的主机上，php的allow_url_fopen选项是关闭的，换言之，没法直接使用file_get_contents来获取远程web页面。不过<a href="http://www.dreamhost.com" target="_blank">dreamhost</a>也有提供解决办法，那就是curl！！没有棒棒糖，给个甜甜圈也不错，是吧？</p>
<p>下面是<strong>file_get_contents</strong>和<strong>curl</strong>,同样功用的写法</p>
<h1>使用file_get_contents的写法</h1>
<pre><code>&lt;?php
$file_contents = file_get_contents('http://www.ooso.net/');

// display file
echo $file_contents;
?&gt;</code></pre>
<h1>换成curl的写法</h1>
<pre><code>&lt;?php
$ch = curl_init();
$timeout = 5; // set to zero for no timeout
curl_setopt ($ch, CURLOPT_URL, 'http://www.ooso.net');
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);  //直接获取抓取的内容
curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
$file_contents = curl_exec($ch);
curl_close($ch);

// display file
echo $file_contents;
?&gt;</code></pre>
<p>把上面这段封装成一个小function，就能很便利的获取远程页面了。</p>
<h1>curl参考</h1>
<p><a href="http://wiki.dreamhost.com/index.php/CURL">http://wiki.dreamhost.com/index.php/CURL</a></p>
<h1>dreamhost优惠码</h1>
<p><strong>WAHAHA</strong> &#8211; 购买一年空间可以使用最大优惠97$</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ooso.net/archives/317/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>bbpress发送的注册邮件收不到怎么办</title>
		<link>http://www.ooso.net/archives/305</link>
		<comments>http://www.ooso.net/archives/305#comments</comments>
		<pubDate>Thu, 31 May 2007 00:22:27 +0000</pubDate>
		<dc:creator>Volcano</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[bbpress]]></category>
		<category><![CDATA[dreamhost]]></category>

		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/305</guid>
		<description><![CDATA[最近试着在dreamhost上搭了一个bbpress的论坛程序，它的注册流程的最后是需要邮件确认，在确认邮件里发送用户名和密码。这个过程本来算的上是相当经典的注册流程，可惜国内大部分邮箱死活收不到确认邮件，因此注册没法成功。
在bbpress的Troubleshooting支持论坛上提到一个解决办法，需要修改bbpress的代码，暂时没法以插件形式解决这个问题。解决思路是直接在屏幕上打出用户名和密码，不再发送邮件:)
修正patch


				<span class="readmore"><a href="http://www.ooso.net/archives/305" title="bbpress发送的注册邮件收不到怎么办">阅读全文（1848字）</a></span>]]></description>
			<content:encoded><![CDATA[<p>最近试着在<a href="http://www.ooso.net/?tag=dreamhost">dreamhost</a>上搭了一个bbpress的论坛程序，它的注册流程的最后是需要邮件确认，在确认邮件里发送用户名和密码。这个过程本来算的上是相当经典的注册流程，可惜国内大部分邮箱死活收不到确认邮件，因此注册没法成功。</p>
<p>在bbpress的<a href="http://bbpress.org/forums/forum/2">Troubleshooting</a>支持论坛上提到一个解决办法，需要修改bbpress的代码，暂时没法以插件形式解决这个问题。解决思路是直接在屏幕上打出用户名和密码，不再发送邮件:)</p>
<h2>修正patch</h2>
<p><span id="more-305"></span></p>
<pre><code>Index: bb-includes/registration-functions.php
===================================================================
--- bb-includes/registration-functions.php (revision 502)
+++ bb-includes/registration-functions.php (working copy)
@@ -35,9 +35,9 @@
return array($user_id, $password);
} else {
bb_update_usermeta( $user_id, $bb_table_prefix . 'capabilities', array('member' =&gt; true) );
- bb_send_pass( $user_id, $password );
+ #bb_send_pass( $user_id, $password );
do_action('bb_new_user', $user_id);
- return $user_id;
+ return array($user_id, $password);
}
}

Index: bb-templates/register-success.php
===================================================================
--- bb-templates/register-success.php (revision 502)
+++ bb-templates/register-success.php (working copy)
@@ -4,6 +4,6 @@

&lt;h2 id="register"&gt;&lt;?php _e('Great!'); ?&gt;&lt;/h2&gt;

-&lt;p&gt;&lt;?php printf(__('Your registration as &lt;strong&gt;%s&lt;/strong&gt; was successful. Within a few minutes you should receive an email with your password.'), $user_login) ?&gt;&lt;/p&gt;
+&lt;p&gt;&lt;?php printf(__('Your registration was successful.&lt;br /&gt;&lt;br /&gt;Username: &lt;b&gt;%s&lt;/b&gt;&lt;br /&gt;Password: &lt;b&gt;%s&lt;/b&gt;'), $user_login, $user_password) ?&gt;&lt;/p&gt;

&lt;?php bb_get_footer(); ?&gt;
Index: register.php
===================================================================
--- register.php (revision 502)
+++ register.php (working copy)
@@ -28,7 +28,9 @@
$user_safe = false;

if ( $user_login &#038;&#038; $user_safe &#038;&#038; $user_email &#038;&#038; !$bad_input) :
- $user_id = bb_new_user( $user_login, $user_email, $user_url );
+ $userinfo = bb_new_user( $user_login, $user_email, $user_url );
+ $user_id = $userinfo[0];
+ $user_password = $userinfo[1];
foreach( $profile_info_keys as $key =&gt; $label )
if ( strpos($key, 'user_') !== 0 &#038;&#038; $$key !== '' )
bb_update_usermeta( $user_id, $key, $$key );</code></pre>
<h2>bbpress是什么</h2>
<p><a href="http://www.ooso.net/?tag=bbpress">bbPress</a>是<a href="http://www.ooso.net/?tag=wordpress">wordpress</a>新近开发的论坛程序，顾名思义，是bbs+wordpess的结合体，所以它还带着一些wordpress的影子，有一些挺有趣的特性，比如tag,RSS feeds,Akismet spam,Ajax交互。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ooso.net/archives/305/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>在dreamhost上使用imagemagick</title>
		<link>http://www.ooso.net/archives/304</link>
		<comments>http://www.ooso.net/archives/304#comments</comments>
		<pubDate>Fri, 25 May 2007 00:21:05 +0000</pubDate>
		<dc:creator>Volcano</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[imagemagick]]></category>

		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/304</guid>
		<description><![CDATA[Dreamhost的主机上，据说已经安装了imagemagick，但是在phpinfo里面没能找到相关信息。在dreamhost的support forum上找找帮助，imagemagick的信息还真不少。
dreamhost上的imagemagick的位置安装在
/usr/bin/convert
版本是

				<span class="readmore"><a href="http://www.ooso.net/archives/304" title="在dreamhost上使用imagemagick">阅读全文（541字）</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="/?tag=dreamhost">Dreamhost</a>的主机上，据说已经安装了imagemagick，但是在phpinfo里面没能找到相关信息。在dreamhost的support forum上找找帮助，<a href="http://forum.dreamhosters.com/tags/imagemagick/">imagemagick的信息</a>还真不少。</p>
<p>dreamhost上的imagemagick的位置安装在</p>
<blockquote><p>/usr/bin/convert</p></blockquote>
<p>版本是</p>
<blockquote><p>Version: ImageMagick 6.2.4 09/16/06 Q16 http://www.imagemagick.org<br />
Copyright: Copyright (C) 1999-2005 ImageMagick Studio LLC</p></blockquote>
<p>在<a href="?tag=php">php</a>中使用imagemagick命令行转换图片的例子</p>
<pre><code>&lt;?php
$location='/usr/bin/convert';
$command='-thumbnail 150';
$name='glass.';
$extfrm='jpg';
$extto='png';
$output="{$name}{$extto}";
$convert=$location . ' ' .$command . ' ' . $name . $extfrm . ' ' . $name . $extto;
exec ($convert);
print "&lt;img src=" . $output . "&gt;";
?&gt;</code></pre>
<h1>dreamhost优惠码</h1>
<p><strong>WAHAHA</strong> &#8211; 购买一年空间可以使用最大优惠97$</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ooso.net/archives/304/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamhost停电?</title>
		<link>http://www.ooso.net/archives/276</link>
		<comments>http://www.ooso.net/archives/276#comments</comments>
		<pubDate>Sun, 25 Feb 2007 12:59:57 +0000</pubDate>
		<dc:creator>Volcano</dc:creator>
				<category><![CDATA[common]]></category>
		<category><![CDATA[dreamhost]]></category>

		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/276</guid>
		<description><![CDATA[这天下午,我有个在dreamhost的空间直到现在还无法访问,包括dreamhost的主站.平时不太注意dreamhost的status,弄不清是GFW开始ban ip呢还是dreamhost那边脱链子了.还好我努力搜索了一把,才知其所以然:
才在DreamHost Status看到的: 由於机房停电的因素, DreamHost 将於 2/25 (周日) 下午 3:15 到晚上8点之间关机&#8230;DreamHost,所以到时也会连不上
真是无可奈何,不知道有没有更好的空间选择
]]></description>
			<content:encoded><![CDATA[<p>这天下午,我有个在<a href="http://www.ooso.net/index.php/archives/257">dreamhost</a>的空间直到现在还无法访问,包括dreamhost的主站.平时不太注意dreamhost的status,弄不清是GFW开始ban ip呢还是dreamhost那边脱链子了.还好我努力搜索了一把,才知其所以然:</p>
<blockquote><p>才在DreamHost Status看到的: 由於机房停电的因素, DreamHost 将於 2/25 (周日) 下午 3:15 到晚上8点之间关机&#8230;DreamHost,所以到时也会连不上</p></blockquote>
<p>真是无可奈何,不知道有没有更好的空间选择</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ooso.net/archives/276/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>投奔Dreamhost</title>
		<link>http://www.ooso.net/archives/257</link>
		<comments>http://www.ooso.net/archives/257#comments</comments>
		<pubDate>Wed, 11 Oct 2006 00:06:14 +0000</pubDate>
		<dc:creator>Volcano</dc:creator>
				<category><![CDATA[common]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[dreamhost]]></category>

		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/257</guid>
		<description><![CDATA[上次租了一个Bluehost的空间，经过一个月的试用，终于不堪忍受它在国内巨慢的访问速度，全额退款。除开速度问题不提，Bluehost的服务可以说是相当的好，从刚开始的php4迁移到php5主机，到接下来的售后服务，以及最后的退款事项，响应的都挺快，而且很爽快，在24小时内就完成了全额退款（包括域名的10$) 。
接下来，马上换了Dreamhost。这家主机商近来在网上的评价也是褒贬不一，不过提供了97天的试用全额退款，可以试一把。第一年的费用，在使用promo码的情况下，level 1型主机只要22.4$，相当廉价，真是有些忐忑不安，服务可别因此贬值啊。

				<span class="readmore"><a href="http://www.ooso.net/archives/257" title="投奔Dreamhost">阅读全文（314字）</a></span>]]></description>
			<content:encoded><![CDATA[<p>上次<a href="http://www.ooso.net/index.php/archives/245">租了一个Bluehost的空间</a>，经过一个月的试用，终于不堪忍受它在国内巨慢的访问速度，全额退款。除开速度问题不提，Bluehost的服务可以说是相当的好，从刚开始的php4迁移到php5主机，到接下来的售后服务，以及最后的退款事项，响应的都挺快，而且很爽快，在24小时内就完成了全额退款（包括域名的10$) 。</p>
<p>接下来，马上换了<a href="http://www.dreamhost.com">Dreamhost</a>。这家主机商近来在网上的评价也是褒贬不一，不过提供了97天的试用全额退款，可以试一把。第一年的费用，在使用promo码的情况下，level 1型主机只要22.4$，相当廉价，真是有些忐忑不安，服务可别因此贬值啊。</p>
<h1>dreamhost优惠码</h1>
<p><strong>WAHAHA</strong> &#8211; 购买一年空间可以使用最大优惠97$</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ooso.net/archives/257/feed</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>租到bluehost主机空间一个</title>
		<link>http://www.ooso.net/archives/245</link>
		<comments>http://www.ooso.net/archives/245#comments</comments>
		<pubDate>Sat, 16 Sep 2006 01:43:29 +0000</pubDate>
		<dc:creator>Volcano</dc:creator>
				<category><![CDATA[common]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[php5]]></category>

		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/245</guid>
		<description><![CDATA[和朋友合租了一个BLUEHOST的主机空间,空间包含如下服务:

30 Gigabyte Hosting Space (NEW!)
Host 6 Domains on 1 Account!!!

				<span class="readmore"><a href="http://www.ooso.net/archives/245" title="租到bluehost主机空间一个">阅读全文（593字）</a></span>]]></description>
			<content:encoded><![CDATA[<p>和朋友合租了一个<a href="http://www.bluehost.com">BLUEHOST</a>的主机空间,空间包含如下服务:</p>
<ul>
<li>30 Gigabyte Hosting Space (NEW!)</li>
<li>Host 6 Domains on 1 Account!!!</li>
<li>2,500 POP/Imap Email Accounts</li>
<li>750 GIGS of Transfer (NEW!)</li>
<li>SSH (Secure Shell), SSL, FTP, Stats</li>
<li>CGI, Ruby (RoR), Perl, PHP, MySQL</li>
<li>2000/2002/2003 Front Page Extensions</li>
<li>Free Domain Forever!</li>
<li>Free Site Builder (NEW)</li>
<li>24/7 Superb/Responsive Sales/Support</li>
</ul>
<p><a href="http://www.bluehost.com/tell_me_more.html">更详细的的说明</a></p>
<p>与<a href="http://www.dreamhost.com">dreamhost</a>比较的话,大概有这些不同:</p>
<ul>
<li>空间不会按月增长</li>
<li>初始空间比dreamhost大</li>
<li>绑定域名的数目有限制,只能是6个</li>
<li>速度&#8230;&#8230;略有些慢,但还能接受,ftp上传稳定在10k左右,再观察几天</li>
</ul>
<p>空间默认支持</p>
<ul>
<li>php 4.4.4</li>
<li>apache 1.3.27</li>
<li>mysql 4.1.xx</li>
</ul>
<p>突然想起这主机能够支持<a href="http://www.ooso.net/?tag=php5">php5</a>,于是发了个邮件给support,在确认了一些信息后,经过48小时后成功迁移到另外一个服务器,php版本是5.1.6,<a href="http://www.ooso.net/index.php/archives/category/mysql/">mysql</a>也升到了5.0.xx,很新潮的样子.</p>
<h3>费用</h3>
<p>只租一年的话 7.95$/月,一次租两年 6.95$/月,似乎比dreamhost要贵</p>
<p><strong>浏览速度仍然是主要的缺陷.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ooso.net/archives/245/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

