RevCMS - Topbar in Client (Help/Request)

Results 1 to 3 of 3
  1. #1
    Account Upgraded | Title Enabled! UartigZone is offline
    MemberRank
    Dec 2013 Join Date
    LoserlandLocation
    441Posts

    ! RevCMS - Topbar in Client (Help/Request)

    Hello,

    Does someone have a topbar for RevCMS?

    Right now i got this
    (Ignore the blue - You should notice the blue circles)
    The topbar Do not fit together ...



    And the rød thing right on the page... How can I get it to fit so you don't have to move down the page while the topbar is there?

    Code:
     
    
    <center>
    <style>
    #client {
    margin-top:15px;
    height:85%;
    }
    </style>
    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <title>StjerneHotel: Client</title>
    <link rel="stylesheet" href="http://URL/app/theme/Habbo/styles/client.css" type="text/css">
    <link rel="shortcut icon" href="http://URL/favicon.ico" type="image/vnd.microsoft.icon" />
    <script type="text/javascript" src="http://URL/app/theme/Habbo/web-gallery/js/swfobject.js"></script>
    <link rel="stylesheet" href="http://URL/app/tpl/skins/Habbo/styles/common.css" type="text/css">
    <link rel="stylesheet" href="http://URL/app/tpl/skins/Habbo/styles/lightweightmepage.css" type="text/css">
    <link rel="stylesheet" href="http://URL/app/tpl/skins/Habbo/styles/campaigns.css" type="text/css">
    <script type="text/javascript" src="http://URL/app/tpl/skins/Habbo/js/libs2.js"></script>
    <script type="text/javascript" src="http://URL/app/tpl/skins/Habbo/js/visual.js"></script>
    <script type="text/javascript" src="http://URL/app/tpl/skins/Habbo/js/libs.js"></script>
    <script type="text/javascript" src="http://URL/app/tpl/skins/Habbo/js/common.js"></script>
    <script type="text/javascript" src="http://URL/app/tpl/skins/Habbo/js/fullcontent.js"></script>
    <script type="text/javascript" src="http://URL/app/tpl/skins/Habbo/js/lightweightmepage.js"></script>
    <script type="text/javascript">
    var BaseUrl = "http://URL/game/";
    var flashvars =
    {
    "client.starting" : "Please wait..",
    "client.allow.cross.domain" : "1",
    "client.notify.cross.domain" : "0",
    "connection.info.host" : "PROXY",
    "connection.info.port" : "1900",
    "site.url" : "http://URL/",
    "url.prefix" : "http://URL",
    "client.reload.url" : "http://URL/client",
    "client.fatal.error.url" : "http://URL/disconnected1",
    "client.connection.failed.url" : "http://URL/disconnected2",
    "external.variables.txt" : "http://URL/game/gamedata/external_variables/1.xml",
    "external.texts.txt" : "http://URL/game/gamedata/external_flash_texts/1.xml",
    "external.figurepartlist.txt" : "http://URL/game/gamedata/figuredata/1.xml",
    "external.override.texts.txt" : "http://habsi.co/game/gamedata/override/external_flash_override_texts/1.xml",
    "external.override.variables.txt" : "http://URL/game/gamedata/override/external_override_variables/1.xml",
    "productdata.load.url" : "http://URL/game/gamedata/productdata/1.xml",
    "furnidata.load.url" : "http://URL/game/gamedata/furnidata_xml/1.xml",
    "use.sso.ticket" : "1",
    "sso.ticket" : "RevCMS-469/d2f91c2eda44617822b087b501a6a6a38",
    "processlog.enabled" : "0",
    "flash.client.url" : "http://URL/game/",
    "flash.client.origin" : "popup",
    "nux.lobbies.enabled" : "true"
    };
    var params =
    {
    "base" : BaseUrl + "/",
    "allowScriptAccess" : "always",
    "menu" : "false"
    };
    swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "85%", "10.0.0", "http://habsi.co/game/expressInstall.swf", flashvars, params, null);
    </script>
    </head>
    <body>
    <div id="client"></div>
    <div id="topbar">
    <div class="left">
    <div id="RefreshBar">
    <div id="TheStats">
    <div id="ActualStats">
    <script>
    var refreshId = setInterval(function()
    {
    $('#TheStats1').fadeOut("slow").load('/r').fadeIn("slow");
    }, 10000);
    </script>
    </div>
    </div>
    </div>
    </div>
    <script>
    var refreshId = setInterval(function()
    {
    $('#TheStats1').fadeOut("slow").load('/r1').fadeIn("slow");
    }, 10000);
    </script>
    <div class="right">
    <div id="RefreshBar">
    <div id="TheStats1">
    <div id="ActualStats">
    <center></center>
    </div>
    </div>
    </div>
    </div>
    <script>
    var refreshId = setInterval(function()
    {
    $('#TheStats2').fadeOut("slow").load('/reloadstats2.php').fadeIn("slow");
    }, 10000);
    </script>
    <div id="RefreshBar">
    <div id="TheStats3">
    <div id="ActualStats">
    <center><b><!-- BEGINS: AUTO-GENERATED MUSES RADIO PLAYER CODE -->
    <script type="text/javascript" src="http://hosted.musesradioplayer.com/mrp.js"></script>
    <script type="text/javascript">
    MRP.insert({
    'url':'http://198.50.201.189:8000/listen.mp3',
    'codec':'mp3',
    'volume':100,
    'autoplay':true,
    'jsevents':true,
    'buffering':5,
    'title':'Open Hotel',
    'welcome':'Open Hotel',
    'wmode':'transparent',
    'skin':'original',
    'width':329,
    'height':21
    });
    </script>
    <!-- ENDS: AUTO-GENERATED MUSES RADIO PLAYER CODE --></center>
    </div>
    </div>
    </div>
    </div>
    </body>
    </html>


  2. #2
    Member Dann Marchelo is offline
    MemberRank
    Jul 2013 Join Date
    50Posts

    Re: RevCMS - Topbar in Client (Help/Request)

    https://forum.ragezone.com/f333/top-...3-10-a-989081/ I believe that was posted by you?

  3. #3
    Account Upgraded | Title Enabled! UartigZone is offline
    MemberRank
    Dec 2013 Join Date
    LoserlandLocation
    441Posts

    Re: RevCMS - Topbar in Client (Help/Request)

    Quote Originally Posted by Dann Marchelo View Post
    Yeah but its closed, old and not for R63B ...

    - - - Updated - - -

    Got it - Can be closed
    @Droppy



Advertisement