[HELP] Need YOUR advice [HELP]

EXODEXPE

New Member
May 18, 2014
27
1
Hey!

I have bascially tried out so many r63b and there has always be something wrong with them, emu not working, problem with clients etc... So I tried r63 and it worked for a few days. Suddenly it stopped working, the client is stuck on the hotel view and I have no idea what happend. Haven't touched anything as far as I know and I have tried redownload everything and do it from the start, still nothing. Does anyone got any idea of what the hotel view problem can be and how to solve it? I got the latest webbuild, my external_variables are not changed since it worked and does anyone also got any clue of any tutorial that actually works these days? Watched a few from 2014 but they contained so much errors in the files... Or if someone would wanna offer their help? Add me on skype if so, kashmiis is the name!
 

EXODEXPE

New Member
May 18, 2014
27
1
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" : "Please wait, {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" : "false"               
            };
            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>
 

Users who are viewing this thread

Top