PHP kodu da hazir. PHP kodunda yardimci oldugu icin Aydin arkadasimiza tsk. Kod: Kodu kopyalamak için üzerine çift tıklayın!
<p><b><font face="Arial" color="red"><span style="font-size:10pt;">KAOS SKOR LIST:<br></span></font></b></p>
<?php
$dosya_adi = 'kaos-puan.txt';
$dosyaya_baglanti = @fopen($dosya_adi, "r");
while ($satir = fgets($dosyaya_baglanti, 1024)) {
list($isim, $puan) = explode(' ', $satir);
$id = trim($isim);
$urun_listesi[$isim] = array ("puan" =>$puan);
echo ("<b><font face='Arial' color='red'><span style='font-size:9pt;'>"."NICK: "."</span></font>"."<font face='Arial' color='#808080'><span style='font-size:9pt;'>".$isim."</span></font></b>"."<br />");
echo ("<b><font face='Arial' color='blue'><span style='font-size:9pt;'>"."PUAN: "."</span></font>"."<font face='Arial' color='#808080'><span style='font-size:9pt;'>".$puan."</span></font></b>"."<br />");
}
?>
Gorunumu; Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.