[HELP] Making a Hidden Rank?

Filth

Member
Nov 3, 2011
219
10
Hey Devbest,
I Have made an extra account on my hotel to go on while im on the VPS Doing things etc.
I'm planning on making the account a Hidden owner but dont know how to?
I Know how to add a rank. But the '0' on Show on staff page is only working on the vip As i have Events staff as hidden while we are in the process adding and Events page.

Could someone help me out please?
 

Zymf

 
Aug 19, 2012
868
166
There's two ways I know of, but I think it depends what emulator you're on;
  • Create the rank in your "ranks" table, and then remove it from your staff page on /app/tpl/skins/{your skin}/staff.php (or where ever you have it saved).
  • Go to your "rank_permissions" table and add another row, edit the permissions and save it. - It won't show on your "ranks" table but the rank will still be there and should work.
 

Filth

Member
Nov 3, 2011
219
10
Please refrain from double posting.
We're using butterfly, Thanks Zymf, i'll give them a try

Zymf, which part of the code do i edit?

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 lt IE 8]>
 
            <link rel="stylesheet" href="http://{url}/app/tpl/skins/Habbo/styles/ie.css" type="text/css" />
 
        <![endif]-->
 
        <!--[if lt IE 7]>
 
            <link rel="stylesheet" href="http://{url}/app/tpl/skins/Habbo/styles/ie6.css" type="text/css" />
 
            <script type="text/javascript" src="http://Flohotel.co.uk8/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(http://{url}/app/tpl/skins/Habbo/js/csshover.htc); }
 
            </style>
 
        <![endif]-->
 
    <meta name="build" content="63-BUILD1228 - 27.03.2013 12:15 - com" />
 
<link rel="stylesheet" href="{url}/app/tpl/skins/habbo/images/css/generic.css" type="text/css" />
 
</head>
 
 
 
 
 
 
 
<body id="home">
 
<div id="header_bar">
 
    <ul id="icon">
 
    <span class="welcome">
 
        <li class="icon-star">Welcome to {hotelname}, <strong>{username}</strong>! <a href="/logout">Log out</a> | <strong>{online}</strong> Online Users</li>
 
        <!--
 
        <li class="icon-info"> </li>
 
        -->
 
    </span>
 
    <span class="myinfo">
 
        <li class="icon-credits"><a href="/upgrades">{coins}</a> Credits</li>
 
        <li class="icon-pixel"><a href="/upgrades">{activitypoints}</a> Pixels</li>
 
        <li class="icon-vip"><a href="/vip">Buy VIP</a></li>
 
    </span></ul>
 
</div>
 
<p style="height:23px;"></p>
 
        <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 May 25th at 5:27!</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>
                    {housekeeping}<br /><br /><div id="to-hotel">
                        <a href="{url}/client" class="new-button green-button" target="eac955c8dbc88172421193892a3e98fc7402021a" onclick="HabboClient.openOrFocus(this); return false;"><b>Enter {hotelName}</b><i></i></a>
                    </div>
                </div>
                <ul id="navi">
                    <li class="metab"><a href="{url}/me">{username} <img src="{url}/app/tpl/skins/Habbo/images/id.png" style="vertical-align: middle;"></a><span></span></li>
                    <li class="selected"><strong>Community</strong><span></span></li>
                    <li><a href="{url}/vip">VIP</a><span></span></li>
                    <li><a href="{url}/values">Rare Values</a><span></span></li>
                    <li><a href="{url}/privacy">Terms and Privacy</a><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>
                        <li class=""><a href="{url}/rules">Rules</a></li>
 
                    </ul>
                </div>
            </div>
            <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 > 4 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>Online</b></font>"; } else { $OnlineStatus = "<font color=\"darkred\"><b>Offline</b></font>"; }
                                    echo "<img style=\"position:absolute;\" src=\"http://www.habbo.com/habbo-imaging/avatarimage?figure={$Users['look']}&action=wav&direction=2&head_direction=3&gesture=srp&size=l\">"
                                        ."<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></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 green ">
                                <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>
</div>
 
 
</div>
<div id="column2" class="column">
<div class="habblet-container ">
<div class="cbb clearfix white ">
<h2 class="title">Flo Hotel Owners & Managers</h2>
<div style="padding:5px"><center>The Hotel Management are the people dedicating their time to keeping Flo Hotel running smoothly. The hotel management team run events and competitions. They are very busy in the hotel so try not to get in their way!
 
</div>
</div>
 
<div id="column2" class="column">
<div class="habblet-container ">
<div class="cbb clearfix white ">
<h2 class="title">Flo Events Manager</h2>
<div style="padding:5px"><center>The Flo Hotel event's managers are there to entertain you and host event's so you never ever ever get bored in the hotel. They host offical events and usually give away coins, badges & rares.</center>
 
</div>
</div>
 
<div id="column2" class="column">
<div class="habblet-container ">
<div class="cbb clearfix white ">
<h2 class="title">Administrators</h2>
<div style="padding:5px">The Flo Administrators are here just to cover up when either <b>Twist</b>, <b>Bax</b> or <b>TMI3</b> are away. These guys are just as high up from the owners but dont do as much work.
</div>
</div>
<div id="column2" class="column">
<div class="habblet-container ">
<div class="cbb clearfix white ">
<h2 class="title"><font color="darkred">What do they do?</font></h2>
 
<div style="padding:5px">Administrators can cover mostly everything just as much as the owners, but they dont have do as much background work. They are there just to keep an eye out on everyone including the staff, gathering information putting new updates together and making sure everything is working okay, could call these guys the Technicians.
</div>
</div>
 
</div>
<div id="column2" class="column">
<div class="habblet-container ">
<div class="cbb clearfix white ">
<h2 class="title">Moderators</h2>
<div style="padding:5px">Flo Moderators, what would we do without them? These are the people who keep you safe from danger, they monitor the hotel making sure its going all smooth.
</div>
</div>
<div id="column2" class="column">
<div class="habblet-container ">
<div class="cbb clearfix white ">
<h2 class="title"><font color="darkred">What do they do?</font></h2>
<div style="padding:5px"><p> The Hotel Moderators are incharge of keeping you safe inside the hotel. They dedicate their time to take your CFH (Call for Helps) and try to resolve them. They generally hang about in the welcome room or they patrol hotel events making sure everythings going smoothly.
</div>
</div>
                                </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>
        <div id="footer"><p>&copy; <strong>Copyright 2013 @ <b>{hotelName} </b></a>. All rights reserved.<strong><br>
 
<strong>Powered by Project Flo<br>{hotelName} is owned and operated by {owner}</strong>      </div>
 
 
 
        <!--[if lt IE 7]>
            <script type="text/javascript">
                Pngfix.doPngImageFix();
            </script>
        <![endif]-->
 

Users who are viewing this thread

Top