PlusEmu - Black Client...

Moon

If life is a Bitch, Fuck it |
Dec 25, 2017
59
20
Hey I'm running Plus EMU release 1, my client is black, flash enabled, tried f12 no errors, so everything is being linked, I don't know what the issue seems to be. I'm running RevCMS with Lewislol's Theme, client code is:
Code:
<!DOCTYPE html>
<html lang="en">
    <head>
        <link rel="shortcut icon" href="http://limehotel.us/app/tpl/skins/{skin}/images/favicon.ico" type="image/vnd.microsoft.icon"/>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelName} Hotel</title>
 
        <link rel="stylesheet" href="http://limehotel.us/app/tpl/skins/Habbo/styles/client.css" type="text/css">
 
        <script type="text/javascript" src="http://limehotel.us/app/tpl/skins/Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "http://limehotel.us/swfs/gordon/PRODUCTION-201701242205-837386173/";
            var flashvars =
            {
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "{Retracted} - Real Ip Is here.",
                "connection.info.port" : "30000",
                "site.url" : "http://limehotel.us",
                "url.prefix" : "http://limehotel.us",
                "client.reload.url" : "http://limehotel.us/disconnected",
                "client.fatal.error.url" : "http://limehotel.us/disconnected",
                "client.connection.failed.url" : "http://limehotel.us/disconnected",
                "external.variables.txt" : "http://limehotel.us/swfs/gamedata/external_variables.txt",
                "external.texts.txt" : "http://limehotel.us/swfs/gamedata/external_flash_texts.txt",
                "external.override.texts.txt" : "http://limehotel.us/swfs/gamedata/override/external_flash_override_texts.txt",
                "external.override.variables.txt" : "http://limehotel.us/swfs/gamedata/override/external_override_variables.txt",
                "external.figurepartlist.txt" : "http://limehotel.us/swfs/gamedata/figuredata.xml",
                "productdata.load.url" : "http://limehotel.us/swfs/gamedata/productdata.txt",
                "furnidata.load.url" : "http://limehotel.us/swfs/gamedata/furnidata.xml",
                "use.sso.ticket" : "1",
                "sso.ticket" : "{sso}",
                "client.starting" : "Please wait! {hotelName} is starting up.",
                "processlog.enabled" : "0",
                "flash.client.url" : BaseUrl,
                "client.starting.revolving" : "/O.O/I'm Mr.Meeseeks, Look at me.../",
                "flash.client.origin" : "popup"
            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"
            };
            swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://limehotel.us/swfs/gordon/PRODUCTION-201701242205-837386173/expressInstall.swf", flashvars, params, null);
        </script>
    </head>

    <body>
 
Really sorry about asking for help, I don't usually do this but can't find the problem anywhere.
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
You didn't paste your whole client page, but you are missing the div for your client element.
Code:
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client",
"client" refers to the ID of the div that it's going to attach to.. You do not have any div's inside of your body tags.
 

Moon

If life is a Bitch, Fuck it |
Dec 25, 2017
59
20
You didn't paste your whole client page, but you are missing the div for your client element.
Code:
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client",
"client" refers to the ID of the div that it's going to attach to.. You do not have any div's inside of your body tags.
Ah, fixed the problem thank you.
 

Users who are viewing this thread

Top