[R63] Housekeeping button not here? [HELP]

vGlitched

Member
Aug 23, 2014
68
3
Cleared cache and {housekeeping} is in {url}/me, any suggestions??

76fb3311e9df9f12bfdcf5e752499cba.png
 

Vanish

Rising Java Developer
Dec 8, 2013
630
94
Try this.. If this doesn't fix it, then idk what will. You can aswell try changing the cms?..
PHP:
<?php include_once('includes/head.php'); ?>
<?php include_once('checktheban.php'); ?>
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName} - Home</title>
      
        <link rel="stylesheet" href="{url}/app/tpl/skins/Custom-Habbo/styles/common.css" type="text/css">
        <script type="text/javascript" src="{url}/app/tpl/skins/Custom-Habbo/js/libs2.js"></script>
        <script type="text/javascript" src="{url}/app/tpl/skins/Custom-Habbo/js/visual.js"></script>
        <script type="text/javascript" src="{url}/app/tpl/skins/Custom-Habbo/js/libs.js"></script>
        <script type="text/javascript" src="{url}/app/tpl/skins/Custom-Habbo/js/common.js"></script>
        <script type="text/javascript" src="{url}/app/tpl/skins/Custom-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/Custom-Habbo";
            var habboImagerUrl = "http://habbo.nl/habbo-imaging";
            var habboPartner = "";
            var habboDefaultClientPopupUrl = "{url}/client";
            window.name = "habboMain";
            if (typeof HabboClient != "undefined") {
                HabboClient.windowName = "eac955c8dbc88172421193892a3e98fc7402021a";
                HabboClient.maximizeWindow = true;
            }
        </script>
<link rel="stylesheet" href="{url}/app/tpl/skins/Custom-Habbo/styles/lightweightmepage.css" type="text/css" />
<script src="{url}/app/tpl/skins/Custom-Habbo/js/lightweightmepage.js" type="text/javascript"></script>
<script src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/2742/web-gallery/static/js/moredata.js" type="text/javascript"></script>
<meta name="build" content="63-BUILD1228 - 27.03.2012 12:15 - com" />
</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> <script language="JavaScript">
var r_text = new Array ();
r_text[0] = "Telling your friends about {hotelName} will make it even more fun!.";
r_text[1] = "{hotelName} Hotel strives to remain as professional as possible.";
r_text[2] = "{hotelName} Hotel will only keep on growing if you vote daily!";
r_text[3] = "Purchasing VIP helps with the monthly server costs.";
r_text[4] = "{hotelName} Hotel opened on February 17, 2012";
r_text[5] = "{hotelName} Hotel is a new and developing retro hotel!";
var i = Math.floor(5*Math.random())
document.write(r_text[i]);
</script>
</div>
                      
                    </div>
                    <div id="subnavi-search">
                        <div id="subnavi-search-upper">
                            <ul id="subnavi-search-links">
                                                                <li><a href="{url}/help" style="color:#000" target="_blank">Help   </a></li><li><a href="{url}/logout" style="color:#000">Sign Out</a></li>
                            </ul>
                        </div>
                    </div>
                    <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 selected"><strong>{username} (  <img src="{url}/app/tpl/skins/Custom-Habbo/images/id.png" style="vertical-align: middle;">  )</strong><span></span></li>
                    <li><a href="{url}/community">Community</a><span></span></li>
                                        <li><a href="{url}/vip">Shop</a><span></span></li>
                                        <li><a href="{url}/housekeeping">Housekeeping</a><span></span></li>
                                        </ul>
                <div id="habbos-online"><div class="rounded"><span>{online} 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="selected">Home</li>
                                                <li class=""><a href="{url}/index.php?url=home&user={username}">My Page</a></li>
                        <li class=""><a href="{url}/account">Account Settings</a></li>
                                                <li class=""><a href="{url}/rules">Hotel Rules</a></li>
                                                <li class=""><a href="{url}/online">Online Users</a></li>
                                                <li class=""><a href="{url}/vault">Vault</a></li>
                    </ul>
                </div>
            </div>
<div id="container">
        <div id="content" style="position: relative" class="clearfix">
    <div id="wide-personal-info">
    <div id="habbo-plate">
            <a href="{url}/home">
            <img alt="{username}" src="http://habbo.nl/habbo-imaging/avatarimage?figure={figure}&direction=2&head_direction=3">
        </a>
    </div>
    <div id="name-box" class="info-box">
        <div class="label">Name:</div>
        <div class="content">{username}</div>
    </div>
    <div id="motto-box" class="info-box">
        <div class="label">Motto:</div>
        <div class="content">{motto}</div>
    </div>
    <div id="last-logged-in-box" class="info-box">
        <div class="label">Last signed in:</div>
        <div class="content">{lastSignedIn}</div>
    </div>
<div class="enter-hotel-btn">
    <div class="open enter-btn">
            <a href="{url}/client" target="84ebd05b9eac6717671e77c01c6209a4c8e06d54" onclick="HabboClient.openOrFocus(this); return false;">Enter {hotelName}<i></i></a>
        <b></b>
    </div>
