Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[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