R63 EMU Won't load.

Status
Not open for further replies.

Jakee

Member
Aug 23, 2011
208
19
- My EMULATOR is ONLINE! only the link looks wrong & the EMU doesn't load anything. Not sure whats up :/ - MY EMU
 

Jakee

Member
Aug 23, 2011
208
19
RevCMS

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, the hotel 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>
 

Jakee

Member
Aug 23, 2011
208
19
Yep all fine haha! The SWF loads fine its when it gets to the hotel view the EMU's turn nothing loads, friends, navi etc
 

Jakee

Member
Aug 23, 2011
208
19
Well the Habbo.swf loads but then it get's stuck on hotel view, the EMU/vars are the prob & the vars look fine
 

Jakee

Member
Aug 23, 2011
208
19
Okay my URL Problem was because i accidentally saved 2 coppies of my config.php in my directory folder. [Still waiting to try fix EMU issue]

The problem was just an emulator that wasn't working :p Thanks for the support though guys! Thread can no be closed ;3
 
Status
Not open for further replies.

Users who are viewing this thread

Top