コードをコピー コードは次のとおりです:
$url=$_GET['url '];
$ext=pathinfo($url,PATHINFO_EXTENSION);
if($ext!='jpg' && $ext!='gif'){ // jpg と gif のみがサポートされます
readfile('/upload/20081209130557536.gif');
終了;
$file=md5($url).'.'.$ext; ){
readfile($file);
終了;
$data=file_get_contents($url){ // 読み取りに失敗しました
readfile( '/upload/20081209130557536.gif');
終了
}
$handle=fopen($file,'wb'); ;
fclose($handle);
echo $data;