您现在的位置: 军旅同心-旅游自驾-军旅文学 >> 读书赏析 >> 学习园地 >> 电脑网络 >> 技术文章 >> 正文
php.net新闻拦截!
作者:采集员 文章来源:来源于网络 点击数: 更新时间:2005-9-10 14:29:57
<?
//请自己修改下面变量.
$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>";
?>  

【本文版权归作者与奥索网共同拥有,如需转载,请注明作者及出处】    


更多
免责声明:作品版权归所属媒体与作者所有!!本站刊载此文不代表同意其说法或描述,仅为提供更多信息。如果您认为我们侵犯了您的版权,请告知!本站立即删除。有异议请联系我们。
文章录入:烟灰缸    责任编辑:烟灰缸 
网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)
| 设为首页 | 加入收藏 | 联系站长 | 友情链接 | 网站地图 | 版权申明 | 网站公告 | 管理登录 |