[r63a] client

clubwise

Member
Jun 30, 2013
38
2
Hi there,

I've got an problem with my client in r63a I don't see the problem. I think it wil be an issue in the web_build but I'm not sure about it.
This is what I see at the moment:
 

clubwise

Member
Jun 30, 2013
38
2
<!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/{skin}/client/client.css" type="text/css">

<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/client/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = "{swf_folder}";
"client.allow.cross.domain" : "0",
"client.notify.cross.domain" : "1",
"connection.info.host" : "IP",
"connection.info.port" : "30000",
"site.url" : "{url}/",
"url.prefix" : "{url}/",
"client.reload.url" : "{url}/client",
"client.fatal.error.url" : "{url}/disconnected",
"client.connection.failed.url" : "{url}/disconnected",
"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",
"account_id" : "1",
"client.starting" : "Welkom {username}, even geduld {hotelName} is aan het laden",
"flash.client.url" : "{swf_folder}/",
"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
"has.identity" : "1",
"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>

*I think its your client.php tbh, what is your web_build in your config?*
it is 63_1d5d8853040f30be0cc82355679bba7c/3336 ( it is r63a)
 

Timothy

Kylie Jenner
Sep 25, 2013
674
79
it is 63_1d5d8853040f30be0cc82355679bba7c/3336 ( it is r63a)
well mine is *63_1dc60c6d6ea6e089c6893ab4e0541ee0/527* and it works perfectly fine. So I mean if you think its the web_build you can try this. I think its just your client.php *but what do I know I'm dumb af* **I've used this web_build with r63, r63a, and r63b so...**
 

clubwise

Member
Jun 30, 2013
38
2
well mine is *63_1dc60c6d6ea6e089c6893ab4e0541ee0/527* and it works perfectly fine. So I mean if you think its the web_build you can try this. I think its just your client.php *but what do I know I'm dumb af* **I've used this web_build with r63, r63a, and r63b so...**
Okay I've changed the webbuild but no change I think it is in the client
 

Users who are viewing this thread

Top