<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>评论：MooPHP站长系列工具 提供下载</title>
	<atom:link href="http://www.hao32.com/web-program/169.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hao32.com/web-program/169.html</link>
	<description>私人日志记录</description>
	<pubDate>Tue, 06 Jan 2009 06:04:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：排名</title>
		<link>http://www.hao32.com/web-program/169.html/comment-page-1#comment-372</link>
		<dc:creator>排名</dc:creator>
		<pubDate>Wed, 10 Dec 2008 04:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.hao32.com/?p=169#comment-372</guid>
		<description>ALEXA用不了啊</description>
		<content:encoded><![CDATA[<p>ALEXA用不了啊</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：求助</title>
		<link>http://www.hao32.com/web-program/169.html/comment-page-1#comment-348</link>
		<dc:creator>求助</dc:creator>
		<pubDate>Sat, 06 Dec 2008 08:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.hao32.com/?p=169#comment-348</guid>
		<description>老大回复一下好吗？

到底啥会事呀？</description>
		<content:encoded><![CDATA[<p>老大回复一下好吗？</p>
<p>到底啥会事呀？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：求助</title>
		<link>http://www.hao32.com/web-program/169.html/comment-page-1#comment-347</link>
		<dc:creator>求助</dc:creator>
		<pubDate>Sat, 06 Dec 2008 01:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.hao32.com/?p=169#comment-347</guid>
		<description>Notice: Use of undefined constant pr值查询 - assumed 'pr值查询' in 

直接上传后，出现这个错误，找不到解答，请回复，谢谢。

服务器是IIS6+PHP5.0RC</description>
		<content:encoded><![CDATA[<p>Notice: Use of undefined constant pr值查询 - assumed 'pr值查询' in </p>
<p>直接上传后，出现这个错误，找不到解答，请回复，谢谢。</p>
<p>服务器是IIS6+PHP5.0RC</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：回复虫虫</title>
		<link>http://www.hao32.com/web-program/169.html/comment-page-1#comment-278</link>
		<dc:creator>回复虫虫</dc:creator>
		<pubDate>Thu, 06 Nov 2008 01:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.hao32.com/?p=169#comment-278</guid>
		<description>因为live搜索是UTF-8编码的，所以截取中文是不可以的。</description>
		<content:encoded><![CDATA[<p>因为live搜索是UTF-8编码的，所以截取中文是不可以的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：虫虫</title>
		<link>http://www.hao32.com/web-program/169.html/comment-page-1#comment-226</link>
		<dc:creator>虫虫</dc:creator>
		<pubDate>Wed, 22 Oct 2008 04:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.hao32.com/?p=169#comment-226</guid>
		<description>site.php
增加
	$buffer = @file_get_contents('http://cnweb.search.live.com/results.aspx?go=&#38;form=QBLH&#38;q=site%3A' . $site, 'r');
		if($buffer) {
			$LiveSite = cut($buffer, '（共  ', ' 条搜索结果）');
			$LiveSite = str_replace(',', '', $LiveSite);
		}	
	$buffer = @file_get_contents('http://cnweb.search.live.com/results.aspx?go=&#38;form=QBLH&#38;q=link%3A' . $site, 'r');
		if($buffer) {
			$LiveLink = cut($buffer, '（共  ', ' 条搜索结果）');
			$LiveLink = str_replace(',', '', $LiveLink);
		}

site_index.htm
增加

	
	 &lt;a href="http://www.live.com/" rel="nofollow"&gt; Live&lt;/a&gt;
	&lt;!--{if $LiveSite}--&gt;&lt;a href="http://cnweb.search.live.com/results.aspx?go=&#38;form=QBLH&#38;q=site%3A{php echo $site;}" rel="nofollow"&gt;{php echo $LiveSite;}&lt;/a&gt;&lt;!--{else}--&gt;暂无收录&lt;!--{/if}--&gt;
	&lt;!--{if $LiveLink}--&gt;&lt;a href="http://cnweb.search.live.com/results.aspx?go=&#38;form=QBLH&#38;q=link%3A{php echo $site;}" rel="nofollow"&gt;{php echo $LiveLink;}&lt;/a&gt;&lt;!--{else}--&gt;暂无反向链接&lt;!--{/if}--&gt;

为什么显示  暂无收录   暂无反向链接</description>
		<content:encoded><![CDATA[<p>site.php<br />
增加<br />
	$buffer = @file_get_contents('http://cnweb.search.live.com/results.aspx?go=&amp;form=QBLH&amp;q=site%3A' . $site, 'r');<br />
		if($buffer) {<br />
			$LiveSite = cut($buffer, '（共  ', ' 条搜索结果）');<br />
			$LiveSite = str_replace(',', &quot;, $LiveSite);<br />
		}<br />
	$buffer = @file_get_contents('http://cnweb.search.live.com/results.aspx?go=&amp;form=QBLH&amp;q=link%3A' . $site, 'r');<br />
		if($buffer) {<br />
			$LiveLink = cut($buffer, '（共  ', ' 条搜索结果）');<br />
			$LiveLink = str_replace(',', &quot;, $LiveLink);<br />
		}</p>
<p>site_index.htm<br />
增加</p>
<p>	 <a href="http://www.live.com/" rel="nofollow"> Live</a><br />
	<!--{if $LiveSite}--><a href="http://cnweb.search.live.com/results.aspx?go=&amp;form=QBLH&amp;q=site%3A{php echo $site;}" rel="nofollow">{php echo $LiveSite;}</a><!--{else}-->暂无收录<!--{/if}--><br />
	<!--{if $LiveLink}--><a href="http://cnweb.search.live.com/results.aspx?go=&amp;form=QBLH&amp;q=link%3A{php echo $site;}" rel="nofollow">{php echo $LiveLink;}</a><!--{else}-->暂无反向链接<!--{/if}--></p>
<p>为什么显示  暂无收录   暂无反向链接</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：安定们</title>
		<link>http://www.hao32.com/web-program/169.html/comment-page-1#comment-171</link>
		<dc:creator>安定们</dc:creator>
		<pubDate>Thu, 11 Sep 2008 03:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.hao32.com/?p=169#comment-171</guid>
		<description>在IE7 下  错位</description>
		<content:encoded><![CDATA[<p>在IE7 下  错位</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：北京网站建设小郭</title>
		<link>http://www.hao32.com/web-program/169.html/comment-page-1#comment-170</link>
		<dc:creator>北京网站建设小郭</dc:creator>
		<pubDate>Wed, 10 Sep 2008 09:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.hao32.com/?p=169#comment-170</guid>
		<description>哈哈，正需要，忠心感谢！！！！

支持你。</description>
		<content:encoded><![CDATA[<p>哈哈，正需要，忠心感谢！！！！</p>
<p>支持你。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：toby</title>
		<link>http://www.hao32.com/web-program/169.html/comment-page-1#comment-143</link>
		<dc:creator>toby</dc:creator>
		<pubDate>Mon, 25 Aug 2008 01:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.hao32.com/?p=169#comment-143</guid>
		<description>谢谢你的打包，嘿嘿
我就是给你发邮件的
万分感谢了</description>
		<content:encoded><![CDATA[<p>谢谢你的打包，嘿嘿<br />
我就是给你发邮件的<br />
万分感谢了</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：任杰</title>
		<link>http://www.hao32.com/web-program/169.html/comment-page-1#comment-126</link>
		<dc:creator>任杰</dc:creator>
		<pubDate>Sat, 16 Aug 2008 23:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.hao32.com/?p=169#comment-126</guid>
		<description>我有几个问题想请教一下，查询出来的数据能入库吗？，要怎么做啊
我的QQ：269268550</description>
		<content:encoded><![CDATA[<p>我有几个问题想请教一下，查询出来的数据能入库吗？，要怎么做啊<br />
我的QQ：269268550</p>
]]></content:encoded>
	</item>
</channel>
</rss>
