help

Kak

Posting Freak
Apr 21, 2017
951
165
- external_override_variables?

- ports 30000,30001 for inbound and outbound rules? (windows firewall with advanced security)

- any emu errors and google console?
 

antiny2010

Member
Nov 27, 2014
171
6
yeah okay il sort one out 2 mins
 
  1. <!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/habbologic/css/client.css" type="text/css">

    <script type="text/javascript" src="{url}/app/tpl/skins/habbologic/js/swfobject.js"></script>
    <script type="text/javascript">
    var BaseUrl = " ";
    var flashvars =
    {
    "client.starting" : "Please wait, {hotelName} is loading",
    "client.allow.cross.domain" : "1",
    "client.notify.cross.domain" : "0",
    "connection.info.host" : "176.31.46.187",
    "connection.info.port" : "30000",
    "site.url" : " ",
    "url.prefix" : " ",
    "client.reload.url" : " ",
    "client.fatal.error.url" : " ",
    "client.connection.failed.url" : " ",
    "external.variables.txt" : " ",
    "external.texts.txt" : " ",
    "productdata.load.url" : " ",
    "furnidata.load.url" : " ",
    "use.sso.ticket" : "1",
    "sso.ticket" : "{sso}",
    "processlog.enabled" : "0",
    "flash.client.url" :" ",
    "flash.client.origin" : "popup"
    };
    var params =
    {
    "base" : BaseUrl + "/",
    "allowScriptAccess" : "always",
    "menu" : "false"
    };
    swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", " ", flashvars, params, null);
    </script>
    </head>

    <body>

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

    </body>
    </html>
 
I'm able to use join.me if you want me to have a look
join.me/865-741-227
 

ZaneyRetros

i am dead
Jul 27, 2015
211
105
External_override_variables
Check if ports are open
Check if their is any errors in google console (F12)
Check client.php / config.php - Just incase

- If you still need help, just feel free to PM me.
Many Regards
Zane
 

Users who are viewing this thread

Top