Client loads then go back to me..

waleyy

Member
Oct 7, 2017
30
2
So my client loads and i come in to the client then 2 seconds after it goes back to the ''me'' page..

Help please?
 

waleyy

Member
Oct 7, 2017
30
2
Fixed it but now i get black client..

Here are my client

<!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=" " type="text/css">

<script type="text/javascript" src=" "></script>
<script type="text/javascript">
var BaseUrl = " ";
var flashvars =
{
"client.starting" : "Please wait, {hotelName} is loading",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "127.0.0.1",
"connection.info.port" : "30000",
"site.url" : " ",
"url.prefix" : " ",
"client.reload.url" : " ",
"client.fatal.error.url" : " ",
"client.connection.failed.url" : " ",
"external.variables.txt" : " ",
"external.texts.txt" : " ",
"productdata.load.url" : " ",
"furnidata.load.url" : " ",
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"processlog.enabled" : "0",
"flash.client.url" :" ",
"flash.client.origin" : "popup"
};
var params =
{
"base" : BaseUrl + " ",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", " ", flashvars, params, null);
</script>
</head>

<body>

<div id="client"></div>

</body>
</html>
 

NathanCarn3y

Leaving a legacy
Sep 14, 2016
625
195
black client means you have to enable flash on the client browser...
He said it redirects him about to the me page. Has nothing to do with enabling flash.
 
Fixed it but now i get black client..

Here are my client

<!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=" " type="text/css">

<script type="text/javascript" src=" "></script>
<script type="text/javascript">
var BaseUrl = " ";
var flashvars =
{
"client.starting" : "Please wait, {hotelName} is loading",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "127.0.0.1",
"connection.info.port" : "30000",
"site.url" : " ",
"url.prefix" : " ",
"client.reload.url" : " ",
"client.fatal.error.url" : " ",
"client.connection.failed.url" : " ",
"external.variables.txt" : " ",
"external.texts.txt" : " ",
"productdata.load.url" : " ",
"furnidata.load.url" : " ",
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"processlog.enabled" : "0",
"flash.client.url" :" ",
"flash.client.origin" : "popup"
};
var params =
{
"base" : BaseUrl + " ",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", " ", flashvars, params, null);
</script>
</head>

<body>

<div id="client"></div>

</body>
</html>
Did you link your swfs correctly? If you did try a new client.php from another theme.
 

NathanCarn3y

Leaving a legacy
Sep 14, 2016
625
195
Fixed it but now i get black client..

Here are my client

<!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=" " type="text/css">

<script type="text/javascript" src=" "></script>
<script type="text/javascript">
var BaseUrl = " ";
var flashvars =
{
"client.starting" : "Please wait, {hotelName} is loading",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "127.0.0.1",
"connection.info.port" : "30000",
"site.url" : " ",
"url.prefix" : " ",
"client.reload.url" : " ",
"client.fatal.error.url" : " ",
"client.connection.failed.url" : " ",
"external.variables.txt" : " ",
"external.texts.txt" : " ",
"productdata.load.url" : " ",
"furnidata.load.url" : " ",
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"processlog.enabled" : "0",
"flash.client.url" :" ",
"flash.client.origin" : "popup"
};
var params =
{
"base" : BaseUrl + " ",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", " ", flashvars, params, null);
</script>
</head>

<body>

<div id="client"></div>

</body>
</html>
Enable flash in google chrome
He said it redirects him about to the me page. Has nothing to do with enabling flash.
 

Did you link your swfs correctly? If you did try a new client.php from another theme.
 
Last edited by a moderator:

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
No overrides in the client. Looks like an old version.

Also, check over the variables, probably something in there or the Habbo.swf revision isn’t matching your production.
 

Users who are viewing this thread

Top