[RELEASE]RevCMS Habbo Layout/Template/Theme - HabboPHP Style(March 16, 2015-Version 3.5.1)

Status
Not open for further replies.

OMRetros

Member
Sep 25, 2014
86
5
@nether494 there are billions of tuts on how to create hotels.. Follow them trust they provide pics for people who are new to these things.. Also @Wickd do you have a good emulator to use? Stable and nice!
 

Wickd

The first member of the Knights of the Pink Table
Jan 15, 2013
1,936
612
Small addon - Habboon's Hotel Statistics.
Code:
<div id="column1" class="column">
            <div class="habblet-container ">
                <div class="cbb clearfix red ">
                    <h2 class="title"><span style="float: left;">Hotel Statistics</span></h2>
                    <div style="padding:5px;">
                        There are <strong>
                        <?php
$query = mysql_query("SELECT COUNT(*) AS aantalbadges FROM users") or die(mysql_error());
$data = mysql_fetch_assoc($query);

echo $data['aantalbadges'];
?></strong> Registered Members on {hotelname}.<br />
                        There are <strong><?php $query = mysql_query("SELECT COUNT(*) AS aantalkamers FROM users WHERE `rank` >= '2'") or die(mysql_error());
$data = mysql_fetch_assoc($query);

echo $data['aantalkamers'];
?></strong> Silver VIP Members on {hotelname}.<br />
                        There are <strong><?php
$query = mysql_query("SELECT COUNT(*) AS aantalmeubels FROM cms_news") or die(mysql_error());
$data = mysql_fetch_assoc($query);

echo $data['aantalmeubels'];
?></strong> Furniture items on {hotelname}.<br />
                        There are <strong><?php $query = mysql_query("SELECT COUNT(*) AS aantalkamers FROM users WHERE `rank` >= '7'") or die(mysql_error());
$data = mysql_fetch_assoc($query);

echo $data['aantalkamers'];
?></strong> Staff Members on {hotelname}.<br />
                        There are <strong><?php
$query = mysql_query("SELECT COUNT(*) AS aantalkamers FROM cms_news") or die(mysql_error());
$data = mysql_fetch_assoc($query);

echo $data['aantalkamers'];
?></strong> News Articles on {hotelname}.<br />
                        There are <strong><?php
$query = mysql_query("SELECT COUNT(*) AS aantalkamers FROM bans") or die(mysql_error());
$data = mysql_fetch_assoc($query);

echo $data['aantalkamers'];
?></strong> Banned Users on {hotelname}.<br />
                        There are <strong><?php
$query = mysql_query("SELECT COUNT(*) AS aantalkamers FROM user_wardrobe") or die(mysql_error());
$data = mysql_fetch_assoc($query);

echo $data['aantalkamers'];
?></strong> saved outfits on {hotelname}.<br />
                        There are <strong><?php
$query = mysql_query("SELECT COUNT(*) AS aantalkamers FROM rooms") or die(mysql_error());
$data = mysql_fetch_assoc($query);

echo $data['aantalkamers'];
?></strong> Rooms on {hotelname}.<br />
                        There are <strong>352</strong> Filtered words in rooms on {hotelname}.<br />
                        There are <strong><?php
$query = mysql_query("SELECT COUNT(*) AS aantalkamers FROM user_pets") or die(mysql_error());
$data = mysql_fetch_assoc($query);

echo $data['aantalkamers'];
?></strong> Pets on {hotelname}.<br />
                        There are <strong><?php
$query = mysql_query("SELECT COUNT(*) AS aantalkamers FROM bots") or die(mysql_error());
$data = mysql_fetch_assoc($query);

echo $data['aantalkamers'];
?></strong> Bots on {hotelname}.<br />
                        There are <strong><?php
$query = mysql_query("SELECT COUNT(*) AS aantalkamers FROM groups") or die(mysql_error());
$data = mysql_fetch_assoc($query);

echo $data['aantalkamers'];
?></strong> Groups on {hotelname}.<br />
                    </div>
                </div>
            </div>
            <div class="habblet-container ">
                <div class="cbb clearfix red ">
                    <h2 class="title"><span style="float: left;">Staff Statistics</span></h2>
                    <div style="padding:5px;">
                                                <?php //* Wickd MAYN/devbest.com
