Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

Page 1 of 2 12 LastLast
Results 1 to 25 of 37
  1. #1
    Account Upgraded | Title Enabled! UartigZone is offline
    MemberRank
    Dec 2013 Join Date
    LoserlandLocation
    441Posts

    ! Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    Hello.

    Where can i find or get this top bar?
    I have been looking for it for days now...

    http://i.imgur.com/OxNl4US.png (Look at this)


  2. #2
    Member Shadows is offline
    MemberRank
    May 2013 Join Date
    74Posts

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    You can add this with jQuery load
    But i dont have any certain if in the print was used this method

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

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    Quote Originally Posted by CelsoNetto View Post
    You can add this with jQuery load
    But i dont have any certain if in the print was used this method
    Ohhh... I hope someone have one..

  4. #4
    Member Shadows is offline
    MemberRank
    May 2013 Join Date
    74Posts

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    I can do that. But this week, i dont have time :/

  5. #5
    Account Upgraded | Title Enabled! Joe Richardson is offline
    MemberRank
    Feb 2013 Join Date
    485Posts

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    Since danny from hepix made it, you can't get it anywhere else unless you rip it. This is what mine looks like, http://prntscr.com/2ve6hr

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

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    Quote Originally Posted by Joe Richardson View Post
    Since danny from hepix made it, you can't get it anywhere else unless you rip it. This is what mine looks like, http://prntscr.com/2ve6hr
    Can you release it or give me a hint?

  7. #7
    hi JackHoll is offline
    MemberRank
    Mar 2013 Join Date
    UKLocation
    469Posts

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    They aren't hard to make, it's just a bit of HTML/CSS

  8. #8
    Account Upgraded | Title Enabled! flx5 is offline
    MemberRank
    Nov 2009 Join Date
    GMT+1Location
    294Posts

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    Quote Originally Posted by JackHoll View Post
    They aren't hard to make, it's just a bit of HTML/CSS
    And AJAX (And don't use JQuery just because you have to do one AJAX request... ; people are forgetting how the real coding works)

  9. #9
    hi JackHoll is offline
    MemberRank
    Mar 2013 Join Date
    UKLocation
    469Posts

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    Quote Originally Posted by flx5 View Post
    And AJAX (And don't use JQuery just because you have to do one AJAX request... ; people are forgetting how the real coding works)
    Yeah but thats only for refreshing the users online, it isn't vital...

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

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    Quote Originally Posted by JackHoll View Post
    Yeah but thats only for refreshing the users online, it isn't vital...
    Yeah but i'm noob to code HTML/PHP, hope someone release one or find...

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

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    Quote Originally Posted by CelsoNetto View Post
    I can do that. But this week, i dont have time :/
    Thats fine, just hope you make one when you have time, it will be awesome :)

  12. #12
    DO YOU HAVE THE POWER? Power is offline
    MemberRank
    Aug 2012 Join Date
    Haverhill, SuffLocation
    248Posts

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    http://prntscr.com/2w5q2u
    client for rev with the bar
    PHP Code:
        <script type="text/javascript"
            var 
    habboName "{username}";
            var 
    habboReqPath "{url}";
            var 
    habboStaticFilePath "http://images.habbo.com/habboweb/{web_build}/web-gallery";
            var 
    habboImagerUrl "http://www.habbo.com/habbo-imaging/";
            var 
    habboPartner "";
            var 
    habboDefaultClientPopupUrl "{url}/client";
            
    window.name "ClientWndw";
            if (
    typeof HabboClient != "undefined") { HabboClient.windowName "ClientWndw"; }
        
    </script> 

    <link rel="alternate" type="application/rss+xml" title="Habbo Hotel - RSS" href="http://www.habbo.com/articles/rss.xml" /> 
    <script src="app/tpl/skins/{skin}/client/libs2.js" type="text/javascript"></script> 
    <script src="app/tpl/skins/{skin}/client/visual.js" type="text/javascript"></script> 
    <script src="app/tpl/skins/{skin}/client/libs.js" type="text/javascript"></script> 
    <script src="app/tpl/skins/{skin}/client/common.js" type="text/javascript"></script> 
     
    <link rel="stylesheet" href="http://images.habbo.com/habboweb/{web_build}/web-gallery/static/styles/common.css" type="text/css" /> 
     
    <link rel="stylesheet" href="http://images.habbo.com/habboweb/{web_build}/web-gallery/static/styles/habboflashclient.css" type="text/css" /> 
     
     
    <noscript> 
        <meta http-equiv="refresh" content="0;url=/client/nojs" />
    </noscript> 
     
    <link rel="stylesheet" href="app/tpl/skins/{skin}/client/client.css" type="text/css" /> 
    <script src="app/tpl/skins/{skin}/client/habboflashclient.js" type="text/javascript"></script>

    <script type="text/javascript"> 
        FlashExternalInterface.loginLogEnabled = false;
        FlashExternalInterface.logLoginStep("web.view.start");
        
        if (top == self) {
            FlashHabboClient.cacheCheck();
        }
        var flashvars = {
                "client.allow.cross.domain" : "0", 
                "client.notify.cross.domain" : "1", 
                "connection.info.host" : "{server_ip}", 
                "connection.info.port" : "3031", 
                "site.url" : "{url}/", 
                "url.prefix" : "{url}/", 
                "client.reload.url" : "{url}/client", 
                "client.fatal.error.url" : "{url}/disconnected", 
                "client.connection.failed.url" : "{url}/disconnected", 
                "external.variables.txt" : "{external_vars}", 
                "external.texts.txt" : "{external_texts}", 
                "productdata.load.url" : "{product_data}", 
                "furnidata.load.url" : "{furni_data}", 
                "use.sso.ticket" : "1",
                "sso.ticket" : "{sso}", 
                "processlog.enabled" : "0", 
                "account_id" : "1", 
                "client.starting" : "Please wait! {hotelName} is starting up", 
                "flash.client.url" : "{swf_folder}/", 
                "user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02", 
                "has.identity" : "0", 
                "flash.client.origin" : "popup",
                "token" : "{sso}"
        };
        var params = {
            "base" : "{swf_folder}/",
            "allowScriptAccess" : "always",
            "menu" : "false"                
        };
        
        if (!(HabbletLoader.needsFlashKbWorkaround())) {
            params["wmode"] = "opaque";
        }
        
        var clientUrl = "{swf_folder}/Open.swf";

        swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/{web_build}/web-gallery/flash/expressInstall.swf", flashvars, params);
     
        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) {}
        }
    </script>

    <style>
    #client{
        height: 96%;
    }
    #topbar{
    text-align:center;
    background:#2E2E2E;
    color:#fff;
    padding:3px;
    height:20px;
    font-family:Verdana;
    font-size:10.5px;
    }

    .left{
    margin-top:4px;
    margin-left:4px;
    left: 4px;
    float:left;
    }
    .center{
    margin-top:4px;
    float:center;
    }

    .right{
    margin-top:4px;
    margin-right:4px;
    float:right;
    }
    a {
    color: #FAAC58;
    }
    </style>
    <meta name="build" content="63-BUILD36 - 16.11.2010 11:51 - com" />
    </head>

    <body id="client" class="flashclient">
    <script src="http://code.jquery.com/jquery-latest.js"></script>

        <script>
        var refreshId = setInterval(function()
        {
             $('#TheStats').fadeOut("slow").load('/r').fadeIn("slow");
        }, 10000);
        </script>
        
            <div id="topbar">
                <div class="left">
                    <div id="RefreshBar">
                        <div id="TheStats">
                            <div id="ActualStats">
                            <center>{online}</center>
                            </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>
    <div id="overlay"></div>
    <img src="http://images.habbo.com/habboweb/{web_build}/web-gallery/v2/images/page_loader.gif" style="position:absolute; margin: -1500px;" />

    <div id="overlay"></div>
    <div id="client-ui" >
        <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">Please update your Flash Player to the latest version.</h2>
        <div class="box-content">
                <p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
                <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/{web_build}/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
        </div>
    </div>

            </div>
            <script type="text/javascript">
                $('content').show();
            </script>
            <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 style="display: none">

    <div id="habboCountUpdateTarget">
    {status}
    </div>
        <script language="JavaScript" type="text/javascript">
            setTimeout(function() {
                HabboCounter.init(600);
            }, 20000);
        </script>
        </div>
        <script type="text/javascript">
            RightClick.init("flash-wrapper", "flash-container");
            if (window.opener && window.opener != window && typeof window.opener.location.href != "undefined") {
                window.opener.location.replace(window.opener.location.href);
            }
            $(document.body).addClassName("js");
               HabboClient.startPingListener();
        </script>

    <script type="text/javascript">
        HabboView.run();
    </script>

    <script type="text/javascript">

      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-15697942-2']);
      _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> 
    make a file call it r.php in your skin and put this in it you need to add the {room} though easy to do
    PHP Code:
    {onlineUsers Online || {roomsRooms Loaded 
    now make a file call it r1.php
    PHP Code:
    <?php
    $result 
    mysql_query("SELECT * FROM users ORDER BY id DESC LIMIT 1");



    while(
    $row mysql_fetch_array($result))
      {
     
      echo 
    "Welcome " .$row['username']. " Our New User!";
     
      }
      
    ?>
    and add that

    your welcome

  13. #13
    Enthusiast Boston21 is offline
    MemberRank
    Dec 2013 Join Date
    42Posts

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    Sick bro. Thanks for this.

  14. #14
    DO YOU HAVE THE POWER? Power is offline
    MemberRank
    Aug 2012 Join Date
    Haverhill, SuffLocation
    248Posts

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    Quote Originally Posted by Boston21 View Post
    Sick bro. Thanks for this.
    Welcome :) it easy to code

  15. #15
    Enthusiast Boston21 is offline
    MemberRank
    Dec 2013 Join Date
    42Posts

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    Quote Originally Posted by Power69 View Post
    Welcome :) it easy to code
    Your opinion versus the majority haha. But nice work. Do you have any other cool little rev-able snippets? xD

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

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    Quote Originally Posted by Power69 View Post
    Welcome :) it easy to code
    Hello AWESOME code!! Love it but

    It does not work with my client.php ?

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <title>{hotelName} - Client</title>
    <h1>TEST</h1>
    <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">

    <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script>
    <script type="text/javascript">
    var BaseUrl = "{swf_folder}";
    var flashvars =
    {
    "client.starting" : "Vent venligst {username}, {hotelname} starter",
    "client.allow.cross.domain" : "1",
    "client.notify.cross.domain" : "0",
    "connection.info.host" : " ( Got Proxy in Habbo.swf so will not write IP here :)",
    "connection.info.port" : "2786",
    "site.url" : "{url}",
    "url.prefix" : "{url}",
    "client.reload.url" : "{url}/reload",
    "client.fatal.error.url" : "{url}/reload",
    "client.connection.failed.url" : "{url}/reload",
    "external.variables.txt" : "{external_vars}",
    "external.texts.txt" : "{external_texts}",
    "productdata.load.url" : "{product_data}",
    "furnidata.load.url" : "{furni_data}",
    "use.sso.ticket" : "1",
    "sso.ticket" : "{sso}",
    "processlog.enabled" : "0",
    "flash.client.url" : BaseUrl,
    "flash.client.origin" : "popup"
    };
    var params =
    {
    "base" : BaseUrl + "/",
    "allowScriptAccess" : "always",
    "menu" : "false"
    };
    swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
    </script>


    </head>

    <body>

    <div id="client"></div>

    <?php include_once('checktheban.php'); ?>


    <?
    ip_access_check($REMOTE_ADDR);
    ?>


    <?php include_once('common.php'); ?>




    </body>
    </html>

  17. #17
    DO YOU HAVE THE POWER? Power is offline
    MemberRank
    Aug 2012 Join Date
    Haverhill, SuffLocation
    248Posts

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    just replace my client with yours and it should work, and i dunno check out my hotel in sig and tell me what you like lol

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

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    Quote Originally Posted by Power69 View Post
    just replace my client with yours and it should work, and i dunno check out my hotel in sig and tell me what you like lol
    Its done now but i get whit client? Nothing works then, and the top bar load slow, it look awesome but don't know why i get it...

    - - - Updated - - -

    Quote Originally Posted by Power69 View Post
    just replace my client with yours and it should work, and i dunno check out my hotel in sig and tell me what you like lol
    http://fusshotel.eu/client ( Look at my client )

    And my code is

    <script type="text/javascript">
    var habboName = "{username}";
    var habboReqPath = "{url}";
    var habboStaticFilePath = "http://images.habbo.com/habboweb/{web_build}/web-gallery";
    var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
    var habboPartner = "";
    var habboDefaultClientPopupUrl = "{url}/client";
    window.name = "ClientWndw";
    if (typeof HabboClient != "undefined") { HabboClient.windowName = "ClientWndw"; }
    </script>

    <link rel="alternate" type="application/rss+xml" title="Habbo Hotel - RSS" href="http://www.habbo.com/articles/rss.xml" />
    <script src="app/tpl/skins/{skin}/client/libs2.js" type="text/javascript"></script>
    <script src="app/tpl/skins/{skin}/client/visual.js" type="text/javascript"></script>
    <script src="app/tpl/skins/{skin}/client/libs.js" type="text/javascript"></script>
    <script src="app/tpl/skins/{skin}/client/common.js" type="text/javascript"></script>

    <link rel="stylesheet" href="http://images.habbo.com/habboweb/{web_build}/web-gallery/static/styles/common.css" type="text/css" />

    <link rel="stylesheet" href="http://images.habbo.com/habboweb/{web_build}/web-gallery/static/styles/habboflashclient.css" type="text/css" />


    <noscript>
    <meta http-equiv="refresh" content="0;url=/client/nojs" />
    </noscript>

    <link rel="stylesheet" href="app/tpl/skins/{skin}/client/client.css" type="text/css" />
    <script src="app/tpl/skins/{skin}/client/habboflashclient.js" type="text/javascript"></script>

    <script type="text/javascript">
    FlashExternalInterface.loginLogEnabled = false;
    FlashExternalInterface.logLoginStep("web.view.start");

    if (top == self) {
    FlashHabboClient.cacheCheck();
    }
    var flashvars = {
    "client.allow.cross.domain" : "0",
    "client.notify.cross.domain" : "1",
    "connection.info.host" : "{server_ip}",
    "connection.info.port" : "2786",
    "site.url" : "http://fusshotel.eu/",
    "url.prefix" : "{url}",
    "client.reload.url" : "http://fusshotel.eu/reload",
    "client.fatal.error.url" : "http://http://fusshotel.eu/reload",
    "client.connection.failed.url" : "http://http://fusshotel.eu/reload",
    "external.variables.txt" : "{external_vars}",
    "external.texts.txt" : "{external_texts}",
    "productdata.load.url" : "{product_data}",
    "furnidata.load.url" : "{furni_data}",
    "use.sso.ticket" : "1",
    "sso.ticket" : "{sso}",
    "processlog.enabled" : "0",
    "account_id" : "1",
    "client.starting" : "Please wait! {hotelName} is starting up",
    "flash.client.url" : "{swf_folder}/",
    "user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
    "has.identity" : "0",
    "flash.client.origin" : "popup",
    "token" : "{sso}"
    };
    var params = {
    "base" : "{swf_folder}/",
    "allowScriptAccess" : "always",
    "menu" : "false"
    };

    if (!(HabbletLoader.needsFlashKbWorkaround())) {
    params["wmode"] = "opaque";
    }

    var clientUrl = "{swf_folder}/Open.swf";

    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/{web_build}/web-gallery/flash/expressInstall.swf", flashvars, params);

    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) {}
    }
    </script>

    <style>
    #client {
    height: 96%;
    }
    #topbar {
    text-align:center;
    background:#2E2E2E;
    color:#fff;
    padding:3px;
    height:20px;
    font-family:Verdana;
    font-size:10.5px;
    }

    .left{
    margin-top:4px;
    margin-left:4px;
    left: 4px;
    float:left;
    }
    .center{
    margin-top:4px;
    float:center;
    }

    .right{
    margin-top:4px;
    margin-right:4px;
    float:right;
    }
    a {
    color: #FAAC58 ;
    }
    </style>
    <meta name="build" content="63-BUILD36 - 16.11.2010 11:51 - com" />
    </head>

    <body id="client" class="flashclient">
    <script src="http://code.jquery.com/jquery-latest.js"></script>

    <script>
    var refreshId = setInterval(function()
    {
    $('#TheStats').fadeOut("slow").load('/r').fadeIn("slow");
    }, 10000);
    </script>

    <div id="topbar">
    <div class="left">
    <div id="RefreshBar">
    <div id="TheStats">
    <div id="ActualStats">
    <center>{online}</center>
    </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>
    <div id="overlay"></div>
    <img src="http://images.habbo.com/habboweb/{web_build}/web-gallery/v2/images/page_loader.gif" style="position:absolute; margin: -1500px;" />

    <div id="overlay"></div>
    <div id="client-ui" >
    <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">Please update your Flash Player to the latest version.</h2>
    <div class="box-content">
    <p>You can install and download Adobe Flash Player here: <a href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/{web_build}/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
    </div>
    </div>

    </div>
    <script type="text/javascript">
    $('content').show();
    </script>
    <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 style="display: none">

    <div id="habboCountUpdateTarget">
    {status}
    </div>
    <script language="JavaScript" type="text/javascript">
    setTimeout(function() {
    HabboCounter.init(600);
    }, 20000);
    </script>
    </div>
    <script type="text/javascript">
    RightClick.init("flash-wrapper", "flash-container");
    if (window.opener && window.opener != window && typeof window.opener.location.href != "undefined") {
    window.opener.location.replace(window.opener.location.href);
    }
    $(document.body).addClassName("js");
    HabboClient.startPingListener();
    </script>

    <script type="text/javascript">
    HabboView.run();
    </script>

    <script type="text/javascript">

    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-15697942-2']);
    _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>

  19. #19
    DO YOU HAVE THE POWER? Power is offline
    MemberRank
    Aug 2012 Join Date
    Haverhill, SuffLocation
    248Posts

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    Quote Originally Posted by UartigZone View Post
    Its done now but i get whit client? Nothing works then, and the top bar load slow, it look awesome but don't know why i get it...

    - - - Updated - - -



    http://fusshotel.eu/client ( Look at my client )

    And my code is

    <script type="text/javascript">
    var habboName = "{username}";
    var habboReqPath = "{url}";
    var habboStaticFilePath = "http://images.habbo.com/habboweb/{web_build}/web-gallery";
    var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
    var habboPartner = "";
    var habboDefaultClientPopupUrl = "{url}/client";
    window.name = "ClientWndw";
    if (typeof HabboClient != "undefined") { HabboClient.windowName = "ClientWndw"; }
    </script>

    <link rel="alternate" type="application/rss+xml" title="Habbo Hotel - RSS" href="http://www.habbo.com/articles/rss.xml" />
    <script src="http://forum.ragezone.com/app/tpl/skins/{skin}/client/libs2.js" type="text/javascript"></script>
    <script src="http://forum.ragezone.com/app/tpl/skins/{skin}/client/visual.js" type="text/javascript"></script>
    <script src="http://forum.ragezone.com/app/tpl/skins/{skin}/client/libs.js" type="text/javascript"></script>
    <script src="http://forum.ragezone.com/app/tpl/skins/{skin}/client/common.js" type="text/javascript"></script>

    <link rel="stylesheet" href="http://images.habbo.com/habboweb/{web_build}/web-gallery/static/styles/common.css" type="text/css" />

    <link rel="stylesheet" href="http://images.habbo.com/habboweb/{web_build}/web-gallery/static/styles/habboflashclient.css" type="text/css" />


    <noscript>
    <meta http-equiv="refresh" content="0;url=/client/nojs" />
    </noscript>

    <link rel="stylesheet" href="http://forum.ragezone.com/app/tpl/skins/{skin}/client/client.css" type="text/css" />
    <script src="http://forum.ragezone.com/app/tpl/skins/{skin}/client/habboflashclient.js" type="text/javascript"></script>

    <script type="text/javascript">
    FlashExternalInterface.loginLogEnabled = false;
    FlashExternalInterface.logLoginStep("web.view.start");

    if (top == self) {
    FlashHabboClient.cacheCheck();
    }
    var flashvars = {
    "client.allow.cross.domain" : "0",
    "client.notify.cross.domain" : "1",
    "connection.info.host" : "{server_ip}",
    "connection.info.port" : "2786",
    "site.url" : "http://fusshotel.eu/",
    "url.prefix" : "{url}",
    "client.reload.url" : "http://fusshotel.eu/reload",
    "client.fatal.error.url" : "http://http://fusshotel.eu/reload",
    "client.connection.failed.url" : "http://http://fusshotel.eu/reload",
    "external.variables.txt" : "{external_vars}",
    "external.texts.txt" : "{external_texts}",
    "productdata.load.url" : "{product_data}",
    "furnidata.load.url" : "{furni_data}",
    "use.sso.ticket" : "1",
    "sso.ticket" : "{sso}",
    "processlog.enabled" : "0",
    "account_id" : "1",
    "client.starting" : "Please wait! {hotelName} is starting up",
    "flash.client.url" : "{swf_folder}/",
    "user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
    "has.identity" : "0",
    "flash.client.origin" : "popup",
    "token" : "{sso}"
    };
    var params = {
    "base" : "{swf_folder}/",
    "allowScriptAccess" : "always",
    "menu" : "false"
    };

    if (!(HabbletLoader.needsFlashKbWorkaround())) {
    params["wmode"] = "opaque";
    }

    var clientUrl = "{swf_folder}/Open.swf";

    swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/{web_build}/web-gallery/flash/expressInstall.swf", flashvars, params);

    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) {}
    }
    </script>

    <style>
    #client {
    height: 96%;
    }
    #topbar {
    text-align:center;
    background:#2E2E2E;
    color:#fff;
    padding:3px;
    height:20px;
    font-family:Verdana;
    font-size:10.5px;
    }

    .left{
    margin-top:4px;
    margin-left:4px;
    left: 4px;
    float:left;
    }
    .center{
    margin-top:4px;
    float:center;
    }

    .right{
    margin-top:4px;
    margin-right:4px;
    float:right;
    }
    a {
    color: #FAAC58 ;
    }
    </style>
    <meta name="build" content="63-BUILD36 - 16.11.2010 11:51 - com" />
    </head>

    <body id="client" class="flashclient">
    <script src="http://code.jquery.com/jquery-latest.js"></script>

    <script>
    var refreshId = setInterval(function()
    {
    $('#TheStats').fadeOut("slow").load('/r').fadeIn("slow");
    }, 10000);
    </script>

    <div id="topbar">
    <div class="left">
    <div id="RefreshBar">
    <div id="TheStats">
    <div id="ActualStats">
    <center>{online}</center>
    </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>
    <div id="overlay"></div>
    <img src="http://images.habbo.com/habboweb/{web_build}/web-gallery/v2/images/page_loader.gif" style="position:absolute; margin: -1500px;" />

    <div id="overlay"></div>
    <div id="client-ui" >
    <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">Please update your Flash Player to the latest version.</h2>
    <div class="box-content">
    <p>You can install and download Adobe Flash Player here: <a onclick="ga('send', 'event', 'Outgoing', 'get.adobe.com', '/flashplayer/');" rel="nofollow" href="http://get.adobe.com/flashplayer/">Install flash player</a>. More instructions for installation can be found here: <a onclick="ga('send', 'event', 'Outgoing', 'www.adobe.com', '/products/flashplayer/productinfo/instructions/');" rel="nofollow" href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
    <p><a onclick="ga('send', 'event', 'Outgoing', 'www.adobe.com', '/go/getflashplayer');" rel="nofollow" href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/{web_build}/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
    </div>
    </div>

    </div>
    <script type="text/javascript">
    $('content').show();
    </script>
    <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 style="display: none">

    <div id="habboCountUpdateTarget">
    {status}
    </div>
    <script language="JavaScript" type="text/javascript">
    setTimeout(function() {
    HabboCounter.init(600);
    }, 20000);
    </script>
    </div>
    <script type="text/javascript">
    RightClick.init("flash-wrapper", "flash-container");
    if (window.opener && window.opener != window && typeof window.opener.location.href != "undefined") {
    window.opener.location.replace(window.opener.location.href);
    }
    $(document.body).addClassName("js");
    HabboClient.startPingListener();
    </script>

    <script type="text/javascript">
    HabboView.run();
    </script>

    <script type="text/javascript">

    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-15697942-2']);
    _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>
    press ctrl find Open.swf and change it to Habbo.swf or w,e yours is called sorry

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

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    Quote Originally Posted by Power69 View Post
    press ctrl find Open.swf and change it to Habbo.swf or w,e yours is called sorry
    Thanks! Works now, love you mate! :D

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

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    - - - Updated - - -

    Quote Originally Posted by Power69 View Post
    press ctrl find Open.swf and change it to Habbo.swf or w,e yours is called sorry
    The bug now is people can't join the hotel with firefox? Is it a bug or something wrong with the code? :) Its just whit. I can hear i check in but the screen will not be visible? Is it a bug?

  22. #22
    DO YOU HAVE THE POWER? Power is offline
    MemberRank
    Aug 2012 Join Date
    Haverhill, SuffLocation
    248Posts

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    never header of that problem before, download firebug for firefox and load your client in a tab and use inspect elelment on your client click console and check if anything missing it should show a redcross

  23. #23
    Account Upgraded | Title Enabled! tomsandz is offline
    MemberRank
    Nov 2012 Join Date
    EnglandLocation
    272Posts

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    for ubercms please? ::D

  24. #24
    hi JackHoll is offline
    MemberRank
    Mar 2013 Join Date
    UKLocation
    469Posts

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    Quote Originally Posted by tomsandz View Post
    for ubercms please? ::D
    It should work the exact same, just change the {rooms} and {online} to the proper UberCMS parameters.

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

    Re: Top Bar for Client ( R63) = 10 Online • Welcome our newest user, (username)

    Quote Originally Posted by Power69 View Post
    never header of that problem before, download firebug for firefox and load your client in a tab and use inspect elelment on your client click console and check if anything missing it should show a redcross
    Can't find anything wrong, can you try look at it and help me if you want? :)
    http://fusshotel.eu/client ( In firefox )

    Seems like all the details don't will show up the port and all the thing.. Any fix?
    Last edited by UartigZone; 27-02-14 at 11:19 PM.



Page 1 of 2 12 LastLast

Advertisement