rCMS & mercury - client setup

Results 1 to 12 of 12
  1. #1
    HabboFont.net Cankiee is offline
    MemberRank
    May 2013 Join Date
    North KoreaLocation
    978Posts

    rCMS & mercury - client setup

    Hi RZ,

    I'm using rcms & mercury emu.

    the client stays black.
    i thing i made some shit wrong but i don't know what, lol.

    Chrome F12 button -> http://i.imgur.com/nDVmsFz.png
    My client:

    Code:
    <?php if($this->MyUser->online != 1) { ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
            "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
        <title>NaBBo: Client</title>
        
    
    
    <script type="text/javascript">
    
    
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-36809022-1']);
      _gaq.push(['_setDomainName', 'MY-IP-ADRESS']);
      _gaq.push(['_trackPageview']);
    
    
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();
    
    
    </script>
    
    
    
    
    <script type="text/javascript">
    var andSoItBegins = (new Date()).getTime();
    </script>
        
    <script type="text/javascript">
    var andSoItBegins = (new Date()).getTime();
    </script>
        <link rel="shortcut icon" href="http://MY-IP-ADRESS/web-gallery/v2/images/favicon.ico" type="image/vnd.microsoft.icon" />
    
    
    <script src="http://MY-IP-ADRESS/web-gallery/static/js/libs2.js" type="text/javascript"></script>
    <script src="http://MY-IP-ADRESS/web-gallery/static/js/visual.js" type="text/javascript"></script>
    <script src="http://MY-IP-ADRESS/web-gallery/static/js/libs.js" type="text/javascript"></script>
    <script src="http://MY-IP-ADRESS/web-gallery/static/js/common.js" type="text/javascript"></script>
    
    
    <link rel="stylesheet" href="http://MY-IP-ADRESS/web-gallery/v2/styles/common.css" type="text/css" />
    <link rel="stylesheet" href="http://MY-IP-ADRESS/web-gallery/v2/styles/process.css" type="text/css" />
    <link rel="stylesheet" href="http://MY-IP-ADRESS/web-gallery/v2/styles/style.css" type="text/css" />
    
    
    <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
    <script type="text/javascript" src="http://hosted.musesradioplayer.com/mrp.js"></script>
    
    
    <link rel="stylesheet" href="http://MY-IP-ADRESS/web-gallery/v2/styles/habboflashclient.css" type="text/css" />
    <script src="http://MY-IP-ADRESS/web-gallery/static/js/habboflashclient.js" type="text/javascript"></script>
    <script type="text/javascript">
    document.habboLoggedIn = true;
    var habboName = "<?php echo $this->filter($this->MyUser->username); ?>";
    var habboId = <?php echo $this->filter($this->MyUser->id); ?>;
    var facebookUser = false;
    var habboReqPath = "";
    var habboStaticFilePath = "http://MY-IP-ADRESS/web-gallery";
    var habboImagerUrl = "http://MY-IP-ADRESS/habbo-imaging/";
    var habboPartner = "";
    var habboDefaultClientPopupUrl = "http://MY-IP-ADRESS/client";
    window.name = "<?php echo $this->filter($this->MyUser->auth_ticket); ?>";
    if (typeof HabboClient != "undefined") { HabboClient.windowName = "<?php echo $this->filter($this->MyUser->auth_ticket); ?>"; }
    </script>
    
    
    </script>
    
    
    <meta property="fb:app_id" content="163085011898" />
    
    
    <noscript>
        <meta http-equiv="refresh" content="0;url=/client/nojs" />
    </noscript>
    
    
    <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:regular,bold&subset=Latin">
    
    
    
    
     
    <script type="text/javascript">
    
    
    <?php if (isset($_GET['id']) && $_GET['id'] == '2'){ 
    MUS::SignOut($this->MyUser);
    ?>
    alert("Du bist bereits eingeloggt.");
    <?php } ?>
    function DoResize()
    {
        var nHeight;
        if (typeof window.innerHeight == 'undefined')
        {
            nHeight = document.body.clientHeight -200;
        }
        else
        {
            nHeight = window.innerHeight -200;
        }
        
        document.getElementById('flash').style.height = nHeight+'px';
    } 
    
    
      function dcstr(coded) {
      coded = decodeURIComponent(coded);  
      var uncoded = "";
      var chr;
      for (var i = coded.length - 1; i >= 0; i--) {
        chr = coded.charAt(i);
        uncoded += (chr >= "a" && chr <= "z" || chr >= "A" && chr <= "Z") ?
          String.fromCharCode(65 + key.indexOf(chr) % 26) :
          chr; 
        }
      return uncoded;   
      } 
      
           
            FlashExternalInterface.loginLogEnabled = true;
           
            FlashExternalInterface.logLoginStep("web.view.start");
           
            if (top == self) {
                FlashHabboClient.cacheCheck();
            }
            var flashvars = {
             "client.allow.cross.domain" : "1",  
    "client.notify.cross.domain" : "0", 
    "connection.info.host" : "MY-IP-ADRESS",  
    "connection.info.port" : "30000", 
    "site.url" : "<?php echo CMS_PATH; ?>", 
    "url.prefix" : "<?php echo CMS_PATH; ?>", 
    "client.reload.url" : "<?php echo CMS_PATH; ?>error", 
    "client.fatal.error.url" : "<?php echo CMS_PATH; ?>error", 
    "client.connection.failed.url" : "<?php echo CMS_PATH; ?>error", 
                                "external.variables.txt" : "http://MY-IP-ADRESS/game/gamedata/external_variables.txt<?php echo md5(rand(0,104)); ?>",
                                "external.texts.txt" : "http://MY-IP-ADRESS/game/gamedata/external_flash_texts.txt<?php echo md5(rand(0,104)); ?>",
                                "productdata.load.url" : "http://MY-IP-ADRESS/game/gamedata/productdata_en.txt<?php echo md5(rand(0,104)); ?>",
                                "furnidata.load.url" : "http://MY-IP-ADRESS/game/gamedata/furnidata_xml_en.xml<?php echo md5(rand(0,104)); ?>",
    "use.sso.ticket" : "1", 
    "sso.ticket" : "<?php echo $this->sso; ?>", 
    "processlog.enabled" : "1",  
    "account_id" : "1", 
    "client.starting" : "Lütfen bekle.. NaBBo yükleniyor", 
    "flash.client.url" : "http://MY-IP-ADRESS/", 
    "user.hash" : "<?php echo $this->filter($this->MyUser->auth_ticket); ?>", 
    "has.identity" : "1", 
    "flash.client.origin" : "popup" 
         
         
            };
            
            var params = {
                "base" : "http://MY-IP-ADRESS/game/gordon/RELEASE63-201408141029-609065162/",
                "allowScriptAccess" : "always",
                "menu" : "false",
                "wmode" : "opaque" 
            };
           
         
            FlashExternalInterface.signoutUrl = "<?php echo CMS_PATH; ?>account/logout?token=7856138f019f78052d2a34212ec6db60e393709e";
           
            var clientUrl = "/Habbo.swf<?php echo md5(rand(0,104)); ?>";
             onreloadx(flashvars);
            swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/61_c0f99b7b02ed27ad5d4d5661fe02784f/8/web-gallery/flash/expressInstall.swf", flashvars, params);
             flashvars = null;
            window.onbeforeunload = unloading;
            function unloading() {
                var clientObject;
                if (navigator.appName.indexOf("Microsoft") != -1) {
                    clientObject = window["flash-container"];
                } else {
                    clientObject = document["flash-container"];
                }
                try {
                    clientObject.unloading();
                } catch (e) {}
            }
            window.onresize = DoResize;
            
            function onreloadx(vars)
            {
                // reload hp
    
    
            }
             </script> 
    
    
    
    
    
    
    
    
    
    
      
      </head>  
     
    <meta name="build" content="63-BUILD406 - 09.05.2011 23:04 - de" />
    </head>
    <style>
        @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
    @import url(http://fonts.googleapis.com/css?family=Ubuntu);
    .hotelalert, #wunschbox_box, #events_box_content, .habox
                {
                    background: #E9E9E1;
                    height: 200px;
                    border: 1px solid black;
                    border-bottom: 2px solid black;
                    border-radius: 4px;
                    display: none;
                    width: 300px;
                    margin: 0px 15px;
                    box-shadow: inset 0px 0px 0px 2px white, 0px 0px 20px 0px black;
                    color: #666666;
                    margin: 0 auto;
                    position: absolute;
                    top: 20px;
                    left: 20px;
                    z-index: 999999999999999999;
                }
                .hotelalert > .head, #wunschbox_box > .head, #events_box_content > .head, .habox > .head
                {
                    height: 31px;
                    background: #3F4141;
                    border-radius: 3px 3px 0px 0px;
                    border: 2px solid #4B4B4B;
                    border-bottom: 1px solid black;
                    text-align: center;
                    font-weight: bold;
                    cursor: move;
                    line-height: 27px;
                    color: white;
                }
                .hotelalert > #close, #wunschbox_box > #close, #events_box_content > #close, .habox > #close {
                    background-image: url(<?php echo CMS_PATH; ?>public/images/client/close_normal.png);
                    width: 19px;
                    cursor: pointer;
                    background-repeat: no-repeat;
                    background-position: 0 center;
                    height: 31px;
                    float: right;
                    margin-right: 10px;
                }
                .hotelalert > #close:hover, #wunschbox_box > #close:hover, #events_box_content > #close:hover, .habox > #close:hover {
                    background-image: url(<?php echo CMS_PATH; ?>public/images/client/close_normal_hover.png);
                }
                
                #radio {
                    float: left;
                    background: url(<?php echo CMS_PATH; ?>public/images/client/note.png) center no-repeat;
                }
                .event {
                    height: 39px;
                    background-color: #F0F0F0;
                    border: 1px solid #E5E5E5;
                    border-radius: 5px;    
                    position: relative;
                    margin-right: 3px;
                    margin-bottom: 3px;
                    background-repeat: no-repeat;
                    background-position: 6px center;
                    background-image: url(<?php echo CMS_PATH; ?>public/images/events/waiting.png);
                }
                .event.active {
                    background-color: #B3EAFF;
                    border: 1px solid #BADAE9;    
                    background-position: 10px center;
                    background-image: url(<?php echo CMS_PATH; ?>public/images/events/running.png);
                }
                .event .name {
                    position: absolute;
                    color: rgba(0,0,0,0.8);
                    font-size: 15px;
                    font-weight: bold;    
                    margin-left: 40px;
                    margin-top: 5px;
                }
                .event .desc {
                    position: absolute;
                    color: rgba(0,0,0,0.6);
                    margin-top: 22px;
                    margin-left: 40px;    
                }
                .event .time {
                    position: absolute;
                    right: 10px;
                    margin-top: 5px;
                    color: rgba(0,0,0,0.4);    
                }
    
    
                b {
                    font-weight: bold;    
                }
                
                
                #events {
                    float: left;
                    background: url(<?php echo CMS_PATH; ?>public/images/events/events_icon.png) center no-repeat;
                }
                #preislisten_btn {
                    float: left;
                    background: url(<?php echo CMS_PATH; ?>public/images/preisliste/icon.png) center no-repeat;
                }
                <?php if($this->MyUser->rank > 3) {?>
                #backend{
                    float: left;
                    background: url(<?php echo CMS_PATH; ?>public/images/icons/toolbar_02.gif) center no-repeat;
                }
                #backend_overlay {
                    background: rgba(0,0,0,0.7);
                    margin: 0 auto; 
                    width: 100%;
                    overflow: hidden;
                    height: 100%;    
                    display: none;
                    position: absolute;
                    z-index: 99999999999999999999999999999999999;
                }
                <?php } ?>
                #setfullscreen {
                    position: absolute;
                    color: white;
                    font-family: Ubuntu;
                    text-decoration: underline;
                    border-radius: 6px;
                    box-shadow: inset 0px 0px 0px 2px rgba(84, 82, 77, 0.9);
                    border: 1px solid black;
                    border-bottom: 2px solid black;
                    background: rgba(36, 35, 30, 0.9);
                    height: 25px;
                    line-height: 25px;
                    right: 3px;
                    z-index: 99;
                    text-shadow: 0px 1px 0px black;
                    padding: 0 20px;
                    top: 156px;    
                    cursor: pointer;
                }
                #setfullscreen:hover {
                    cursor: pointer;
                    color: #BAE1F9    
                }
                
                .preislisten_nav {
                    font-family: Ubuntu;
                    cursor: pointer;
                    height: 30px;
                    line-height: 30px;
                    padding: 0 10px;    
                }
                .preislisten_nav:nth-child(odd) {
                    background: rgba(0,0,0,0.05);    
                }
                .preislisten_nav.selected {
                    font-weight: bold;    
                    cursor: text;
                }
                #clientbar {
                    height: 43px;
                    line-height: 43px;
                    border: 1px solid #000;
                    -webkit-border: 1px solid #000;
                    -moz-border: 1px solid #000;
                    -ms-border: 1px solid #000;
                    -o-border: 1px solid #000;
                    border-bottom: 1px solid black;    
                    position: fixed;
                    right: 220px;
                    top: 4px;
                    z-index: 999;
                    background: #24211C;
                    box-shadow: inset 0px 1px 0px 0px #33312B, inset 0px 6px 0px 0px #27251F, inset 0px -2px 0px 0px #33312B, inset 0px -7px 0px 0px #201D19, 0px 0px 10px 0px rgba(0,0,0,0.3);
                    -webkit-box-shadow: inset 0px 1px 0px 0px #33312B, inset 0px 6px 0px 0px #27251F, inset 0px -2px 0px 0px #33312B, inset 0px -7px 0px 0px #201D19, 0px 0px 10px 0px rgba(0,0,0,0.3);
                    -moz-box-shadow: inset 0px 1px 0px 0px #33312B, inset 0px 6px 0px 0px #27251F, inset 0px -2px 0px 0px #33312B, inset 0px -7px 0px 0px #201D19, 0px 0px 10px 0px rgba(0,0,0,0.3);
                    -ms-box-shadow: inset 0px 1px 0px 0px #33312B, inset 0px 6px 0px 0px #27251F, inset 0px -2px 0px 0px #33312B, inset 0px -7px 0px 0px #201D19, 0px 0px 10px 0px rgba(0,0,0,0.3);
                    -o-box-shadow: inset 0px 1px 0px 0px #33312B, inset 0px 6px 0px 0px #27251F, inset 0px -2px 0px 0px #33312B, inset 0px -7px 0px 0px #201D19, 0px 0px 10px 0px rgba(0,0,0,0.3);
                    border-radius: 0px 0px 3px 3px;
                    -webkit-border-radius: 3px;
                    -moz-border-radius 3px;
                    -ms-border-radius: 3px;
                    -o-border-radius: 3px;
                    padding: 0 10px;
                }
                
                .brk {
                    height: 29px;
                    background: black;
                    border-right: 1px solid #3D3932;
                    width: 1px;
                    float: left;
                    margin-top: 7px;    
                }
                .icon {
                    cursor: pointer;
                    transition: opacity 0.4s;
                    height: 43px;
                    width: 35px;
                    margin-left: 10px;
                    margin-right: 10px;
                }
                .icon:hover {
                    opacity: 0.3;    
                }
                            
                            .online_count {
                                position: absolute;
                                top: 60px;
                                color: #FFF;
                                border: 1px solid #000;
                                -webkit-border: 1px solid #000;
                                -moz-border: 1px solid #000;
                                -ms-border: 1px solid #000;
                                -o-border: 1px solid #000;
                                border-bottom: 1px solid black;    
                                background: #24211C;
                                box-shadow: inset 0px 1px 0px 0px #33312B, inset 0px 6px 0px 0px #27251F, inset 0px -2px 0px 0px #33312B, inset 0px -7px 0px 0px #201D19, 0px 0px 10px 0px rgba(0,0,0,0.3);
                                -webkit-box-shadow: inset 0px 1px 0px 0px #33312B, inset 0px 6px 0px 0px #27251F, inset 0px -2px 0px 0px #33312B, inset 0px -7px 0px 0px #201D19, 0px 0px 10px 0px rgba(0,0,0,0.3);
                                -moz-box-shadow: inset 0px 1px 0px 0px #33312B, inset 0px 6px 0px 0px #27251F, inset 0px -2px 0px 0px #33312B, inset 0px -7px 0px 0px #201D19, 0px 0px 10px 0px rgba(0,0,0,0.3);
                                -ms-box-shadow: inset 0px 1px 0px 0px #33312B, inset 0px 6px 0px 0px #27251F, inset 0px -2px 0px 0px #33312B, inset 0px -7px 0px 0px #201D19, 0px 0px 10px 0px rgba(0,0,0,0.3);
                                -o-box-shadow: inset 0px 1px 0px 0px #33312B, inset 0px 6px 0px 0px #27251F, inset 0px -2px 0px 0px #33312B, inset 0px -7px 0px 0px #201D19, 0px 0px 10px 0px rgba(0,0,0,0.3);
                                border-radius: 0px 0px 3px 3px;
                                -webkit-border-radius: 3px;
                                -moz-border-radius 3px;
                                -ms-border-radius: 3px;
                                -o-border-radius: 3px;
                                height: 30px;
                                line-height: 30px;
                                width: 100%;
                                padding: 0 10px;
                                margin-left: -10px;
                            }
                            
                            #pfeil_top_online {
                                position: absolute;
                                border-style: solid;
                                height: 10px;
                                top: -34px;
                                border-width: 15px;
                                left: 50%;
                                margin-left: -15px;
                                border-color: transparent transparent #24211C transparent;
                            }
                            
                            #group.icon {
                                float: left;
                                background: url('<?php echo CMS_PATH; ?>public/images/clientbar/gruppen_head2.png') center center no-repeat;
                            }
                            
                            .client_black_overlay {
                                height: 100%;
                                width: 100%;
                                position: fixed;
                                background: rgba(0,0,0,0.4);
                                z-index: 9999999999999999999999999999999999999;
                                display: none;
                            }
                            
                            .group_container {
                                position: fixed;
                                height: 250px;
                                width: 500px;
                                background: #E2E2E2;
                                border: 1px solid #3C3C3C;
                                -webkit-box-shadow: inset 0px 2px 0px 0px white, inset 0px -5px 0px 0px #D3D3D3;
                                -moz-box-shadow: inset 0px 2px 0px 0px white, inset 0px -5px 0px 0px #D3D3D3;
                                -o-box-shadow: inset 0px 2px 0px 0px white, inset 0px -5px 0px 0px #D3D3D3;
                                -ms-box-shadow: inset 0px 2px 0px 0px white, inset 0px -5px 0px 0px #D3D3D3;
                                box-shadow: inset 0px 2px 0px 0px white, inset 0px -5px 0px 0px #D3D3D3;
                                display: none;
                                top: 50%;
                                left: 50%;
                                color: #000;
                                margin-top: -125px;
                                margin-left: -250px;
                                -webkit-border-radius: 4px;
                                -moz-border-radius: 4px;
                                -o-border-radius: 4px;
                                -ms-border-radius: 4px;
                                border-radius: 4px;
                                padding: 10px;
                                font-family: Ubuntu;
                                
                            }
                            
                            .ntextbox {
                                padding: 7px;
                                border-radius: 3px;
                                border: 1px solid #848484;
                                box-shadow: inset 0px 2px 2px 0px rgba(0,0,0,0.1);
                                font-family:Ubuntu;
                                font-size:12px;
                                width: 480px;
                            }
                            
                            .ntextbox:focus {
                                outline:none;
                            }
                            
                            .nsubmit {
                             background: #E2E2E2;
                            border: 1px solid #919191;
                            padding: 5px;
                            border-radius: 5px;
                            box-shadow: inset 0px 3px 0px 0px white, inset 0px -10px 0px 0px #D9D9D9, 0px 1px 0px 0px white;
                            font-weight: bold;
                            text-shadow: 0px 1px 0px white;
                            text-align:center;
                            cursor:pointer;   
                            }
                            
                            .nsubmit:hover {
                                box-shadow: inset 0px 3px 0px 0px white, inset 0px -10px 0px 0px #D9D9D9, 0px 1px 0px 0px white, 0px 0px 10px 0px rgba(0,0,0,0.3);
                            }
                            
                            .nclose {
                           background-image:url('<?php echo CMS_PATH; ?>public/images/clientbar/close.png');
                            height:20px;
                            width:20px;
                            position:absolute;
                            right:5px;
                            top:5px;
                            cursor: pointer;
                            }
                            
                            <?php
                            if($this->MyUser->rank > 2) {
                                ?>
                            #help {
                                background: url(<?php echo CMS_PATH; ?>public/images/icons/v20_b2.gif) center no-repeat;
                                float: left;
    ;                        }
                            
                            #msg_count {
                                position: absolute;
                                height: 17px;
                                border: 1px solid black;
                                border-bottom: 2px solid black;
                                line-height: 17px;
                                color: #FFF;
                                box-shadow: inset 0px 0px 0px 1px #ED2823;
                                background: #AC1D19;
                                font-weight: bold;
                                border-radius: 5px;
                                padding: 0 3px;
                                display: none;
                                right: 0;
                            }
                            <?php
                            }
                            ?>
                            
                            
    </style>
    <div class='client_black_overlay'>
        <div class='group_container'>
        </div>
    </div>
    <body style="overflow:hidden;background-color:#000;" id="client" class="flashclient">
    <?php if($this->MyUser->rank > 3) { ?>
    <div id="backend_overlay"><iframe src="http://MY-IP-ADRESS/admin" style="border: 0; width: 100%; height: 90%;"></iframe><br /><span id="closebtn" style="font-size: 18px; font-weight: bold">close</span></div>
    <?php } ?>
    <script src="//code.jquery.com/jquery-1.10.2.js"></script>
    <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
    <script>
    $(document).ready(function(e)  {    
        
            setInterval(function() {
                $("#online").fadeOut(function() {
                    $(this).load('<?php echo CMS_PATH; ?>client/onlineCount').fadeIn();
                });
            }, 5000);
            
        $("#radio").click(function(e) {
            $(".hotelalert").fadeIn(0).css('display', 'block');
            $("#radioBox").load("<?php echo CMS_PATH; ?>client/radio");
        });
        <?php if($this->MyUser->rank > 3) { ?>
        $("#backend").click(function(e) {
            $("#backend_overlay").slideDown().css('display', 'block');
        });
        $("#closebtn").click(function(e) {
            $("#backend_overlay").slideUp();
        });
        <?php } ?>
        
        $(".hotelalert > #close").click(function(e) {
            $(".hotelalert").fadeOut(0);
        });
        
        $("#wunschbox_box > #close").click(function(e) {
            $("#wunschbox_box").fadeOut(0);
        });
        
        $("#events_box_content > #close").click(function(e) {
            $("#events_box_content").fadeOut(0);
        });
        
        $("#preislisten_box > #close").click(function(e) {
            $("#preislisten_box").fadeOut(0);
        });
        
        var a = 90000;
        $(".hotelalert, #wunschbox_box,#events_box_content,#preislisten_box").draggable({
            start: function(event, ui) { $(this).css("z-index", a++); },
            handle: '.head',
            containment: 'body'
        });
        
        $("#events").click(function() {
                        
            $("#events_box_content").fadeIn(0).css('display', 'block');
            $("#load_events").load("<?php echo CMS_PATH; ?>client/events");        
        });
        
        $("#preislisten_btn").click(function() {
            $("#preislisten_box").fadeIn(0).css('display', 'block');
        });
        
        $(".preislisten_nav").click(function(e) {
            $(".preislisten_nav").removeClass('selected');
            $(this).addClass('selected');
            if($(this).html() == "Startseite") {
                $("#preis_cat").html("Die <?php echo CMS_HOTELNAME; ?> Preisliste");
            } else {
                $("#preis_cat").html($(this).html());
            }
            $("#loadPricelist").html("<center><img src='<?php echo CMS_PATH; ?>public/images/icons/progress_bar_blue.gif'></center>").load("<?php echo CMS_PATH; ?>client/pricelist/cat/"+$(this).attr('id'));
        });
            
            $("#group").click(function() {
                $('.client_black_overlay').fadeIn().css('display', 'block');
                $('.group_container').fadeIn().css('display', 'block').load('<?php echo CMS_PATH; ?>client/groups/1');
            });
        
        $("#send_wunsch").click(function(e) {
            if($("#wunschbox_text").val() != "") {
                $.post(
                    "<?php echo CMS_PATH; ?>client",
                    {
                        text: $("#wunschbox_text").val(),
                        token: "<?php echo AntiCSRF::getHash(); ?>"    
                    }, function(data) {
                        switch(data) {
                            case'error':
                                alert("Es ist ein Fehler aufgetreten");
                            break;    
                            
                            case'toShort':
                                alert("Dein Wunsch muss mehr als 5 Zeichen enthalten!");
                            break;
                            
                            case'toLong':
                                alert("Dein Wunsch darf nicht mehr als 200 Zeichen enthalten!");
                            break;
                            
                            case'offline':
                                alert("Die Shoutbox ist derzeit offline!");
                            break;
                            
                            case'30sek':
                                alert("Du kannst nur alle 30 Sekunden einen Shout schicken!");
                            break;    
                            
                            case'sent':
                                $("#wunschbox_text").val("Deine Nachricht wurde an den DJ gesendet!").attr('disabled', 'disabled');
                                $("#wunschbox_box").fadeOut(function(e) {
                                    $("#wunschbox_text").val("").removeAttr('disabled');    
                                });
                            break;
                        }
                    }
                );
            } else {
                alert("Du hast nicht alles ausgefuellt!");    
            }
        });
        $("#item_search").keyup(function() {
            if($("#item_search").val() != "" && $("#item_search").val() != " ") { 
                $.post(
                    "<?php echo CMS_PATH; ?>client/pricelist/search",
                    {
                        token: "<?php echo AntiCSRF::getHash(); ?>",
                        search: $("#item_search").val()     
                    }, function(data) {
                        $("#preis_cat").html('Suchergebnisse f&uuml;r "'+$("#item_search").val()+'"');    
                        $("#loadPricelist").html("<center><img src='<?php echo CMS_PATH; ?>public/images/icons/load.gif'></center>").html(data);    
                    }
                );
            } else {
                $("#preis_cat").html("Die <?php echo CMS_HOTELNAME; ?> Preisliste");
    
    
                $("#loadPricelist").html("Mindestens einen Buchstaben eingeben um Suchbegriffe zu erhalten");
            }
        });
    });
    function setFullscreen() {
        if ((document.fullScreenElement && document.fullScreenElement !== null) || (!document.mozFullScreen && !document.webkitIsFullScreen)) {
            if (document.documentElement.requestFullScreen) {
                document.documentElement.requestFullScreen();
            } else if (document.documentElement.mozRequestFullScreen) {
                document.documentElement.mozRequestFullScreen();
            } else if (document.documentElement.webkitRequestFullScreen) {
                document.documentElement.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT);
            }
        } else {
            if (document.cancelFullScreen) {
                document.cancelFullScreen();
            } else if (document.mozCancelFullScreen) {
                document.mozCancelFullScreen();
            } else if (document.webkitCancelFullScreen) {
                document.webkitCancelFullScreen();
            }
        }
    }
    </script>
    
    
    <?php if($this->MyUser->rank > 2) { ?>
    <script>    
    $(document).ready(function() {
        setInterval(function() {
            $.ajax({ 
                type: 'POST',       
                url: "<?php echo CMS_PATH; ?>clientHelper/getOpenOffers",
                data: '',
                dataType: 'json',
                context: document.body,
                global: false,
                async:false,
                success: function(openTickets) {
                    if(openTickets.open_tickets != '0') { 
                        $("#msg_count").html(openTickets.open_tickets);
                        if($("#msg_count").css('display') == 'none') {
                            $("#msg_count").css('display', 'block');
                        }
                    } else {
                        if($("#msg_count").css('display') == 'block') {
                            $("#msg_count").css('display', 'none');
                        }
                    }
                }
            });   
            
        }, 5000);
        
        $("#helper_alert").draggable({
            handle: '.head',
        containment: 'body'
        });
        
        $("#helper_alert > #close").click(function() {
            $("#helper_alert").css('display', 'none');
        });
    });
    
    
    function openHelper() {
        $("#helper_alert").css('display', 'block');
        $("#load_helps").load("<?php echo CMS_PATH; ?>clientHelper/tickets");
    }
    </script>
    <?php } ?>
    <div class="hotelalert" style="display: none; height: 200px;">
        <div id="close"></div>
        <div class="head"><?php echo CMS_HOTELNAME; ?> Radio</div>
        <div style="padding: 10px;" id="radioBox">
            
            
        </div>
    </div>
    <div id="wunschbox_box" style="display: none">
        <div id="close"></div>
        <div class="head">Wunschbox</div>
        <div style="padding: 10px">
            <textarea id="wunschbox_text" class="stextbox" style="width: 250px; height: 80px; resize:none; border-radius: 5px; box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.3); padding: 10px;font-size: 14px;font-family: Open Sans; font-weight: lighter;"></textarea>
            <div class="button white" id="send_wunsch" style="margin-top: 5px;margin-left: 35px;">Wunsch senden</div>
        </div>
    </div>
    <div id="events_box_content" style="height: 400px; width: 375px">
        <div id="close"></div>
        <div class="head">Eventliste</div>
        <div style="overflow-y: scroll; height: 365px">
            <div style="padding: 10px;" id="load_events">
                
            </div>
        </div>
    </div>
    <?php if($this->MyUser->rank > 2) { ?>
    <div id="helper_alert" class="habox" style="height: 300px; width: 600px;">
        <div id="close"></div>
        <div class="head">Klingel-Tool</div>
         <div style="overflow-y: scroll; height: 265px">
            <div style="padding: 10px;" id="load_helps">
                
            </div>
        </div>
    </div>
    <?php } ?>
    <div id="preislisten_box" class="habox" style="height: 400px; width: 600px">
        <div id="close"></div>
        <div class="head">Preisliste</div>
        <div style="float: left; width: 200px; background: white; height: 355px; border-radius: 5px;margin-left: 5px;margin-top: 5px;border: 1px solid rgba(0,0,0,0.3); border-bottom: 2px solid rgba(0,0,0,0.3);">
            <input id="item_search" placeholder="Suche.." type="text" style="border-radius: 4px; padding: 5px; width: 178px; margin: 5px; border: 1px solid rgba(0,0,0,0.3); font-family: Ubuntu; font-size: 14px" />
                <div style="height: 310px; overflow-y: scroll">
                <?php if(!is_null($this->preislistenModel->getNavigation())) { ?>
                   <div id="1" class="preislisten_nav selected">Startseite</div>
                   <div id="2" class="preislisten_nav">Aktuell im Voting</div>
                <?php foreach($this->preislistenModel->getNavigation() as $nav) { ?>
                    <div id="<?php echo $nav->id; ?>" class="preislisten_nav"><?php echo $this->filter($nav->name); ?></div>
                <?php } ?>
                </div>
            <?php } ?>
        </div>
        <div style="float: left; margin-left: 10px; width: 380px; height: 355px; overflow-y: scroll; margin-top: 5px">
            <div id="preis_cat" style="font-size: 18px; font-weight: bold">Die <?php echo CMS_HOTELNAME; ?> Preisliste</div>
            <div style="border-bottom: 1px solid rgba(0,0,0,0.1); margin: 5px 0; "></div>
            <div id="loadPricelist">
            <span style="font-weight: bold">Hey <?php echo $this->filter($this->MyUser->username); ?>,</span><br />
            absofort bieten wir dir eine Preisliste, welche von den Community Managern des Hotels verwaltet wird.
            </div>
        </div>
    </div>
    <div id="clientbar">
        
        <div id="radio" class="icon"></div>
        <div class="brk"></div>
        <div id="events" class="icon"></div>
        <div class="brk"></div>
        <div id="preislisten_btn" class="icon"></div>
        <?php if($this->MyUser->rank > 2) { ?>
        <div class="brk"></div>
        <!--<div id="group" class="icon"></div>-->
        <div id="help" class="icon" style="position: relative" onclick="openHelper()">
            <div id="msg_count"></div>
        </div>
        <?php if($this->MyUser->rank > 3) { ?>
        <div class="brk"></div>
        <div id="backend" class="icon"></div>
        <?php }?>
        <?php }?> 
        <div style='position: relative; width: inherit'>
            <div class="online_count">
                <div id='pfeil_top_online'></div>
                <div id='online' style='text-align: center;font-weight: bold; text-shadow: 0px 0px 3px white;'>
                    <?php echo $this->Base->get('users_online'); ?> Nabbo çevrimiçi
                </div>
            </div>
        </div>
    </div>
    <div id="setfullscreen" onclick="setFullscreen()">Full ekran</div>
    
    
    <div id="overlay"></div>
    
    
    <div style="position:absolute;left:50%;margin-left:-367.5px;z-index:9999999999999999;width:735px;-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;">
    <iframe src="http://pic2web.net/werbung.php" width="735" height="90" frameborder="0">
    
    
    </iframe>
    </div>
    
    
    
    
    
    
    <div id="client-ui" style="height:100%;background-color:#000;">               
           <div id="flash-wrapper">
        <div id="flash-container">
            <div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">
    <div class="cbb clearfix">
        <h2 class="title">Bitte besorg dir die neueste Adobe Flash Player Version.</h2>
    
    
        <div class="box-content">
                <p>Hier kannst Du den Adobe Flashplayer herunterladen und installieren:  <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. Mehr Informationen und Anweisungen zur Installation sind hier zu finden:  <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">Mehr Informationen</a></p>
                <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/317/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
        </div>
    </div>
            </div>
    
    
            <noscript>
                <div style="width: 400px; margin: 20px auto 0 auto; text-align: center">
                    <p>If you are not automatically redirected, please <a href="/client/nojs">click here</a></p>
                </div>
                   </noscript>
        </div>
        </div></div>
        
    
    
    
    
    <div id="content" class="client-content"></div>  
     
    <script async src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>   
    <script type="text/javascript" data-cfasync="false"> 
    
    
    
    
    var win=null;
    function NewWindow(mypage,myname,w,h,pos,infocus){
    if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
    if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}
    else if((pos!='center' && pos!="random") || pos==null){myleft=0;mytop=20}
    settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no";win=window.open(mypage,myname,settings);
    win.focus();}
    
    
    
    
    </script>   
    
    
    
    
      </body>   
    </html>
    <?php } else { $this->display('client/AlreadyOnline'); }?>
    similar to this thread -> http://forum.ragezone.com/f333/rcms-...perly-1032739/
    but i don't get it really. :D


    thanks in advance!


  2. #2
    www.Epic Hosts.co.uk Terrum is offline
    MemberRank
    Jun 2008 Join Date
    EpicHosts,co.ukLocation
    1,322Posts

    Re: rCMS & mercury - client setup

    Try going to your Habbo.swf directly to at least see if that functions first, otherwise it can only really be an issue with linkage to your vars and SWFs.

  3. #3
    HabboFont.net Cankiee is offline
    MemberRank
    May 2013 Join Date
    North KoreaLocation
    978Posts

    Re: rCMS & mercury - client setup

    what do you mean with "directly" ?

  4. #4
    www.Epic Hosts.co.uk Terrum is offline
    MemberRank
    Jun 2008 Join Date
    EpicHosts,co.ukLocation
    1,322Posts

    Re: rCMS & mercury - client setup

    http://MY-IP-ADRESS/game/gamedata/Habbo.swf

    Or something like that. But because you've blocked out your IP (which would be easily obtainable by anyone who accesses the retro anyway) I can't give you the direct link. You just want to make sure the vars and SWFs are all configured properly. Provide all your configs (not just the client file) and perhaps someone can spot a flaw there.

  5. #5
    HabboFont.net Cankiee is offline
    MemberRank
    May 2013 Join Date
    North KoreaLocation
    978Posts

    Re: rCMS & mercury - client setup

    Emu config:
    Code:
    ## Mercury Emulator System Configuration File## Must be edited for the server to work
    
    
    ## MySQL Configuration
    db.hostname=localhost
    db.port=3306
    db.username=root
    db.password=bPocA1rp1Ly1gkqoLpjn
    db.name=habbo
    
    
    ## MySQL pooling setup (controls amount of connections)
    db.pool.minsize=1
    db.pool.maxsize=500
    
    
    ## Game TCP/IP Configuration
    game.tcp.bindip=MY-IP-ADRESS
    game.tcp.port=30000
    game.tcp.conlimit=11000
    game.tcp.conperip=100
    game.tcp.enablenagles=true
    
    
    ## MUS TCP/IP Configuration
    mus.tcp.bindip=MY-IP-ADRESS
    mus.tcp.port=30001
    mus.tcp.allowedaddr=MY-IP-ADRESS
    
    
    ## Client configuration
    client.ping.enabled=1
    client.ping.interval=20000
    client.maxrequests=300
    CMS config:
    Code:
    <?php     error_reporting(0);
         ?>
    <?php
    define('PHP_PATH',$_SERVER['DOCUMENT_ROOT'].'/');
    define('CMS_PATH','http://MY-IP-ADRESS/');
    define('CMS_HOTELNAME', 'Habbo');
    define('OPENING_DATE', 0);
    define('PAGE_STATUS', 0);
    define('HK_CODE', "1404");
    define('CURRENT_CASE_ID',2);
    define('CASE_ACTION',1);
    define('FAKE_COUNTER', 1.38);
    define('EINGANGSHALLE', 62568);
    
    
    $mysql = array();
    $mus = array();
    
    
    // MYSQL
    
    
    
    
    $mysql['user'] = "root";
    $mysql['pass'] = "bPocA1rp1Ly1gkqoLpjn";
    $mysql['db'] = "habbo";
    $mysql['host'] = "localhost";
    $mysql['port'] = '3306';
    
    
    // MUS
    $mus['ip'] = 'MY-IP-ADRESS';
    $mus['port'] = '30001';
    
    
    // SCHONIKS STIENGT
    $_SERVER['REMOTE_ADDR'] = isset($_SERVER["HTTP_CF_CONNECTING_IP"]) ? $_SERVER["HTTP_CF_CONNECTING_IP"] : $_SERVER['REMOTE_ADDR'];
    ?>
    external_variables:
    Code:
    activity.point.display.enabled=trueads.domain=MY-IP-ADRESS/game
    avatar.editor.character.update.url=${url.prefix}/profile/characterupdate
    avatar.editor.url=${url.prefix}/profile
    avatar.expressions_menu.enabled=true
    avatar.ignored.bubble.enabled=false
    avatar.jumping.enabled=false
    avatar.signs.enabled=true
    avatar.sitting.enabled=true
    avatar.widget.enabled=1
    avatareditor.allowclubtryout=1
    avatareditor.promohabbos=${url.prefix}/habblet/xml/promo_habbos
    avatareditor.show.clubitems.dimmed=true
    avatareditor.show.clubitems.first=true
    badge.image.path=http://MY-IP-ADRESS/game/c_images/album1584
    billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
    billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
    builders.club.enabled=true
    builders.club.furniture.placement.group.room.enabled=true
    builders_club.buy_membership_page=/credits/client/mobile#cell_phone
    builders_club.try_page=set_extras
    bundle.dynamic.discounts.enabled=true
    bundle.dynamic.maximum.purchase.size=100
    camera.enabled=false
    catalog.direct.vip.buy.enabled=true
    catalog.direct.vip.buy.promo=1
    catalog.drag_and_drop=true
    catalog.furniture.animation=true
    catalog.gallery.lang=es
    catalog.large=true
    catalog.multiple.purchase.enabled=true
    catalog.new.additions.page.open.disabled=false
    catalog.newgiftflow.enabled=true
    catalog.pets.adjust_old=true
    catalog.pets.enabled=true
    catalog.purchase.gift.singleclick.confirmation=true
    catalog.purchase.gift.singleclick=true
    catalog.purchase.gift_wrapping.default_box_index=0
    catalog.show.purse=false
    catalog.vip.benefits.enabled=true
    catalog.vip.buy.promo=1,3
    catalog.vip.gift.promo=1,3
    cfh.score.updatefactor=480/1
    cfh.usercategories.withharasser=101,102,103,104,105,106,111,112,113,114,121,122,123,124,1024,1025,1026
    cfh.usercategories.withnoharasser=101,102,103,104,105,106,111,112,113,114,121,122,123,124,1024,1025,1026
    chat.history.disabled=false
    chat.muting.enabled=false
    chatreviewreporterfeedbackctrl.enabled=true
    citizenship.vip.tutorial.quest.campaign.name=VIPTutorials
    client.allow.facebook.like=1
    client.connection.failed.url=${url.prefix}/client_connection_failed
    client.fatal.error.url=${url.prefix}/flash_client_error
    client.minimail.embed.enabled=true
    client.news.embed.enabled=true
    client.reload.url=${url.prefix}/account/reauthenticate?page=/flash_client
    client.toolbar.static.enabled=true
    club.membership.extend.basic.promotion.enabled=true
    club.membership.extend.vip.promotion.enabled=true
    club.subscription.disabled=1
    competition.africaDesert.catalogPage=set_desert
    competition.africaJungle.catalogPage=set_jungle
    competition.africaSavannah.catalogPage=set_savannah
    competition.catalogPage=set_desert
    competition.currentlyActive=africaDesert
    competition.habboween12.catalogPage=new_habboween
    competition.majesty.catalogPage=habbolympix2012
    competition.requiredFurnis=anc_hot_sands,anc_pyramid_block,anc_trophy_sstone,track12_mini_torch08-08
    competition.requiredFurniture=xmasRoomComp,xmas12_fireplace,xmas12_pork,xmas12_pillar1
    competition.starsRoomComp2.catalogPage=habbo_stars_furni
    competition.timing=2013-03-07 10:00,steamRoomComp;2013-03-21 11:00,
    competition.vipParties1.catalogPage=jetset
    competition.vipParties2.catalogPage=jetset
    competition.vipParties3.catalogPage=jetset
    competition.xmasRoomComp.catalogPage=xmas_castles_2012
    comufy.enabled=true
    connection.info.host.no=game-no.habbo.com
    connection.info.name.no=Norge
    connection.info.port.no=30000,993
    currencyiconstyle.big.101.combo=27
    currencyiconstyle.big.101=27
    currencyiconstyle.big.102.combo=40
    currencyiconstyle.big.102=38
    currencyiconstyle.big.103=44
    currencyiconstyle.big.104.combo=48
    currencyiconstyle.big.104=47
    currencyiconstyle.big.105.combo=43
    currencyiconstyle.big.105=41
    currencyiconstyle.small.101=27
    currencyiconstyle.small.102=39
    currencyiconstyle.small.103=45
    currencyiconstyle.small.104=46
    currencyiconstyle.small.105=42
    custom.chat.styles.enabled=true
    daily.quest.campaign.prefix=Horse
    daily.quest.room.network.id=4
    decorationMode.enabled=true
    diamonds.enabled=true
    disable.crypto=false
    disabled.custom.chat.styles=8,9,10,18,21,22,23,24,25,26,27
    disclaimer.credit_spending.enabled=false
    duckets.enabled=true
    duckets.promo.enabled=false
    duckets.upper_limit=650
    dynamic.download.name.template=%revision%/hh_furni_xx_%typeid%.cct
    dynamic.download.samples.template=%revision%/%typeid%.cct
    dynamic.download.url=http:http://MY-IP-ADRESS/game/dcr/hof_furni/
    effects.in.avatar.editor=true
    effects.reactivate.on.room.entry=true
    embed.showInRoomInfo=true
    eventinfo.enabled=true
    external.figurepartlist.txt=http:http://MY-IP-ADRESS/game/gamedata/figuredata.xml
    external.texts.txt=${url.prefix}/gamedata/external_flash_texts/1
    feed.badge_decorations.album=Feed_Badges
    feed.badge_decorations.decoration_id=001
    flash.dynamic.avatar.download.configuration=${flash.client.url}figuremap.xml
    flash.dynamic.avatar.download.name.template=%libname%.swf
    flash.dynamic.avatar.download.url=${flash.client.url}
    flash.dynamic.download.name.template=%revision%/%typeid%.swf
    flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
    flash.dynamic.download.url=http://MY-IP-ADRESS/game/dcr/hof_furni/
    free.flow.chat.enabled=true
    free.flow.chat.wide.collider.visualization.enabled=false
    friend.furniture.enabled=true
    friend_bar.helper.friend_finding.enabled=true
    friend_list.persistent_message_status.enabled=true
    friend_list.pocket_habbo_status.enabled=true
    friendbar.notifications.enabled=true
    friendbar.playSnowStorm.enabled=false
    friendbar.playSnowStorm.friendsThreshold=1000
    friendbar.requests.enabled=true
    friendship.category.management.enabled=true
    furnidata.load.url=${url.prefix}/gamedata/furnidata/1
    furniture.context.menu.widget.enabled=true
    game.center.default_game=elisa_habbo_stories
    game.center.enabled.forStaff=true
    game.center.enabled=true
    game.center.promoted_game=
    game_center.image.library.url=http://MY-IP-ADRESS/game/gamecenter/
    games.filter.enabled=false
    games.highscores.enabled=true
    games_icon_enabled=true
    group.badge.url=http://MY-IP-ADRESS/habbo-imaging/badge/%imagerdata%.gif
    group.homepage.url=${url.prefix}/groups/%groupid%/id
    groupBadgeInfo.enabled=true
    groupMembers.enabled=true
    groupRoomInfo.attach.enabled=true
    groupRoomInfo.badge.enabled=true
    groupRoomInfo.enabled=true
    group_logo_url_template=${url.prefix}/habbo-imaging/badge-fill/%imagerdata%.gif
    groupforum.poll.period=900
    guardians.enabled=true
    guide.help.alpha.groupid=231076
    guide.help.new.user.tour.popup.delay=67
    guide.help.request.max.chat.message.length=150
    guide.help.request.max.description.length=255
    guide.help.request.min.description.length=15
    guides.enabled=true
    guidetool.handle.chat_reviews=true
    guidetool.handle.help_requests=true
    guidetool.handle.tour_requests=false
    guilds.enabled=true
    habbo.gaming.api.enabled=true
    habbo_club_buy_disabled=true
    habboinfotool.url=https://theallseeingeye.sulake.com/ase/habbo/es/housekeeping/extra/hobba/scam_userinfo_new.action?searchParamName=username&database=Stats&searchParamValue=
    habbopages.url=${url.prefix}/gamedata/habbopages/
    habboway.enabled=true
    habboway.url=http://www.habbo.es/groups/_LaManeraHabbo
    handitem.drop.enabled=true
    handitem.give.enabled=true
    handitem.give.pet.enabled=false
    help.habboway.page.count=8
    hotelview.banner.url=http:http://MY-IP-ADRESS/game/gamedata/supersecret
    identityTracking.enabled=true
    identityinformationtool.url=https://theallseeingeye.sulake.com/ase/habbo/es/housekeeping/intra/hobba/identity_log.action?identityId=
    image.library.badgepart.url=http://MY-IP-ADRESS/game/c_images/Badgeparts/
    image.library.catalogue.url=http://MY-IP-ADRESS/game/c_images/catalogue/
    image.library.playlist.url=http://MY-IP-ADRESS/game/c_images/playlist/
    image.library.questing.url=http://MY-IP-ADRESS/game/c_images/Quests/
    image.library.url.server=http://MY-IP-ADRESS/game/c_images/
    image.library.url.stickers=http://MY-IP-ADRESS/game/c_images/
    image.library.url=http://MY-IP-ADRESS/game/c_images/
    infostand.motto.change.enabled=true
    infostand.report.show=1
    infostand.use.button.enabled=true
    interstitial.enabled=false
    interstitial.interval=120000
    interstitial.max.displays=5
    interstitial.show.time=5000
    inventory.allow.scaling=true
    inventory.bots.enabled=true
    lagWarningLog.enabled=1
    landing.view.HC312013.conf=caption,landing.view.HC312013.header;bodytext,landing.view.HC312013.body;catalogbutton,landing.view.HC312013.button,habbo_club
    landing.view.HC312013.layout=bitmap.uri,${image.library.url}catalogue/hc_catalog_teaser.gif;bitmap.x,0;bitmap.y,110;container.height,270
    landing.view.HC312013.widget=generic
    landing.view.Hcvikingrares.conf=caption,landing.view.Hcvikingrares.header;bodytext,landing.view.Hcvikingrares.body;spacing,2;catalogbutton,landing.view.Hcvikingrares.button,vikings_rares
    landing.view.Hcvikingrares.layout=
    landing.view.Hcvikingrares.widget=generic
    landing.view.PALOOZAVOTE01CommunityGoal.widget=communitygoalvsmodevote
    landing.view.PALOOZAVOTE02CommunityGoal.widget=communitygoalvsmodevote
    landing.view.PALOOZAVOTE03CommunityGoal.widget=communitygoalvsmodevote
    landing.view.WORLDCUP01CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP02CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP03CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP04CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP05CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP06CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP07CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP08CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP09CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP10CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP11CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP12CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP13CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP14CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP15CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP16CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP17CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP18CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP19CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP20CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP21CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP22CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP23CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP24CommunityGoal.widget=communitygoalvsmode
    landing.view.WORLDCUP25CommunityGoal.widget=communitygoalvsmode
    landing.view.background_back.uri=http:http://MY-IP-ADRESS/game/c_images/reception/meter_level_1_vip_icon_lympix.png
    landing.view.background_background_hotel.uri=http:http://MY-IP-ADRESS/game/c_images/reception/meter_level_1_vip_icon_lympix.png
    landing.view.background_front.uri=http:http://MY-IP-ADRESS/game/c_images/reception/meter_level_1_vip_icon_lympix.png
    landing.view.background_gradient.uri=http:http://MY-IP-ADRESS/game/c_images/reception/wildwest_background_gradient.png
    landing.view.background_gradient_top.uri=http:http://MY-IP-ADRESS/game/c_images/reception/wildwest_hotel_top2.png
    landing.view.background_horizon.uri=http:http://MY-IP-ADRESS/game/c_images/reception/meter_level_1_vip_icon_lympix.png
    landing.view.background_hotel_top.uri=http:http://MY-IP-ADRESS/game/c_images/reception/wildwest_background_hotel_top.png
    landing.view.background_left.uri=http:http://MY-IP-ADRESS/game/c_images/reception/wildwest_background_left.png
    landing.view.background_right.uri=http:http://MY-IP-ADRESS/game/c_images/reception/wildwest_background_right.png
    landing.view.bcland28feb14.conf=caption,landing.view.bcland28feb14.header;bodytext,landing.view.bcland28feb14.body;spacing,2;internallinkbutton,landing.view.buildersclub.button,catalog/warehouse
    landing.view.bcland28feb14.layout=bitmap.uri,${image.library.url}web_promo_small/builder_normal.png;bitmap.x,190;bitmap.y,100;container.height,250;
    landing.view.bcland28feb14.widget=generic
    landing.view.bgobject.10=
    landing.view.bgobject.11=
    landing.view.bgobject.12=
    landing.view.bgobject.13=
    landing.view.bgobject.14=
    landing.view.bgobject.15=
    landing.view.bgobject.16=
    landing.view.bgobject.17=
    landing.view.bgobject.18=
    landing.view.bgobject.19=
    landing.view.bgobject.1=
    landing.view.bgobject.20=
    landing.view.bgobject.2=
    landing.view.bgobject.3=
    landing.view.bgobject.4=
    landing.view.bgobject.5=
    landing.view.bgobject.6=
    landing.view.bgobject.7=
    landing.view.bgobject.8=
    landing.view.bgobject.9=
    landing.view.bgtiming=
    landing.view.blocks1.conf=caption,landing.view.blocks1.header;bodytext,landing.view.blocks1.body;spacing,2;internallinkbutton,landing.view.blocks1.button,catalog/warehouse
    landing.view.blocks1.layout=bitmap.uri,${image.library.url}web_promo_small/landing_view_blocks.png;content.x,180;container.height,250
    landing.view.blocks1.widget=generic
    landing.view.bonus.rare.image.uri=http://MY-IP-ADRESS/game/c_images/web_promo_small/bonusraretree_clean_small.png
    landing.view.boutiquefurni.conf=caption,landing.boutiquefurni.title;bodytext,landing.boutiquefurni.body;catalogbutton,landing.boutiquefurni.button,boutique
    landing.view.boutiquefurni.layout=bitmap.uri,${image.library.url}web_promo_small/small_mall_image.png;content.x,80;container.height,150
    landing.view.boutiquefurni.widget=generic
    landing.view.bubblejuice.conf=caption,landing.view.bubblejuice.header;bodytext,landing.view.rareschedule.body;catalogbutton,landing.view.checkitout.button,palooza_rares
    landing.view.bubblejuice.layout=bitmap.uri,${image.library.url}illustrations/19jul_juice.png;bitmap.x,0;bitmap.y,90;container.height,250
    landing.view.bubblejuice.widget=generic
    landing.view.buildersclub.conf=caption,landing.view.buildersclub.header;bodytext,landing.view.buildersclub.body;spacing,2;internallinkbutton,landing.view.buildersclub.button,catalog/warehouse
    landing.view.buildersclub.layout=
    landing.view.buildersclub.widget=generic
    landing.view.buildersclubpromo.conf=caption,landing.view.buildersclubpromo.header;bodytext,landing.view.buildersclubpromo.body;spacing,2;internallinkbutton,landing.view.buildersclubpromo.button,catalog/warehouse
    landing.view.buildersclubpromo.layout=
    landing.view.buildersclubpromo.widget=generic
    landing.view.campaign.code=
    landing.view.campaign.promo.background.image.left.uri=${image.library.url}reception/limited_take_out_promo1.png
    landing.view.campaign.promo.background.image.right.uri=${image.library.url}reception/limited_take_out_promo2.png
    landing.view.candyrare.conf=caption,landing.view.bonusrare.header;bodytext,landing.view.bonusrare.body;credithabbletbutton,landing.view.bonusrare.button
    landing.view.candyrare.layout=bitmap.uri,${image.library.url}reception/email_image_candyfloss.png;bitmap.x,0;bitmap.y,140;container.height,310
    landing.view.candyrare.widget=generic
    landing.view.carnivalbundle.conf=caption,landing.view.carnivalbundle.header;bodytext,landing.view.carnivalbundle.body;gotoroombutton,landing.view.carnivalbundle.button,100424883
    landing.view.carnivalbundle.layout=bitmap.uri,${image.library.url}web_promo_small/carnival_s_promo.gif;content.x,170;content.y,0;bitmap.x,0;bitmap.y,0;bitmap.width,0;bitmap.height,0;container.height,250
    landing.view.carnivalbundle.widget=generic
    landing.view.carnivalintro.conf=caption,landing.view.carnivalintro.header;bodytext,landing.view.carnivalintro.body;link,landing.view.carnivalintro.button,http://www.habbo.es/articles/5580-llegan-los-carnavales-a-habbo
    landing.view.carnivalintro.layout=
    landing.view.carnivalintro.widget=generic
    landing.view.chinesebonusrare.conf=caption,landing.view.chinesebonusrare.header;bodytext,landing.view.chinesebonusrare.body;spacing,2;internallinkbutton,landing.view.chinesebonusrare.button,habblet/open/credits
    landing.view.chinesebonusrare.layout=
    landing.view.chinesebonusrare.widget=generic
    landing.view.chineseny14.conf=caption,landing.view.chineseny14.header;bodytext,landing.view.chineseny14.body;spacing,2;catalogbutton,landing.view.chineseny14.button,chinese_new_year
    landing.view.chineseny14.layout=bitmap.uri,${image.library.url}web_promo_small/Small_Promo_ChineseNY14.gif;bitmap.x,90;bitmap.y,100;container.height,250
    landing.view.chineseny14.widget=generic
    landing.view.chooseclan.conf=caption,landing.view.chooseclan.header;bodytext,landing.view.chooseclan.body;spacing,2;requestbadgebutton,landing.view.choosebattleshade.button,battleshade,0,0,false;requestbadgebuttonsecond,landing.view.choosesteelscar.button,steelscar,0,0,false
    landing.view.chooseclan.layout=
    landing.view.chooseclan.widget=generic
    landing.view.choosescarf1.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf1a.button,request1,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf1b.button,request2,0,0,false
    landing.view.choosescarf1.layout=
    landing.view.choosescarf1.widget=generic
    landing.view.choosescarf10.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf10a.button,request19,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf10b.button,request20,0,0,false
    landing.view.choosescarf10.layout=
    landing.view.choosescarf10.widget=generic
    landing.view.choosescarf11.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf11a.button,request21,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf11b.button,request22,0,0,false
    landing.view.choosescarf11.layout=
    landing.view.choosescarf11.widget=generic
    landing.view.choosescarf12.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf12a.button,request23,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf12b.button,request24,0,0,false
    landing.view.choosescarf12.layout=
    landing.view.choosescarf12.widget=generic
    landing.view.choosescarf13.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf13a.button,request25,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf13b.button,request26,0,0,false
    landing.view.choosescarf13.layout=
    landing.view.choosescarf13.widget=generic
    landing.view.choosescarf14.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf14a.button,request27,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf14b.button,request28,0,0,false
    landing.view.choosescarf14.layout=
    landing.view.choosescarf14.widget=generic
    landing.view.choosescarf15.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf15a.button,request29,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf15b.button,request30,0,0,false
    landing.view.choosescarf15.layout=
    landing.view.choosescarf15.widget=generic
    landing.view.choosescarf16.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf16a.button,request31,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf16b.button,request32,0,0,false
    landing.view.choosescarf16.layout=
    landing.view.choosescarf16.widget=generic
    landing.view.choosescarf17.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf17a.button,request33,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf17b.button,request34,0,0,false
    landing.view.choosescarf17.layout=
    landing.view.choosescarf17.widget=generic
    landing.view.choosescarf18.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf18a.button,request35,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf18b.button,request36,0,0,false
    landing.view.choosescarf18.layout=
    landing.view.choosescarf18.widget=generic
    landing.view.choosescarf19.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf19a.button,request37,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf19b.button,request38,0,0,false
    landing.view.choosescarf19.layout=
    landing.view.choosescarf19.widget=generic
    landing.view.choosescarf2.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf2a.button,request3,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf2b.button,request4,0,0,false
    landing.view.choosescarf2.layout=
    landing.view.choosescarf2.widget=generic
    landing.view.choosescarf20.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf20a.button,request39,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf20b.button,request40,0,0,false
    landing.view.choosescarf20.layout=
    landing.view.choosescarf20.widget=generic
    landing.view.choosescarf21.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf21a.button,request41,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf21b.button,request42,0,0,false
    landing.view.choosescarf21.layout=
    landing.view.choosescarf21.widget=generic
    landing.view.choosescarf22.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf22a.button,request43,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf22b.button,request44,0,0,false
    landing.view.choosescarf22.layout=
    landing.view.choosescarf22.widget=generic
    landing.view.choosescarf23.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf23a.button,request45,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf23b.button,request46,0,0,false
    landing.view.choosescarf23.layout=
    landing.view.choosescarf23.widget=generic
    landing.view.choosescarf24.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf24a.button,request47,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf24b.button,request48,0,0,false
    landing.view.choosescarf24.layout=
    landing.view.choosescarf24.widget=generic
    landing.view.choosescarf25.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf25a.button,request49,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf25b.button,request50,0,0,false
    landing.view.choosescarf25.layout=
    landing.view.choosescarf25.widget=generic
    landing.view.choosescarf3.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf3a.button,request5,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf3b.button,request6,0,0,false
    landing.view.choosescarf3.layout=
    landing.view.choosescarf3.widget=generic
    landing.view.choosescarf4.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf4a.button,request7,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf4b.button,request8,0,0,false
    landing.view.choosescarf4.layout=
    landing.view.choosescarf4.widget=generic
    landing.view.choosescarf5.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf5a.button,request9,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf5b.button,request10,0,0,false
    landing.view.choosescarf5.layout=
    landing.view.choosescarf5.widget=generic
    landing.view.choosescarf6.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf6a.button,request11,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf6b.button,request12,0,0,false
    landing.view.choosescarf6.layout=
    landing.view.choosescarf6.widget=generic
    landing.view.choosescarf7.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf7a.button,request13,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf7b.button,request14,0,0,false
    landing.view.choosescarf7.layout=
    landing.view.choosescarf7.widget=generic
    landing.view.choosescarf8.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf8a.button,request15,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf8b.button,request16,0,0,false
    landing.view.choosescarf8.layout=
    landing.view.choosescarf8.widget=generic
    landing.view.choosescarf9.conf=caption,landing.view.choosescarf.header;bodytext,landing.view.choosescarf.body;spacing,2;requestbadgebutton,landing.view.choosescarf9a.button,request17,0,0,false;requestbadgebuttonsecond,landing.view.choosescarf9b.button,request18,0,0,false
    landing.view.choosescarf9.layout=
    landing.view.choosescarf9.widget=generic
    landing.view.cinemabundle.conf=caption,landing.view.cinemabundle.header;bodytext,landing.view.cinemabundle.body;spacing,2;catalogbutton,landing.view.cinemabundle.button,movie_bundle
    landing.view.cinemabundle.layout=bitmap.uri,${image.library.url}catalogue/cine_roombundle_xml.gif;bitmap.x,90;bitmap.y,100;container.height,250
    landing.view.cinemabundle.widget=generic
    landing.view.common.etchingcolor=FFFFFF
    landing.view.common.etchingposition=top
    landing.view.common.textcolor=000000
    landing.view.community.catalog.target=womansDay
    landing.view.community.challenge.vote.url=http://www.facebook.com/habboes
    landing.view.community.interactive=false
    landing.view.communitygoalhof.hasroomlink=false
    landing.view.concurrentUsersCompetition.conf=spacing,20;title,landing.view.concurrentusers.title,true;caption,landing.view.concurrentusers.caption,185;bodytext,landing.view.concurrentusers.bodytext,185;spacing,10;concurrentusersmeter,${image.library.url}reception/challenge_meter_20.png,0,20;concurrentusersinfo,landing.view.concurrentusers.info,ConcurrentUsersReward
    landing.view.concurrentUsersCompetition.layout=content.x,65
    landing.view.concurrentUsersCompetition.widget=generic
    landing.view.custom.image.catalog.image.uri.ler=${image.library.url}reception/ninja_promo_LTD.png
    landing.view.custom.image.catalog.image.uri=
    landing.view.custom.image.catalog.promo.target=ler
    landing.view.daily.quest.carousel.0=reception/horsequest_1.png
    landing.view.daily.quest.carousel.1=reception/horsequest_2.png
    landing.view.dalibundle.conf=caption,landing.view.dalibundle.header;bodytext,landing.view.dalibundle.body;gotoroombutton,landing.view.dalibundle.button,100596195
    landing.view.dalibundle.layout=bitmap.uri,${image.library.url}catalogue/catalog_small_promo_organic_bundle.png;bitmap.x,100;bitmap.y,100;container.height,250
    landing.view.dalibundle.widget=generic
    landing.view.deepsearoombundle.conf=caption,landing.view.deepsearoombundle.header;bodytext,landing.view.deepsearoombundle.body;spacing,2;catalogbutton,landing.view.deepsearoombundle.button,wrestling_bundle
    landing.view.deepsearoombundle.layout=bitmap.uri,${image.library.url}catalogue/jul14_lostcity_internal.gif;bitmap.x,0;bitmap.y,150;container.height,310
    landing.view.deepsearoombundle.widget=generic
    landing.view.diamondland.conf=caption,landing.view.diamondland.header;bodytext,landing.view.diamondland.body;spacing,2;link,landing.view.diamondland.button,http://www.habbo.es/articles/5846-bye-bye-puntos-de-fidelidad-hola-diamantes
    landing.view.diamondland.layout=
    landing.view.diamondland.widget=generic
    landing.view.dolphin.conf=caption,landing.view.dolphin.header;bodytext,landing.view.dolphin.body;catalogbutton,landing.view.dolphin.button,loyalty_rewards
    landing.view.dolphin.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_dolphin.gif;bitmap.x,0;bitmap.y,100;container.height,310
    landing.view.dolphin.widget=generic
    landing.view.doublecredits.conf=caption,landing.view.2x1offer.header;bodytext,landing.view.2x1offer.body;credithabbletbutton,landing.view.2x1offer.button
    landing.view.doublecredits.layout=bitmap.uri,${image.library.url}reception/promo_creddiving.gif;bitmap.x,0;bitmap.y,120;container.height,225
    landing.view.doublecredits.widget=generic
    landing.view.dynamic.slot.1.widget=bonusrare
    landing.view.dynamic.slot.2.conf=
    landing.view.dynamic.slot.2.layout=
    landing.view.dynamic.slot.2.widget=promoarticle
    landing.view.dynamic.slot.3.conf=2014-06-18 10:00,wwestfurni
    landing.view.dynamic.slot.3.layout=bitmap.uri,${image.library.url}catalogue/prom_teaser.gif;content.x,210;content.y,0;bitmap.x,20;bitmap.y,0;bitmap.width,61;bitmap.height,150;container.height,255
    landing.view.dynamic.slot.3.widget=widgetcontainer
    landing.view.dynamic.slot.4.conf=2014-08-12 07:11,wildwestChallengeCommunityGoal
    landing.view.dynamic.slot.4.layout=
    landing.view.dynamic.slot.4.separator=false
    landing.view.dynamic.slot.4.title=
    landing.view.dynamic.slot.4.widget=widgetcontainer
    landing.view.dynamic.slot.5.conf=2014-07-06 16:00,wwesttownbund
    landing.view.dynamic.slot.5.ignore=false
    landing.view.dynamic.slot.5.layout=
    landing.view.dynamic.slot.5.separator=false
    landing.view.dynamic.slot.5.title=
    landing.view.dynamic.slot.5.widget=widgetcontainer
    landing.view.dynamic.slot.6.conf=2013-05-08 13:00,gamesmaker;2013-05-11 13:00
    landing.view.dynamic.slot.6.widget=achievementcompetition_hall_of_fame
    landing.view.easter14ltd.conf=caption,landing.view.easter14ltd.header;bodytext,landing.view.easter14ltd.body;spacing,2;catalogbutton,landing.view.easter14ltd5.button,ler
    landing.view.easter14ltd.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
    landing.view.easter14ltd.widget=generic
    landing.view.easter14ltd1.conf=caption,landing.view.easter14ltd.header;bodytext,landing.view.easter14ltd.body;spacing,2;customtimer,false,0,0,landing.view.easterltd1.timer,landing.view.raretimer.timer.expired,2014-04-21 18:00
    landing.view.easter14ltd1.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
    landing.view.easter14ltd1.widget=generic
    landing.view.easter14ltd2.conf=caption,landing.view.easter14ltd.header;bodytext,landing.view.easter14ltd.body;spacing,2;customtimer,false,0,0,landing.view.easterltd2.timer,landing.view.raretimer.timer.expired,2014-04-22 18:00;catalogbutton,landing.view.easter14ltd1.button,ler
    landing.view.easter14ltd2.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
    landing.view.easter14ltd2.widget=generic
    landing.view.easter14ltd3.conf=caption,landing.view.easter14ltd.header;bodytext,landing.view.easter14ltd.body;spacing,2;customtimer,false,0,0,landing.view.easterltd3.timer,landing.view.raretimer.timer.expired,2014-04-23 18:00
    landing.view.easter14ltd3.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
    landing.view.easter14ltd3.widget=generic
    landing.view.easter14ltd4.conf=caption,landing.view.easter14ltd.header;bodytext,landing.view.easter14ltd.body;spacing,2;customtimer,false,0,0,landing.view.easterltd4.timer,landing.view.raretimer.timer.expired,2014-04-24 18:00;catalogbutton,landing.view.easter14ltd3.button,ler
    landing.view.easter14ltd4.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
    landing.view.easter14ltd4.widget=generic
    landing.view.easter14ltd5.conf=caption,landing.view.easter14ltd.header;bodytext,landing.view.easter14ltd.body;spacing,2;customtimer,false,0,0,landing.view.easterltd5.timer,landing.view.raretimer.timer.expired,2014-04-25 18:00;catalogbutton,landing.view.easter14ltd4.button,ler
    landing.view.easter14ltd5.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
    landing.view.easter14ltd5.widget=generic
    landing.view.easter14pets.conf=caption,landing.view.easter14pets.header;bodytext,landing.view.easter14pets.body;catalogbutton,landing.view.easter14pets.button,pet_chick;catalogbutton,landing.view.easter14bunnybutton.button,bunny
    landing.view.easter14pets.layout=bitmap.uri,${image.library.url}album1134/chiclbunny.png;bitmap.x,200;bitmap.y,100;bitmap.height,86
    landing.view.easter14pets.widget=generic
    landing.view.easter14questentry.conf=caption,landing.view.easter14questentry.header;bodytext,landing.view.easter14questentry.body;spacing,2;gotoroombutton,landing.view.easter14questentry.button,101162656
    landing.view.easter14questentry.layout=bitmap.uri,${image.library.url}web_promo_small/easteroldfurni_smallpromo.png;bitmap.height,150;
    landing.view.easter14questentry.widget=generic
    landing.view.easter14rares.conf=caption,landing.view.easter14rares.header;bodytext,landing.view.easter14rares.body;spacing,2;catalogbutton,landing.view.checkitout.button,easter14rares
    landing.view.easter14rares.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
    landing.view.easter14rares.widget=generic
    landing.view.easter14rares1.conf=caption,landing.view.easter14rares.header;bodytext,landing.view.easter14rares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-04-18 18:00
    landing.view.easter14rares1.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
    landing.view.easter14rares1.widget=generic
    landing.view.easter14rares2.conf=caption,landing.view.easter14rares.header;bodytext,landing.view.easter14rares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-04-19 18:00
    landing.view.easter14rares2.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
    landing.view.easter14rares2.widget=generic
    landing.view.easter14rares3.conf=caption,landing.view.easter14rares.header;bodytext,landing.view.easter14rares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-04-20 18:00
    landing.view.easter14rares3.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
    landing.view.easter14rares3.widget=generic
    landing.view.easterroombundle.conf=caption,landing.view.easterroombundle.header;bodytext,landing.view.easterroombundle.body;gotoroombutton,landing.view.easterroombundle.button,101162629
    landing.view.easterroombundle.layout=bitmap.uri,${image.library.url}web_promo_small/EasterSmallPromo.png;bitmap.x,100;bitmap.y,130;bitmap.height,150
    landing.view.easterroombundle.widget=generic
    landing.view.epic2013bundles.conf=caption,landing.view.epic2013bundles.header;bodytext,landing.view.epic2013bundles.body;spacing,2;catalogbutton,landing.view.epic2013bundles.button,valentines_gondolas
    landing.view.epic2013bundles.layout=
    landing.view.epic2013bundles.widget=generic
    landing.view.epicpaloozabundle13.conf=caption,landing.view.epicpaloozabundle13.header;bodytext,landing.view.epicpaloozabundle13.body;gotoroombutton,landing.view.epicpaloozabundle13.button,99979179
    landing.view.epicpaloozabundle13.layout=bitmap.uri,${image.library.url}catalogue/small_promo_palooza_bundle.png;bitmap.x,0;bitmap.y,120;container.height,270
    landing.view.epicpaloozabundle13.widget=generic
    landing.view.epicpiratebundle13.conf=caption,landing.view.epicpiratebundle13.header;bodytext,landing.view.epicpiratebundle13.body;internallinkbutton,landing.view.epicpiratebundle13.button,habblet/open/credits
    landing.view.epicpiratebundle13.layout=bitmap.uri,${image.library.url}web_promo_small/piratesroombundle_s_promo.gif;bitmap.x,0;bitmap.y,120;container.height,270
    landing.view.epicpiratebundle13.widget=generic
    landing.view.epicsteampunkbundle.conf=caption,landing.view.epicsteampunkbundle.header;bodytext,landing.view.epicsteampunkbundle.body;internallinkbutton,landing.view.epicsteampunkbundle.button,habblet/open/credits
    landing.view.epicsteampunkbundle.layout=bitmap.uri,${image.library.url}catalogue/steampunk_s_promo.gif;bitmap.x,0;bitmap.y,120;container.height,270
    landing.view.epicsteampunkbundle.widget=generic
    landing.view.friendshipChallengeCommunityGoal.widget=communitygoal
    landing.view.furniwc14.conf=caption,landing.view.furniwc14.header;bodytext,landing.view.furniwc14.body;spacing,2;catalogbutton,landing.view.furniwc14.button,wc2014_group
    landing.view.furniwc14.layout=bitmap.uri,${image.library.url}web_promo_small/fballbonus_s_promo2.gif;content.x,170;content.y,0;bitmap.x,60;bitmap.y,0;bitmap.width,0;bitmap.height,0;container.height,250
    landing.view.furniwc14.widget=generic
    landing.view.gamereview.conf=caption,landing.view.gamereview.header;bodytext,landing.view.gamereview.body;spacing,2;link,landing.view.gamereview.button,http://www.habbo.es/articles/5656-revista-de-juegos-haciendo-planes-por-el-hotel
    landing.view.gamereview.layout=bitmap.uri,${image.library.url}web_promo_small/game_promo_small.png;bitmap.height,134;
    landing.view.gamereview.widget=generic
    landing.view.gametemp.conf=caption,habbo.way.page.0.correct.title;spacing,140;gamecenterbutton,landing.view.cnyquest.button,basejump
    landing.view.gametemp.layout=bitmap.uri,${image.library.url}web_promo_small/game_promo_small.png;bitmap.x,0;bitmap.y,25;container.height,200
    landing.view.gametemp.widget=generic
    landing.view.generic.conf=caption,landing.view.generic.header;bodytext,landing.view.generic.body;spacing,2;internallinkbutton,landing.view.checkitout.button,navigator/tab/official
    landing.view.generic.layout=bitmap.uri,${image.library.url}album356/group_newspaper.gif;content.x,0;content.y,0;bitmap.x,68;bitmap.y,120;bitmap.width,0;bitmap.height,0;container.height,250
    landing.view.generic.widget=generic
    landing.view.giftsvday14.conf=caption,landing.view.giftsvday14.header;bodytext,landing.view.giftsvday14.body;spacing,2;catalogbutton,landing.view.giftsvday14.button,valentine_classic
    landing.view.giftsvday14.layout=bitmap.uri,${image.library.url}web_promo_small/val14_present_wrap.png;bitmap.x,100;bitmap.y,100;container.height,250;
    landing.view.giftsvday14.widget=generic
    landing.view.habboplex.conf=caption,landing.view.habboplex.header;bodytext,landing.view.habboplex.body;gotoroombutton,landing.view.habboplex.button,98710447
    landing.view.habboplex.layout=bitmap.uri,${image.library.url}web_promo_small/movie_catalog_teaser.gif;bitmap.x,0;bitmap.y,0;container.height,200
    landing.view.habboplex.widget=generic
    landing.view.hcpublicroom.conf=caption,landing.view.hcpublicroom.header;bodytext,landing.view.hcpublicroom.body;spacing,2;internallinkbutton,landing.view.hcpublicroom.button,avatareditor/open
    landing.view.hcpublicroom.layout=bitmap.uri,${image.library.url}web_promo_small/HFWhc_s_promo.gif;bitmap.x,0;bitmap.y,0;container.height,270
    landing.view.hcpublicroom.widget=generic
    landing.view.healthspafurni.conf=caption,landing.view.healthspafurni.header;bodytext,landing.view.healthspafurni.body;catalogbutton,landing.view.healthspafurni.button,healthspa
    landing.view.healthspafurni.layout=
    landing.view.healthspafurni.widget=generic
    landing.view.herozero.conf=title,landing.view.games.herozero.bodytext;caption,landing.view.games.herozero.bodytext;bodytext,landing.view.games.herozero.header;spacing,2;gamecenterbutton,landing.view.games.herozero.button,gamesgroup_herozero
    landing.view.herozero.layout=bitmap.uri,${image.library.url}reception/herozero_promo.png;bitmap.x,20;bitmap.y,150;container.height,270
    landing.view.herozero.widget=generic
    landing.view.hfw14_hc.conf=caption,landing.view.hfw14_hc.header;bodytext,landing.view.hfw14_hc.body;catalogbutton,landing.view.hfw14_hc.button,habbo_club
    landing.view.hfw14_hc.layout=bitmap.uri,${image.library.url}web_promo_small/HFWhc_s_promo.gif;bitmap.height,150;bitmap.x,50;bitmap.y,150
    landing.view.hfw14_hc.widget=generic
    landing.view.hfw14_roombundle.conf=caption,landing.view.hfw14_roombundle.header;bodytext,landing.view.hfw14_roombundle.body;spacing,2;catalogbutton,landing.view.hfw14_roombundle.button,boutiqueroombundle
    landing.view.hfw14_roombundle.layout=bitmap.uri,${image.library.url}web_promo_small/small_promo_boutiquebundle.png;bitmap.height,150;bitmap.x,0;bitmap.y,0;
    landing.view.hfw14_roombundle.widget=generic
    landing.view.hfwquest.conf=caption,landing.view.hfwquest.header;bodytext,landing.view.hfwquest.body;spacing,2;internallinkbutton,landing.view.hfwquest.button,navigator/goto/home
    landing.view.hfwquest.layout=bitmap.uri,${image.library.url}EmailSmallImages/emailThumb_newQuests.gif;bitmap.height,60;bitmap.x,0;bitmap.y,20;content.x,65
    landing.view.hfwquest.widget=generic
    landing.view.highscore.conf=caption,landing.view.highscore.header;bodytext,landing.view.highscore.body;spacing,10;catalogbutton,landing.view.highscore.button,wired
    landing.view.highscore.layout=bitmap.uri,${image.library.url}catalogue/highscore_small_promo.gif;bitmap.x,40;bitmap.y,125;container.height,300
    landing.view.highscore.widget=generic
    landing.view.hipadbundle.conf=caption,landing.view.hipadbundle.header;bodytext,landing.view.hipadbundle.body;spacing,2;catalogbutton,landing.view.hipadbundle.button,wrestling_bundle
    landing.view.hipadbundle.layout=
    landing.view.hipadbundle.widget=generic
    landing.view.horsesale.conf=caption,landing.view.horsesale.header;bodytext,landing.view.horsesale.body;spacing,2;catalogbutton,landing.view.horsesale.button,pet_horse
    landing.view.horsesale.layout=bitmap.uri,${image.library.url}web_promo_small/Small_Promo_ChineseNY14.gif;bitmap.x,90;bitmap.y,100;container.height,250
    landing.view.horsesale.widget=generic
    landing.view.hween13furni1.conf=caption,landing.view.hween13furni1.header;bodytext,landing.view.hween13furni1.body;catalogbutton,landing.view.hween13furni1.button,frightfulfurni
    landing.view.hween13furni1.layout=bitmap.x,0;bitmap.y,140;container.height,255
    landing.view.hween13furni1.widget=generic
    landing.view.hween13intro.conf=caption,landing.view.hween13intro.header;bodytext,landing.view.hween13intro.body;link,landing.view.hween13intro.button,http://www.habbo.es/articles/5386-sesion-de-espiritismo
    landing.view.hween13intro.layout=bitmap.uri,${image.library.url}habboween2013/landingfurni.gif;content.x,180;container.height,200
    landing.view.hween13intro.widget=generic
    landing.view.hween13mnstr.conf=caption,landing.view.hween13mnstr.header;bodytext,landing.view.hween13mnstr.body;catalogbutton,landing.view.hween13mnstr.button,monster_plant_seeds
    landing.view.hween13mnstr.layout=bitmap.uri,${image.library.url}reception/treatMonsterPlantsPromo.png;bitmap.x,120;bitmap.y,100;container.height,200
    landing.view.hween13mnstr.widget=generic
    landing.view.hween13quest.conf=caption,landing.view.hween13quest.header;bodytext,landing.view.hween13quest.body;dailyquest,landing.view.hween13quest.button,questengine
    landing.view.hween13quest.layout=bitmap.uri,${image.library.url}catalogue/castle_small_promo.gif;content.x,180;container.height,200
    landing.view.hween13quest.widget=generic
    landing.view.hween13rares.conf=caption,landing.view.hween13rares.header;bodytext,landing.view.hween13rares.body;catalogbutton,landing.view.hween13rares.button,hc_rare
    landing.view.hween13rares.layout=
    landing.view.hween13rares.widget=generic
    landing.view.hween13roombundle.conf=caption,landing.view.hween13roombundle.header;bodytext,landing.view.hween13roombundle.body;catalogbutton,landing.view.hween13roombundle.button,bundles
    landing.view.hween13roombundle.layout=bitmap.x,120;bitmap.y,150;container.height,200
    landing.view.hween13roombundle.widget=generic
    landing.view.hzero.conf=title,landing.view.hzero.button;caption,landing.view.hzerosummer.header;bodytext,landing.view.hzerosummer.body;spacing,2;gamecenterbutton,landing.view.hzero.button,gamesgroup_herozero
    landing.view.hzero.layout=bitmap.uri,${image.library.url}reception/herozero_promo.png;bitmap.x,20;bitmap.y,170;container.height,270
    landing.view.hzero.widget=generic
    landing.view.hzhand.conf=caption,landing.view.hzhand.header;bodytext,landing.view.hzhand.body;gamecenterbutton,landing.view.hzhand.button,gamesgroup_herozero
    landing.view.hzhand.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hz.png;bitmap.x,50;bitmap.y,100;container.height,200
    landing.view.hzhand.widget=generic
    landing.view.invadersCommunityGoal.widget=communitygoal
    landing.view.itgirl.conf=caption,landing.view.itgirl.header;bodytext,landing.view.itgirl.body;gamecenterbutton,landing.view.itgirl.button,games/play/itgirl
    landing.view.itgirl.layout=
    landing.view.itgirl.widget=generic
    landing.view.lagomorphfurni.conf=caption,landing.view.lagomorphfurni.header;bodytext,landing.view.lagomorphfurni.body;spacing,2;catalogbutton,landing.view.lagomorphfurni.button,easter14
    landing.view.lagomorphfurni.layout=bitmap.uri,${image.library.url}web_promo_small/Small_promo_easter14_furni.png;bitmap.x,100;bitmap.y,120;bitmap.height,150
    landing.view.lagomorphfurni.widget=generic
    landing.view.layout=genericReception
    landing.view.layoutxml=landing_view_default_dynamic_layout
    landing.view.leprechaun.conf=caption,landing.view.leprechaun.header;bodytext,landing.view.leprechaun.body;catalogbutton,landing.view.leprechaun.button,pet_leprechaun
    landing.view.leprechaun.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_leprechaun.gif;bitmap.height,110;bitmap.x,184;bitmap.y,120
    landing.view.leprechaun.widget=generic
    landing.view.leprechaun2.conf=caption,landing.view.leprechaun.header;bodytext,landing.view.leprechaun.body;customtimer,false,0,0,landing.view.leprechaun2.timeremaining,landing.view.leprechaun2.timer.expired,2014-03-14 16:00
    landing.view.leprechaun2.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_leprechaun.gif;bitmap.x,184;bitmap.y,120;container.height,240
    landing.view.leprechaun2.widget=generic
    landing.view.loveMachineCommunityGoal.widget=communitygoal
    landing.view.lovelockslot.conf=caption,landing.view.lovelockslot.header;bodytext,landing.view.lovelockslot.body;catalogbutton,landing.view.lovelockslot.button,lovemachines
    landing.view.lovelockslot.layout=bitmap.uri,${image.library.url}catalogue/lovelock_s_promo.gif;content.x,0;content.y,0;bitmap.x,30;bitmap.y,120;bitmap.width,0;bitmap.height,0;container.height,240
    landing.view.lovelockslot.widget=generic
    landing.view.monkey.conf=caption,landing.view.monkey.header;bodytext,landing.view.monkey.body;spacing,2;catalogbutton,landing.view.monkey.button,pet_monkey
    landing.view.monkey.layout=bitmap.uri,${image.library.url}article_images_hq/monkeys.gif;bitmap.x,0;bitmap.y,130;container.height,250;
    landing.view.monkey.widget=generic
    landing.view.moviebonusrare.conf=caption,landing.view.moviebonusrare.header;bodytext,landing.view.moviebonusrare.body;spacing,2;catalogbutton,landing.view.moviebonusrare.button,movie_rares
    landing.view.moviebonusrare.layout=bitmap.uri,${image.library.url}web_promo_small/bonusrare_teaser.gif;bitmap.x,80;bitmap.y,0;container.height,250;
    landing.view.moviebonusrare.widget=generic
    landing.view.movieposters.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-20 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
    landing.view.movieposters.layout=
    landing.view.movieposters.widget=generic
    landing.view.movieposters10.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-29 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
    landing.view.movieposters10.layout=
    landing.view.movieposters10.widget=generic
    landing.view.movieposters11.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-30 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
    landing.view.movieposters11.layout=
    landing.view.movieposters11.widget=generic
    landing.view.movieposters2.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-21 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
    landing.view.movieposters2.layout=
    landing.view.movieposters2.widget=generic
    landing.view.movieposters3.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-22 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
    landing.view.movieposters3.layout=
    landing.view.movieposters3.widget=generic
    landing.view.movieposters4.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-23 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
    landing.view.movieposters4.layout=
    landing.view.movieposters4.widget=generic
    landing.view.movieposters5.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-24 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
    landing.view.movieposters5.layout=
    landing.view.movieposters5.widget=generic
    landing.view.movieposters6.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-25 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
    landing.view.movieposters6.layout=
    landing.view.movieposters6.widget=generic
    landing.view.movieposters7.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-26 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
    landing.view.movieposters7.layout=
    landing.view.movieposters7.widget=generic
    landing.view.movieposters8.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-27 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
    landing.view.movieposters8.layout=
    landing.view.movieposters8.widget=generic
    landing.view.movieposters9.conf=caption,landing.view.movieposters.header;bodytext,landing.view.movieposters.body;customtimer,false,0,0,landing.view.postertimer.timer,landing.view.raretimer.timer.expired,2013-11-28 17:00;catalogbutton,landing.view.checkitout.button,movie_posters
    landing.view.movieposters9.layout=
    landing.view.movieposters9.widget=generic
    landing.view.mysticsroombundle.conf=caption,landing.view.mysticsroombundle.header;bodytext,landing.view.mysticsroombundle.body;internallinkbutton,landing.view.mysticsroombundle.button,habblet/open/credits
    landing.view.mysticsroombundle.layout=bitmap.uri,${image.library.url}web_promo_small/mystics_s_promo.gif;bitmap.x,0;bitmap.y,120;container.height,270
    landing.view.mysticsroombundle.widget=generic
    landing.view.newUserAskForTour.layout=bitmap.uri,${image.library.url}reception/nu_landing_tour.png;bitmap.x,18;bitmap.y,18;content.x,200;content.width,200;container.height,200
    landing.view.newUserAskForTour.widget=generic
    landing.view.newUserChangeClothes.conf=spacing,20;title,landing.view.novice.change_clothes.title;caption,landing.view.novice.change_clothes.caption;bodytext,landing.view.novice.change_clothes.bodytext,200;internallinkbutton,landing.view.novice.change_clothes.button,avatareditor/open
    landing.view.newUserChangeClothes.layout=bitmap.uri,${image.library.url}reception/nu_landing_dress.png;bitmap.x,18;bitmap.y,18;content.x,200;content.width,200;container.height,200
    landing.view.newUserChangeClothes.widget=generic
    landing.view.newUserCheckHomeRoom.conf=spacing,20;title,landing.view.novice.home_room.title;caption,landing.view.novice.home_room.caption;bodytext,landing.view.novice.home_room.bodytext,200;internallinkbutton,landing.view.novice.home_room.button,navigator/goto/home
    landing.view.newUserCheckHomeRoom.layout=bitmap.uri,${image.library.url}reception/nu_landing_homeroom.png;bitmap.x,18;bitmap.y,18;content.x,200;content.width,200;container.height,200
    landing.view.newUserCheckHomeRoom.widget=generic
    landing.view.newUserExploreHotel.conf=spacing,20;title,landing.view.novice.explore_hotel.title;caption,landing.view.novice.explore_hotel.caption;bodytext,landing.view.novice.explore_hotel.bodytext,200;internallinkbutton,landing.view.novice.explore_hotel.button,navigator/goto/random_public_room_with_users
    landing.view.newUserExploreHotel.layout=bitmap.uri,${image.library.url}reception/nu_landing_explore.png;bitmap.x,18;bitmap.y,18;content.x,200;content.width,200;container.height,200
    landing.view.newUserExploreHotel.widget=generic
    landing.view.newxmasfurni13.conf=caption,landing.view.newxmasfurni13.header;bodytext,landing.view.newxmasfurni13.body;spacing,2;catalogbutton,landing.view.newxmasfurni13.button,xmas_new_furni
    landing.view.newxmasfurni13.layout=bitmap.uri,${image.library.url}catalogue/catalog_teaser_xmas2013.png;bitmap.x,90;bitmap.y,70;container.height,250;
    landing.view.newxmasfurni13.widget=generic
    landing.view.newyear2014HC.conf=caption,landing.view.newyear2014HC.header;bodytext,landing.view.newyear2014HC.body;spacing,2;catalogbutton,landing.view.newyear2014HC.button,club_gifts
    landing.view.newyear2014HC.layout=
    landing.view.newyear2014HC.widget=generic
    landing.view.newyear2014gnome.conf=caption,landing.view.newyear2014gnome.header;bodytext,landing.view.newyear2014gnome.body;spacing,2;catalogbutton,landing.view.newyear2014gnome.button,pet_gnome
    landing.view.newyear2014gnome.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_gnome.gif;bitmap.x,110;bitmap.y,0;container.height,250;
    landing.view.newyear2014gnome.widget=generic
    landing.view.newyear2014party.conf=caption,landing.view.newyear2014party.header;bodytext,landing.view.newyear2014party.body;spacing,2;customtimer,false,0,0,landing.view.newyear2014party.timer,landing.view.raretimer.timer.expired,2014-01-01 01:00;internallinkbutton,landing.view.checkitout.button,navigator/tab/official
    landing.view.newyear2014party.layout=
    landing.view.newyear2014party.widget=generic
    landing.view.ny14furnicollection.conf=caption,landing.view.ny14furnicollection.header;bodytext,landing.view.ny14furnicollection.body;spacing,2;catalogbutton,landing.view.ny14furnicollection.button,ny2013_fireworks
    landing.view.ny14furnicollection.layout=bitmap.uri,${image.library.url}album3823/year2014.png;bitmap.x,110;bitmap.y,0;container.height,270;
    landing.view.ny14furnicollection.widget=generic
    landing.view.ny2014ending.conf=caption,landing.view.ny2014ending.header;bodytext,landing.view.ny2014ending.body;catalogbutton,landing.view.ny2014ending.button,pet_gnome
    landing.view.ny2014ending.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_gnome.gif;bitmap.x,110;bitmap.y,80;container.height,220;
    landing.view.ny2014ending.widget=generic
    landing.view.oldloyalty.conf=caption,landing.view.oldloyalty.header;bodytext,landing.view.oldloyalty.body;spacing,2;catalogbutton,landing.view.oldloyalty.button,loyalty_rewards
    landing.view.oldloyalty.layout=
    landing.view.oldloyalty.widget=generic
    landing.view.oldvday14.conf=caption,landing.view.oldvday14.header;bodytext,landing.view.oldvday14.body;catalogbutton,landing.view.oldvday14.button,category_valentines
    landing.view.oldvday14.layout=bitmap.uri,${image.library.url}web_promo_small/Valentines_Promo_small.png;content.x,0;content.y,0;bitmap.x,30;bitmap.y,120;bitmap.width,0;bitmap.height,0;container.height,240;
    landing.view.oldvday14.widget=generic
    landing.view.organofurni.conf=caption,landing.view.organofurni.header;bodytext,landing.view.organofurni.body;spacing,2;catalogbutton,landing.view.checkitout.button,organo
    landing.view.organofurni.layout=
    landing.view.organofurni.widget=generic
    landing.view.palooza14bundle2.conf=caption,landing.view.palooza14bundle2.header;bodytext,landing.view.palooza14bundle2.body;spacing,2;catalogbutton,landing.view.palooza14bundle2.button,palooza2014_bundle
    landing.view.palooza14bundle2.layout=bitmap.uri,${image.library.url}web_promo_small/Palooza_Hoopla_Bundle_Small_Promo.png;bitmap.x,0;bitmap.y,180;container.height,330
    landing.view.palooza14bundle2.widget=generic
    landing.view.palooza14headrare.conf=caption,landing.view.palooza14headrare.header;bodytext,landing.view.palooza14headrare.body;spacing,2;catalogbutton,landing.view.palooza14headrare.button,palooza2014_rares
    landing.view.palooza14headrare.layout=bitmap.uri,${image.library.url}web_promo_small/st_palooza_rare_screen_furni_teaser.png;content.x,170;container.height,290
    landing.view.palooza14headrare.widget=generic
    landing.view.palooza14newfurni.conf=caption,landing.view.palooza14newfurni.header;bodytext,landing.view.palooza14newfurni.body;catalogbutton,landing.view.palooza14newfurni.button,palooza2014
    landing.view.palooza14newfurni.layout=
    landing.view.palooza14newfurni.widget=generic
    landing.view.palooza14oldfurni.conf=caption,landing.view.palooza14oldfurni.header;bodytext,landing.view.palooza14oldfurni.body;catalogbutton,landing.view.palooza14oldfurni.button,palooza
    landing.view.palooza14oldfurni.layout=bitmap.uri,${image.library.url}web_promo_small/habbopalooza_logo_small_teaser.gif;bitmap.x,0;bitmap.y,90;container.height,255
    landing.view.palooza14oldfurni.widget=generic
    landing.view.palooza14pinata.conf=caption,landing.view.palooza14pinata.header;bodytext,landing.view.palooza14pinata.body;spacing,2;catalogbutton,landing.view.palooza14pinata.button,palooza_pinatas
    landing.view.palooza14pinata.layout=bitmap.uri,${image.library.url}web_promo_small/Hblooza14Pinata_Small_Promo.png;bitmap.x,0;bitmap.y,180;container.height,330
    landing.view.palooza14pinata.widget=generic
    landing.view.palooza14unicorn.conf=caption,landing.view.palooza14unicorn.header;bodytext,landing.view.palooza14unicorn.body;spacing,2;catalogbutton,landing.view.palooza14unicorn.button,palooza2014_rares
    landing.view.palooza14unicorn.layout=bitmap.uri,${image.library.url}web_promo_small/st_palooza_rare_furni_teaser.png;bitmap.x,50;bitmap.y,100;container.height,255
    landing.view.palooza14unicorn.widget=generic
    landing.view.paloozacoming.conf=caption,promo.festival.title;bodytext,promo.festival.body
    landing.view.paloozacoming.layout=bitmap.uri,${image.library.url}web_promo_small/habbopalooza_logo_small_teaser.gif;bitmap.x,18;bitmap.y,0;content.x,210;content.y,0;container.height,140
    landing.view.paloozacoming.widget=generic
    landing.view.paloozafestivalfurni.conf=caption,landing.view.paloozafestivalfurni.header;bodytext,landing.view.paloozafestivalfurni.body;catalogbutton,landing.view.paloozafestivalfurni.button,palooza_festival
    landing.view.paloozafestivalfurni.layout=bitmap.uri,${image.library.url}catalogue/catalog_teaser_hblooza.gif;bitmap.x,0;bitmap.y,90;container.height,250
    landing.view.paloozafestivalfurni.widget=generic
    landing.view.paloozaquest.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza.1372407630173.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-05 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza,habbo_palooza.1372407630173
    landing.view.paloozaquest.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1967.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest.widget=generic
    landing.view.paloozaquest10.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_10.1372685780121.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-14 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_10,habbo_palooza_10.1372685780121
    landing.view.paloozaquest10.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1969.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest10.widget=generic
    landing.view.paloozaquest11.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_11.1372688071992.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-15 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_11,habbo_palooza_11.1372688071992
    landing.view.paloozaquest11.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1983.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest11.widget=generic
    landing.view.paloozaquest12.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_12.1372689684845.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-16 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_12,habbo_palooza_12.1372689684845
    landing.view.paloozaquest12.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1999.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest12.widget=generic
    landing.view.paloozaquest13.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_13.1372417615775.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-17 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_13,habbo_palooza_13.1372417615775
    landing.view.paloozaquest13.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1969.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest13.widget=generic
    landing.view.paloozaquest14.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_14.1372425714913.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-18 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_14,habbo_palooza_14.1372425714913
    landing.view.paloozaquest14.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1991.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest14.widget=generic
    landing.view.paloozaquest15.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_15.1372524590301.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-19 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_15,habbo_palooza_15.1372524590301
    landing.view.paloozaquest15.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1984.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest15.widget=generic
    landing.view.paloozaquest16.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_16.1372526867667.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-20 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_16,habbo_palooza_16.1372526867667
    landing.view.paloozaquest16.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1984.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest16.widget=generic
    landing.view.paloozaquest17.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_17.1372529093052.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-21 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_17,habbo_palooza_17.1372529093052
    landing.view.paloozaquest17.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1967.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest17.widget=generic
    landing.view.paloozaquest18.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_18.1372532642821.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-22 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_18,habbo_palooza_18.1372532642821
    landing.view.paloozaquest18.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1996.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest18.widget=generic
    landing.view.paloozaquest19.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_19.1372625547242.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-23 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_19,habbo_palooza_19.1372625547242
    landing.view.paloozaquest19.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1987.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest19.widget=generic
    landing.view.paloozaquest2.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_2.1372414470435.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-06 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_2,habbo_palooza_2.1372414470435
    landing.view.paloozaquest2.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1996.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest2.widget=generic
    landing.view.paloozaquest20.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_20.1372628790245.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-24 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_20,habbo_palooza_20.1372628790245
    landing.view.paloozaquest20.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_2000.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest20.widget=generic
    landing.view.paloozaquest21.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_21.1372676542941.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-25 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_21,habbo_palooza_21.1372676542941
    landing.view.paloozaquest21.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1979.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest21.widget=generic
    landing.view.paloozaquest22.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_22.1372679880224.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-26 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_22,habbo_palooza_22.1372679880224
    landing.view.paloozaquest22.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1983.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest22.widget=generic
    landing.view.paloozaquest23.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_23.1372685499874.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-27 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_23,habbo_palooza_23.1372685499874
    landing.view.paloozaquest23.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1987.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest23.widget=generic
    landing.view.paloozaquest24.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_24.1372686434548.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-28 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_24,habbo_palooza_24.1372686434548
    landing.view.paloozaquest24.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1988.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest24.widget=generic
    landing.view.paloozaquest3.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_3.1372407630173.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-07 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_3,habbo_palooza_3.1372407630173
    landing.view.paloozaquest3.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1967.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest3.widget=generic
    landing.view.paloozaquest4.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_4.1372421657350.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-08 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_4,habbo_palooza_4.1372421657350
    landing.view.paloozaquest4.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_2006.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest4.widget=generic
    landing.view.paloozaquest5.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_5.1372663237916.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-09 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_5,habbo_palooza_5.1372663237916
    landing.view.paloozaquest5.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1984.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest5.widget=generic
    landing.view.paloozaquest6.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_6.1372672585495.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-10 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_6,habbo_palooza_6.1372672585495
    landing.view.paloozaquest6.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1973.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest6.widget=generic
    landing.view.paloozaquest7.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_7.1372679318352.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-11 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_7,habbo_palooza_7.1372679318352
    landing.view.paloozaquest7.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1994.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest7.widget=generic
    landing.view.paloozaquest8.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_8.1372681347611.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-12 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_8,habbo_palooza_8.1372681347611
    landing.view.paloozaquest8.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1988.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest8.widget=generic
    landing.view.paloozaquest9.conf=caption,quests.habbo_palooza.name;bodytext,quests.habbo_palooza_9.1372682893079.chaininfo;spacing,10;customtimer,false,0,0,landing.view.questexpiry.timeremaining,landing.view.furnimatic.recyclerpromo.timer.expired,2013-07-13 23:59;spacing,10;dailyquest,false,0,0,landing.view.paloozamusicquest.button,habbo_palooza_9,habbo_palooza_9.1372682893079
    landing.view.paloozaquest9.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_hblooza_1984.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.paloozaquest9.widget=generic
    landing.view.paloozarentspace.conf=caption,landing.view.paloozarentspace.header;bodytext,landing.view.paloozarentspace.body;internallinkbutton,landing.view.paloozarentspace.button,navigator/tab/official
    landing.view.paloozarentspace.layout=bitmap.uri,${image.library.url}reception/spromo_hblooza_rent.png;bitmap.x,0;bitmap.y,90;container.height,250
    landing.view.paloozarentspace.widget=generic
    landing.view.paloozatalentcomp.conf=caption,landing.view.paloozatalentcomp.header;bodytext,landing.view.paloozatalentcomp.body;link,landing.view.paloozatalentcomp.button,http://www.habbo.es/articles/5314-finalistas-del-concurso-talento-global-habbo-palooza
    landing.view.paloozatalentcomp.layout=
    landing.view.paloozatalentcomp.widget=generic
    landing.view.paypromoguitar.conf=caption,landing.view.bonusrare.header;credithabbletbutton,landing.view.bonusrare.button
    landing.view.paypromoguitar.layout=bitmap.uri,${image.library.url}reception/hblooza_guitar11.png;bitmap.x,0;bitmap.y,90;container.height,250
    landing.view.paypromoguitar.widget=generic
    landing.view.petpromonov13.conf=caption,landing.view.petpromonov13.header;bodytext,landing.view.petpromonov13.body;catalogbutton,landing.view.petpromonov13.button,pets_info
    landing.view.petpromonov13.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_pet_discount.gif;bitmap.x,0;bitmap.y,0;container.height,200
    landing.view.petpromonov13.widget=generic
    landing.view.pets.conf=caption,landing.view.pets.header;bodytext,landing.view.pets.body;catalogbutton,landing.view.pets.button,pet_dragon
    landing.view.pets.layout=bitmap.uri,${image.library.url}reception/reception_petpromo.gif;bitmap.x,50;bitmap.y,140;container.height,255
    landing.view.pets.widget=generic
    landing.view.pinatapromo.conf=caption,Landing.view.pinatas.header;bodytext,Landing.view.pinatas.body;catalogbutton,Landing.view.pinatas.button,pinatas
    landing.view.pinatapromo.layout=bitmap.uri,${image.library.url}catalogue/catalog_teaser_pinata.gif;content.x,210;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.pinatapromo.widget=generic
    landing.view.piratebundle.conf=title,landing.view.piratebundle.title;caption,landing.view.piratebundle.header;bodytext,landing.view.piratebundle.body;spacing,2;credithabbletbutton,landing.view.piratebundle.button
    landing.view.piratebundle.layout=bitmap.uri,${image.library.url}catalogue/pirate_bundle.gif;bitmap.x,20;bitmap.y,120;container.height,270
    landing.view.piratebundle.widget=generic
    landing.view.piratecompsubmit.conf=title,landing.view.roomcompetition.title;caption,landing.view.piratecompsubmit.header;bodytext,landing.view.piratecompsubmit.body;link,landing.view.hstarscompetition.terms.bodytext,https://help.habbo.es/entries/25355097-Normas-del-Concurso-de-Salas-Piratas;submitcompetitionroom,landing.view.sproom2.button,landing.view.roomcompetition.submitdone,piratebottlecollector;customtimer,false,38,30,landing.view.roomcompetition.submit.votingstartsin,,2013-09-01 11:00
    landing.view.piratecompsubmit.layout=bitmap.uri,${image.library.url}reception/royal_ship_teaser.gif;content.x,170;content.y,20;bitmap.x,10;bitmap.y,20;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.piratecompsubmit.widget=generic
    landing.view.piratecompvote.conf=title,landing.view.roomcompetition.title;caption,landing.view.piratecompvote.header;bodytext,landing.view.piratecompvote.body;gotocompetitionroombutton,landing.view.sproomvote.button,piratebottlecollector;customtimer,false,50,155,landing.view.roomcompetition.vote.timeremaining,,2013-09-02 15:15;spacing,20
    landing.view.piratecompvote.layout=bitmap.uri,${image.library.url}reception/royal_ship_teaser.gif;content.x,170;content.y,20;bitmap.x,10;bitmap.y,20;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.piratecompvote.widget=generic
    landing.view.piratefurni.conf=title,landing.view.piratefurni.title;caption,landing.view.piratefurni.header;bodytext,landing.view.piratefurni.body;spacing,2;catalogbutton,landing.view.piratefurni.button,set_pirates
    landing.view.piratefurni.layout=bitmap.uri,${image.library.url}pirates2013/spromo_pirate_0.png;bitmap.x,20;bitmap.y,120;container.height,270
    landing.view.piratefurni.widget=generic
    landing.view.piraterares.conf=title,landing.view.piraterares.title;caption,landing.view.piraterares.header;bodytext,landing.view.piraterares.body;spacing,2;catalogbutton,landing.view.piratefurni.button,pirate_rares
    landing.view.piraterares.layout=bitmap.uri,${image.library.url}pirates2013/rare_teaser_all.gif;bitmap.x,20;bitmap.y,120;container.height,270
    landing.view.piraterares.widget=generic
    landing.view.piraterares1.conf=title,landing.view.piraterares.title;caption,landing.view.rarekraken.header;bodytext,landing.view.piraterares.body;spacing,2;catalogbutton,landing.view.checkitout.button,pirate_rares
    landing.view.piraterares1.layout=bitmap.uri,${image.library.url}catalogue/teaser_kraken.gif;bitmap.x,20;bitmap.y,120;container.height,280
    landing.view.piraterares1.widget=generic
    landing.view.piraterares2.conf=title,landing.view.piraterares.title;caption,landing.view.rarenavigation.header;bodytext,landing.view.piraterares.body;spacing,2;catalogbutton,landing.view.checkitout.button,pirate_rares
    landing.view.piraterares2.layout=bitmap.uri,${image.library.url}catalogue/teaser_nav.gif;bitmap.x,20;bitmap.y,120;container.height,280
    landing.view.piraterares2.widget=generic
    landing.view.piraterares3.conf=title,landing.view.piraterares.title;caption,landing.view.rareposeidon.header;bodytext,landing.view.piraterares.body;spacing,2;catalogbutton,landing.view.checkitout.button,pirate_rares
    landing.view.piraterares3.layout=bitmap.uri,${image.library.url}catalogue/teaser_posidon.gif;bitmap.x,20;bitmap.y,120;container.height,280
    landing.view.piraterares3.widget=generic
    landing.view.pirateraresa.conf=title,landing.view.piraterares.title;caption,landing.view.piraterares.header;bodytext,landing.view.piraterares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2013-08-26 16:01;catalogbutton,landing.view.checkitout.button,pirate_rares
    landing.view.pirateraresa.layout=container.height,280
    landing.view.pirateraresa.widget=generic
    landing.view.pirateraresb.conf=title,landing.view.piraterares.title;caption,landing.view.piraterares.header;bodytext,landing.view.piraterares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2013-08-28 16:01;catalogbutton,landing.view.checkitout.button,pirate_rares
    landing.view.pirateraresb.layout=container.height,270
    landing.view.pirateraresb.widget=generic
    landing.view.pirateraresc.conf=title,landing.view.piraterares.title;caption,landing.view.piraterares.header;bodytext,landing.view.piraterares.body;spacing,2;catalogbutton,landing.view.checkitout.button,pirate_rares
    landing.view.pirateraresc.layout=container.height,270
    landing.view.pirateraresc.widget=generic
    landing.view.pirateroyaldock.conf=title,landing.view.pirateroyaldock.title;caption,landing.view.pirateroyaldock.header;bodytext,landing.view.pirateroyaldock.body;internallinkbutton,landing.view.pirateroyaldock.button,navigator/tab/official
    landing.view.pirateroyaldock.layout=bitmap.uri,${image.library.url}reception/royal_ship_teaser.gif;content.x,170;content.y,20;bitmap.x,0;bitmap.y,20;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.pirateroyaldock.widget=generic
    landing.view.pixelremove.promo.catalogpage=set_kuurna
    landing.view.ponyexpress.conf=caption,landing.view.ponyexpress.header;bodytext,landing.view.ponyexpress.body;spacing,2;gotoroombutton,landing.view.ponyexpress.button,100025228
    landing.view.ponyexpress.layout=bitmap.uri,${image.library.url}web_promo_small/small_promo_horse_bundle.gif;bitmap.x,0;bitmap.y,0;container.height,250
    landing.view.ponyexpress.widget=generic
    landing.view.rareghostship.conf=title,landing.view.piraterares.title;caption,landing.view.rareghostship.header;bodytext,landing.view.rareghostship.body;spacing,2;catalogbutton,landing.view.checkitout.button,pirate_ghostship
    landing.view.rareghostship.layout=bitmap.uri,${image.library.url}catalogue/pirate_ghostshipandbadge.gif;bitmap.x,20;bitmap.y,120;container.height,280
    landing.view.rareghostship.widget=generic
    landing.view.rarehotdog.conf=caption,landing.view.rarehotdog.header;bodytext,landing.view.rareschedule.body;catalogbutton,landing.view.checkitout.button,palooza_rares
    landing.view.rarehotdog.layout=bitmap.uri,${image.library.url}illustrations/15jul_hotdog.png;bitmap.x,0;bitmap.y,90;container.height,250
    landing.view.rarehotdog.widget=generic
    landing.view.rarepopcorn.conf=caption,landing.view.rarepopcorn.header;bodytext,landing.view.rareschedule.body;catalogbutton,landing.view.checkitout.button,palooza_rares
    landing.view.rarepopcorn.layout=bitmap.uri,${image.library.url}illustrations/17jul_popcorn.png;bitmap.x,0;bitmap.y,90;container.height,250
    landing.view.rarepopcorn.widget=generic
    landing.view.right_pane_dimmer.hidden=false
    landing.view.room94.conf=caption,landing.view.room94.header;bodytext,landing.view.room94.body;spacing,10;link,landing.view.room94.button,http://www.habbopalooza.com;spacing,10;customtimer,false,0,0,,,2013-07-11 18:00
    landing.view.room94.layout=bitmap.uri,${image.library.url}reception/room94.png;content.x,210;content.y,0;bitmap.x,35;bitmap.y,-10;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.room94.widget=generic
    landing.view.roombundle15.conf=caption,landing.view.roombundle15.header;bodytext,landing.view.roombundle15.body;gotoroombutton,landing.view.roombundle15.button,101549214
    landing.view.roombundle15.layout=bitmap.uri,${image.library.url}web_promo_small/smallpromo_boxingbundle.png;bitmap.x,100;bitmap.y,130;bitmap.height,150
    landing.view.roombundle15.widget=generic
    landing.view.roomcategory=questing
    landing.view.runwayltd.conf=caption,landing.view.runwayltd.header;bodytext,landing.view.runwayltd.body;catalogbutton,landing.view.runwayltd.button,ler
    landing.view.runwayltd.layout=bitmap.uri,${image.library.url}web_promo_small/LTD_s_promo.gif;bitmap.x,50;bitmap.y,140;bitmap.height,150
    landing.view.runwayltd.widget=generic
    landing.view.runwayltd2.conf=caption,landing.view.runwayltd.header;bodytext,landing.view.runwayltd.body;customtimer,false,0,5,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-03-27 17:00
    landing.view.runwayltd2.layout=bitmap.uri,${image.library.url}web_promo_small/LTD_s_promo.gif;bitmap.x,50;bitmap.y,160;bitmap.height,150
    landing.view.runwayltd2.widget=generic
    landing.view.runwayrarebox.conf=caption,landing.view.runwayrarebox.header;bodytext,landing.view.runwayrarebox.body;spacing,2;catalogbutton,landing.view.runwayrarebox.button,rare_box
    landing.view.runwayrarebox.layout=bitmap.uri,${image.library.url}web_promo_small/habbopresentsmallpromo.png;bitmap.x,30
    landing.view.runwayrarebox.widget=generic
    landing.view.runwayrarebox2.conf=caption,landing.view.runwayrarebox.header;bodytext,landing.view.runwayrarebox.body;spacing,2;customtimer,false,0,0,landing.view.runwayrarebox2.timeremaining,landing.view.runwayrarebox2.timer.expired,2014-03-22 18:00
    landing.view.runwayrarebox2.layout=bitmap.uri,${image.library.url}web_promo_small/habbopresentsmallpromo.png;bitmap.x,30
    landing.view.runwayrarebox2.widget=generic
    landing.view.safetyvid.conf=caption,landing.view.safetyvid.header;bodytext,landing.view.safetyvid.body;link,landing.view.safetyvid.button,http://www.habbo.es/room/4545765
    landing.view.safetyvid.layout=bitmap.uri,${image.library.url}album2207/it_computer.gif;content.x,210;content.y,0;bitmap.x,100;bitmap.y,0;bitmap.width,61;bitmap.height,75;container.height,100;
    landing.view.safetyvid.widget=generic
    landing.view.schoolbundles.conf=caption,landing.view.schoolbundles.header;bodytext,landing.view.schoolbundles.body;catalogbutton,landing.view.schoolbundles.button,bundle_banzai
    landing.view.schoolbundles.layout=bitmap.uri,${image.library.url}reception/bts_banzai_teaser.png;bitmap.x,0;bitmap.y,120;container.height,255
    landing.view.schoolbundles.widget=generic
    landing.view.schoolfurni.conf=caption,landing.view.schoolfurni.header;bodytext,landing.view.schoolfurni.body;catalogbutton,landing.view.schoolfurni.button,set_backtoschool
    landing.view.schoolfurni.layout=bitmap.uri,${image.library.url}reception/landing_view_skl_2.gif;content.x,210;content.y,0;bitmap.x,20;bitmap.y,0;bitmap.width,61;bitmap.height,150;container.height,255
    landing.view.schoolfurni.widget=generic
    landing.view.schoolprom.conf=caption,landing.view.schoolprom.header;bodytext,landing.view.schoolprom.body
    landing.view.schoolprom.layout=bitmap.uri,${image.library.url}catalogue/prom_teaser.gif;content.x,210;content.y,0;bitmap.x,20;bitmap.y,0;bitmap.width,61;bitmap.height,150;container.height,255
    landing.view.schoolprom.widget=generic
    landing.view.schoolrares.conf=caption,landing.view.schoolrares.header;bodytext,landing.view.schoolrares.body;catalogbutton,landing.view.schoolfurni.button,palooza_rares
    landing.view.schoolrares.layout=bitmap.uri,${image.library.url}catalogue/small_promo_school_rares.gif;content.x,210;content.y,0;bitmap.x,20;bitmap.y,0;bitmap.width,61;bitmap.height,150;container.height,255
    landing.view.schoolrares.widget=generic
    landing.view.serenityspabundle.conf=caption,landing.view.serenityspabundle.header;bodytext,landing.view.serenityspabundle.body;gotoroombutton,landing.view.serenityspabundle.button,100106163
    landing.view.serenityspabundle.layout=bitmap.uri,${image.library.url}web_promo_small/sparoombundleteaser.png;content.x,170;content.y,0;bitmap.x,0;bitmap.y,0;bitmap.width,0;bitmap.height,0;container.height,240;
    landing.view.serenityspabundle.widget=generic
    landing.view.smallpool.conf=caption,landing.view.smallpool.header;bodytext,landing.view.smallpool.body;spacing,2;gotoroombutton,landing.view.smallpool.button,102646477
    landing.view.smallpool.layout=bitmap.uri,${image.library.url}catalogue/spromo_bundle_pool2.gif;bitmap.x,0;bitmap.y,0;container.height,250
    landing.view.smallpool.widget=generic
    landing.view.snowflakes13quest.conf=caption,landing.view.snowflakes13quest.header;bodytext,landing.view.snowflakes13quest.body;spacing,2;internallinkbutton,landing.view.snowflakes13quest.button,questengine/calendar
    landing.view.snowflakes13quest.layout=bitmap.uri,${image.library.url}catalogue/ctlg_pic_snowflake_pilot.gif;bitmap.x,50;bitmap.y,90;container.height,200;
    landing.view.snowflakes13quest.widget=generic
    landing.view.sparares.conf=caption,landing.view.sparares.header;bodytext,landing.view.sparares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-02-17 19:00;catalogbutton,landing.view.schoolfurni.button,spa_rares
    landing.view.sparares.layout=bitmap.uri,${image.library.url}catalogue/val14_wchair.gif;content.x,0;content.y,0;bitmap.x,170;bitmap.y,100;bitmap.width,61;bitmap.height,150;container.height,255
    landing.view.sparares.widget=generic
    landing.view.sparares2.conf=caption,landing.view.sparares.header;bodytext,landing.view.sparares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-02-19 19:00;catalogbutton,landing.view.schoolfurni.button,spa_rares
    landing.view.sparares2.layout=bitmap.uri,${image.library.url}catalogue/val14_lamp.png;content.x,0;content.y,0;bitmap.x,180;bitmap.y,70;bitmap.width,61;bitmap.height,150;container.height,300
    landing.view.sparares2.widget=generic
    landing.view.sparares3.conf=caption,landing.view.sparares.header;bodytext,landing.view.sparares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-02-21 19:00;catalogbutton,landing.view.schoolfurni.button,spa_rares
    landing.view.sparares3.layout=bitmap.uri,${image.library.url}catalogue/eternity_fountain.gif;content.x,0;content.y,0;bitmap.x,150;bitmap.y,70;bitmap.width,61;bitmap.height,150;container.height,300
    landing.view.sparares3.widget=generic
    landing.view.sparares4.conf=caption,landing.view.sparares.header;bodytext,landing.view.sparares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-02-23 19:00;catalogbutton,landing.view.schoolfurni.button,spa_rares
    landing.view.sparares4.layout=bitmap.uri,${image.library.url}catalogue/val14_lovelock3.png;content.x,0;content.y,0;bitmap.x,180;bitmap.y,50;bitmap.width,61;bitmap.height,150;container.height,255
    landing.view.sparares4.widget=generic
    landing.view.sparares5.conf=caption,landing.view.sparares.header;bodytext,landing.view.sparares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2014-02-28 19:00;catalogbutton,landing.view.schoolfurni.button,ler
    landing.view.sparares5.layout=bitmap.uri,${image.library.url}web_promo_small/sage.gif;content.x,0;content.y,0;bitmap.x,180;bitmap.y,50;bitmap.width,61;bitmap.height,150;container.height,255
    landing.view.sparares5.widget=generic
    landing.view.starteroom.conf=caption,product_starter_roomdeal1_name;bodytext,product_starter_roomdeal1_desc;spacing,2;credithabbletbutton,landing.view.checkitout.button
    landing.view.starteroom.layout=bitmap.uri,${image.library.url}catalogue/noob_bundle_furni.gif;content.y,0;container.height,250
    landing.view.starteroom.widget=generic
    landing.view.sumcat.conf=caption,landing.view.summercat.header;bodytext,landing.view.summercat.body;catalogbutton,landing.view.summercat.button,set_pool
    landing.view.sumcat.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_summer.gif;bitmap.x,18;bitmap.y,0;content.x,210;content.y,0;container.height,100
    landing.view.sumcat.widget=generic
    landing.view.tabletfin.conf=caption,landing.view.tabletfin.header;bodytext,landing.view.tabletfin.body;spacing,2;gotoroombutton,landing.view.tabletfin.button,101993548
    landing.view.tabletfin.layout=
    landing.view.tabletfin.widget=generic
    landing.view.tent.conf=caption,landing.view.tent.header;bodytext,landing.view.tent.body;catalogbutton,landing.view.tent.button,palooza_tents
    landing.view.tent.layout=bitmap.uri,${image.library.url}reception/email_image_tents.png;bitmap.x,18;bitmap.y,0;content.x,210;content.y,0;container.height,140
    landing.view.tent.widget=generic
    landing.view.val14kiss.conf=caption,quests.val14_kiss.name;bodytext,quests.val14_kiss.1392199148238.chaininfo;internallinkbutton,landing.view.val14kiss.button,navigator/goto/home
    landing.view.val14kiss.layout=bitmap.uri,${image.library.url}album1584/VSP09.gif;content.x,170;content.y,0;bitmap.x,35;bitmap.y,0;bitmap.width,150;bitmap.height,150;container.height,100;
    landing.view.val14kiss.widget=generic
    landing.view.venetiaroombundle.conf=caption,landing.view.venetiaroombundle.header;bodytext,landing.view.venetiaroombundle.body;internallinkbutton,landing.view.venetiaroombundle.button,habblet/open/credits
    landing.view.venetiaroombundle.layout=bitmap.uri,${image.library.url}web_promo_small/venice_s_promo.gif;bitmap.x,0;bitmap.y,120;container.height,270
    landing.view.venetiaroombundle.widget=generic
    landing.view.videotvs.conf=caption,landing.view.videotvs.header;bodytext,catalog.page.youtube_tvs.text_0;catalogbutton,landing.view.checkitout.button,youtube_tvs
    landing.view.videotvs.layout=bitmap.uri,${image.library.url}catalogue/spromo_tvs.gif;bitmap.x,0;bitmap.y,90;container.height,250
    landing.view.videotvs.widget=generic
    landing.view.vikingclanbundles.conf=caption,landing.view.vikingclanbundles.header;bodytext,landing.view.vikingclanbundles.body;spacing,2;catalogbutton,landing.view.battleshade.button,vikings_battleshade;catalogbutton,landing.view.steelscar.button,vikings_steelscar
    landing.view.vikingclanbundles.layout=
    landing.view.vikingclanbundles.widget=generic
    landing.view.vikingfurni.conf=caption,landing.view.vikingfurni.header;bodytext,landing.view.vikingfurni.body;catalogbutton,landing.boutiquefurni.button,vikings
    landing.view.vikingfurni.layout=
    landing.view.vikingfurni.widget=generic
    landing.view.vikingsCommunityGoal.widget=communitygoalvsmode
    landing.view.vikingsltd.conf=caption,landing.view.vikingsltd.header;bodytext,landing.view.vikingsltd.body;spacing,2;customtimer,false,0,0,landing.view.vikingsltd.timer,landing.view.raretimer.timer.expired,2014-05-28 21:00
    landing.view.vikingsltd.layout=bitmap.uri,${image.library.url}web_promo_small/vikings_throne.gif;bitmap.x,213;bitmap.y,100;bitmap.height,113
    landing.view.vikingsltd.widget=generic
    landing.view.vikingsltd1.conf=caption,landing.view.vikingsltd.header;bodytext,landing.view.vikingsltd.body;spacing,2;catalogbutton,landing.view.vikingsltd.button,ler
    landing.view.vikingsltd1.layout=bitmap.uri,${image.library.url}web_promo_small/vikings_throne.gif;bitmap.x,213;bitmap.y,100;bitmap.height,113
    landing.view.vikingsltd1.widget=generic
    landing.view.vipschedule.conf=caption,landing.view.vipvisits.header;bodytext,landing.view.vipvisits.body;link,landing.view.vipvisits.button,http://www.habbopalooza.com
    landing.view.vipschedule.layout=
    landing.view.vipschedule.widget=generic
    landing.view.viruspromo.conf=caption,landing.view.viruspromo.header;bodytext,landing.view.viruspromo.body;link,landing.view.viruspromo.button,http://www.habbo.es/articles
    landing.view.viruspromo.layout=bitmap.uri,${image.library.url}web_promo_small/Valentines_Promo_small.png;content.x,0;content.y,0;bitmap.x,30;bitmap.y,120;bitmap.width,0;bitmap.height,0;container.height,240;
    landing.view.viruspromo.widget=generic
    landing.view.wc14lockerbundle.conf=caption,landing.view.wc14lockerbundle.header;bodytext,landing.view.wc14lockerbundle.body;spacing,2;catalogbutton,landing.view.wc14lockerbundle.button,wc2014_lockerroom
    landing.view.wc14lockerbundle.layout=
    landing.view.wc14lockerbundle.widget=generic
    landing.view.wc14ltd.conf=caption,landing.view.wc14ltd.header;bodytext,landing.view.wc14ltd.body;catalogbutton,landing.view.wc14ltd.button,ler
    landing.view.wc14ltd.layout=bitmap.uri,${image.library.url}/web_promo_small/ltd_landing.gif;bitmap.x,160;bitmap.y,140;container.height,255
    landing.view.wc14ltd.widget=generic
    landing.view.wc14mansionbundle.conf=caption,landing.view.wc14mansionbundle.header;bodytext,landing.view.wc14mansionbundle.body;spacing,2;catalogbutton,landing.view.wc14mansionbundle.button,wc2014_mansionroom
    landing.view.wc14mansionbundle.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_mansionRB.png;bitmap.x,0;bitmap.y,0;container.height,250;content.x,170
    landing.view.wc14mansionbundle.widget=generic
    landing.view.wcrares14.conf=caption,landing.view.wcrares14.header;bodytext,landing.view.wcrares14.body;spacing,2;catalogbutton,landing.view.wcrares14.button,wc2014_rares
    landing.view.wcrares14.layout=
    landing.view.wcrares14.widget=generic
    landing.view.welcomeschool.conf=caption,landing.view.welcomeschool.header;bodytext,landing.view.welcomeschool.body;internallinkbutton,landing.view.welcomeschool.button,habblet/open/news
    landing.view.welcomeschool.layout=bitmap.uri,${image.library.url}reception/landing_view_skl_1.gif;content.x,210;content.y,0;bitmap.x,20;bitmap.y,0;bitmap.width,61;bitmap.height,162;container.height,220
    landing.view.welcomeschool.widget=generic
    landing.view.wildwest14buffalo.conf=caption,landing.view.wildwest14buffalo.header;bodytext,landing.view.wildwest14buffalo.body;spacing,2;catalogbutton,landing.view.wildwest14buffalo.button,wild_rares
    landing.view.wildwest14buffalo.layout=bitmap.uri,${image.library.url}web_promo_small/st_wildwest_rarefurni_teaser.png;bitmap.x,0;bitmap.y,0;container.height,250
    landing.view.wildwest14buffalo.widget=generic
    landing.view.wildwestChallengeCommunityGoal.widget=communitygoal
    landing.view.wintergameroom.conf=caption,landing.view.wintergameroom.header;bodytext,landing.view.wintergameroom.body;gotoroombutton,landing.view.wintergameroom.button,100364870
    landing.view.wintergameroom.layout=bitmap.uri,${image.library.url}web_promo_small/sp_olybundle.png;content.x,0;content.y,0;bitmap.x,100;bitmap.y,140;bitmap.width,0;bitmap.height,0;container.height,250
    landing.view.wintergameroom.widget=generic
    landing.view.womansDayCommunityGoal.widget=communitygoal
    landing.view.woz.conf=caption,landing.view.woz.header;bodytext,landing.view.woz.body;gamecenterbutton,landing.view.woz.button,101xp_zombie_dev
    landing.view.woz.layout=bitmap.uri,${image.library.url}web_promo_small/game_promo_small.png;bitmap.x,70;bitmap.y,75;container.height,200
    landing.view.woz.widget=generic
    landing.view.wwestfurni.conf=caption,landing.view.wwestfurni.header;bodytext,landing.view.wwestfurni.body;catalogbutton,landing.view.wwestfurni.button,wild_west
    landing.view.wwestfurni.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_wildwestfurni.png;bitmap.x,0;bitmap.y,120;container.height,255
    landing.view.wwestfurni.widget=generic
    landing.view.wwesttownbund.conf=caption,landing.view.wwesttownbund.header;bodytext,landing.view.wwesttownbund.body;spacing,2;catalogbutton,landing.view.wwesttownbund.button,rattlesnake_bundle
    landing.view.wwesttownbund.layout=
    landing.view.wwesttownbund.widget=generic
    landing.view.wwesttrainbun.conf=caption,landing.view.wwesttrainbun.header;bodytext,landing.view.wwesttrainbun.body;catalogbutton,landing.view.wwesttrainbun.button,frontier_train
    landing.view.wwesttrainbun.layout=bitmap.uri,${image.library.url}catalogue/august14_wagon_internal.gif;bitmap.x,0;bitmap.y,140;container.height,290
    landing.view.wwesttrainbun.widget=generic
    landing.view.wwestwantedlock.conf=caption,landing.view.wwestwantedlock.header;bodytext,landing.view.wwestwantedlock.body;spacing,2;catalogbutton,landing.view.wwestwantedlock.button,wanter_poster
    landing.view.wwestwantedlock.layout=
    landing.view.wwestwantedlock.widget=generic
    landing.view.xmas13oldfurni.conf=caption,landing.view.xmas13oldfurni.header;bodytext,landing.view.xmas13oldfurni.body;spacing,2;catalogbutton,landing.view.xmas13oldfurni.button,xmas_old_furni
    landing.view.xmas13oldfurni.layout=
    landing.view.xmas13oldfurni.widget=generic
    landing.view.xmas13polarbear.conf=caption,landing.view.xmas13polarbear.header;bodytext,landing.view.xmas13polarbear.body;spacing,2;catalogbutton,landing.view.xmas13polarbear.button,polar_bear_promo
    landing.view.xmas13polarbear.layout=bitmap.uri,${image.library.url}web_promo_small/promo_small_polar_bear.gif;bitmap.x,50;bitmap.y,100;container.height,250
    landing.view.xmas13polarbear.widget=generic
    landing.view.xmas13quest.conf=caption,landing.view.xmas13quest.header;bodytext,landing.view.xmas13quest.body;spacing,2;internallinkbutton,landing.view.xmas13quest.button,questengine/calendar
    landing.view.xmas13quest.layout=bitmap.uri,${image.library.url}album3820/landing_view_quest_image.gif;bitmap.x,175;bitmap.y,100;container.height,250;
    landing.view.xmas13quest.widget=generic
    landing.view.xmas13snowflake.conf=caption,landing.view.xmas13snowflake.header;bodytext,landing.view.xmas13snowflake.body;spacing,2;catalogbutton,landing.view.xmas13snowflake.button,snowflakes
    landing.view.xmas13snowflake.layout=bitmap.uri,${image.library.url}web_promo_small/xmas13_sf_promo.png;bitmap.x,60;bitmap.y,0;container.height,250;
    landing.view.xmas13snowflake.widget=generic
    landing.view.xmas2013credrares.conf=caption,landing.view.xmas2013credrares.header;bodytext,landing.view.xmas2013credrares.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2013-12-26 18:00;catalogbutton,landing.view.checkitout.button,xmas13_rares
    landing.view.xmas2013credrares.layout=Empty value
    landing.view.xmas2013credrares.widget=generic
    landing.view.xmas2013gnome.conf=caption,landing.view.xmas2013gnome.header;bodytext,landing.view.xmas2013gnome.body;spacing,2;catalogbutton,landing.view.xmas2013gnome.button,pet_gnome
    landing.view.xmas2013gnome.layout=bitmap.uri,${image.library.url}web_promo_small/spromo_gnome.gif;bitmap.x,140;bitmap.y,120;container.height,250;
    landing.view.xmas2013gnome.widget=generic
    landing.view.xmas2013hcfurni.conf=caption,landing.view.xmas2013hcfurni.header;bodytext,landing.view.xmas2013hcfurni.body;spacing,2;catalogbutton,landing.view.xmas2013hcfurni.button,club_gifts
    landing.view.xmas2013hcfurni.layout=bitmap.uri,${image.library.url}catalogue/SmallPromo_hc13.png;bitmap.x,110;bitmap.y,100;container.height,250;
    landing.view.xmas2013hcfurni.widget=generic
    landing.view.xmas2013roombundle.conf=caption,landing.view.xmas2013roombundle.header;bodytext,landing.view.xmas2013roombundle.body;spacing,2;catalogbutton,landing.view.xmas2013roombundle.button,xmas13_roombundle
    landing.view.xmas2013roombundle.layout=bitmap.uri,${image.library.url}web_promo_small/promo_small_xmas13bundle.png;bitmap.x,70;bitmap.y,0;container.height,250;
    landing.view.xmas2013roombundle.widget=generic
    landing.view.xmas2013xmasfurni.conf=caption,landing.view.xmas2013xmasfurni.header;bodytext,landing.view.xmas2013xmasfurni.body;spacing,2;catalogbutton,landing.view.xmas2013xmasfurni.button,xmas_new_furni
    landing.view.xmas2013xmasfurni.layout=
    landing.view.xmas2013xmasfurni.widget=generic
    landing.view.xmas2013xmasrare.conf=caption,landing.view.xmas2013xmasrare.header;bodytext,landing.view.xmas2013xmasrare.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2013-12-24 19:00;catalogbutton,landing.view.checkitout.button,xmas13_rares
    landing.view.xmas2013xmasrare.layout=
    landing.view.xmas2013xmasrare.widget=generic
    landing.view.xmas2013xmasrare2.conf=caption,landing.view.xmas2013xmasrare.header;bodytext,landing.view.xmas2013xmasrare.body;spacing,2;customtimer,false,0,0,landing.view.raretimer.timer,landing.view.raretimer.timer.expired,2013-12-25 19:00;catalogbutton,landing.view.checkitout.button,xmas13_rares
    landing.view.xmas2013xmasrare2.layout=
    landing.view.xmas2013xmasrare2.widget=generic
    latencytest.interval=20000
    latencytest.report.delta=100
    latencytest.report.index=3
    link.format.bots.help=https://help.habbo.es/entries/22350047-quieres-tener-tu-propio-bot
    link.format.club=${url.prefix}/credits/habboclub
    link.format.collectibles=${url.prefix}/credits/collectibles
    link.format.credits=${url.prefix}/credits
    link.format.friendlist.pref=${url.prefix}/profile/friendsmanagement?tab=6
    link.format.guild=${url.prefix}/groups/%groupid%/id
    link.format.madmoney=${url.prefix}/credits/credits_subscription
    link.format.mail.compose=${url.prefix}/me#mail/compose/%recipientid%
    link.format.mail.inbox=${url.prefix}/me#mail/inbox/%random%/
    link.format.pets=${url.prefix}/hotel/pets
    link.format.pixels=${url.prefix}/credits/pixels
    link.format.safetylock_unlock=${url.prefix}/identity/useOrCreateAvatar/
    link.format.tag.search=${url.prefix}/tag/search?tag=%tag%
    link.format.user.search=${url.prefix}/me#habbo-search
    link.format.userpage=${url.prefix}/rd/%ID%
    live.environment.list=us/br/dk/de/es/fi/fr/it/nl/no/se/tr
    login.show.calendar=false
    logout.concurrent.url=${url.prefix}/account/disconnected
    logout.disconnect.url=${url.prefix}/account/disconnected?reason=logout
    logout.disconnect.url=${url.prefix}/account/disconnected?reason=logout&origin=%origin%
    logout.url=${url.prefix}/account/disconnected?reason=%reason%&origin=%origin%
    memenu.effects.widget.disabled=true
    menu.avatar.enabled=true
    menu.bot.enabled=false
    menu.own_avatar.enabled=1
    messenger.new.skin=true
    moderatoractionlog.url=https://theallseeingeye.sulake.com/ase/habbo/es/housekeeping/extra/hobba/moderator_activity.action?searchCriteria.habboName=
    monitor.garbage.collection=false
    monsterplants.composting.enabled=true
    monsterplants.enabled=true
    mystery_box_toolbar_extension_minimised=false
    mysterybox.faq.url=https://help.habbo.es/entries/22523653-las-cajas-misteriosas
    mysterybox.number.colors.enabled=8
    mysterybox.received.illustration=${image.library.url}xmas2012/box_notification.png
    mysterybox.received.linkurl=https://help.habbo.es/entries/22523653-las-cajas-misteriosas
    mysterybox.tracker.active=false
    navigator.colorlimit.orange=80
    navigator.colorlimit.red=92
    navigator.colorlimit.yellow=50
    navigator.default.view=public
    navigator.default_tab=official
    nest.breeding.bear.enabled=true
    nest.breeding.terrier.enabled=true
    new.identity.hide.quests=true
    new.identity.hide.ui=true
    new.identity.navigator.default_tab=official
    new.user.citizenship.popup.enabled=false
    new.user.flow.enabled=true
    new.user.onboarding.hc.flow.enabled=true
    new.user.own.room.delay=180
    new.user.promo.delay=10
    new.user.promo.room.delay=0
    new.user.reception.enabled=false
    new.user.wing=
    news.auto_popup.enabled=false
    next.limited.rare.countdown.widget.disabled=false
    notification.admin.persistent={"delivery":"PERSISTENT","display":"POP_UP","image":"${image.library.url}album1358/frank_wave_001.gif"}
    notification.admin.transient={"display":"POP_UP","image":"${image.library.url}album1358/frank_wave_001.gif"}
    notification.builders_club.membership_expired={"display":"POP_UP"}
    notification.builders_club.membership_expires={"display":"POP_UP","image":"${image.library.url}notifications/builders_club_room_locked_small.png"}
    notification.builders_club.membership_extended={"delivery":"PERSISTENT","display":"POP_UP"}
    notification.builders_club.membership_made={"delivery":"PERSISTENT","display":"POP_UP","image":"${image.library.url}notifications/builders_club_membership_extended.png"}
    notification.builders_club.membership_renewed={"delivery":"PERSISTENT","display":"POP_UP","image":"${image.library.url}notifications/builders_club_membership_extended.png"}
    notification.builders_club.room_locked={"display":"BUBBLE","image":"${image.library.url}notifications/builders_club_room_locked_small.png"}
    notification.builders_club.room_unlocked={"display":"BUBBLE"}
    notification.builders_club.visit_denied_for_owner={"display":"BUBBLE","image":"${image.library.url}notifications/builders_club_room_locked_small.png"}
    notification.builders_club.visit_denied_for_visitor={"display":"POP_UP","image":"${image.library.url}notifications/builders_club_room_locked.png"}
    notification.casino.too_many_dice.placement={"display":"POP_UP"}
    notification.casino.too_many_dice={"display":"POP_UP"}
    notification.feed.enabled=false
    notification.floorplan_editor.error={"display":"POP_UP"}
    notification.forums.delivered={"delivery":"PERSISTENT","display":"POP_UP"}
    notification.forums.forum_settings_updated={"display":"BUBBLE"}
    notification.forums.message.hidden={"display":"BUBBLE"}
    notification.forums.message.restored={"display":"BUBBLE"}
    notification.forums.thread.hidden={"display":"BUBBLE"}
    notification.forums.thread.locked={"display":"BUBBLE"}
    notification.forums.thread.pinned={"display":"BUBBLE"}
    notification.forums.thread.restored={"display":"BUBBLE"}
    notification.forums.thread.unlocked={"display":"BUBBLE"}
    notification.forums.thread.unpinned={"display":"BUBBLE"}
    notification.furni_placement_error={"display":"BUBBLE"}
    notification.gifting.valentine={"delivery": "PERSISTENT", "display":"BUBBLE", "image":"${image.library.url}notifications/polaroid_photo.png"}
    notification.items.enabled=true
    notification.nux.popup={"display":"POP_UP"}
    notification.purchasing.room={"delivery":"PERSISTENT","display":"POP_UP"}
    nux.lobbies.enabled=true
    nux.noob.lobby.popup.delay=67
    offers.enabled=true
    offers.sponsorpay.appid=9848
    offers.supersonic.enabled=true
    payment.url=https://help.habbo.es/home
    performancetest.distribution.enabled=true
    pet.dynamic.download.name.template=%type%.swf
    pet.dynamic.download.url=${flash.client.url}
    pet.enhancements.enabled=true
    pet.training.enabled=true
    petSelect.enabled=true
    phone.number.preferred.countries=ES,MX,AD,AR,BO,EC,VE,CL
    plasto_campaign.enabled=false
    pocket.api.no=https://www.habbo.no
    private.image.library.url=http://images.habbogroup.com/c_images/
    productdata.load.url=${url.prefix}/gamedata/productdata/1
    public.room.dynamic.download.name.template=%typeid%.swf
    purchase.rent.duration.in.seconds=604800
    purchase.rent.warning_duration_seconds=172800
    purse.widget.currency.shells.enabled=0
    purse.widget.enabled=1
    questing.defaultCampaign=
    questing.showDetailsForNextQuest=false
    questing.startQuestDelayInSeconds=10
    recycler.number_of_slots=5
    relationship.status.enabled=true
    rentablespaces.faq.location=
    rentablespaces.renting_enabled=true
    respect.talent.show.min.audience=6
    revamped_auto_alert_window.enabled=true
    room.camera.follow_user=false
    room.custom.filter.enabled=true
    room.dragging.always_center=0
    room.enter.effect.delay=5000
    room.enter.effect.duration=2000
    room.enter.effect.enabled=false
    room.enter.infostand.fade.start.delay=20000
    room.rating.enable=1
    room.report.enabled=false
    room.settings.trading.visible=false
    room_ad.duration.minutes=120
    room_moderation.mute_all.enabled=true
    roomad.limited_extension=false
    roomadmin.url=https://theallseeingeye.sulake.com/ase/habbo/es/housekeeping/extra/hobba/roomadmin_search.action?searchParamType=3&searchParamValue=
    roomenterad.habblet.enabled=true
    roominfo.widget.enabled=1
    safety_quiz.disabled=true
    seasonalQuestCalendar.campaignPrefix=xmas2013
    seasonalQuestCalendar.currency=101
    seasonalQuestCalendar.enabled=false
    seasonalQuestCalendar.maximum.entities=24
    seasonalcurrencyindicator.currency=101
    seasonalcurrencyindicator.enabled=false
    seasonalcurrencyindicator.page=snowflakes
    sharedhorseriding.enabled=true
    simple.memenu.enabled=1
    sms.identity.verification.enabled=true
    snowstorm.settings.show_user_names=true
    snowwar.ghost.enabled=false
    snowwar.ghost.immediate.enabled=false
    snowwar.ghost.visualization.enabled=false
    snowwar.log.enabled=false
    stories.image.sharing_url_base=https://habbo-stories-api.herokuapp.com/p/cards/%id%.html
    stories.report.selfie.enabled=true
    subscription.reminder.when.days.left=5
    supersaverads.video.promo.development.mode=false
    supersaverads.video.promo.enabled=false
    tablet.avatareditor.enabled=true
    tablet.bc.enabled=true
    tablet.bc.upgrades.enabled=true
    tablet.trading.enabled=true
    talent.progress.emailchange.enabled=true
    talent.track.citizenship.enabled=true
    talent.track.enabled=true
    talentpromo.track=citizenship
    toolbar.extension.video.promo.enabled=false
    toolbar.new_additions.notification.enabled=true
    toolbar.stories.enabled=true
    toolbar.tracking.enabled=true
    trading.commiterror.enabled=true
    trax.player.sample.memory.purge.enabled=1
    try.existing.session=false
    unique.limited.items.enabled=true
    url.prefix.no=http://www.habbo.no
    use.default.localizations=false
    use_minimized_own_avatar_menu=true
    v3_credit_flow.enabled=true
    v3_credit_flow_navigation.enabled=true
    v3_credit_flow_navigation=true
    valentines.enabled=false
    viral.furni.post_type=appRequest
    welcome.screen.enabled=0
    xmas11.enabled=false
    xmas2012.calendar.enabled=false
    xmas2012.calendar.startdate=2012-12-02 00:00
    zendesk.url=https://help.habbo.es/home
    
    
    web.terms_of_service.link=https://help.habbo.es/forums/22862263-T%C3%A9rminos-y-Condiciones-del-Servicio
    
    
    flash.client.url=http:http://MY-IP-ADRESS/game/gordon/RELEASE63-201408141029-609065162/
    external.texts.txt=http:http://MY-IP-ADRESS/game/gamedata/external_flash_texts/f0298858cad9f67cc18da4857f1817b8c23432d3
    external.override.texts.txt=http:http://MY-IP-ADRESS/game/gamedata/override/external_flash_override_texts/da39a3ee5e6b4b0d3255bfef95601890afd80709
    external.override.variables.txt=http:http://MY-IP-ADRESS/game/gamedata/override/external_override_variables/da39a3ee5e6b4b0d3255bfef95601890afd80709
    productdata.load.url=http:http://MY-IP-ADRESS/game/gamedata/productdata/2065c23c0d78722cbb63713e735e8e1a81532afc
    furnidata.load.url=http:http://MY-IP-ADRESS/game/gamedata/furnidata_xml/6da2982cea980c0938e0709f22cfa411afe79987
    sorry but i don't want to give my ip adress.
    all links to the swf files are working.

  6. #6
    Account Upgraded | Title Enabled! Bozzie is offline
    MemberRank
    Aug 2011 Join Date
    ur mumLocation
    275Posts

    Re: rCMS & mercury - client setup

    Make sure at the end of 'furnidata_xml' you add .xml at the end, also change the bottom variables in your variables as they're wroooooong.

  7. #7
    HabboFont.net Cankiee is offline
    MemberRank
    May 2013 Join Date
    North KoreaLocation
    978Posts

    Re: rCMS & mercury - client setup

    Oh didn't see that at the bottom.
    Anyways still stays black for me.

    furnidata_xml.xml? it's correct in client.php ?

  8. #8
    HabboFont.net Cankiee is offline
    MemberRank
    May 2013 Join Date
    North KoreaLocation
    978Posts

    Re: rCMS & mercury - client setup

    Bump!
    still need help.

  9. #9
    HabboFont.net Cankiee is offline
    MemberRank
    May 2013 Join Date
    North KoreaLocation
    978Posts

    Re: rCMS & mercury - client setup

    Bump...

  10. #10
    HabboFont.net Cankiee is offline
    MemberRank
    May 2013 Join Date
    North KoreaLocation
    978Posts

    Re: rCMS & mercury - client setup

    Bump... (Again)

  11. #11
    www.Epic Hosts.co.uk Terrum is offline
    MemberRank
    Jun 2008 Join Date
    EpicHosts,co.ukLocation
    1,322Posts

    Re: rCMS & mercury - client setup

    I would recommend trying to set it up locally before trying to publicise it, then you can try see if it works before you publicise it.

  12. #12
    HabboFont.net Cankiee is offline
    MemberRank
    May 2013 Join Date
    North KoreaLocation
    978Posts

    Re: rCMS & mercury - client setup

    naa, problem solved.

    thanks for anyone who tried to help me :P

    #canbeclosed .



Advertisement