Help with Client

wwemsc13

New Member
Sep 11, 2010
23
0
So I have problems with my client. The furni, badges, clothes, and avatar don't load. the client works....it's just the furni, etc don't load.
My client.php looks like this:
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">
        <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script
   
        <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 starting up!",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "localhost",
                "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/r63/external_variables.txt",
                "external.texts.txt" : "http://localhost/r63/external_flash_texts.txt",
                "productdata.load.url" : "http://localhost/r63/productdata.txt",
                "furnidata.load.url" : "http://localhost/r63/furnidata.txt",
                "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>

and here are images of my external variables and my htdocs and r63 folders:
 

Attachments

  • external_variables.txt
    3.7 KB · Views: 3
  • r63.png
    r63.png
    136.6 KB · Views: 3
  • htdocs.png
    htdocs.png
    137.7 KB · Views: 5

Marceline

New Member
Mar 9, 2013
8
2
Download and try this swf pack


Find the r63 folder there (The r63 folder should be inside the "KidRamboDubStep's SWF Pack" or i do not know it's called but something close to that.) Extract it to your htdocs/wwwroot and edit the external_variables.

Sent from my GT-S5670 using Tapatalk 2
 

Users who are viewing this thread

Top