<?php
require_once "global.php";
$getdata = mysql_query("SELECT * FROM server_status WHERE users_online = '1'");
{
echo '<font color=" #78AB46">Online Status:</font> There are currently <b>'.$data['users_online'].'</b> members online! ';
}
?>
how do I select the text of users_online
Ubercms cron
How do I make this
<?php
if (!defined('UBER') || !UBER)
{
exit;
}
dbquery("UPDATE user_stats SET DailyRespectPoints = '5'");
?>
I want to make a credit reset script but for VIP ranks 2-6