[Help] RevCMS Staff Page Flags

Status
Not open for further replies.

Bran

mediocre graphics artist
Mar 13, 2017
1,727
1,530
does anybody know how to put flags on the staff page under the offline or online thing? like what's the line of code and where in my staff.php do i put it??

i have the flag pack i just don't know how to do it
 
Last edited:

Ajax

Social Reject
Aug 22, 2015
101
53
Do what you will with this:
ALTER TABLE users ADD country varchar(50) DEFAULT 'Unknown';
Put this in your staff page:
<img src=flag/{$Users['country']}.png align=right>
If you want the Unknown flag I think I have it in one of my files, I'll take a look if you haven't got it or someone gives it you
Unknown flag for whoever needs it:
gTyW4ay.png
 
Last edited:

Logic

Bobby Billionaire
Feb 8, 2012
748
207
Do what you will with this:
ALTER TABLE users ADD country varchar(50) DEFAULT 'Unknown';
Put this in your staff page:
<img src=flag/{$Users['country']}.png align=right>
If you want the Unknown flag I think I have it in one of my files, I'll take a look if you haven't got it or someone gives it you
Unknown flag for whoever needs it:
gTyW4ay.png

To add onto this, you need to also modify the query the staff page uses to call your user table (add "country" at the end of the SELECT syntax:
PHP:
$GetUsers = mysql_query("SELECT username,motto,rank,last_online,online,look,country FROM users WHERE rank = {$Ranks['id']}");
 

Bran

mediocre graphics artist
Mar 13, 2017
1,727
1,530
To add onto this, you need to also modify the query the staff page uses to call your user table (add "country" at the end of the SELECT syntax:
PHP:
$GetUsers = mysql_query("SELECT username,motto,rank,last_online,online,look,country FROM users WHERE rank = {$Ranks['id']}");
if i paste my staff.php page will you add the correct code for me in the right position please? :D
 

Bran

mediocre graphics artist
Mar 13, 2017
1,727
1,530
Go to your staff.php page and copy & paste the script that calls your staff to be displayed on your website, yes. It will start with <?php.
PHP:
<!DOCTYPE html>
<html lang="en">
    <head>
        <link rel="shortcut icon" href="{url}/app/tpl/skins/{skin}/images/favicon.ico" type="image/vnd.microsoft.icon"/>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName}: Staff </title>
        
        <style type="text/css">hr{border-top:1px solid #e3e3db;border-left:none;border-bottom:none;bottom-right:none;width:90%;}</style>
        <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>
             <?php include ("includes/header.php"); ?>
                <ul id="navi">
                    <li><a href="{url}/me">{username}</a><span></span></li>
                    <li class="selected"><strong>Community</strong><span></span></li>

                    <li id="tab-register-now"><a href="{url}/store">Store</a><span></span></li>
                    <?php
                    if(isset($_SESSION['user']['id']))
                    if(mysql_result(mysql_query("SELECT rank FROM users WHERE id = '" . $_SESSION['user']['id'] . "'"), 0) >= 2)                    {
                    echo '<li id="tab-register-now"><a href="{url}/ase/login" target="_blank">Staff Panel</a><span></span></li>';
                    }
                    ?>
                </ul>
                <div id="habbos-online"><div id="content"><div class="cbb "><span><b>{online}</b><br>{hotelName}(s)<br>online</span></div></div></div>
            </div>
        </div>
        <div id="content-container">
            <div class="pngbg" id="navi2-container">
                <div class="pngbg clearfix" id="navi2">
                    <ul>
                        <li class=""><a href="{url}/community">Community</a></li>
                        <li class=""><a href="{url}/news">News</a></li>
                        <li class=" selected ">{hotelname} Staff</li>
                        <li class=""><a href="{url}/topstats">Top Player Stats</a></li>
                        <li class=""><a href="{url}/richest">Richest Players</a></li>
                        <li class="last"><a href="{url}/stats">{hotelname} Statistics</a></li>
                    </ul>
                </div>
            </div>
           <div id="container">
    <div id="content">

                              <div id="column1" class="column">
    
               <?php

                            $GetRanks = mysql_query("SELECT id,name,tab_colour,title FROM ranks WHERE id > 1 ORDER BY id DESC");
                            while($Ranks = mysql_fetch_assoc($GetRanks))
                            {
                                echo "<div class=\"habblet-container \"><div class=\"cbb clearfix {$Ranks['tab_colour']} \"><h2 class=\"title\"><span style=\"float: left;\">{$Ranks['name']}</span><span style=\"float: right; font-weight: normal; font-size: 75%\">{$Ranks['title']}" . "</span></h2><div style=\"padding:5px\"><p>";
                                $GetUsers = mysql_query("SELECT username,motto,rank,last_online,online,look FROM users WHERE rank = {$Ranks['id']} ORDER by id");
                                if (mysql_num_rows($GetUsers) > 0)
                            {
                             while ($Users = mysql_fetch_assoc($GetUsers))
                                {     
                                  if($Users['online'] == 1){ $OnlineStatus = "<img style=\"float: right;\" src='{url}/app/tpl/skins/Habbo/images/online.gif'/> "; } else { $OnlineStatus = "<img style=\"float: right;\" src='{url}/app/tpl/skins/Habbo/images/offline.gif'/> "; }
                                  echo "<div style='float:left'><img style='margin-top: -10px; opacity: 1;'; position:absolute; src='http://www.habbo.com/habbo-imaging/avatarimage?figure={$Users['look']}&size=b&direction=2&head_direction=3&headonly=1&gesture=sml&size=2'></div>"
                                  ."<p style=\"font-size: 90%; padding: 0px;\"><a href=\"{url}/home/{$Users['username']}\"/><strong>{$Users['username']}</strong></a></p> {$OnlineStatus}
                                  <br>
                                  <p style=\"font-size: 90%; padding: 0px;\"><img src=\"{url}/app/tpl/skins/Habbo/images/motto.gif\"/>&nbsp;{$Users['motto']}</p>
                                  <p style=\"font-size: 90%; padding: 0px;\"><img src=\"{url}/app/tpl/skins/Habbo/images/login.gif\"/> ". date('D, d M Y', $Users['last_online']) ."</p><hr>";                                     
                                }
                            }
                            else
                            {
                            echo "<p style=\"font-size: 90%;\">We are currently looking for <strong>{$Ranks['name']}</strong> at {hotelName}!</p>";
                            }
 
                                echo "</div></div></div>";
                            }
                        ?></div>
                            <div id="column2" class="column">
<div class="habblet-container ">
                <div class="box-content1">
                        <div class="cbb clearfix settings">

                            <h2 class="title">About {hotelName} Staff
                            </h2>
                        <div style="padding:10px">
                        The {hotelName} staff team is one big happy family, each staff member has a different role and duties to fulfill. A lot of our team usually consists of players that have been around {hotelName} for years, even through different ownership, but this doesn't mean we only recruit old & known players, we recruit those who shine out to us!
</div></div></div></div>

<div class="habblet-container ">
                <div class="box-content1">
                        <div class="cbb clearfix settings ">

                            <h2 class="title">How can I be {hotelName} Staff?
                            </h2>
                        <div style="padding:10px">
                Each and every month staff applications open up via <a href="{url}/news">news article</a> giving users a chance to join the team, and allows us to recruit new blood!
                                </div></div></div></div>
                <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
                
            <script type="text/javascript">
                document.observe('dom:loaded', function() {
                    CurrentRoomEvents.init();
                });
            </script>
        </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('includes/footer.php'); ?>
            <?php include('includes/checktheban.php'); ?>

    
    </body>
</html>
 

Queso

echo 'Web Developer';
Nov 29, 2016
233
72
@Br4n
HTML:
<!DOCTYPE html>
<html lang="en">
    <head>
        <link rel="shortcut icon" href="{url}/app/tpl/skins/{skin}/images/favicon.ico" type="image/vnd.microsoft.icon"/>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName}: Staff </title>
        
        <style type="text/css">hr{border-top:1px solid #e3e3db;border-left:none;border-bottom:none;bottom-right:none;width:90%;}</style>
        <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>
             <?php include ("includes/header.php"); ?>
                <ul id="navi">
                    <li><a href="{url}/me">{username}</a><span></span></li>
                    <li class="selected"><strong>Community</strong><span></span></li>

                    <li id="tab-register-now"><a href="{url}/store">Store</a><span></span></li>
                    <?php
                    if(isset($_SESSION['user']['id']))
                    if(mysql_result(mysql_query("SELECT rank FROM users WHERE id = '" . $_SESSION['user']['id'] . "'"), 0) >= 2)                    {
                    echo '<li id="tab-register-now"><a href="{url}/ase/login" target="_blank">Staff Panel</a><span></span></li>';
                    }
                    ?>
                </ul>
                <div id="habbos-online"><div id="content"><div class="cbb "><span><b>{online}</b><br>{hotelName}(s)<br>online</span></div></div></div>
            </div>
        </div>
        <div id="content-container">
            <div class="pngbg" id="navi2-container">
                <div class="pngbg clearfix" id="navi2">
                    <ul>
                        <li class=""><a href="{url}/community">Community</a></li>
                        <li class=""><a href="{url}/news">News</a></li>
                        <li class=" selected ">{hotelname} Staff</li>
                        <li class=""><a href="{url}/topstats">Top Player Stats</a></li>
                        <li class=""><a href="{url}/richest">Richest Players</a></li>
                        <li class="last"><a href="{url}/stats">{hotelname} Statistics</a></li>
                    </ul>
                </div>
            </div>
            <div id="container">
    <div id="content">

                              <div id="column1" class="column">
    
               <?php

                            $GetRanks = mysql_query("SELECT id,name,tab_colour,title FROM ranks WHERE id > 1 ORDER BY id DESC");
                            while($Ranks = mysql_fetch_assoc($GetRanks))
                            {
                                echo "<div class=\"habblet-container \"><div class=\"cbb clearfix {$Ranks['tab_colour']} \"><h2 class=\"title\"><span style=\"float: left;\">{$Ranks['name']}</span><span style=\"float: right; font-weight: normal; font-size: 75%\">{$Ranks['title']}" . "</span></h2><div style=\"padding:5px\"><p>";
                                $GetUsers = mysql_query("SELECT username,motto,rank,last_online,online,look,country FROM users WHERE rank = {$Ranks['id']} ORDER by id");
                                if (mysql_num_rows($GetUsers) > 0)
                            {
                             while ($Users = mysql_fetch_assoc($GetUsers))
                                {     
                                  if($Users['online'] == 1){ $OnlineStatus = "<img style=\"float: right;\" src='{url}/app/tpl/skins/Habbo/images/online.gif'/> "; } else { $OnlineStatus = "<img style=\"float: right;\" src='{url}/app/tpl/skins/Habbo/images/offline.gif'/> "; }
                                  echo "<div style='float:left'><img style='margin-top: -10px; opacity: 1;'; position:absolute; src='http://www.habbo.com/habbo-imaging/avatarimage?figure={$Users['look']}&size=b&direction=2&head_direction=3&headonly=1&gesture=sml&size=2'></div>"
                                  ."<p style=\"font-size: 90%; padding: 0px;\"><a href=\"{url}/home/{$Users['username']}\"/><strong>{$Users['username']}</strong></a></p> {$OnlineStatus}
                                  <br>
                                  <p style=\"font-size: 90%; padding: 0px;\"><img src=\"{url}/app/tpl/skins/Habbo/images/motto.gif\"/>&nbsp;{$Users['motto']}</p>
                                  <p style=\"font-size: 90%; padding: 0px;\"><img src=\"{url}/app/tpl/skins/Habbo/images/login.gif\"/> ". date('D, d M Y', $Users['last_online']) ."</p><p style=\"font-size: 90%; padding: 0px;\"><p style=\"font-size: 90%; padding: 0px; float: right;\"><img style=\"margin-top:-50px\" src=\"{url}/country/{$Users['country']}.png\"/></p><hr>";                                     
                                }
                            }
                            else
                            {
                            echo "<p style=\"font-size: 90%;\">We are currently looking for <strong>{$Ranks['name']}</strong> at {hotelName}!</p>";
                            }
 
                                echo "</div></div></div>";
                            }
                        ?>
                    </div>
                            <div id="column2" class="column">
<div class="habblet-container ">
                <div class="box-content1">
                        <div class="cbb clearfix settings">

                            <h2 class="title">About {hotelName} Staff
                            </h2>
                        <div style="padding:10px">
                        The {hotelName} staff team is one big happy family, each staff member has a different role and duties to fulfill. A lot of our team usually consists of players that have been around {hotelName} for years, even through different ownership, but this doesn't mean we only recruit old & known players, we recruit those who shine out to us!
</div></div></div></div>

<div class="habblet-container ">
                <div class="box-content1">
                        <div class="cbb clearfix settings ">

                            <h2 class="title">How can I be {hotelName} Staff?
                            </h2>
                        <div style="padding:10px">
                Each and every month staff applications open up via <a href="{url}/news">news article</a> giving users a chance to join the team, and allows us to recruit new blood!
                                </div></div></div></div>
                <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
                
            <script type="text/javascript">
                document.observe('dom:loaded', function() {
                    CurrentRoomEvents.init();
                });
            </script>
        </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>-->
             <?php include('includes/footer.php'); ?>
            <?php include('includes/checktheban.php'); ?>
    
    </body>
</html>
 

KAMZ

Developer
Mar 25, 2020
14
5
@Br4n
HTML:
<!DOCTYPE html>
<html lang="en">
    <head>
        <link rel="shortcut icon" href="{url}/app/tpl/skins/{skin}/images/favicon.ico" type="image/vnd.microsoft.icon"/>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName}: Staff </title>
       
        <style type="text/css">hr{border-top:1px solid #e3e3db;border-left:none;border-bottom:none;bottom-right:none;width:90%;}</style>
        <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>
             <?php include ("includes/header.php"); ?>
                <ul id="navi">
                    <li><a href="{url}/me">{username}</a><span></span></li>
                    <li class="selected"><strong>Community</strong><span></span></li>

                    <li id="tab-register-now"><a href="{url}/store">Store</a><span></span></li>
                    <?php
                    if(isset($_SESSION['user']['id']))
                    if(mysql_result(mysql_query("SELECT rank FROM users WHERE id = '" . $_SESSION['user']['id'] . "'"), 0) >= 2)                    {
                    echo '<li id="tab-register-now"><a href="{url}/ase/login" target="_blank">Staff Panel</a><span></span></li>';
                    }
                    ?>
                </ul>
                <div id="habbos-online"><div id="content"><div class="cbb "><span><b>{online}</b><br>{hotelName}(s)<br>online</span></div></div></div>
            </div>
        </div>
        <div id="content-container">
            <div class="pngbg" id="navi2-container">
                <div class="pngbg clearfix" id="navi2">
                    <ul>
                        <li class=""><a href="{url}/community">Community</a></li>
                        <li class=""><a href="{url}/news">News</a></li>
                        <li class=" selected ">{hotelname} Staff</li>
                        <li class=""><a href="{url}/topstats">Top Player Stats</a></li>
                        <li class=""><a href="{url}/richest">Richest Players</a></li>
                        <li class="last"><a href="{url}/stats">{hotelname} Statistics</a></li>
                    </ul>
                </div>
            </div>
            <div id="container">
    <div id="content">

                              <div id="column1" class="column">
   
               <?php

                            $GetRanks = mysql_query("SELECT id,name,tab_colour,title FROM ranks WHERE id > 1 ORDER BY id DESC");
                            while($Ranks = mysql_fetch_assoc($GetRanks))
                            {
                                echo "<div class=\"habblet-container \"><div class=\"cbb clearfix {$Ranks['tab_colour']} \"><h2 class=\"title\"><span style=\"float: left;\">{$Ranks['name']}</span><span style=\"float: right; font-weight: normal; font-size: 75%\">{$Ranks['title']}" . "</span></h2><div style=\"padding:5px\"><p>";
                                $GetUsers = mysql_query("SELECT username,motto,rank,last_online,online,look,country FROM users WHERE rank = {$Ranks['id']} ORDER by id");
                                if (mysql_num_rows($GetUsers) > 0)
                            {
                             while ($Users = mysql_fetch_assoc($GetUsers))
                                {    
                                  if($Users['online'] == 1){ $OnlineStatus = "<img style=\"float: right;\" src='{url}/app/tpl/skins/Habbo/images/online.gif'/> "; } else { $OnlineStatus = "<img style=\"float: right;\" src='{url}/app/tpl/skins/Habbo/images/offline.gif'/> "; }
                                  echo "<div style='float:left'><img style='margin-top: -10px; opacity: 1;'; position:absolute; src='http://www.habbo.com/habbo-imaging/avatarimage?figure={$Users['look']}&size=b&direction=2&head_direction=3&headonly=1&gesture=sml&size=2'></div>"
                                  ."<p style=\"font-size: 90%; padding: 0px;\"><a href=\"{url}/home/{$Users['username']}\"/><strong>{$Users['username']}</strong></a></p> {$OnlineStatus}
                                  <br>
                                  <p style=\"font-size: 90%; padding: 0px;\"><img src=\"{url}/app/tpl/skins/Habbo/images/motto.gif\"/>&nbsp;{$Users['motto']}</p>
                                  <p style=\"font-size: 90%; padding: 0px;\"><img src=\"{url}/app/tpl/skins/Habbo/images/login.gif\"/> ". date('D, d M Y', $Users['last_online']) ."</p><p style=\"font-size: 90%; padding: 0px;\"><p style=\"font-size: 90%; padding: 0px; float: right;\"><img style=\"margin-top:-50px\" src=\"{url}/country/{$Users['country']}.png\"/></p><hr>";                                    
                                }
                            }
                            else
                            {
                            echo "<p style=\"font-size: 90%;\">We are currently looking for <strong>{$Ranks['name']}</strong> at {hotelName}!</p>";
                            }

                                echo "</div></div></div>";
                            }
                        ?>
                    </div>
                            <div id="column2" class="column">
<div class="habblet-container ">
                <div class="box-content1">
                        <div class="cbb clearfix settings">

                            <h2 class="title">About {hotelName} Staff
                            </h2>
                        <div style="padding:10px">
                        The {hotelName} staff team is one big happy family, each staff member has a different role and duties to fulfill. A lot of our team usually consists of players that have been around {hotelName} for years, even through different ownership, but this doesn't mean we only recruit old & known players, we recruit those who shine out to us!
</div></div></div></div>

<div class="habblet-container ">
                <div class="box-content1">
                        <div class="cbb clearfix settings ">

                            <h2 class="title">How can I be {hotelName} Staff?
                            </h2>
                        <div style="padding:10px">
                Each and every month staff applications open up via <a href="{url}/news">news article</a> giving users a chance to join the team, and allows us to recruit new blood!
                                </div></div></div></div>
                <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
               
            <script type="text/javascript">
                document.observe('dom:loaded', function() {
                    CurrentRoomEvents.init();
                });
            </script>
        </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>-->
             <?php include('includes/footer.php'); ?>
            <?php include('includes/checktheban.php'); ?>
   
    </body>
</html>


hey, i need your help to add flags on staff page hahahaha cant figure this shit out
 
Status
Not open for further replies.

Users who are viewing this thread

Top