Размер файла: 543B
<?
echo"<br/><small>- - -</small><br/>";
$file1 = file("data/who.dat");
$total1 = count($file1);
$time=time()-150;
$gde=$_SERVER['SCRIPT_NAME'];
for ($i = 0; $i < $total1; $i++){
$file2 = @file("data/who.dat");
$data2 = explode("|",$file2[$i]);
$data2[0]=htmlspecialchars(addslashes(stripslashes($data2[0])));
if($gde==$data2[1] && $data2[2]>$time){echo"<small><img src=\"pic/clan/$udata[2]\" alt=\"c\"/> <a href=\"search.php?log=$log&pas=$pas&nick=$data2[0]&go=go\">$data2[0]</a></small> ";}
}
?>