r63 ~ Ghost Look/Clothes Don't Show ~ HELP

ToolCrafta

Member
Nov 19, 2012
33
2


Check that screenie please, I know it is something to do with the Swf Pack I have got ( JamieTurner)

I think I need a different one, can somebody link me to a good one please?


-- ALSO SELLING A VPS --

12GB of RAM
Payed for 6 more months
Payment Method: Habbo.com Credits/Furni/Rares

Contact me on skype: ilovethishabbo.com​
 
Last edited:

Jeffrey

Devbest Indian Tech Support
FindRetros Moderator
Feb 5, 2013
1,180
412


Check that screenie please, I know it is something to do with the Swf Pack I have got ( JamieTurner)

I think I need a different one, can somebody link me to a good one please?


-- ALSO SELLING A VPS --

12GB of RAM
Payed for 6 more months
Payment Method: Habbo.com Credits/Furni/Rares

Contact me on skype: ilovethishabbo.com​
It is your external_variables most likely and what @JayCustom has said also. Please Double Check to see if they are set up correctly and respond back
____________________________________________________________________________________________________________________
Remember if this answered your question, please put this post or any other post that helped you as best answers to help other people.
 

ano2k77

Member
Feb 4, 2013
466
30
Go into the file client.php in htdocs/wwwroot or whatever you're using. And copy and paste in this thread the external_vars, where it says {swf_folder} or something. Only copy the bit from client.starting. to flash.client.origin and I'll try to help you
 

ToolCrafta

Member
Nov 19, 2012
33
2
HTML:
<!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, {hotelName} is loading",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "{server_ip}",
                "connection.info.port" : "{server_port}",
                "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>
 

Users who are viewing this thread

Top