• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[UBER] Who's Online?

Status
Not open for further replies.
Junior Spellweaver
Joined
Apr 28, 2009
Messages
150
Reaction score
2
<div class="cbb clearfix gray ">

<h2 class="title">Who's Online?</h2>

<div id="notfound-looking-for" class="box-content">Users Online on (HOTEL NAME): <?php $getUsers = dbquery("SELECT id FROM users WHERE online = '1' ORDER BY activity_points_lastupdate DESC");

if (mysql_num_rows($getUsers) > 0)
{


while ($u = mysql_fetch_assoc($getUsers))
{

echo $users->formatUsername($u['id']);
echo ', ';
}


}
else
{
echo 'No users Online.';
}

?><br />
</div>
</div>

Credits for Me (GuikBretas) 99% to create the Who's Online
1% UberCMS and UberEMU creator
 
Last edited:
Master Summoner
Joined
Jul 12, 2009
Messages
530
Reaction score
655
Flame: 99% to Coder of UberCMS, he has coded that code. You only added The DIV styles. Get Shame..
 
Web Developer
Loyal Member
Joined
Nov 5, 2009
Messages
1,229
Reaction score
309
Epic.Fail

This has been released like 10 times aready?
 
Master Summoner
Joined
Jul 12, 2009
Messages
530
Reaction score
655
Its Released by Meth0d Here is Real code:

Code:
echo 'Users online: <a style="text-decoration: underline; " href="/onlineusers.html">' . $sysData['users_online'] . '</a><br />';

Housekeeping of UberCMS © COPY & RELEASE RIGHT..

U fail.
 
Junior Spellweaver
Joined
May 20, 2005
Messages
179
Reaction score
4
.... <all i can say stop with the releasing of others code and clamming it as ur own very insane and not a way to gain reputation
 
Status
Not open for further replies.
Back
Top