Client stuck at 87% then goes to /me page

ano2k77

Member
Feb 4, 2013
466
30
Hey!

So I got help with my first problem I was having with Azure Emulator, but now the client seems to get frozen at 87% then re-directs? I'm pretty sure I've set everything up correctly etc, I've checked it over about 5 times, can anyone help?
 

Muff

Member
Aug 5, 2015
252
129
replace this with your client.php don't forget to remove hebba link with yours
Code:
<!DOCTYPE html>

<html>
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelname}: Client</title>
      
        <link rel="stylesheet" href="{url}/app/tpl/skins/{skin}/styles/client.css" type="text/css">
                <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" />
      
        <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/swfobject.js"></script>
        <script type="text/javascript">
       
            var BaseUrl = "http://localhost/game/";
            var flashvars =
            {
            "client.starting" : "Please wait, {hotelName} is loading...",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "IP/LINK,
                "connection.info.port" : "PORT",
                "site.url" : "http://hebba.us",
                "url.prefix" : "http://hebba.us",
                "client.reload.url" : "http://hebba.us/client",
                "client.fatal.error.url" : "http://hebba.us/disconnect",
                "client.connection.failed.url" : "http://hebba.us/disconnect",
                "external.variables.txt" : "http://hebba.us/game/gamedata/external_variables.txt",
                "external.texts.txt" : "http://hebba.us/game/gamedata/external_flash_texts.txt",
                "external.figurepartlist.txt" : "http://hebba.us/game/gamedata/figuredata.xml",
                "external.override.texts.txt" : "http://hebba.us/game/gamedata/external_flash_override_texts.txt",
                "external.override.variables.txt" : "http://hebba.us/game/gamedata/external_override_variables.txt",
                "productdata.load.url" : "http://hebba.us/game/gamedata/productdata.xml",
                "furnidata.load.url" : "http://hebba.us/game/gamedata/furnidata.xml",
                "use.sso.ticket" : "1",
                "sso.ticket" : "{sso}",
                "processlog.enabled" : "0",
                "flash.client.url" : "//hebba.us/game/",
                "flash.client.origin" : "popup",
                "nux.lobbies.enabled" : "true"
            };
            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"         
            };
            swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://localhost/game/expressInstall.swf",                flashvars, params, null);

</script>
    </head>

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

</body>
</html>
 

ano2k77

Member
Feb 4, 2013
466
30
replace this with your client.php don't forget to remove hebba link with yours
Code:
<!DOCTYPE html>

<html>
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelname}: Client</title>
     
        <link rel="stylesheet" href="{url}/app/tpl/skins/{skin}/styles/client.css" type="text/css">
                <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" />
     
        <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/swfobject.js"></script>
        <script type="text/javascript">
      
            var BaseUrl = "http://localhost/game/";
            var flashvars =
            {
            "client.starting" : "Please wait, {hotelName} is loading...",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "IP/LINK,
                "connection.info.port" : "PORT",
                "site.url" : "http://hebba.us",
                "url.prefix" : "http://hebba.us",
                "client.reload.url" : "http://hebba.us/client",
                "client.fatal.error.url" : "http://hebba.us/disconnect",
                "client.connection.failed.url" : "http://hebba.us/disconnect",
                "external.variables.txt" : "http://hebba.us/game/gamedata/external_variables.txt",
                "external.texts.txt" : "http://hebba.us/game/gamedata/external_flash_texts.txt",
                "external.figurepartlist.txt" : "http://hebba.us/game/gamedata/figuredata.xml",
                "external.override.texts.txt" : "http://hebba.us/game/gamedata/external_flash_override_texts.txt",
                "external.override.variables.txt" : "http://hebba.us/game/gamedata/external_override_variables.txt",
                "productdata.load.url" : "http://hebba.us/game/gamedata/productdata.xml",
                "furnidata.load.url" : "http://hebba.us/game/gamedata/furnidata.xml",
                "use.sso.ticket" : "1",
                "sso.ticket" : "{sso}",
                "processlog.enabled" : "0",
                "flash.client.url" : "//hebba.us/game/",
                "flash.client.origin" : "popup",
                "nux.lobbies.enabled" : "true"
            };
            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"        
            };
            swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://localhost/game/expressInstall.swf",                flashvars, params, null);

</script>
    </head>

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

</body>
</html>
The client stays white now
 

Users who are viewing this thread

Top