您现在的位置是:首页-> 米鼠技术 ->令你的网站获得任意googlepr值的方法

令你的网站获得任意googlepr值的方法

在你网站的首页顶部加上以下代码(PHP代码)
在Location: 后面填上一个任意PR值的网址,如 Google.com 就是 10, msn.com 就是 9 了,只要选对网址,哪N(7

<font size="3">&lt;</font>N<font size="3">&lt;</font>30)天后,你的网站就会显示相应的PR值了
<font size="3">&lt;</font>?php
if (preg_match("#(google)#si", $_SERVER[HTTP_USER_AGENT]))
{
 header("HTTP/1.1 301 Moved Permanently");
 header("Location:http://www.google.com/");
 exit();
}
?
<font size="3">&gt;</font>


热点文章
最新项目
相关文章 最新文章