' . "\n";
echo '
' . "\n";
echo ' ' . "\n";
echo "\n";
if (isset($_GET['message'])) {
echo $_GET['message'];
}
echo ' ' . "\n";
echo '
' . $numRows_count . ' Online Users
' . "\n";
echo '
' . "\n";
echo ' All Users' . "\n";
echo ' ' . "\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" . '| User ID | ' . "\n";
echo "\t\t\t\t" . 'IP Address | ' . "\n";
echo "\t\t\t\t" . 'Online | ' . "\n";
echo "\t\t\t\t" . 'Last Online | ' . "\n";
echo "\t\t\t\t" . 'App ID | ' . "\n";
echo "\t\t\t\t" . 'Version | ' . "\n";
echo "\t\t\t\t" . 'Device | ' . "\n";
echo "\t\t\t\t" . 'Package Name | ' . "\n";
echo "\t\t\t\t" . 'App Name | ' . "\n";
echo "\t\t\t\t" . 'Customer ID | ' . "\n";
echo "\t\t\t\t" . 'First Registered | ' . "\n";
echo "\t\t\t\t" . 'Last Connection | ' . "\n";
echo "\t\t\t\t" . 'Delete | ' . "\n";
echo "\t\t\t\t" . '
' . "\n";
echo "\t\t\t" . '' . "\n";
while ($row1 = $res1->fetchArray()) {
$id = $row1['id'];
$userid = $row1['uid'];
$appid = $row1['appid'];
$status = $row1['status'];
$version = $row1['version'];
$device = $row1['device'];
$app = $row1['app'];
$pkg = $row1['pkg'];
$cid = $row1['cid'];
$time = $row1['time'];
$last_online = $row1['last_online'];
$ping = $row1['ping'];
$ipadd = $row1['ip'];
echo "\t\t\t" . '' . "\n";
echo "\t\t\t\t" . '' . "\n";
echo "\t\t\t\t" . '| ' . $userid . ' | ' . "\n";
echo "\t\t\t\t" . '' . $ipadd . ' | ' . "\n";
echo "\t\t\t\t" . '';
if ($status == 'yes') {
echo '';
}
else {
echo '';
}
echo "\t\t\t\t" . '| ' . $last_online . ' | ' . "\n";
echo "\t\t\t\t" . '' . $appid . ' | ' . "\n";
echo "\t\t\t\t" . '' . $version . ' | ' . "\n";
echo "\t\t\t\t" . '' . $device . ' | ' . "\n";
echo "\t\t\t\t" . '' . $pkg . ' | ' . "\n";
echo "\t\t\t\t" . '' . $app . ' | ' . "\n";
echo "\t\t\t\t" . '' . $cid . ' | ' . "\n";
echo "\t\t\t\t" . '' . $time . ' | ' . "\n";
echo "\t\t\t\t" . '' . $ping . ' | ' . "\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 '