>백엔드 개발 >PHP 튜토리얼 >php.net新闻拦截!_PHP

php.net新闻拦截!_PHP

WBOY
WBOY원래의
2016-06-01 12:28:51873검색

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

print "";

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

print "";

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

$where="";
$a=0;
while ($a $file[$a]=chop ($file[$a]);
if ($file[$a]=="") {
$where=$a;
break 1;
}
$a ;
}

$file=file('http://www.php.net');
$a=$where 1;
$b=0;
while ($b if (substr($file[$a],0,4)=="

" & substr($file[$a],-6,5)=="

" | substr($file[$a],0,4)=="

" & substr($file[$a],-7,5)=="

") {
$from=$to;
$to=$a;
}

if ($to==$a & $from!="") {
$c=$from;
if ($b==$opened) {
while ($c if (substr($file[$c],0,9)=="php.net新闻拦截!_PHP }
$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("

","

www.php.net
",$file[$c]);
$file[$c]=eregi_replace("","
",$file[$c]);
print $file[$c];
$c ;
}
} else {
if (substr($file[$c],0,9)=="php.net新闻拦截!_PHP }
$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("

","

",$file[$c]);
$file[$c]=eregi_replace("","
",$file[$c]);
print $file[$c];
}
$b ;
}
$a ;
}
print "
";
print "";
?>

【本文版权归作者与奥索网共同拥有,如需转载,请注明作者及出处】
성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.