Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
UberCMS Staff Page
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Daltron" data-source="post: 363463" data-attributes="member: 61885"><p>So I have not saw that many uber releases anymore so if anyone uses uber anymore here is a staff page release btw this can work on RevCMS if you edit the code yourself.</p><p>Screenshot - <a href="https://gyazo.com/ae2e5257e3bbbf959cddfc4685e09b78" target="_blank">https://gyazo.com/ae2e5257e3bbbf959cddfc4685e09b78</a></p><p>[SPOILER="Insert in Database"]INSERT INTO `DB NAME HERE`.`users` (`Dan`) VALUES ('0');[/SPOILER]</p><p>Change "DB NAME HERE" to your database name!</p><p>[CODE]<?php</p><p></p><p></p><p>$getGroups = dbquery("SELECT id,name FROM ranks WHERE id = 7 ORDER BY id ASC");</p><p></p><p>while ($group = mysql_fetch_assoc($getGroups))</p><p>{ </p><p> echo '<div class="habblet-container "> </p><p><div class="cbb clearfix dark purple "></p><p><h2 class="title">Owners</h2>';</p><p> </p><p> $getMembers = dbquery("SELECT id,username,motto,look,last_online, online FROM users WHERE Dan = '1' AND username <> '' ORDER BY username ASC LIMIT 5 ");</p><p> </p><p> echo '<div class="box-content"></p><p> ';</p><p> </p><p> if (mysql_num_rows($getMembers) > 0)</p><p> {</p><p> $oe = 2;</p><p> </p><p> while ($member = mysql_fetch_assoc($getMembers))</p><p> {</p><p> if ($oe == 2)</p><p> {</p><p> $oe = 1;</p><p> }</p><p> else</p><p> {</p><p> $oe = 2;</p><p> }</p><p> </p><p> echo '<table width="107%" style="padding: 5px; margin-left: -15px; background-color: ' . (($oe == 2) ? '#fff' : '#fff') . ';"></p><p> <tbody></p><p> <tr></p><p> <td valign="middle" width="25"></p><p> <img style="margin-top: -10px;" src="http://www.habbo.nl/habbo-imaging/avatarimage?figure=' . $member['look'] . '&action=crr=667&direction=&head_direction=&gesture=sml&size=b"></p><p> </td></p><p> <td valign="top"></p><p> <b style="font-size: 12px%;"><font color="#ff6100"><u>' . clean($member['username']) . '</b></u></font></p><p> <div style="margin-top:6px; margin-bottom:2px; width:212px; border:1px dashed #f2f2f2;"></div></p><p> <i><small>Motto: ' . clean($member['motto']) . '</i></small></p><p> <div style="margin-top:6px; margin-bottom:2px; width:212px; border:1px dashed #f2f2f2;"></div></p><p> <small>Last Online: ' . @date('l\ d\t\h\ F', $member['last_online']) . '</small></p><p> <div style="margin-top:6px; margin-bottom:2px; width:212px; border:1px dashed #f2f2f2;"></div></p><p> <small>Status: ' . (($member['online'] == "1") ? '<b style="color: darkgreen;">Online</b>' : '<b style="color: red;">Offline</b>') . '</small></p><p> <div style="margin-top:6px; margin-bottom:2px; width:212px; border:1px dashed #f2f2f2;"></div></p><p> <small>&nbsp;</small></p><p> <div style="margin-top:6px; margin-bottom:2px; width:212px; border:1px dashed #f2f2f2;"></div></p><p> </p><p> <br />';</p><p> </p><p> $getBadges = dbquery("SELECT * FROM user_badges WHERE user_id = '" . $member['id'] . "' AND badge_slot >= 2 ORDER BY badge_slot ASC LIMIT 5");</p><p> </p><p> while ($b = mysql_fetch_assoc($getBadges))</p><p> {</p><p> echo '';</p><p> }</p><p> </p><p> echo '</td></p><p> </tr></p><p> </tbody></p><p> </table>';</p><p> }</p><p> }</p><p> else</p><p> {</p><p> echo '<i>There are no users in this staff group yet.</i>';</p><p> }</p><p> </p><p> echo '</div></p><p> </div></p><p></div></p><p><script type="text/javascript">if (!$(document.body).hasClassName(\'process-template\')) { Rounder.init(); }</script> ';</p><p>}</p><p></p><p>?>[/CODE]</p></blockquote><p></p>
[QUOTE="Daltron, post: 363463, member: 61885"] So I have not saw that many uber releases anymore so if anyone uses uber anymore here is a staff page release btw this can work on RevCMS if you edit the code yourself. Screenshot - [URL]https://gyazo.com/ae2e5257e3bbbf959cddfc4685e09b78[/URL] [SPOILER="Insert in Database"]INSERT INTO `DB NAME HERE`.`users` (`Dan`) VALUES ('0');[/SPOILER] Change "DB NAME HERE" to your database name! [CODE]<?php $getGroups = dbquery("SELECT id,name FROM ranks WHERE id = 7 ORDER BY id ASC"); while ($group = mysql_fetch_assoc($getGroups)) { echo '<div class="habblet-container "> <div class="cbb clearfix dark purple "> <h2 class="title">Owners</h2>'; $getMembers = dbquery("SELECT id,username,motto,look,last_online, online FROM users WHERE Dan = '1' AND username <> '' ORDER BY username ASC LIMIT 5 "); echo '<div class="box-content"> '; if (mysql_num_rows($getMembers) > 0) { $oe = 2; while ($member = mysql_fetch_assoc($getMembers)) { if ($oe == 2) { $oe = 1; } else { $oe = 2; } echo '<table width="107%" style="padding: 5px; margin-left: -15px; background-color: ' . (($oe == 2) ? '#fff' : '#fff') . ';"> <tbody> <tr> <td valign="middle" width="25"> <img style="margin-top: -10px;" src="http://www.habbo.nl/habbo-imaging/avatarimage?figure=' . $member['look'] . '&action=crr=667&direction=&head_direction=&gesture=sml&size=b"> </td> <td valign="top"> <b style="font-size: 12px%;"><font color="#ff6100"><u>' . clean($member['username']) . '</b></u></font> <div style="margin-top:6px; margin-bottom:2px; width:212px; border:1px dashed #f2f2f2;"></div> <i><small>Motto: ' . clean($member['motto']) . '</i></small> <div style="margin-top:6px; margin-bottom:2px; width:212px; border:1px dashed #f2f2f2;"></div> <small>Last Online: ' . @date('l\ d\t\h\ F', $member['last_online']) . '</small> <div style="margin-top:6px; margin-bottom:2px; width:212px; border:1px dashed #f2f2f2;"></div> <small>Status: ' . (($member['online'] == "1") ? '<b style="color: darkgreen;">Online</b>' : '<b style="color: red;">Offline</b>') . '</small> <div style="margin-top:6px; margin-bottom:2px; width:212px; border:1px dashed #f2f2f2;"></div> <small> </small> <div style="margin-top:6px; margin-bottom:2px; width:212px; border:1px dashed #f2f2f2;"></div> <br />'; $getBadges = dbquery("SELECT * FROM user_badges WHERE user_id = '" . $member['id'] . "' AND badge_slot >= 2 ORDER BY badge_slot ASC LIMIT 5"); while ($b = mysql_fetch_assoc($getBadges)) { echo ''; } echo '</td> </tr> </tbody> </table>'; } } else { echo '<i>There are no users in this staff group yet.</i>'; } echo '</div> </div> </div> <script type="text/javascript">if (!$(document.body).hasClassName(\'process-template\')) { Rounder.init(); }</script> '; } ?>[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
CMS Releases
UberCMS Staff Page
Top