Revcms Trial Moderator Page

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 .

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:

Ecko1223

Member
Feb 28, 2013
344
43
Hmmm. I tested it, and erm, it's simple but ok. Just change this in your code, .

Change it to, sml, instead of 1

The avatars are too big for the pages. That will fix them.
 

Keyon

The Realest Nigga Ever
Dec 22, 2013
63
4
Hmmm. I tested it, and erm, it's simple but ok. Just change this in your code, .

Change it to, sml, instead of 1

The avatars are too big for the pages. That will fix them.
thank you
 

Doctor P

New Member
Oct 19, 2011
6
1
Here's the whole page with the tabs and everything included in it:

Code:

Code:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName} - Community</title>
       
        <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/common.css" type="text/css">
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/libs2.js"></script>
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/visual.js"></script>
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/libs.js"></script>
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/common.js"></script>
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/fullcontent.js"></script>
       
        <script type="text/javascript">
            document.habboLoggedIn = true;
            var habboName = "{username}";
            var habboId = {userid};
            var habboReqPath = "";
            var habboStaticFilePath = "{url}/app/tpl/skins/Habbo";
            var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
            var habboPartner = "";
            var habboDefaultClientPopupUrl = "{url}/client";
            window.name = "habboMain";
            if (typeof HabboClient != "undefined") {
                HabboClient.windowName = "eac955c8dbc88172421193892a3e98fc7402021a";
                HabboClient.maximizeWindow = true;
            }
        </script>
       
        <!--[if IE 8]>
            <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie8.css" type="text/css">
        <![endif]-->
        <!--[if lt IE 8]>
            <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie.css" type="text/css" />
        <![endif]-->
        <!--[if lt IE 7]>
            <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/ie6.css" type="text/css" />
            <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/pngfix.js"></script>
            <script type="text/javascript">
                try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
            </script>
            <style type="text/css">
                body { behavior: url({url}/app/tpl/skins/Habbo/js/csshover.htc); }
            </style>
        <![endif]-->
    </head>
                                                                     
        <body id="home">
   
        <div id="overlay"></div>
        <div id="header-container">
            <div id="header" class="clearfix">
                <h1><a href="{url}/"></a></h1>
                <div id="subnavi">
                    <div id="subnavi-user">
                        <div style="margin-top:7px"><b>Fact:</b> {hotelName} Hotel opened on -- at --!</div>
                    </div>
                    <div id="subnavi-search">
                        <div id="subnavi-search-upper">
                            <ul id="subnavi-search-links">
                                <li><a href="{url}/logout" style="color:#000">Sign Out</a></li>
                            </ul>
                        </div>
                    </div>
                    <div id="to-hotel">
                        <a href="{url}/api.php" class="new-button green-button" target="eac955c8dbc88172421193892a3e98fc7402021a" onclick="HabboClient.openOrFocus(this); return false;"><b>Enter {hotelName} Hotel</b><i></i></a>
                    </div>
                </div>
                <ul id="navi">
                    <li class="metab"><a href="{url}/me">{username}</a><span></span></li>
                    <li class="selected"><strong>Community</strong><span></span></li>
                </ul>
                <div id="habbos-online"><div class="rounded"><span>{online} members online</span></div></div>
            </div>
        </div>
        <div id="content-container">
            <div id="navi2-container" class="pngbg">
                <div id="navi2" class="pngbg clearfix">
                    <ul>
                        <li class=""><a href="{url}/community">Community</a></li>
                        <li class=""><a href="{url}/news">News</a></li>
                        <li class=" selected last">Staff</li>
                    </ul>
                </div>
            </div> 
<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">


And here's the screen-shot of the page:

67cdd1cc8928a7d20091804ca68fc79a.png


So enjoy and please like to show your appreciation towards this contribution.
 

Shatter

Selling Dedicated Servers
Jan 8, 2014
537
145
Thanks for releasing this for the noobs who can't code or even copy and paste code from other pages to make their own <3
 

Doctor P

New Member
Oct 19, 2011
6
1
Twerk:

No problem, I've fixed up the whole page as it was missing most of the things so that should be findable above. So have fun and good luck!
 
Last edited:

Pro

Insane in the midbrain.
Oct 14, 2010
194
37
That's because his browser is randomly showing ads. The box here is looking normal as it needs to be so no need to worry about that.
 

Pro

Insane in the midbrain.
Oct 14, 2010
194
37
People still don't seem to read: He uploaded the screen-shot via his virtual private servers & his Chrome browser had ads active which means that they pop-up everywhere. The page won't be like that when you put it on your hotel don't worry & No doubt about that. I've used it.

So there's nothing wrong with his page.
 

Users who are viewing this thread

Top