标题: 求助,关于小偷下一页跳转问题
时间: 2014-07-01
<?php
$page=$_POST['page'];
if($page==''){
$p=1;
}else{
$p=$page;
}
$url='http://i43.cn/wap/class.asp?sort=&page={$p}';
$nr=file_get_contents($url);
$nr=preg_replace('!<a href="/wap">首页</a>!Uis','<a href=/>首页</a>',$nr);
$nr=preg_replace('!<<a href="/">电脑版</a>.*时尚笑话旗下网站!Uis','</body>',$nr);
$nr=str_replace('list.asp','view.php',$nr);
$nr=str_replace('class.asp','index.php',$nr);
echo $nr;
?>
下一页跳转不过去,老是第一页『回复列表(4|隐藏机器人聊天)』