10 | 50 | 100 | 150


\mstat\html\pipets.txt');
exec('tail "\mstat\html\pipets.txt" -n '.$num.'>\mstat\html\pipets');
$txt=file("./pipets");
foreach ($txt as $str)
{
	$text=htmlspecialchars($str);
	autolink($text);
	echo($text);
}
?>