[Help] R63 Client loads but doesn't enter the client

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
I am working on a R63 Habbo Retro on IIS. I go to my url/client - it load's but it doesn't enter the client. It just sticks on the black screen after loading.

Here is my client.php:
Code:
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName} - Client</title>
       
        <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" : "Welcome {username}, {hotelname} is loading",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "{server_ip}",
                "connection.info.port" : "30000",
                "site.url" : "{url}",
                "url.prefix" : "{url}",
                "client.reload.url" : "{url}/client",
                "client.fatal.error.url" : "{url}/me",
                "client.connection.failed.url" : "{url}/me",
                "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" : "true"               
            };
            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>
   
    </body>
</html>

Can anyone help me? I am using Phoenix 3.11.0 DB + Emu
 

Tads

http://air-hotel.info/
Nov 2, 2013
44
12
make sure you have proper SWFs. If so, have a go at making sure that the config is correct (ex_vars). If that's not it, open your ports up, and edit your client configuration.
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
make sure you have proper SWFs. If so, have a go at making sure that the config is correct (ex_vars). If that's not it, open your ports up, and edit your client configuration.

Ill give it a try, the ports should be opened up as the emu loads, and it doesnt have any errors of ports being used somewhere else. Could you give me a link in a r63 swf pack?
 

Users who are viewing this thread

Top