PlusEMU Habboon Edit Disconnection at 100%

Fume

wag1 piff ting
Dec 4, 2014
172
33
As the title says, I have set up the EMU, edited client.php and changed the vars but when I the client, it goes to the hotel view and then disconnects.
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="shortcut icon" href="app/tpl/skins/{skin}/static/images/favicon.gif" />
        <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" : "{username}, Please wait, {hotelName} is loading",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "127.0.0.1",
                "connection.info.port" : "3030",
                "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>
Everything under this is irrelevant

This is what the chrome console gives me:
s95jjCA.png

if you need anything else let me know
 

Vinster

We are Anonymous. We are Legion.
Feb 11, 2016
88
12
Hey buddy i can help you with this issue { add my skype] Joshhylad

Its not grabing your figuredata as shown in dev tools i can help you sort this :}
 

Users who are viewing this thread

Top