首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

窃贼程序

2012-09-02 
小偷程序$url http://weather.tq121.com.cn/detail.php?city$_GET[city] //目标站$fp @fopen($url

小偷程序

$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">&nbsp;</td>", $fcontents, $regs);$regs[1]=str_replace("src="../images/","src="http://weather.tq121.com.cn/images/",$regs[1]);echo  $regs[1];

?函数:file_get_contents

?

热点排行