Просмотр файла new_book_line/who.php

Размер файла: 663B
<?php
Error_Reporting(E_ALL & ~E_NOTICE);
print '<html><head>
<title></title>
<style type="text/css"> form?{margin:0;} p.pages span.active {background-color:#ffcc00; padding:0 0.3em;} </style>
</head>

<BODY text = "#CCCC00" bgcolor = "#000000"   link = "#fe7600" vlink = "#aaaaaa" alink = "#ffdd00">
<p>
<small>';
print '<br/>';include ("online.php");
$data = file('online.dat');
foreach($data as $val)
{
   $ex = explode('::', $val);
   $ex2 = explode(' ', $ex[0]);
   print '<b>'.$ex2[0].'</b>-'.date('H:i:s', (int)(trim($ex[2]))).'<br/>';
}
print '<br/><br/><a href="index.php">-=UASTREB=-</a><br/><br/>
</small>
</p>
</body></html>';
?>