Просмотр файла chat/files/xtotut.php

Размер файла: 477B
<?

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><a href=\"search.php?log=$log&amp;pas=$pas&amp;nick=$data2[0]&amp;go=go\">$data2[0]</a></small> ";}



}


?>