sorunu halledemedik. serverda zend yüklü ve imagemagic'de. başka bir güvenlik kodu scripti denedik çalıştı. fakat bu scriptte güvenlik kodlarını aldığı dosyada sorun var ve çözemedik. üstte verdiğim sayfanın kodlarında şöyle birşey bulduk

function vMakeAnimGif(){
 global $cgi,$tmp_save_prefix;
 
 $animPath=$tmp_save_prefix."_all.gif";
 $filePath1=$tmp_save_prefix."_first.gif";
 $filePath2=$tmp_save_prefix."_second.gif";
 
 $inFiles[0]=$filePath1;
 $inFiles[1]=$filePath2;
 //echo "doing....<br>";
 
 //vMergeToGif("out.gif",$inFiles,20,99999,2);
 
 vMergeToGif($animPath,$inFiles,$cgi['first_delay'],99999);//,-1,$cgi['first_delay']);
 //echo "done.";
 //$str="whirlgif -o $animPath -loop -time {$cgi['first_delay']} $filePath1 -time {$cgi['second_delay']} $filePath2";
 //echo $str;
 //system($str); 
 
 
 //********************************************************************************Uncomment
 //unlink($filePath1);
 //********************************************************************************Uncomment
 //unlink($filePath2);
 //********************************************************************************Uncomment
 //echo "<script>document.location='{$animPath}';</script><a href='{$animPath}'>download</a>";
 //aim:BuddyIcon?src=http://dollisland.com imagename.gif 
 //echo "--";
 echo "<table width=100% height=100% ><tr><td valign=middle align=center><a href=aim:BuddyIcon?src=http://dollisland.com/gif/$animPath ><img src='$animPath' border=0></a></td></tr></table>";
 //echo "++";
 vTrash();
 
}


bu fonksiyondan olma ihtimali nedir? çünkü başka hostlardada denedik yinede çalışmadı.
Not : bu
http://dollisland.com bizim sitemiz değil.