Client Problem.

Lasers

Member
Nov 28, 2014
62
1
Emu works perfectly:
41f4763319.png


But, when I go on the client it is just blank:
a14f6d1138.png
 

Lasers

Member
Nov 28, 2014
62
1
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="http://localhost/app/tpl/skins/{skin}/styles/client.css" type="text/css">
       
        <script type="text/javascript" src="http://localhost/app/tpl/skins/{skin}/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "http://http://localhost/game";
            var flashvars =
            {
                "client.starting" : "Please wait, {hotelname} loading",
                "hotelview.banner.url" : "http://http://localhost/game/rs4.php",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "{server_ip}",
                "connection.info.port" : "30000",
                "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" : "http://localhost/game/external_variables.txt",
                "external.texts.txt" : "http://localhost/game/external_flash_texts.txt",
                "productdata.load.url" : "http://localhost/game/productdata.txt",
                "furnidata.load.url" : "http://localhost/game/furnidata_xml.xml",
                "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>
 
changed
"furnidata.load.url" : " "
to
"furnidata.load.url" : " "

but it still doesn't work...
 

BenHands

Member
Oct 10, 2011
200
38
As @JayCustom said, it's obviously not finding your Habbo.swf

Have a browse through your swfs, and maybe change "

to the SWF location, which I'm sure is " "

And your furnidata doesn't need changed, this has to be .xml for R63B & Up.
 

Lasers

Member
Nov 28, 2014
62
1
My swfs are in the game folder...
 
Okay so I got the client to the black screen but on the emu it says Packet Error! over and over again when I turn on the client, pic:
8b5fc9f422.png
 

Users who are viewing this thread

Top