Client problem.

Sab

I love milfs.
Jun 25, 2011
1,212
136
Hey guys, I'm having this problem where the top loading bar doesn't load. I'm using a phoenix, VPS hosted.

Any idea?
 

Sab

I love milfs.
Jun 25, 2011
1,212
136
Screen please. I have no idea what you mean with top bar.
2vd46tx.png
 

Sab

I love milfs.
Jun 25, 2011
1,212
136
Did you set up your swf's properly? And are they up to date?
Their were working earlier, idk what happened. 
Check your web_build.
Just did, I cleared cache and it loaded half way.

My client.php:
Code:
<head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName} - Client</title>
       
       
        <link rel="stylesheet" href="{url}/app/tpl/skins/Custom-Habbo/styles/client.css" type="text/css">
        <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script
       
        <script type="text/javascript" src="{url}/app/tpl/skins/Custom-Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "{swf_folder}";
            var flashvars =
            {
           
                "client.starting" : "Please wait {username}, {hotelName} is starting up!",
                "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" : "http://sharp-hotel.com/r63",
                "flash.client.origin" : "popup",
            };
            var params =
            {
                "base" :  "http://sharp-hotel.com/r63/",
                "allowScriptAccess" : "always",
                "menu" : "false",
            };
            params["wmode"] = "opaque";
            swfobject.embedSWF("http://sharp-hotel.com/r63/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
        </script>
        <style>

Theirs more under but nothing needed.
 

Weasel

👄 I'd intercept me
Nov 25, 2011
4,135
2,461
Their were working earlier, idk what happened. 

Just did, I cleared cache and it loaded half way.

My client.php:
Code:
<head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName} - Client</title>
     
     
        <link rel="stylesheet" href="{url}/app/tpl/skins/Custom-Habbo/styles/client.css" type="text/css">
        <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script
     
        <script type="text/javascript" src="{url}/app/tpl/skins/Custom-Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "{swf_folder}";
            var flashvars =
            {
         
                "client.starting" : "Please wait {username}, {hotelName} is starting up!",
                "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" : "http://sharp-hotel.com/r63",
                "flash.client.origin" : "popup",
            };
            var params =
            {
                "base" :  "http://sharp-hotel.com/r63/",
                "allowScriptAccess" : "always",
                "menu" : "false",
            };
            params["wmode"] = "opaque";
            swfobject.embedSWF("http://sharp-hotel.com/r63/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
        </script>
        <style>

Theirs more under but nothing needed.

Fill in {server_ip} with your IP where the EMulator is hosted on. Also change with {url}
Also check if you forwarded your ports.
 

Users who are viewing this thread

Top