' . "\n";
echo '
' . "\n";
echo '
Snoop
' . "\n";
echo ' ' . "\n";
echo "\t\t" . '
' . "\n";
echo "\t\t\t" . '
' . "\n";
echo "\t\t\t" . '' . "\n";
echo "\t\t\t\t" . '' . "\n";
echo "\t\t\t\t" . '| IP Address | ' . "\n";
echo "\t\t\t\t" . 'Time | ' . "\n";
echo "\t\t\t\t" . 'Date | ' . "\n";
echo "\t\t\t\t" . '
' . "\n";
echo "\t\t\t" . '' . "\n";
while ($row1 = $res1->fetchArray()) {
$id = $row1['id'];
$ipad = $row1['ipaddress'];
$date = $row1['date'];
echo "\t\t\t" . '' . "\n";
echo "\t\t\t\t" . '' . "\n";
echo "\t\t\t\t" . '| ' . $ipad . ' | ' . "\n";
echo "\t\t\t\t" . '' . $date . ' | ' . "\n";
echo ' | ' . "\n";
echo "\t\t\t\t" . '
' . "\n";
echo "\t\t\t" . '' . "\n";
}
echo "\t\t\t" . '
' . "\n";
echo "\t\t" . '
' . "\n";
echo '' . "\n";
echo "\n";
echo '
';
include 'includes/footer.php';
require 'includes/appsnscripts.php';
echo '