Keyon
The Realest Nigga Ever
- Dec 22, 2013
- 63
- 4
I just look through some habbo theme and found xenons theme . It had a trusted dealers page . and I took it and just edited it . enjoy .
You have to add the tabs code to it .
Nothing majored edited .
Crdits
Xenon - Page In General
Me - Editing
You have to add the tabs code to it .
PHP:
<div id="container">
<div id="content" style="position: relative" class="clearfix">
<div id="column2" class="column">
<div class="cbb clearfix blue ">
<h2 class="title"><font size=1>What are Trial Moderators</h2>
<div class="box-content">
<center>Trial Moderators are users who have proven that they can become a moderator . these users will be given a chance to fill the moderator life
</div></div>
<div class="cbb clearfix orange ">
<h2 class="title"><font size=1>How do i become a Trial Moderator</h2>
<div class="box-content">
<center>You can become one of these members by , staying active , advertising constantly , welcoming users . Sometimes we might just might let you apply or you will be interveiwed</center>
</br>
</div></div>
<script type="text/rocketscript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
</div>
<div id="column1" class="column"><div class="habblet-container ">
<tbody>
<tr>
<?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 red \"><h2 class=\"title\"><font size=1>{$Ranks['name']}</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>Online</b></font>"; } else { $OnlineStatus = "<font color=\"darkred\"><b>Offline</b></font>"; }
echo "<img style=\"position:absolute;\" src=\"http://www.habbo.nl/habbo-imaging/avatarimage?figure={$Users['look']}&direction=2&head_direction=3&size=4\">"
."<p style=\"margin-left:80px;margin-top:20px;\">Name: <strong>{$Users['username']}</strong><br>Motto: <strong>{$Users['motto']}</strong><br><small>Last online: ". date("D, d F ", $Users['last_online']) ."</small></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>
<script type="text/javascript">
HabboView.run();
</script>
</div></div></div>
<div id="footer" class="new_and_improved">
Nothing majored edited .
Crdits
Xenon - Page In General
Me - Editing
Last edited: