';
}
$str=trim($file[$i]);
$array=explode('||',$str);
$name=$array[0];
$name=stripslashes($name);
$name=htmlspecialchars($name);
$time=$array[1];
$time=date("(H:i | d.m.y)", $time);
$text=$array[2];
$text=stripslashes($text);
$text=htmlspecialchars($text);
$text=str_replace('##$$##', '
',$text);
$text=smile($text);
$ip=$array[4];
$agent=$array[5];
$num=$array[6];
echo '
'.online_user($ip,$agent).' '.$time.'
'.$text.'
';
echo '
';
if (!empty($array[3])) {
echo '
Tệp tin: '.preg_replace('|^([0-9\_]{4})|','',$array[3]).' ('.ceil(filesize('upload/'.$array[3])/1024).'kb)
';
}
echo '
';
}}
if ($page_nav>1) {
echo '
';
}
if (!empty($url)) {
echo '
';
}
include 'foot.php';
?>