读书人

窃贼程序

发布时间: 2012-09-02 21:00:34 作者: rapoo

小偷程序

$url = "http://weather.tq121.com.cn/detail.php?city=$_GET[city]"; //目标站$fp = @fopen($url, "r") or die("超时");$fcontents = file_get_contents($url);eregi("<img src=\"images/20080821.gif\" width=\"480\" height=\"55\" border=\"0\"></a></td>(.*)<td width=\"21\" valign=\"top\"> </td>", $fcontents, $regs);$regs[1]=str_replace("src=\"../images/","src=\"http://weather.tq121.com.cn/images/",$regs[1]);echo  $regs[1];

?函数:file_get_contents

?

读书人网 >Web前端

热点推荐