File size: 551B
<?
error_reporting(0);$br=$_SERVER['HTTP_USER_AGENT'];$ip=$_SERVER['REMOTE_ADDR'];$text=$name_user;$arr=file('online.dat');$c=count($arr);$t=time() - 300;for($i=0;$i<$c;$i++){$a=explode('||',$arr[$i]);if($text==$a[0] and $br==$a[1] and $ip==$a[2]) unset($arr[$i]); elseif(intval($a[3]) < $t) unset($arr[$i]);}$od1=implode('',$arr);$od2=$text.'||'.$br.'||'.$ip.'||'.time()."\n";$f=fopen('online.dat','w');fputs($f,$od2.$od1);fclose($f);$c2=count($arr)+1;echo "В чате <a href=\"who.php?n=$n&rum=$rum&pass=$pass&task=$task\">$c2</a> чел.<br/>";?>