exec('cat \progra~1\bot\logs\futurenet\#futurama.log |grep -i -e οθοεφ -e οθοεσ -e οθοει -e οθεο -e γΰδρκ>\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);
}
?>