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 Q&A
[HELP] Staff PaGe Code
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="HabboFresh" data-source="post: 384496" data-attributes="member: 71189"><p>Could some one give me a html code for my retros ?? Staff page , Have a Ticket Resolve , Bans <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /> Pleas help me!!! </p><p>This my currently :</p><p></p><p>[HTML] <div id="content-container"></p><p></p><p><div id="container"></p><p><div id="content" style="position: relative" class="clearfix"></p><p><div id="column1" class="column"></p><p><?php</p><p>$GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id > 3 ORDER BY id DESC");</p><p>while($Ranks = mysql_fetch_assoc($GetRanks))</p><p>{</p><p>echo "<div class=\"habblet-container \"><div class=\"cbb clearfix blue \"><h2 class=\"title\">{$Ranks['name']}s</h2><div style=\"padding:5px\"><p>";</p><p>$GetUsers = mysql_query("SELECT username,motto,rank,last_online,online,look FROM users WHERE rank = {$Ranks['id']}");</p><p>while($Users = mysql_fetch_assoc($GetUsers))</p><p>{</p><p>if($Users['online'] == 1){ $OnlineStatus = "<font color=\"darkgreen\"><b>Duty</b></font>"; } else { $OnlineStatus = "<font color=\"darkred\"><b>Off Duty</b></font>"; }</p><p>echo "<img style=\"position:absolute;\" src=\"/habbo-imaging/a/habbo-imaging/a...wav&direction=2&head_direction=3&gesture=srp\">"</p><p>."<p style=\"margin-left:80px;margin-top:20px;\">Username: <strong>{$Users['username']}</strong><br>Motto: <strong>{$Users['motto']}</strong><br><small>Last Online: ". date("D, d F Y H:i (P)", $Users['last_online']) ."</small><br></p>"</p><p>."<p style=\"float:right;margin-top:-30px;margin-right:5px;\">{$OnlineStatus}</p><br><br><br>";</p><p>}</p><p>echo "</div></div></div>";</p><p>}</p><p>?></p><p><script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script></p><p></div></p><p><div id="column2" class="column"></p><p><div class="habblet-container "></p><p><div class="cbb clearfix blue "></p><p><h2 class="title">Who are these people?</h2></p><p><div style="padding:5px"></p><p>The {hotelName} Hotel staff are people who have the power and authority to maintain the hotel. This covers everything</p><p>from banning users to hosting events, giving users credits and much more. To find a staff member in the hotel</p><p>you will need to look for a user who has a badge like the one below.</p><p><br><br></p><p><center><img src="images.habbogroup./c_images/album1584/ADM.gif"></center></p><p></div></p><p></div></p><p></div></p><p></div></p><p></div></p><p></div></p><p></div></p><p><script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script></p><p><script type="text/javascript"></p><p>HabboView.run();</p><p></script></p><p></p><p><!--[if lt IE 7]></p><p><script type="text/javascript"></p><p>Pngfix.doPngImageFix();</p><p></script></p><p><![endif]--></p><p><?php include_once("includes/footer.php"); ?></p><p><script type="text/javascript"></p><p>HabboView.run();</p><p></script></p><p><center></p><p> </p><p></body> [/HTML]</p></blockquote><p></p>
[QUOTE="HabboFresh, post: 384496, member: 71189"] Could some one give me a html code for my retros ?? Staff page , Have a Ticket Resolve , Bans :) Pleas help me!!! This my currently : [HTML] <div id="content-container"> <div id="container"> <div id="content" style="position: relative" class="clearfix"> <div id="column1" class="column"> <?php $GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id > 3 ORDER BY id DESC"); while($Ranks = mysql_fetch_assoc($GetRanks)) { echo "<div class=\"habblet-container \"><div class=\"cbb clearfix blue \"><h2 class=\"title\">{$Ranks['name']}s</h2><div style=\"padding:5px\"><p>"; $GetUsers = mysql_query("SELECT username,motto,rank,last_online,online,look FROM users WHERE rank = {$Ranks['id']}"); while($Users = mysql_fetch_assoc($GetUsers)) { if($Users['online'] == 1){ $OnlineStatus = "<font color=\"darkgreen\"><b>Duty</b></font>"; } else { $OnlineStatus = "<font color=\"darkred\"><b>Off Duty</b></font>"; } echo "<img style=\"position:absolute;\" src=\"/habbo-imaging/a/habbo-imaging/a...wav&direction=2&head_direction=3&gesture=srp\">" ."<p style=\"margin-left:80px;margin-top:20px;\">Username: <strong>{$Users['username']}</strong><br>Motto: <strong>{$Users['motto']}</strong><br><small>Last Online: ". date("D, d F Y H:i (P)", $Users['last_online']) ."</small><br></p>" ."<p style=\"float:right;margin-top:-30px;margin-right:5px;\">{$OnlineStatus}</p><br><br><br>"; } echo "</div></div></div>"; } ?> <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script> </div> <div id="column2" class="column"> <div class="habblet-container "> <div class="cbb clearfix blue "> <h2 class="title">Who are these people?</h2> <div style="padding:5px"> The {hotelName} Hotel staff are people who have the power and authority to maintain the hotel. This covers everything from banning users to hosting events, giving users credits and much more. To find a staff member in the hotel you will need to look for a user who has a badge like the one below. <br><br> <center><img src="images.habbogroup./c_images/album1584/ADM.gif"></center> </div> </div> </div> </div> </div> </div> </div> <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script> <script type="text/javascript"> HabboView.run(); </script> <!--[if lt IE 7]> <script type="text/javascript"> Pngfix.doPngImageFix(); </script> <![endif]--> <?php include_once("includes/footer.php"); ?> <script type="text/javascript"> HabboView.run(); </script> <center> </body> [/HTML] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[HELP] Staff PaGe Code
Top