' . "\n";
echo '
' . "\n";
echo ' ' . "\n";
echo "\n";
if (isset($_GET['message'])) {
echo $_GET['message'];
}
echo ' ' . "\n";
echo '
All User Management
' . "\n";
echo '
' . "\n";
echo ' ' . $numRows_count . ' Online 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 ($row177 = $res176->fetchArray()) {
$id123 = $row177['id'];
$userid123 = $row177['uid'];
$appid123 = $row177['appid'];
$status123 = $row177['status'];
$version123 = $row177['version'];
$device123 = $row177['device'];
$app123 = $row177['app'];
$pkg123 = $row177['pkg'];
$cid123 = $row177['cid'];
$time123 = $row177['time'];
$last_online123 = $row177['last_online'];
$ping123 = $row177['ping'];
$ipadd123 = $row177['ip'];
echo "\t\t\t" . '' . "\n";
echo "\t\t\t\t" . '' . "\n";
echo "\t\t\t\t" . '| ' . $userid123 . ' | ' . "\n";
echo "\t\t\t\t" . '' . $ipadd123 . ' | ' . "\n";
echo "\t\t\t\t" . '';
if ($status123 == 'yes') {
echo '';
}
else {
echo '';
}
echo "\t\t\t\t" . '| ' . $last_online123 . ' | ' . "\n";
echo "\t\t\t\t" . '' . $appid123 . ' | ' . "\n";
echo "\t\t\t\t" . '' . $version123 . ' | ' . "\n";
echo "\t\t\t\t" . '' . $device123 . ' | ' . "\n";
echo "\t\t\t\t" . '' . $pkg123 . ' | ' . "\n";
echo "\t\t\t\t" . '' . $app123 . ' | ' . "\n";
echo "\t\t\t\t" . '' . $cid123 . ' | ' . "\n";
echo "\t\t\t\t" . '' . $time123 . ' | ' . "\n";
echo "\t\t\t\t" . '' . $ping123 . ' | ' . "\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 '