<?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"
	>
<channel>
	<title>Comments on: 欺骗Google 提升网页的PageRank值？</title>
	<atom:link href="http://blog.jianqing.net/2005/01/hijack-google/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.jianqing.net/2005/01/hijack-google</link>
	<description>proud member of geowhy.org</description>
	<pubDate>Thu, 07 Aug 2008 20:32:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: tsing</title>
		<link>http://blog.jianqing.net/2005/01/hijack-google#comment-233</link>
		<dc:creator>tsing</dc:creator>
		<pubDate>Tue, 06 Dec 2005 17:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jianqing.org/?p=124#comment-233</guid>
		<description>&lt;p&gt;呵呵，Google 好像是四个月才更新一次 Pagerank 吧，不知你说不好使是什么情况？&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>呵呵，Google 好像是四个月才更新一次 Pagerank 吧，不知你说不好使是什么情况？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xing006</title>
		<link>http://blog.jianqing.net/2005/01/hijack-google#comment-232</link>
		<dc:creator>xing006</dc:creator>
		<pubDate>Sun, 04 Dec 2005 14:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jianqing.org/?p=124#comment-232</guid>
		<description>&lt;p&gt;if(strstr($_SERVER['HTTP_USER_AGENT'], &#34;Googlebot&#34;)) &lt;br /&gt; { &lt;br /&gt; header(&#34;Status: 301 Moved Permanently&#34;); &lt;br /&gt; header(&#34;Location: &lt;a href="http://www.google.com&#34;);" title="http://www.google.com&#34;);" rel="nofollow"&gt;www.google.com&#34;);&lt;/a&gt; &lt;br /&gt; exit(); &lt;br /&gt; } &lt;br /&gt; 我在我的网站上加上了，为什么不好使啊？&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>if(strstr($_SERVER['HTTP_USER_AGENT'], &quot;Googlebot&quot;)) <br />
 { <br />
 header(&quot;Status: 301 Moved Permanently&quot;); <br />
 header(&quot;Location: <a href="http://www.google.com&quot;);" title="http://www.google.com&quot;);" rel="nofollow"></a><a href="http://www.google.com&#038;quot" rel="nofollow">http://www.google.com&#038;quot</a>;); <br />
 exit(); <br />
 } <br />
 我在我的网站上加上了，为什么不好使啊？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tsing</title>
		<link>http://blog.jianqing.net/2005/01/hijack-google#comment-231</link>
		<dc:creator>tsing</dc:creator>
		<pubDate>Fri, 24 Jun 2005 07:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jianqing.org/?p=124#comment-231</guid>
		<description>&lt;p&gt;呵呵，这个我自己没有实验过。有可能是因为google把这个漏洞去除了吧。&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>呵呵，这个我自己没有实验过。有可能是因为google把这个漏洞去除了吧。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 小说</title>
		<link>http://blog.jianqing.net/2005/01/hijack-google#comment-230</link>
		<dc:creator>小说</dc:creator>
		<pubDate>Thu, 23 Jun 2005 18:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jianqing.org/?p=124#comment-230</guid>
		<description>&lt;p&gt;&#60;%&lt;br /&gt;   String ua = request.getHeader(&#34;user-agent&#34;);&lt;br /&gt;   if (ua != null &#38;&#38; ua.toLowerCase().indexOf(&#34;googlebot&#34;) != -1) {&lt;br /&gt;     response.sendRedirect(&#34;&lt;a href="http://www.google.com&#34;);" title="http://www.google.com&#34;);" rel="nofollow"&gt;www.google.com&#34;);&lt;/a&gt;&lt;br /&gt;   }&lt;br /&gt; %&#62;&lt;br /&gt; 我的网站是jsp的, 可以我这样写为什么不行呢, 都快二个月了,pr值还是0&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>&lt;%<br />
   String ua = request.getHeader(&quot;user-agent&quot;);<br />
   if (ua != null &amp;&amp; ua.toLowerCase().indexOf(&quot;googlebot&quot;) != -1) {<br />
     response.sendRedirect(&quot;<a href="http://www.google.com&quot;);" title="http://www.google.com&quot;);" rel="nofollow"></a><a href="http://www.google.com&#038;quot" rel="nofollow">http://www.google.com&#038;quot</a>;);<br />
   }<br />
 %&gt;<br />
 我的网站是jsp的, 可以我这样写为什么不行呢, 都快二个月了,pr值还是0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 小说</title>
		<link>http://blog.jianqing.net/2005/01/hijack-google#comment-229</link>
		<dc:creator>小说</dc:creator>
		<pubDate>Thu, 23 Jun 2005 18:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jianqing.org/?p=124#comment-229</guid>
		<description>&lt;p&gt;我的网站是jsp的, 可以我这样写为什么不行呢, 都快二个月了,pr值还是0&lt;br /&gt; &#38;lt;%&#60;br&#62;&lt;br /&gt; String ua = request.getHeader(&#38;quot;user-agent&#38;quot;);&#60;br&#62;&lt;br /&gt; if (ua != null &#38;amp;&#38;amp; ua.toLowerCase().indexOf(&#38;quot;googlebot&#38;quot;) != -1) {&#60;br&#62;&lt;br /&gt; response.sendRedirect(&#38;quot;&lt;a href="http://www.google.com&#38;quot;);&#60;br&#62;" title="http://www.google.com&#38;quot;);&#60;br&#62;" rel="nofollow"&gt;www.google.com&#38;quot;)...&lt;/a&gt;&lt;br /&gt; }&#60;br&#62;&lt;br /&gt; %&#38;gt;&#60;br&#62;&lt;br /&gt; &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>我的网站是jsp的, 可以我这样写为什么不行呢, 都快二个月了,pr值还是0<br />
 &amp;lt;%&lt;br&gt;<br />
 String ua = request.getHeader(&amp;quot;user-agent&amp;quot;);&lt;br&gt;<br />
 if (ua != null &amp;amp;&amp;amp; ua.toLowerCase().indexOf(&amp;quot;googlebot&amp;quot;) != -1) {&lt;br&gt;<br />
 response.sendRedirect(&amp;quot;<a href="http://www.google.com&amp;quot;);&lt;br&gt;" title="http://www.google.com&amp;quot;);&lt;br&gt;" rel="nofollow"></a><a href="http://www.google.com&amp;quot" rel="nofollow">http://www.google.com&amp;quot</a>;)&#8230;<br />
 }&lt;br&gt;<br />
 %&amp;gt;&lt;br&gt;
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tsing</title>
		<link>http://blog.jianqing.net/2005/01/hijack-google#comment-228</link>
		<dc:creator>tsing</dc:creator>
		<pubDate>Wed, 09 Mar 2005 18:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jianqing.org/?p=124#comment-228</guid>
		<description>&lt;p&gt;我还从它那儿发现了我现在用的这个blog系统 :-)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>我还从它那儿发现了我现在用的这个blog系统 <img src='http://blog.jianqing.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: istef</title>
		<link>http://blog.jianqing.net/2005/01/hijack-google#comment-227</link>
		<dc:creator>istef</dc:creator>
		<pubDate>Wed, 09 Mar 2005 14:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jianqing.org/?p=124#comment-227</guid>
		<description>&lt;p&gt;要是早看到你的文章我就不用试验这么久了～～ 当时我根本就没留意那个法文网站到底写了什么～～～&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>要是早看到你的文章我就不用试验这么久了～～ 当时我根本就没留意那个法文网站到底写了什么～～～</p>
]]></content:encoded>
	</item>
</channel>
</rss>
