Client redirects to ME

2hi

Retro Helper
Oct 12, 2014
52
2
Okay so I'm having issues, I got mercury finally all sorted and able to open, database and everything is good and when i go to load the client, it loads shows hotel view for a brief couple seconds than redirects me to the me page... was hoping someone could help with this!

HTML:
<!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/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/Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "http://198.37.103.223/game";
            var flashvars =
            {
                "client.starting" : "Please wait {username}, {hotelname} is starting up!",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "198.37.103.223",
                "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>
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/3082'; //Web_Build

$_CONFIG['hotel']['external_vars'] = ' //URL to your external

$_CONFIG['hotel']['external_texts'] = ' //URL to your external texts

$_CONFIG['hotel']['product_data'] = ' //URL to your productdata

$_CONFIG['hotel']['furni_data'] = ' //URL to your furnidata

$_CONFIG['hotel']['swf_folder'] = ' //URL to your SWF folder(does not end with a '/')

flash.client.url=//198.37.103.223/game/gordon/RELEASE63-201408141029-609065162/
external.texts.txt=
external.override.texts.txt=
external.override.variables.txt=
productdata.load.url=
furnidata.load.url=
 

2hi

Retro Helper
Oct 12, 2014
52
2
I'm not to sure which pack it is, BenHands gave me the download for it, is there a different one I should be using? are they just not laid out properly



c65b1f4d3ca7725a33895ff35fc4352d.png
 

Users who are viewing this thread

Top