<?php<BR> $str=file_get_contents('http://cn.bing.com/HPImageArchive.aspx?idx=0&n=1');<BR> if(preg_match("/(.+?)<\/url>/ies",$str,$matches)){<BR> $imgurl='http://cn.bing.com'.$matches[1];<BR> }<BR> if($imgurl){<BR> header('Content-Type: image/JPEG');<BR> @ob_<b style="color:transparent">来&源gao@dai!ma.com搞$代^码%网</b><img>搞gaodaima代码</img>end_clean();<BR> @readfile($imgurl);<BR> @flush(); @ob_flush();<BR> exit();<BR> }else{<BR> exit('error');<BR> }<BR>?><BR>