</div>
            <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
                    </div>
                    <div id="column1" class="column">
                        <div class="habblet-container ">
                            <div class="cbb clearfix blue ">
                                <h2 class="title">{hotelName} on Facebook</h2>
                                                                        <div style="padding:5px">
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like-box" data-href="http://www.facebook.com/HipHopHotel" data-width="438" data-height="500" data-show-faces="true" data-stream="true" data-header="false"></div>
                                    <br><br>
                                </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>
                        <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
                        <div class="habblet-container news-promo">            
                            <div class="cbb clearfix notitle ">
                                <div id="newspromo">
                                    <div id="topstories">
                                        <div class="topstory" style="background-image: url({url}/r63/c_images/Top_Story_Images/{newsIMG-1})">
                                            <h4>Latest news</h4>
                                            <h3><a href="{url}/index.php?url=news&id={newsID-1}">{newsTitle-1}</a></h3>
                                            <p class="summary">
                                                {newsCaption-1}
                                            </p>
                                            <p>
                                                <a href="{url}/index.php?url=news&id={newsID-1}">Read more &raquo;</a>
                                            </p>
                                        </div>
                                        <div class="topstory" style="background-image: url({url}/r63/c_images/Top_Story_Images/{newsIMG-2}); display: none">
                                            <h4>Latest news</h4>
                                            <h3><a href="{url}/index.php?url=news&id={newsID-2}">{newsTitle-2}</a></h3>
                                            <p class="summary">
                                                {newsCaption-2}
                                            </p>
                                            <p>
                                                <a href="{url}/index.php?url=news&id={newsID-2}">Read more &raquo;</a>
                                            </p>
                                        </div>
                                        <div class="topstory" style="background-image: url({url}/r63/c_images/Top_Story_Images/{newsIMG-3}); display: none">
                                            <h4>Latest news</h4>
                                            <h3><a href="{url}/index.php?url=news&id={newsID-3}">{newsTitle-3}</a></h3>
                                            <p class="summary">
                                                {newsCaption-3}
                                            </p>
                                            <p>
                                                <a href="{url}/index.php?url=news&id={newsID-3}">Read more &raquo;</a>
                                            </p>
                                        </div>
                                        <div class="topstory" style="background-image: url({url}/r63/c_images/Top_Story_Images/{newsIMG-4}); display: none">
                                            <h4>Latest news</h4>
                                            <h3><a href="{url}/index.php?url=news&id={newsID-4}">{newsTitle-4}</a></h3>
                                            <p class="summary">
                                                {newsCaption-4}
                                            </p>
                                            <p>
                                                <a href="{url}/index.php?url=news&id={newsID-4}">Read more &raquo;</a>
                                            </p>
                                        </div>
                                        <div class="topstory" style="background-image: url({url}/r63/c_images/Top_Story_Images/{newsIMG-5}); display: none">
                                            <h4>Latest news</h4>
                                            <h3><a href="{url}/index.php?url=news&id={newsID-5}">{newsTitle-5}</a></h3>
                                            <p class="summary">
                                                {newsCaption-5}
                                            </p>
                                            <p>
                                                <a href="{url}/index.php?url=news&id={newsID-5}">Read more &raquo;</a>
                                            </p>
                                        </div>
                                        <div id="topstories-nav" style="display: none"><a href="#" class="prev">&laquo; Previous</a><span>1</span> / 5<a href="#" class="next">Next &raquo;</a></div>
                                    </div>
                                    <ul class="widelist">
                                        <li class="even"><a href="{url}/index.php?url=news&id={newsID-1}">{newsTitle-1} &raquo;</a><div class="newsitem-date">{newsDate-1}</div></li>           
                                        <li class="odd"><a href="{url}/index.php?url=news&id={newsID-2}">{newsTitle-2} &raquo;</a><div class="newsitem-date">{newsDate-2}</div></li>
                                                                                <li class="odd"><a href="{url}/index.php?url=news&id={newsID-3}">{newsTitle-3} &raquo;</a><div class="newsitem-date">{newsDate-3}</div></li> 
                                                                                <li class="odd"><a href="{url}/index.php?url=news&id={newsID-4}">{newsTitle-4} &raquo;</a><div class="newsitem-date">{newsDate-4}</div></li> 
                                                                                <li class="odd"><a href="{url}/index.php?url=news&id={newsID-5}">{newsTitle-5} &raquo;</a><div class="newsitem-date">{newsDate-5}</div></li> 
                                        <li class=""><a href="/news">More news &raquo;</a></li>           
                                    </ul>
                                </div>
                                <script type="text/javascript">
                                    document.observe("dom:loaded", function() { NewsPromo.init(); });
                                </script>
                            </div>
                        </div>
                    <div id="column2" class="column">
                        <div class="habblet-container ">
                            <div class="cbb clearfix green ">
                                <h2 class="title">MyLo Radio</h2>
                                <div style="padding:5px">
                                                                <center>
                                    <iframe src="http://myloradio.net/embed/embedcode.html" scrolling="no" frameborder="0" height="50" width="250"></iframe>
                                    </center>
                                </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">Server Time</h2>
                                <div style="padding:5px">
                                                                <center>
<iframe src="http://free.timeanddate.com/clock/i2uaew18/fn17/tt0/tw0/tm1/tb4" frameborder="0" width="99" height="36"></iframe>
                                                                </center>
                                </div>
                            </div>
                        </div>
                                <script type="text/javascript">
                                    document.observe("dom:loaded", function() { NewsPromo.init(); });
                                </script>
                            </div>
                        </div>
                        <script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init(); }</script>
                    </div>
                </div>
            </div>
            <script type="text/javascript">
                document.observe('dom:loaded', function() {
                    CurrentRoomEvents.init();
                });
            </script>
                                    <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_once('includes/footer.php'); ?>
<?php include_once('checktheban.php'); ?>
 

Users who are viewing this thread

Top