adres}")) { displayGraphicFile("cache/{$w}_{$h}_{$rs->adres}"); } else { $dosya = "FILE/". $rs->adres; include_once "INC/cevir.php"; include_once "INC/class.Thumbnail.php"; @ob_start(); if(!file_exists($dosya) || $dosya == "FILE/"){ $dosya = "RESIMLER/gorukle-logo.png"; } if($p == 0){ $thumb = new Thumbnail($dosya, $w, $h); }else{ $thumb = new Thumbnail($dosya, $w, $h, $p); } $thumb->show(); $asd = @ob_get_contents(); @ob_end_flush(); file_put_contents("cache/{$w}_{$h}_{$rs->adres}",$asd); } ?>