$getStats = mysql_query("SELECT * FROM users WHERE `rank` >= '7' ORDER BY `respect` DESC LIMIT 45");
while($staffStats = mysql_fetch_array($getStats)) {
      
$Bans = mysql_query("SELECT * FROM `bans` WHERE `added_by` = '" . $staffStats['username'] . "'");
$BanCount = mysql_num_rows($Bans);
$Tickets = mysql_query("SELECT * FROM `moderation_tickets` WHERE `moderator_id` = '" . $staffStats['id'] . "'");
$TicketCount = mysql_num_rows($Tickets);
echo '
  <strong><a href="/home/'.$staffStats['username'].'">'.$staffStats['username'].'</a></strong> has banned <strong>
                        '.$BanCount.'</strong> users and handled
                        <strong>'.$TicketCount.'</strong> call for help tickets.
                        <br />
                        <hr>
';
}
?>

                                            </div>
                </div>
            </div>
        </div>
       
        <div id="column2" class="column">
            <div class="habblet-container ">
                <div class="cbb clearfix blue ">
                    <h2 class="title"><span style="float: left;">{hotelname}'s Newest User</span></h2>
                                        <div style="padding: 5px;">
                        <div class="staffBox">
                            <img style="margin-bottom: 4px; margin-left: 4px; float:left;" src="https://game.boon.pw/habbo-imaging/head.php?figure=hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100-&size=m&direction=2&head_direction=2&gesture=sml" />
                            <span style="float: right; margin-right: 4px; margin-top: 12px;"><img src="https://images.boon.pw/offline-xmas14.png" /></span>
                            <table style="margin-left: 35px; padding-top: 6px;">
                                <tr style="padding: 0;">
                                    <td>
                                        <strong><a href="https://boon.pw/home/poopin">poopin</a></strong><br />
                                        I am new to {hotelname}!<br />
                                    </td>
                                </tr>
                            </table>
                            <br /><br />
                        </div>
                    </div>
                </div>
            </div>
           
           
            <div class="habblet-container ">
                <div class="cbb clearfix blue ">
                    <h2 class="title"><span style="float: left;">Random {hotelname} Staff Member</span></h2>
                                        <div style="padding: 5px;">
                        <div class="staffBox">
                            <img style="margin-bottom: 4px; margin-left: 4px; float:left;" src="https://game.boon.pw/habbo-imaging/head.php?figure=lg-280-63.ch-255-73.hr-828-45.he-1609-73.hd-205-3.fa-1209-73.ca-1813-62.sh-295-73&size=m&direction=2&head_direction=2&gesture=sml" />
                            <span style="float: right; margin-right: 4px; margin-top: 12px;"><img src="https://images.boon.pw/offline-xmas14.png" /></span>
                            <table style="margin-left: 35px; padding-top: 6px;">
                                <tr style="padding: 0;">
                                    <td>
                                        <strong><a href="https://boon.pw/home/MOD-Adrian">BlackJesus</a></strong><br />
                                        Wicked RULES<br />
                                    </td>
                                </tr>
                            </table>
                            <br /><br />
                        </div>
                    </div>
                                    </div>
            </div>
        </div>
        <script type="text/javascript">
            document.observe("dom:loaded", function() { PromoSlideShow.init(); });
        </script>
                <script type="text/javascript">
            HabboView.run();
        </script>

 
Well what is it?
 
@nether494 there are billions of tuts on how to create hotels.. Follow them trust they provide pics for people who are new to these things.. Also @Wickd do you have a good emulator to use? Stable and nice!
There're a lot of nice emulators both r63 and r63b!
 

S1monx

New Member
Dec 19, 2014
25
0
Add me Wickd on Skype simonmjnorge

I don't really understand how to download, can't find a app/management? Isn't this RevCMS?
 

OMRetros

Member
Sep 25, 2014
86
5
@Wickd another idea u can do is like create a whole shop.. Instead of like having it as a tab or something.. It can be in a diff window so they choose like what they want.. There can be tabs on top of the Vip Shop like :>> Vip, Packages, Coins and Pixels, Rares.. And the thing is do you know how to make it so its automatic? They purchase the thing and get it in-game right away.
 

daanvanderuit

Member
Jan 23, 2014
100
10
Whats the best xampp server to run this on?
Btw, it looks awesome :)
facebookview.php
Best XAMPP version? Wut? I think you mean what version. I use the last version of XAMPP and it works like a charm
 
Do you have any idea when you release V4? I'm really looking forward to it mate...
 

Wickd

The first member of the Knights of the Pink Table
Jan 15, 2013
1,936
612
Add me Wickd on Skype simonmjnorge

I don't really understand how to download, can't find a app/management? Isn't this RevCMS?
This is only a skin for RevCMS.
Best XAMPP version? Wut? I think you mean what version. I use the last version of XAMPP and it works like a charm
 
Do you have any idea when you release V4? I'm really looking forward to it mate...
I don't know it'll be done soon i'm having some problems in life so ya know.
 

BenHands

Member
Oct 10, 2011
200
38
@Wickd Try your best, having problems in life has to be your first priority, not some theme that's for RevCMS.

Good release, though. I would like to see the theme your devleoping :)
 

S1monx

New Member
Dec 19, 2014
25
0
When I try to connect to any CMS (basically my retro index) I get ERR_CONNECTION_TIMED_OUT
 
Status
Not open for further replies.

Users who are viewing this thread

Top