<?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>I&#039;m 长脚 &#187; WordPress</title>
	<atom:link href="http://www.imlongleg.com/archives/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.imlongleg.com</link>
	<description></description>
	<lastBuildDate>Sun, 04 Jul 2010 04:46:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>name.com 2010年7月最新优惠代码</title>
		<link>http://www.imlongleg.com/archives/110.html</link>
		<comments>http://www.imlongleg.com/archives/110.html#comments</comments>
		<pubDate>Sun, 04 Jul 2010 04:46:37 +0000</pubDate>
		<dc:creator>长脚</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[name.com]]></category>
		<category><![CDATA[优惠码]]></category>
		<category><![CDATA[域名]]></category>

		<guid isPermaLink="false">http://www.imlongleg.com/archives/110.html</guid>
		<description><![CDATA[上个月，由于长脚工作繁忙，没有给大家带来最新的优惠代码，在此说声抱歉了。从7月优惠力度来看，似乎全球都处在通货膨胀阶段，唉。。钱又不值钱了。

优惠码: summerdays    优惠内容: 新注册 .com/.net $9.15

]]></description>
			<content:encoded><![CDATA[<p>上个月，由于长脚工作繁忙，没有给大家带来最新的优惠代码，在此说声抱歉了。从7月优惠力度来看，似乎全球都处在通货膨胀阶段，唉。。钱又不值钱了。</p>
<p>优惠码: <strong>summerdays</strong>    <br />优惠内容: 新注册 .com/.net <strong>$9.15</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.imlongleg.com/archives/110.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>name.com 2010年5月最新优惠代码</title>
		<link>http://www.imlongleg.com/archives/97.html</link>
		<comments>http://www.imlongleg.com/archives/97.html#comments</comments>
		<pubDate>Thu, 06 May 2010 06:06:47 +0000</pubDate>
		<dc:creator>长脚</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[name.com]]></category>
		<category><![CDATA[优惠码]]></category>
		<category><![CDATA[域名]]></category>

		<guid isPermaLink="false">http://www.imlongleg.com/archives/97.html</guid>
		<description><![CDATA[一晃眼，一个月又过去了，长脚又来更新优惠代码了，本次的是续费优惠码，很少有的哦。

优惠码: comwhatmay    优惠内容: $8.20 .COM/.NET续费

]]></description>
			<content:encoded><![CDATA[<p>一晃眼，一个月又过去了，长脚又来更新优惠代码了，本次的是续费优惠码，很少有的哦。</p>
<p>优惠码: <strong>comwhatmay</strong>    <br />优惠内容: $8.20 .COM/.NET续费</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imlongleg.com/archives/97.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>利用rewrite规则解决000webhost免费主机Google Adsense验证问题</title>
		<link>http://www.imlongleg.com/archives/94.html</link>
		<comments>http://www.imlongleg.com/archives/94.html#comments</comments>
		<pubDate>Tue, 20 Apr 2010 13:20:38 +0000</pubDate>
		<dc:creator>长脚</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[小技巧]]></category>
		<category><![CDATA[000webhost]]></category>
		<category><![CDATA[google Adsense]]></category>

		<guid isPermaLink="false">http://www.imlongleg.com/archives/94.html</guid>
		<description><![CDATA[最近长脚在生气Google Adsense的广告申请，可是在申请过程中遇到了瓶颈。Google Adsense需要在网站根目录放置一个adsense.txt的文件，来证明这个网站的所有权。长脚在放了好几次，都无法正常的通过浏览器访问到这个txt文件，网上查找了一下，好像是000webhost主机做过设置还是怎么的，反正就是不行。

不过长脚还是找来一个偏门的解决办法,利用.htaccess中添加rewrite语句。具体请看下例：

RewriteRule ^a\.txt$ a.html

<span class="readmore"><a href="http://www.imlongleg.com/archives/94.html" title="利用rewrite规则解决000webhost免费主机Google Adsense验证问题">阅读全文——共361字</a></span>]]></description>
			<content:encoded><![CDATA[<p>最近长脚在生气Google Adsense的广告申请，可是在申请过程中遇到了瓶颈。Google Adsense需要在网站根目录放置一个adsense.txt的文件，来证明这个网站的所有权。长脚在放了好几次，都无法正常的通过浏览器访问到这个txt文件，网上查找了一下，好像是000webhost主机做过设置还是怎么的，反正就是不行。</p>
<p>不过长脚还是找来一个偏门的解决办法,利用.htaccess中添加rewrite语句。具体请看下例：</p>
<p>RewriteRule ^a\.txt$ a.html</p>
<p>其中要上传的文件为a.html，访问的为a.txt</p>
<p>如果你的.htaccess文件中是空的，那就要写全下列语句了</p>
<p>RewriteEngine on   <br />RewriteBase /    <br />RewriteRule ^a\.txt$ a.html</p>
<p>有以上问题的朋友不妨试试看这个方法</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imlongleg.com/archives/94.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>name.com 2010年4月最新优惠代码</title>
		<link>http://www.imlongleg.com/archives/92.html</link>
		<comments>http://www.imlongleg.com/archives/92.html#comments</comments>
		<pubDate>Thu, 15 Apr 2010 03:08:44 +0000</pubDate>
		<dc:creator>长脚</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[name.com]]></category>
		<category><![CDATA[优惠码]]></category>
		<category><![CDATA[域名]]></category>

		<guid isPermaLink="false">http://www.imlongleg.com/archives/92.html</guid>
		<description><![CDATA[由于长脚最近比较忙，没有及时更新最新的优惠代码，给大家先说声抱歉了。废话不多说，请看优惠码，哈哈

优惠码: COMASYOUARE    优惠内容: $8.25 .COM/.NET新注册

]]></description>
			<content:encoded><![CDATA[<p>由于长脚最近比较忙，没有及时更新最新的优惠代码，给大家先说声抱歉了。废话不多说，请看优惠码，哈哈</p>
<p>优惠码: <strong>COMASYOUARE</strong>    <br />优惠内容: $8.25 .COM/.NET新注册</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imlongleg.com/archives/92.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>name.com 2010年3月最新优惠代码</title>
		<link>http://www.imlongleg.com/archives/88.html</link>
		<comments>http://www.imlongleg.com/archives/88.html#comments</comments>
		<pubDate>Wed, 03 Mar 2010 14:37:24 +0000</pubDate>
		<dc:creator>长脚</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[name.com]]></category>
		<category><![CDATA[优惠码]]></category>
		<category><![CDATA[域名]]></category>

		<guid isPermaLink="false">http://www.imlongleg.com/archives/88.html</guid>
		<description><![CDATA[3月到了，似乎name.com的域名注册费用有越来越贵的趋势，优惠码的折扣力度也越来越小。对于需要购买域名的朋友，可以在网络上多找找，看看有无新的域名供应商，一般来说新成立的，在初期都会有不小的打折力度。不管如何，长脚还是一如既往的更新本月的优惠码

优惠码: MARCH825    优惠内容: $8.09 .COM/.NET/.ME注册

]]></description>
			<content:encoded><![CDATA[<p>3月到了，似乎name.com的域名注册费用有越来越贵的趋势，优惠码的折扣力度也越来越小。对于需要购买域名的朋友，可以在网络上多找找，看看有无新的域名供应商，一般来说新成立的，在初期都会有不小的打折力度。不管如何，长脚还是一如既往的更新本月的优惠码</p>
<p>优惠码: <strong>MARCH825</strong>    <br />优惠内容: $8.09 .COM/.NET/.ME注册</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imlongleg.com/archives/88.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>name.com 2010年2月最新优惠代码</title>
		<link>http://www.imlongleg.com/archives/87.html</link>
		<comments>http://www.imlongleg.com/archives/87.html#comments</comments>
		<pubDate>Thu, 04 Feb 2010 08:44:23 +0000</pubDate>
		<dc:creator>长脚</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[name.com]]></category>
		<category><![CDATA[优惠码]]></category>
		<category><![CDATA[域名]]></category>

		<guid isPermaLink="false">http://www.imlongleg.com/archives/87.html</guid>
		<description><![CDATA[转眼间已经2月份了，先在这里恭祝大家新年快乐，随后送上name.com 2月份最新的优惠代码

优惠码: CRUSHIT    优惠内容: $8.09 COM/NET 注册

&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $20.66 TV 注册

<span class="readmore"><a href="http://www.imlongleg.com/archives/87.html" title="name.com 2010年2月最新优惠代码">阅读全文——共98字</a></span>]]></description>
			<content:encoded><![CDATA[<p>转眼间已经2月份了，先在这里恭祝大家新年快乐，随后送上name.com 2月份最新的优惠代码</p>
<p>优惠码: <strong>CRUSHIT</strong>    <br />优惠内容: $8.09 COM/NET 注册</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; $20.66 TV 注册</p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ,15% off 所有主机空间</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imlongleg.com/archives/87.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>name.com 2010年1月最新优惠代码</title>
		<link>http://www.imlongleg.com/archives/78.html</link>
		<comments>http://www.imlongleg.com/archives/78.html#comments</comments>
		<pubDate>Sat, 02 Jan 2010 18:05:36 +0000</pubDate>
		<dc:creator>长脚</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[name.com]]></category>
		<category><![CDATA[优惠码]]></category>
		<category><![CDATA[域名]]></category>

		<guid isPermaLink="false">http://www.imlongleg.com/archives/78.html</guid>
		<description><![CDATA[新的一年开始了，name.com一如既往的公布了最新的优惠代码

$8.25&#160; .COM注册 优惠码：PROMO19735     $8.2 for .COM和.NET 域名续费 优惠码：PROMO71403     $8.15&#160; .INFO和ORG 域名续费 优惠码：PROMO04582

有需要的朋友，可不要错过这样的优惠哦!

]]></description>
			<content:encoded><![CDATA[<p>新的一年开始了，name.com一如既往的公布了最新的优惠代码</p>
<p>$8.25&#160; .COM注册 优惠码：<strong>PROMO19735     <br /></strong>$8.2 for .COM和.NET 域名续费 优惠码：<strong>PROMO71403     <br /></strong>$8.15&#160; .INFO和ORG 域名续费 优惠码：<strong>PROMO04582</strong></p>
<p>有需要的朋友，可不要错过这样的优惠哦!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imlongleg.com/archives/78.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog升级</title>
		<link>http://www.imlongleg.com/archives/76.html</link>
		<comments>http://www.imlongleg.com/archives/76.html#comments</comments>
		<pubDate>Thu, 24 Dec 2009 04:24:04 +0000</pubDate>
		<dc:creator>长脚</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[升级]]></category>

		<guid isPermaLink="false">http://www.imlongleg.com/archives/76.html</guid>
		<description><![CDATA[此Blog已经成功更新至wordpress 2.9,请各位网友帮忙测试下，如有问题请留言联系。谢谢

]]></description>
			<content:encoded><![CDATA[<p>此Blog已经成功更新至wordpress 2.9,请各位网友帮忙测试下，如有问题请留言联系。谢谢</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imlongleg.com/archives/76.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>美域名注册商GoDaddy宣布将支持支付宝</title>
		<link>http://www.imlongleg.com/archives/74.html</link>
		<comments>http://www.imlongleg.com/archives/74.html#comments</comments>
		<pubDate>Mon, 14 Dec 2009 01:44:12 +0000</pubDate>
		<dc:creator>长脚</dc:creator>
				<category><![CDATA[IT新闻]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[GoDaddy]]></category>
		<category><![CDATA[支付宝]]></category>

		<guid isPermaLink="false">http://www.imlongleg.com/archives/74.html</guid>
		<description><![CDATA[美国域名注册公司GoDaddy日前宣布，将支持中国用户通过支付宝购买GoDaddy域名和主机。

此前中国用户要在GoDaddy注册域名或者购买主机，只能使用信用卡，通过PayPal也需要用信用卡进行验证，这给中国大陆用户带来了诸多不便。

GoDaddy发表声明称，亚洲拥有数量巨大的人口，拥有全球将近43%的网民。但信用卡和PayPal在亚洲市场的使用范围不广，这给亚洲消费者购买GoDaddy服务带来了困难。GoDaddy表示，公司即将开始支付支付宝服务。IP地址在中国大陆和香港的用户将可以在支付选择中看到支付宝的选项。

<span class="readmore"><a href="http://www.imlongleg.com/archives/74.html" title="美域名注册商GoDaddy宣布将支持支付宝">阅读全文——共379字</a></span>]]></description>
			<content:encoded><![CDATA[<p>美国域名注册公司GoDaddy日前宣布，将支持中国用户通过支付宝购买GoDaddy域名和主机。</p>
<p>此前中国用户要在GoDaddy注册域名或者购买主机，只能使用信用卡，通过PayPal也需要用信用卡进行验证，这给中国大陆用户带来了诸多不便。</p>
<p>GoDaddy发表声明称，亚洲拥有数量巨大的人口，拥有全球将近43%的网民。但信用卡和PayPal在亚洲市场的使用范围不广，这给亚洲消费者购买GoDaddy服务带来了困难。GoDaddy表示，公司即将开始支付支付宝服务。IP地址在中国大陆和香港的用户将可以在支付选择中看到支付宝的选项。</p>
<p>Godaddy是世界最大的域名注册商，成立于1997年，是全球域名注册排名第一的域名服务商，全球市场占有率达18%。经由Godaddy注册的域名数量已经超过2300万。</p>
<p>&#160;</p>
<p><font color="#ff0000"><strong>本站“IT新闻”内容，均转载于互联网。其中观点与本网站无关，特此声明。</strong></font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.imlongleg.com/archives/74.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress新手上路（二）</title>
		<link>http://www.imlongleg.com/archives/72.html</link>
		<comments>http://www.imlongleg.com/archives/72.html#comments</comments>
		<pubDate>Tue, 08 Dec 2009 07:08:49 +0000</pubDate>
		<dc:creator>长脚</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[000webhost]]></category>
		<category><![CDATA[免费主机空间]]></category>

		<guid isPermaLink="false">http://www.imlongleg.com/archives/72.html</guid>
		<description><![CDATA[在前一期的新手上路中，已经完成了域名的申请。接下来的事，便是要找一个主机空间了。作为一个普通人来说，一般不需要去购买主机空间，当然有钱人例外。在网上搜罗了半天，也找了几个免费的主机空间，比较来比较去，最终选定了000webhost提供的免费主机空间。这个空间免费提供1500M空间，100G流量，FTP、Web方式上传管理文件，支持PHP5，提供2个MySQL数据库，功能强大的cPanel管理面板，管理面板中可一键安装WordPress、phpBB2、Drupal、Joomla等几种热门PHP程序，免费提供1个二级域名，可以绑定自己的域名，速度不错，无广告。最关键的是这个免费主机空间的稳定性很不错，号称比“比收费虚拟主机更好”。说了它那么多的优点，它也有个致命的缺点，就是对中国内的ip地址不太友好，基本很难通过它认证，当然也是有另外方法的，听我慢慢说来。

<span class="readmore"><a href="http://www.imlongleg.com/archives/72.html" title="WordPress新手上路（二）">阅读全文——共1002字</a></span>]]></description>
			<content:encoded><![CDATA[<p>在前一期的新手上路中，已经完成了域名的申请。接下来的事，便是要找一个主机空间了。作为一个普通人来说，一般不需要去购买主机空间，当然有钱人例外。在网上搜罗了半天，也找了几个免费的主机空间，比较来比较去，最终选定了000webhost提供的免费主机空间。这个空间免费提供1500M空间，100G流量，FTP、Web方式上传管理文件，支持PHP5，提供2个MySQL数据库，功能强大的cPanel管理面板，管理面板中可一键安装WordPress、phpBB2、Drupal、Joomla等几种热门PHP程序，免费提供1个二级域名，可以绑定自己的域名，速度不错，无广告。最关键的是这个免费主机空间的稳定性很不错，号称比“比收费虚拟主机更好”。说了它那么多的优点，它也有个致命的缺点，就是对中国内的ip地址不太友好，基本很难通过它认证，当然也是有另外方法的，听我慢慢说来。</p>
<p>首先是要找到一个网络代理，通过它打开<a title="http://www.000webhost.com/" href="http://www.000webhost.com/">http://www.000webhost.com/</a>，点击右侧sign up，在接下来的页面中填入你的domain，用户名和密码等相关信息。</p>
<p><a href="http://www.imlongleg.com/wp-content/uploads/2009/12/FKI078BC1HNVOGOY4.jpg"><img title="_FKI`078%][BC1)HNVOG`OY[4]" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="484" alt="_FKI`078%][BC1)HNVOG`OY[4]" src="http://www.imlongleg.com/wp-content/uploads/2009/12/FKI078BC1HNVOGOY4_thumb.jpg" width="410" border="0" /></a></p>
<p>接着要做的事，并不是等待000webhost给你发邮件，因为它对中国的客户不是特别的友好，一般情况是收不到的。而是要用刚才的用户名和密码登录到它可客户区域，地址是<a title="http://members.000webhost.com/login.php" href="http://members.000webhost.com/login.php">http://members.000webhost.com/login.php</a>，点击上方的“GET HELP”，Submit New ticket，也就是说直接递交一个问题申请，让管理员在后台为你激活你的空间。里面的内容一般来说就写：我注册了你们的网站，但是到现在还没有开通，希望管理员能帮忙看看解决一下，再写一点对该网站的表扬感谢之类的。当然这些都要用英文来写，不会的话，直接找google翻译，只要意思表达清楚就可以了。我在递交完问题后，第二天就收到了管理员的回信，并且激活了空间。但是此时的空间还是不可用，还要等待1天左右的时间，用来服务器准备，具体他们是如何工作的，我不得而知，只要耐心等待就可以了。当000webhost对你帐号都设置完毕后，会给你注册信箱发送一封邮件。里面有详细的登录地址等信息。</p>
<p>另外要说一点的是，每次登录000webhost网站的时候，最好都挂上代理，因为有兄弟发现在用中国ip访问后出现空间被封的情况。</p>
<p>至此，wordpress空间的问题已经完美解决了。接下来就要进行安装了。。。。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imlongleg.com/archives/72.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
