Web Hosting - Dedicated Server buyrun buldum indirin ancak 1 oyundan 2 3 tane ekliyo orasını çözemedim

// * Programlama : Botmatik 2009
// * Programlama Betiği : PHP
// * Yazar : Botmatik
// * Contact : http://www.botmatik.com
 
    $site = "http://kraloyun.com/"; //Site Adresi
    $where = "Kategori/Macera/";  // Hangi Kategori
    $connect = file_get_contents($site.($where)); // Bağlantı
 
    preg_match_all('#<div style="margin: 4px 4px 0px 4px; padding: 0; ">(.*?)</div>#si',$connect,$open,PREG_SET_ORDER);
    for($i=0; $i<16; $i++){ // Kaç Adet
    $gel= $open[$i][1];
 
    $ikinci = $gel; // Lazım olan kısmı Parse Ettik
 
    preg_match_all('#<a href="/(.*?)">#si',$ikinci,$pars,PREG_SET_ORDER);
    preg_match_all('#<img src="(.*?)" class="cat0011" alt="(.*?)" title="(.*?)">#si',$ikinci,$pare,PREG_SET_ORDER);
    for($x=0; $x<1; $x++){ // Değerler
    $aa = $pars[$x][1]; //Link Kodu
    $ab = $pare[$x][1]; // Img Kodu
    $ac = $pare[$x][3]; // Title Kodu
 
    $swfadres = $aa; // swf için adres alıyoruz
    $reconnect = file_get_contents($site.($swfadres)); // Bağlantı
 
    preg_match_all('#<param name="movie" value="(.*?)" />#si',$reconnect,$swflink,PREG_SET_ORDER);
    for($c=0; $c<1; $c++){
    $ba = $swflink[$c][1]; //SWF Kodu
 
 
 
    echo $ac."<br>".$ab."<br>".$ba."<br><br>"; // Sonuçları Basalım
    }}}
 
 
// * Programlama : Botmatik 2009
// * Programlama Betiği : PHP
// * Yazar : Botmatik
// * Contact : http://www.botmatik.com
bu kodları nası kullanacağımızı biri anlatabilirmi