Файл: include/xtoonline.php
Строк: 5
<?
echo"<br/><small>Сейчас в игре:</small><br/>";
$file1 = file("MySql/base123/who.dat");
$total1 = count($file1);
$time=time()-600;
$gde=$_SERVER['SCRIPT_NAME'];
for ($i = 0; $i < $total1; $i++){
$file2 = @file("MySql/base123/who.dat");
$data2 = explode("|",$file2[$i]);
$text = @file("MySql/base123/reg/$data2[0].dat");
$uda = explode(":||:",$text[0]);
$data2[0]=htmlspecialchars(addslashes(stripslashes($data2[0])));
if($data2[1] && $data2[2]>$time){
if($udata[23]!==""){
$file = @file("MySql/base123/clan/$udata[23].dat");
$data = explode(":||:",$file[0]);
if(!empty($data[2])){
echo"<small><img src="pic/clan/$data[2]" alt="."/>";}}
echo "<a href="search.php?log=$log&pas=$pas&nick=$data2[0]&go=go">$data2[0]</a><br/>(В городе: $uda[20])</small><br/> ";
}
}
?>