Client Not Running

Dec 7, 2016
65
5
the Emulator is running without any errors but I don't think I'm linking the client.php correctly--
The page is just white.

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/New/client/client.css" type="text/css">
        
        <script type="text/javascript" src="{url}/app/tpl/skins/New/client/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "http://localhost/game/gordon/RELEASE63-201408141029-609065162";
            var flashvars =
            {
                "client.starting" : "{hotelname} is aan het laden...",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "localhost",
                "connection.info.port" : "3306",
                "site.url" : "http://localhost",
                "url.prefix" : "http://localhost",
                "client.reload.url" : "http://localhost/client",
                "client.fatal.error.url" : "http://localhost/me",
                "client.connection.failed.url" : "http://localhost/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>
 

Blasteh

big tits
Apr 3, 2013
1,156
521
Press F12 and view console, also, I highly suggest you google search before you start posting your problems. I google searched "PlusEMU White Client" and it came up with all possible issues.
 

Users who are viewing this thread

Top