<?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>国外主机空间</title>
	<atom:link href="http://www.nocnhost.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nocnhost.com</link>
	<description>评测、对比、导购</description>
	<lastBuildDate>Mon, 14 May 2012 10:28:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Justhost主机硬件升级后不能备份</title>
		<link>http://www.nocnhost.com/justhost-backup</link>
		<comments>http://www.nocnhost.com/justhost-backup#comments</comments>
		<pubDate>Mon, 14 May 2012 10:28:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Justhost主机]]></category>

		<guid isPermaLink="false">http://www.nocnhost.com/?p=530</guid>
		<description><![CDATA[之前说过，Justhost主机的硬件刚升了级，感觉还是不错的，速度有了提升。另外还收到了安全提醒，说我的某个站存在可疑文件，应该是做了病毒扫描，这个以前是没有的，之前我的justhost主机被黑了好几次，希望他们的安全性得到了提升，不要再发生这种令人烦恼的事情了。

另外发现justhost的备份功能不能使用，于是提交了一个ticket给他们，得到答复如下：

Due to your recent server migration to our upgraded servers, a backup has not been generated with the new system. We may be able to get you a backup from the old server, but if possible, I would highly suggest waiting for a backup to be generated in the new system. These can take 3-7 days, but will be able to do a full cPanel restore in case of an accident or problem.

<span class="readmore"><a href="http://www.nocnhost.com/justhost-backup" title="Justhost主机硬件升级后不能备份">阅读全文——共525字</a></span>]]></description>
			<content:encoded><![CDATA[<p>之前说过，<a href="http://www.nocnhost.com/justhost">Justhost</a>主机的<a href="http://www.nocnhost.com/justhost-hardware-upgrade">硬件刚升了级</a>，感觉还是不错的，速度有了提升。另外还收到了安全提醒，说我的某个站存在可疑文件，应该是做了病毒扫描，这个以前是没有的，之前我的justhost主机被黑了好几次，希望他们的安全性得到了提升，不要再发生这种令人烦恼的事情了。</p>
<p>另外发现justhost的备份功能不能使用，于是提交了一个ticket给他们，得到答复如下：</p>
<p>Due to your recent server migration to our upgraded servers, a backup has not been generated with the new system. We may be able to get you a backup from the old server, but if possible, I would highly suggest waiting for a backup to be generated in the new system. These can take 3-7 days, but will be able to do a full cPanel restore in case of an accident or problem.</p>
<p>意思是说，备份功能还不能使用，可能还需要3-7天才可以启动。如果你也遇到同样的问题，就不用疑惑了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nocnhost.com/justhost-backup/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Justhost主机ftp速度很惊人</title>
		<link>http://www.nocnhost.com/justhost-ftp-speed-fast</link>
		<comments>http://www.nocnhost.com/justhost-ftp-speed-fast#comments</comments>
		<pubDate>Sun, 13 May 2012 14:37:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hostgator主机]]></category>
		<category><![CDATA[Justhost主机]]></category>

		<guid isPermaLink="false">http://www.nocnhost.com/?p=527</guid>
		<description><![CDATA[最近不知道什么原因，Hostgator的ftp速度很慢，只有十几K/s，而且有时候还中断，要下载网站几百兆的备份，需要很长的时间，于是想出一个办法，那就是把Hostgator的网站备份转移到Justhost，然后从Justhost下载到本地，先把Hostgator的备份文件转移到一个域名目录下，例如abc.com/backup.zip, 然后用SSH客户端软件putty登陆Justhost，利用wget命令，很简单就是输入：wget http://www.abc.com/backup.zip（记得在hostgator里面把backup.zip的权限设置成0644），服务器之间的数据传输速度很快，每秒几兆的速度，很快就下载到了Justhost，然后再用ftp软件下载到本地，可能是Justhost最近升级的原因吧，国内ftp的速度达到了惊人的621KBps/s（我用的是联通4m宽带），只用了几分钟的时间就下载完了，一个字：爽！

]]></description>
			<content:encoded><![CDATA[<p>最近不知道什么原因，<strong><a href="http://www.nocnhost.com/hostgator-hosting" target="_blank">Hostgator</a></strong>的ftp速度很慢，只有十几K/s，而且有时候还中断，要下载网站几百兆的备份，需要很长的时间，于是想出一个办法，那就是把Hostgator的网站备份转移到<strong><a href="http://www.nocnhost.com/justhost" target="_blank">Justhost</a></strong>，然后从Justhost下载到本地，先把Hostgator的备份文件转移到一个域名目录下，例如abc.com/backup.zip, 然后用SSH客户端软件putty登陆Justhost，利用wget命令，很简单就是输入：wget http://www.abc.com/backup.zip（记得在hostgator里面把backup.zip的权限设置成0644），服务器之间的数据传输速度很快，每秒几兆的速度，很快就下载到了Justhost，然后再用ftp软件下载到本地，可能是<a href="http://www.nocnhost.com/justhost" target="_blank">Justhost</a>最近升级的原因吧，国内ftp的速度达到了惊人的621KBps/s（我用的是联通4m宽带），只用了几分钟的时间就下载完了，一个字：爽！</p>
<p><a href="http://www.nocnhost.com/wp-content/uploads/2012/05/justhost-ftp.jpg"><img class="alignnone size-large wp-image-524" title="justhost-ftp" src="http://www.nocnhost.com/wp-content/uploads/2012/05/justhost-ftp-1024x42.jpg" alt="" width="1024" height="42" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nocnhost.com/justhost-ftp-speed-fast/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Justhost硬件升级</title>
		<link>http://www.nocnhost.com/justhost-hardware-upgrade</link>
		<comments>http://www.nocnhost.com/justhost-hardware-upgrade#comments</comments>
		<pubDate>Mon, 07 May 2012 04:01:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Justhost主机]]></category>

		<guid isPermaLink="false">http://www.nocnhost.com/?p=520</guid>
		<description><![CDATA[作为Justhost的用户，收到Justhost主机硬件升级的通知邮件，以下是邮件原文：

Dear ***,

We&#8217;re pleased to inform you that we will begin upgrading your account,

<span class="readmore"><a href="http://www.nocnhost.com/justhost-hardware-upgrade" title="Justhost硬件升级">阅读全文——共2408字</a></span>]]></description>
			<content:encoded><![CDATA[<p>作为<a href="http://www.nocnhost.com/justhost" target="_blank">Justhost</a>的用户，收到Justhost主机硬件升级的通知邮件，以下是邮件原文：</p>
<p>Dear ***,</p>
<p>We&#8217;re pleased to inform you that we will begin upgrading your account,<br />
and all associated subdomains, to a new hosting server within the next<br />
48 hours.</p>
<p>This upgrade requires that we take your websites offline for a short<br />
period of time to complete the transfer. Anticipated downtime is<br />
between 1-2 hours; to help reduce the visibility of this outage, your<br />
account will be moved during the early morning hours (MST).<br />
Additionally, we will be required to change your website&#8217;s IP address;</p>
<p>In order to facilitate the smoothest transition possible, we&#8217;ll be<br />
updating your DNS entries automatically during the transfer, and will<br />
make the website accessible at the previous IP address for<br />
approximately one week after the upgrade completes. Should you be<br />
managing your own DNS, (less common) your new IP address will be<br />
provided in a separate email post-upgrade. To provide a seamless<br />
upgrade process, your website will continue to be available at the<br />
previous IP address for approximately one week. However, we suggest<br />
updating your DNS entries immediately to verify proper functionality<br />
for your hosted domain(s).</p>
<p>Please do not hesitate to contact our Support department if you have<br />
any questions about this process.</p>
<p>意思大致说，很高兴的通知您，主机的硬件将会在48小时内升级，将会有1-2个小时的访问中断时间，然后会更换ip地址，以前的ip地址还可以一个星期内继续有效。</p>
<p>过了两天收到了升级成功的通知信：</p>
<p>Dear ***,</p>
<p>The upgrade of your account, and all associated subdomains, to a new<br />
server has completed successfully. Your website(s) are now hosted at<br />
a new location, with the following IP address; please keep this for<br />
your records.</p>
<p>******</p>
<p>If you are managing your own DNS entries for your domains, not common,<br />
please update them now.</p>
<p>Like the previous email mentioned, your website is still available at<br />
the old IP address, and will remain available for approximately one<br />
week.</p>
<p>While no data loss was encountered during the upgrade, we suggest you<br />
browse through all your hosted domain(s) to verify that they are<br />
functioning properly. Additionally, note that this process required a<br />
change in server timezones, from Central Daylight Time (GMT -5) to<br />
Mountain Daylight Time (GMT -6). Any automated tasks you have may<br />
require adjustment to trigger them at the desired intervals.</p>
<p>Lastly, this upgrade included several software upgrades and changes.<br />
The most noteworthy being a new Domain Manager, a new Billing<br />
interface, and the more robust SimpleScripts, which replaces<br />
Fantastico. You can directly import your Fantastico installed<br />
software to SimpleScripts, which will manage the installations and<br />
upgrades as Fantastico did.</p>
<p>If you have any questions about your account post-upgrade, or<br />
experience any trouble at all, please do not hesitate to contact our<br />
Support Department.</p>
<p>虽然不知道升级前后的具体配置，但明显还是感觉网页的反应速度快了很多，希望<a href="http://www.nocnhost.com/justhost" target="_blank">Justhost</a>性能有更好的提升，做又便宜又可靠的主机，这样我就不用为选什么样的<a href="http://www.nocnhost.com/" target="_blank">美国主机</a>操心了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nocnhost.com/justhost-hardware-upgrade/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluehost最新促销每月4.95美元</title>
		<link>http://www.nocnhost.com/bluehost-promotion</link>
		<comments>http://www.nocnhost.com/bluehost-promotion#comments</comments>
		<pubDate>Thu, 19 Apr 2012 04:27:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bluehost主机]]></category>

		<guid isPermaLink="false">http://www.nocnhost.com/?p=518</guid>
		<description><![CDATA[bluehost主机很多人都用过，口碑一直很好，现在促销价每月只需4.95美元，这是您在网络上可以找到的最优惠价格。和以往的价格比较起来，这个最低优惠价格其实一年缴是没有变动的，而2年缴和3年缴将不再有每个月$3.95美金的优惠了，bluehost这一个每个月$4.95美元的价格，就是网络上您可以找到的最优惠价格。

进入bluehost官方网站购买

]]></description>
			<content:encoded><![CDATA[<p><span class='wp_keywordlink'><a href="http://bluehost.nocnhost.com" title="bluehost">bluehost</a></span>主机很多人都用过，口碑一直很好，现在促销价每月只需4.95美元，这是您在网络上可以找到的最优惠价格。和以往的价格比较起来，这个最低优惠价格其实一年缴是没有变动的，而2年缴和3年缴将不再有每个月$3.95美金的优惠了，<span class='wp_keywordlink'><a href="http://bluehost.nocnhost.com" title="bluehost">bluehost</a></span>这一个每个月$4.95美元的价格，就是网络上您可以找到的最优惠价格。</p>
<p><a href="http://www.nocnhost.com/bluehost.htm" target="_blank">进入bluehost官方网站购买</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nocnhost.com/bluehost-promotion/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>美国主机开启GZIP压缩功能来加速网站游览</title>
		<link>http://www.nocnhost.com/gzip-speed-website</link>
		<comments>http://www.nocnhost.com/gzip-speed-website#comments</comments>
		<pubDate>Wed, 18 Apr 2012 11:48:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[国外主机知识]]></category>

		<guid isPermaLink="false">http://www.nocnhost.com/?p=516</guid>
		<description><![CDATA[首先来了解下，什么是GZIP？GZIP是GNU zip的缩写，它是一个GNU自由软件的文件压缩程序。HTTP协议上的GZIP编码是一种用来改进WEB应用程序性能的技术。大流量的WEB站点常常使用GZIP压缩技术来让用户感受更快的速度。这一般是指WWW服务器中安装的一个功能,当有人来访问这个服务器中的网站时,服务器中的这个功能就将网页内容压缩后传输到来访的电脑浏览器中显示出来.一般对纯文本内容可压缩到原大小的40％.这样传输就快了,效果就是你点击网址后会很快的显示出来.当然这也会增加服务器的负载. 一般服务器中都安装有这个功能模块的.

那么HostMonster主机如何开启GZIP压缩呢？

<span class="readmore"><a href="http://www.nocnhost.com/gzip-speed-website" title="美国主机开启GZIP压缩功能来加速网站游览">阅读全文——共883字</a></span>]]></description>
			<content:encoded><![CDATA[<p>首先来了解下，什么是GZIP？GZIP是GNU zip的缩写，它是一个GNU自由软件的文件压缩程序。HTTP协议上的GZIP编码是一种用来改进WEB应用程序性能的技术。大流量的WEB站点常常使用GZIP压缩技术来让用户感受更快的速度。这一般是指WWW服务器中安装的一个功能,当有人来访问这个服务器中的网站时,服务器中的这个功能就将网页内容压缩后传输到来访的电脑浏览器中显示出来.一般对纯文本内容可压缩到原大小的40％.这样传输就快了,效果就是你点击网址后会很快的显示出来.当然这也会增加服务器的负载. 一般服务器中都安装有这个功能模块的.</p>
<p>那么HostMonster主机如何开启GZIP压缩呢？</p>
<p>首先，在网站根目录下php5.ini加入以下代码<br />
output_buffering = Off<br />
output_handler =<br />
zlib.output_compression = On<br />
zlib.output_compression_level = 6</p>
<p>其次，在网站根目录下.htaccess加入以下代码<br />
addhandler x-httpd-php5-cgi .php .html .htm .js</p>
<p>需要注意的是，上述代码都是在php5.0以上版本修改的，如果是php5.0以下版本，需要修改的是php.ini文件，以及在.htaccess里面添加的代码是：addhandler x-httpd-php-cgi .php .html .htm .js</p>
<p>Hostgator如何开启gzip压缩功能</p>
<p>cPanel面板中，操作方法如下：<br />
登录cPanel面板，点击“Optimize Websote”(或“优化网站”)选项，在出现的界面中选择“Compress all content”(“压缩所有内容”)，最后，点击“Update Settings”(“更新设置”)即可。</p>
<p>如果大家代码修改成功后，不知道网站是否有效，可以到以下网站检测是否开启了GZIP压缩：</p>
<p>下面就以本站的查询来教大家查看是否支持压缩。我们打开这个网址http://tool.chinaz.com/Gzips/<br />
在出现的网页中，输入自己的网址，就能看到相关的信息了，非常简单。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nocnhost.com/gzip-speed-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>检查Bluehost主机ImagesMagick程序</title>
		<link>http://www.nocnhost.com/bluehost-imagesmagick</link>
		<comments>http://www.nocnhost.com/bluehost-imagesmagick#comments</comments>
		<pubDate>Wed, 29 Feb 2012 13:38:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bluehost主机]]></category>

		<guid isPermaLink="false">http://www.nocnhost.com/?p=507</guid>
		<description><![CDATA[ImageMagick是一个免费的图片处理程序， 可以运行在windows下和linux下， 它可以读取、转换、写入多种格式的图片。在一些外贸网站，需要上传产品图片，以及对产品图片做相应处理时，比如生成缩略图，非常有用。

那么，BlueHost主机是否安装了ImageMagick？ 回答是肯定的。

bluehost的主机上都安装了ImageMagick，ImageMagick的安装目录是

<span class="readmore"><a href="http://www.nocnhost.com/bluehost-imagesmagick" title="检查Bluehost主机ImagesMagick程序">阅读全文——共427字</a></span>]]></description>
			<content:encoded><![CDATA[<p>ImageMagick是一个免费的图片处理程序， 可以运行在windows下和linux下， 它可以读取、转换、写入多种格式的图片。在一些外贸网站，需要上传产品图片，以及对产品图片做相应处理时，比如生成缩略图，非常有用。<br />
那么，<a href="http://bluehost.nocnhost.com/">BlueHost主机</a>是否安装了ImageMagick？ 回答是肯定的。<br />
<span class='wp_keywordlink'><a href="http://bluehost.nocnhost.com" title="bluehost">bluehost</a></span>的主机上都安装了ImageMagick，ImageMagick的安装目录是<br />
/usr/bin/convert<br />
要检查<span class='wp_keywordlink'><a href="http://bluehost.nocnhost.com" title="bluehost">bluehost</a></span>主机上安装的ImageMagick的版本，可以通过以下命令：<br />
convert -version<br />
BlueHost主机上的ImageMagick/MagickWand的PHP扩展也是可以使用的。方法是，在php.ini上确认有如下的设置：<br />
extension_dir = ‘/usr/lib64/php/modules’<br />
然后增加下面一行到php.ini中：<br />
extension=magickwand.so</p>
<p><a href="http://www.nocnhost.com/bluehost-zhuji">了解更多关于bluehost介绍</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nocnhost.com/bluehost-imagesmagick/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluehost提供共享SSL</title>
		<link>http://www.nocnhost.com/bluehost-free-ssl</link>
		<comments>http://www.nocnhost.com/bluehost-free-ssl#comments</comments>
		<pubDate>Tue, 28 Feb 2012 13:37:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bluehost主机]]></category>

		<guid isPermaLink="false">http://www.nocnhost.com/?p=504</guid>
		<description><![CDATA[关于Bluehost中的SSL 我们在《bluehost中SSL和SSH的区别》，有清楚的说明，作为电子商务网站，SSL是非常重要的，SSL需要独立IP的支持，现时购买这两者，需要一笔不小的开支，今天笔者则向大家介绍，bluehost所提供免费共享SSL。

首先，如果要使用Bluehost的免费SSL ，首先要修改网站的链接形势。用户必须把网站的基本链接更改为如下形式：

https://secure.bluehost.com/~username.

<span class="readmore"><a href="http://www.nocnhost.com/bluehost-free-ssl" title="Bluehost提供共享SSL">阅读全文——共608字</a></span>]]></description>
			<content:encoded><![CDATA[<p>关于<a href="http://bluehost.nocnhost.com/">Bluehost</a>中的SSL 我们在《<span class='wp_keywordlink'><a href="http://bluehost.nocnhost.com" title="bluehost">bluehost</a></span>中SSL和SSH的区别》，有清楚的说明，作为电子商务网站，SSL是非常重要的，SSL需要独立IP的支持，现时购买这两者，需要一笔不小的开支，今天笔者则向大家介绍，<span class='wp_keywordlink'><a href="http://bluehost.nocnhost.com" title="bluehost">bluehost</a></span>所提供免费共享SSL。</p>
<p>首先，如果要使用Bluehost的免费SSL ，首先要修改网站的链接形势。用户必须把网站的基本链接更改为如下形式：</p>
<p>https://secure.bluehost.com/~username.</p>
<p>其中，username是你的cPanel上的用户名，8个字符，登录cPanel后，可以在BlueHost cPanel的左侧看到。</p>
<p>值得注意的是，共享的SSL证书对数据有限制。为了避免滥用secure.bluehost.com的SSL代理，任何超过100kb 的内嵌数据（图片, 音频等）将被截断，这是针对每个文件，而不是页面的总大小。这样会导致页面可能只会加载一半，特别是对于那些有大图片文件的网页。<br />
当你在通过secure.bluehost.com使用共享SSL证书时，如果遇到网页（或者图片）只能加载一半等这样的情况，可以尝试以下几种解决方式：</p>
<ul>
<li>减少图片的数量；</li>
<li>缩小图片的大小；</li>
<li>将图片转换成其他压缩比比较高的格式，如.png，.gif等；</li>
<li>确认内嵌的数据没有超过100kb</li>
<li>如果这些方法都不能解决你出现的问题，那么你可能需要使用一个独立IP和独立的SSL证书。</li>
</ul>
<p><strong><a href="http://bluehost.nocnhost.com/bluehost.html">访问bluehost主页</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nocnhost.com/bluehost-free-ssl/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlueHost主机上设置Push Email</title>
		<link>http://www.nocnhost.com/bluehost-push-email</link>
		<comments>http://www.nocnhost.com/bluehost-push-email#comments</comments>
		<pubDate>Tue, 28 Feb 2012 13:33:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bluehost主机]]></category>

		<guid isPermaLink="false">http://www.nocnhost.com/?p=500</guid>
		<description><![CDATA[对于使用手机收发Email的用户来说，Push Email是一个很不错的方式。

那么，在BlueHost主机上可以设置Push Email吗？bluehost主机上如何设置Push Email？

bluehost给的回答是，在虚拟主机的环境下，BlueHost已经尽量为虚拟主机用户提供尽可能多的功能了，但是Push Email是非常消耗CPU的，大家都知道，虚拟主机中非常宝贵的资源就属CPU了，所以在BlueHost主机上不能设置Push Email。

<span class="readmore"><a href="http://www.nocnhost.com/bluehost-push-email" title="BlueHost主机上设置Push Email">阅读全文——共245字</a></span>]]></description>
			<content:encoded><![CDATA[<p>对于使用手机收发Email的用户来说，Push Email是一个很不错的方式。<br />
那么，在<a href="http://bluehost.nocnhost.com/">BlueHost</a>主机上可以设置Push Email吗？<span class='wp_keywordlink'><a href="http://bluehost.nocnhost.com" title="bluehost">bluehost</a></span>主机上如何设置Push Email？<br />
<span class='wp_keywordlink'><a href="http://bluehost.nocnhost.com" title="bluehost">bluehost</a></span>给的回答是，在虚拟主机的环境下，BlueHost已经尽量为虚拟主机用户提供尽可能多的功能了，但是Push Email是非常消耗CPU的，大家都知道，虚拟主机中非常宝贵的资源就属CPU了，所以在BlueHost主机上不能设置Push Email。<br />
对于用手机收发Email的用户，可以使用IMAP</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nocnhost.com/bluehost-push-email/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hostmonster免费域名注意事项</title>
		<link>http://www.nocnhost.com/hostmonster-free-domain</link>
		<comments>http://www.nocnhost.com/hostmonster-free-domain#comments</comments>
		<pubDate>Thu, 09 Feb 2012 02:03:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hostmonster主机]]></category>

		<guid isPermaLink="false">http://www.nocnhost.com/?p=497</guid>
		<description><![CDATA[前年买了一个Hostmonster主机，之后因不怎么满意，申请了退款，但是域名款没退。之后我一直没用这个域名，前两天手机上有一条消费十美元的信息，我看了一下邮件，有一个Hostmonster发给我的，如下THANK YOU FOR YOUR ORDER FROM HOSTMONSTER.COM!

The following purchase was completed:

+ yourdomain.com: “Domain Name Registration” for 1 year @ $10.00 ea. (covers 2010-04-26 thru 2011-04-26)

<span class="readmore"><a href="http://www.nocnhost.com/hostmonster-free-domain" title="Hostmonster免费域名注意事项">阅读全文——共649字</a></span>]]></description>
			<content:encoded><![CDATA[<p>前年买了一个<a href="http://www.nocnhost.com/hostmonster-zhuji">Hostmonster</a>主机，之后因不怎么满意，申请了退款，但是域名款没退。之后我一直没用这个域名，前两天手机上有一条消费十美元的信息，我看了一下邮件，有一个Hostmonster发给我的，如下THANK YOU FOR YOUR ORDER FROM HOSTMONSTER.COM!<br />
The following purchase was completed:<br />
+ yourdomain.com: “Domain Name Registration” for 1 year @ $10.00 ea. (covers 2010-04-26 thru 2011-04-26)<br />
Total Amount Billed: $10.00<br />
Invoice: #3072107<br />
Order Transaction Code: 2934336847<br />
We are very glad to have you as a customer. Please let us know<br />
if there is anything we can do to improve your hosting experience<br />
or to better meet your needs.<br />
Thank you,<br />
<a href="http://www.nocnhost.com/hostmonster-zhuji">HostMonster.Com</a> Support</p>
<p>For support go to<br />
Toll-Free: (866) 573-4678<br />
这样就被扣除了10美元的域名费用.<br />
所以在这里提示大家一下,当你的主机不用了之后,如果域名还希望用的话,可以选择继续使用或者转出,但是如果你这个域名不再用了,那就要注意了,要在域名管理处,一定要择不自动续费,要不然会发生以上这样的事情的.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nocnhost.com/hostmonster-free-domain/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlueHost主机的Mysql管理工具</title>
		<link>http://www.nocnhost.com/bluehost-mysql-tools</link>
		<comments>http://www.nocnhost.com/bluehost-mysql-tools#comments</comments>
		<pubDate>Thu, 09 Feb 2012 01:54:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bluehost主机]]></category>

		<guid isPermaLink="false">http://www.nocnhost.com/?p=492</guid>
		<description><![CDATA[Bluehost虚拟主机上可以使用图形化MYSQL数据库管理工具SQLyog，SQLyog强大易用，可以通过4种方式与相关的虚拟主机建立连接

1.远程MYSQL连接，需要在cPanel的远程数据库选项中添加授权主机或IP。国外主机评测

2.HTTP隧道连接，只需要将SQLyogTunnel.php上传到虚拟目录中，速度略慢于SSH。bluehost主机评测

<span class="readmore"><a href="http://www.nocnhost.com/bluehost-mysql-tools" title="BlueHost主机的Mysql管理工具">阅读全文——共448字</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="http://bluehost.nocnhost.com">Bluehost虚拟主机</a>上可以使用图形化MYSQL数据库管理工具SQLyog，SQLyog强大易用，可以通过4种方式与相关的虚拟主机建立连接<br />
1.远程MYSQL连接，需要在cPanel的远程数据库选项中添加授权主机或IP。国外主机评测<br />
2.HTTP隧道连接，只需要将SQLyogTunnel.php上传到虚拟目录中，速度略慢于SSH。<span class='wp_keywordlink'><a href="http://bluehost.nocnhost.com" title="bluehost">bluehost</a></span>主机评测<br />
3.SSH隧道连接，需要开通SSH帐户。<br />
4.SSL连接，需要开通SSL。</p>
<p>我们介绍最常用的连接设置：HTTP隧道连接和SSH连接。</p>
<p>1.SSH连接。</p>
<p>运行SQLyog创建一个新连接，在MySQL窗卡中进行设置（同上）<br />
MySQL host address：填写localhost<br />
Username：填写数据库用户名<br />
Password：填写数据库密码<br />
Database：填写数据库名</p>
<p>进入HTTP窗卡中进行如下设置：<br />
SSH Host：填写<span class='wp_keywordlink'><a href="http://bluehost.nocnhost.com" title="bluehost">bluehost</a></span>虚拟主机的IP地址。<br />
SSH Port：填写22<br />
Username：填写SSH用户名。<br />
Local Port：填写3310</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nocnhost.com/bluehost-mysql-tools/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.012 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-18 15:42:42 -->

