频道直达 - 专题 - 新闻 - 基础 - 高级 - 安装 - 技巧 - 数据库 - 手册 - PHP - Linux - Java - MySQL - Apache - 麻辣堂 - 狼盟 - Rails社群 - 搜索 - 下载 - 开源 - 论坛
PHP开发资源网 主页>>PHP基础教程>> 收藏此文 | 收藏本站 | 设为首页

php.net新闻拦截

来源:www.phpres.com 作者:Angelover 出处:www.phpres.com 2007-7-23 13:15:15 进入讨论组
关 键 词: php.net新闻拦截

<?
//请自己修改下面变量.
$newsnum=7;
$space=20;
$width=400;
$headclass="class5";
$lowerclass="class6";
//变量设置结束.

print "<html><head><link rel=stylesheet href=dark.css></head><body>";

$opened=$QUERY_STRING;
if ($opened=="") { $opened="-1"; }

print "<table><tr><td class=class5><a target=_blank href=http://www.php.net>www.php.net</a></td></tr>";

$file=file('http://www.php.net');

$where="";
$a=0;
while ($a<count($file)) {
    $file[$a]=chop ($file[$a]);
    if ($file[$a]=="<!--http://www.php.net/-->;") {
        $where=$a;
        break 1;
    }
    $a++;
}

$file=file('http://www.php.net');
$a=$where+1;
$b=0;
while ($b<$newsnum) {
      if (substr($file[$a],0,4)=="<h3>" & substr($file[$a],-6,5)=="</h3>" | substr($file[$a],0,4)=="<h3>" & substr($file[$a],-7,5)=="</h3>") {
        $from=$to;
         $to=$a;
    }

    if ($to==$a & $from!="") {
        $c=$from;
        if ($b==$opened) {
            while ($c<$to) {
                if (substr($file[$c],0,9)=="<img src=") {
                    $file[$c]="";
                }
                $file[$c]=eregi_replace("src="","src="http://www.php.net/",$file[$c]);
                $file[$c]=eregi_replace("href="","href="http://www.php.net/",$file[$c]);
                $file[$c]=eregi_replace("<h3>","</td></tr><tr><td width=$width class=$headclass><a href=$PHP_SELF?-1>",$file[$c]);
                $file[$c]=eregi_replace("</h3>","</a></td></tr><tr><td width=$width class=$lowerclass>",$file[$c]);
                print $file[$c];
                $c++;
            }
        } else {
            if (substr($file[$c],0,9)=="<img src=") {
                $file[$c]="";
            }
            $file[$c]=eregi_replace("src="","src="http://www.php.net/",$file[$c]);
            $file[$c]=eregi_replace("href="","href="http://www.php.net/",$file[$c]);
            $file[$c]=eregi_replace("<h3>","</td></tr><tr><td width=$width class=$headclass><a href="$PHP_SELF?$b">",$file[$c]);
            $file[$c]=eregi_replace("</h3>","</a></td></tr><tr><td width=$width class=$lowerclass>",$file[$c]);
            print $file[$c];
        }
        $b++;
    }
    $a++;
}
print "</table>";
print "</body></head>";
?>  
欢迎进入PHP开发资源论坛讨论。
收藏此文】【 】【打印】【关闭
相关文章
图文推荐
论 坛 资 源
PHP开发资源网奋斗目标
阅读排行:
热门技术文档
最新图文档
本站编辑推荐:(本站开通Delphi4PHP专区,欢迎进入论坛交流!)
编缉最近更新文章
网站赞助商
搜索您感兴趣的内容
 
   网站首页 -  网站地图 -  网站合作 -  手册中心 -  通用网址 -  网站论坛 -  网站投稿 -  友情链接 -  帮助中心
版权所有:PHP开发资源网 © 2003-2008 通用网址:PHP资源网 合作媒体: 赛迪网IT技术
互联网违法和不良信息举报中心 | 不良信息举报信箱