找回密码
 注册
【阿里云】2核2G云新老同享 99元/年,续费同价华为云精选云产品特惠做网站就用糖果主机Jtti,新加坡服务器,美国服务器,香港服务器
查看: 501|回复: 8

PR查询PHP小程序

[复制链接]
发表于 2005 年 11 月 3 日 14:40:45 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×
<?php
if (!empty($_GET['url'])) {
      $url = $_GET['url'];
      $content = file("http://rankwhere.com/google-page-rank.php?url=http://".$url);
      foreach($content as $v){
             $str .= $v;
      }
      $res = explode("has Google PageRank", $str);
      $res = explode("out of 10", $res[1]);
      $pr = trim($res[0]);
}
?>
<form method="GET">
Http://<input name="url">
<input type="submit" value=&quotR查询">
</form>
<?php
if ($res) {
      echo($url."的PR值为:".$pr);
}
?>

使用方法:保存成.php文件即可使用,支持xxx.php?url=atao.cn这样的方式
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
发表于 2005 年 11 月 3 日 14:43:37 | 显示全部楼层
【腾讯云】2核2G云服务器新老同享 99元/年,续费同价
呵呵
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2005 年 11 月 3 日 14:44:17 | 显示全部楼层
en
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2005 年 11 月 3 日 14:49:08 | 显示全部楼层
收了
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2005 年 11 月 3 日 14:51:19 | 显示全部楼层
呵呵
小偷
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2005 年 11 月 3 日 14:55:22 | 显示全部楼层
路过呀~~~~~~````
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2005 年 11 月 3 日 14:57:32 | 显示全部楼层
【腾讯云】2核2G云服务器新老同享 99元/年,续费同价
[s:15]
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2005 年 11 月 3 日 15:06:46 | 显示全部楼层
[s:13]  [s:13]
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

 楼主| 发表于 2005 年 11 月 3 日 14:40:45 | 显示全部楼层

PR查询PHP小程序

<?php
if (!empty($_GET['url'])) {
      $url = $_GET['url'];
      $content = file("http://rankwhere.com/google-page-rank.php?url=http://".$url);
      foreach($content as $v){
             $str .= $v;
      }
      $res = explode("has Google PageRank", $str);
      $res = explode("out of 10", $res[1]);
      $pr = trim($res[0]);
}
?>
<form method="GET">
Http://<input name="url">
<input type="submit" value=&quotR查询">
</form>
<?php
if ($res) {
      echo($url."的PR值为:".$pr);
}
?>

使用方法:保存成.php文件即可使用,支持xxx.php?url=atao.cn这样的方式
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|金光论坛

GMT+8, 2024 年 11 月 20 日 16:24 , Processed in 0.024032 second(s), 23 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表