What can be wrong in this client?

Results 1 to 3 of 3
  1. #1
    Apprentice GuguGRP is offline
    MemberRank
    May 2014 Join Date
    BrazilLocation
    8Posts

    sad What can be wrong in this client?

    My client is no more than 76%.

    Code:
    <?php
    #####################################################################
    #|||||                   HABBIN NEW CMS 2016                   |||||#
    #|||||          Especialmente para o www.Habbin.biz            |||||#
    # ----------------------------------------------------------------- #
    #|||||                  http://fb.com/GuguGRP                  |||||#
    #####################################################################
    define('PAGE_ID', 'client');
    define('PAGE_NAME', 'Client');
    
    hide_if_notlogged();
    ?>
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <?php get_meta_tag(PAGE_ID); ?>
    <link rel="shortcut icon" href="{@siteURL@}/app/content/templates/{@siteTEMPLATE@}/img/favicon.ico" type="image/vnd.microsoft.icon" />
    <title>{@siteNAME@}: <?php echo PAGE_NAME ?></title>
    <META name="description" content="{@siteDESCRIPTION@}">
            <script type="text/javascript" src="{@siteURL@}/app/content/templates/{@siteTEMPLATE@}/js/swfobject.js"></script>
            <style type="text/css">
            * { margin: 0; padding: 0; }
            html, #client { height: 100%; text-align: left; background-color: black; }
            #client { position: absolute; overflow: hidden; left: 0; top: 0; right: 0; bottom: 0; }
            </style>
    <script type="text/javascript">
    
                var BaseUrl = "http://habbin.biz/swf/gordon/PRODUCTION-201601012205-226667486/";
                var flashvars =
                {
                    "client.allow.cross.domain" : "0", 
                    "client.notify.cross.domain" : "1", 
                    "client.starting" : "Por favor aguarde! O Habbin está carregando...", 
                    "connection.info.host" : "192.168.2.100", 
                    "connection.info.port" : "30000",
                    "site.url" : "{@siteURL@}", 
                    "url.prefix" : "{@siteURL@}", 
                    "client.reload.url" : "{@siteURL@}/client", 
                    "client.fatal.error.url" : "{@siteURL@}/inicio", 
                    "client.connection.failed.url" : "{@siteURL@}/inicio", 
                    "external.variables.txt" : "http://habbin.biz/swf/gamedata/external_variables.txt", 
                    "external.texts.txt" : "http://habbin.biz/swf/gamedata/external_flash_texts.txt", 
                    "external.override.texts.txt" : "http://habbin.biz/swf/gamedata/override/external_flash_override_texts.txt", 
                    "external.override.variables.txt" : "http://habbin.biz/swf/gamedata/override/external_override_variables.txt", 
                    "productdata.load.url" : "http://habbin.biz/swf/gamedata/productdata.txt", 
                    "furnidata.load.url" : "http://habbin.biz/swf/gamedata/furnidata.xml", 
                    "sso.ticket" : "{@sso@}", 
                    "processlog.enabled" : "0", 
                    "flash.client.url" : BaseUrl, 
                    "flash.client.origin" : "popup" 
                };
                var params =
                {
                   "base" : "http://habbin.biz/swf/gordon/PRODUCTION-201601012205-226667486/",
                    "allowScriptAccess" : "always",
                    "menu" : "false"                
                };
               swfobject.embedSWF("http://habbin.biz/swf/gordon/PRODUCTION-201601012205-226667486/Habbo.swf", "client", "100%", "100%", "10.0.0", "/expressInstall.swf", flashvars, params, null);
    </script>
    </head>
    <body>  
        <div id="client"></div>   
    </body>
    </html>
    CMS: Based MyCMS
    Emulator: PlusEmu Private Fixs

    - - - Updated - - -

    @Update: I managed the feat of carrying up to 100%, but it returns to my "me" what should be the flash_client_error. What could it be? There is no error return, only goes to 100% and returns, can even test there. http://www.habbin.biz


  2. #2
    Valued Member Troll Hotel is offline
    MemberRank
    Nov 2012 Join Date
    SlovakiaLocation
    144Posts

    Re: What can be wrong in this client?

    Did you also edit the external override variables ?
    Also your connection host ip is wrong
    Last edited by Troll Hotel; 19-01-16 at 08:10 PM.

  3. #3
    Apprentice GuguGRP is offline
    MemberRank
    May 2014 Join Date
    BrazilLocation
    8Posts

    Re: What can be wrong in this client?

    Quote Originally Posted by Troll Hotel View Post
    Did you also edit the external override variables ?
    Also your connection host ip is wrong
    Resolved, thanks.



Advertisement