Help please

K4TRIN4

Posting Freak
Jul 24, 2012
777
39
Hi can someone help me with my client please as it works fine for me when usimg google chrome but not any other browser but when anyone els trys to get on using google chrome it doesnt work for them
 

Forget

Member
Apr 3, 2012
120
14
Update your webbuild or use this client layout (edit the links etc to your hotel)

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>YoHabbo - 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" : "One Moment, {hotelname} is loading!",

"client.allow.cross.domain" : "1",

"client.notify.cross.domain" : "0",

"connection.info.host" : "{server_ip}",

"connection.info.port" : "30000",

"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" : "THIS",

"external.texts.txt" : "THIS",

"productdata.load.url" : "THIS",

"furnidata.load.url" : "THIS",

"use.sso.ticket" : "1",

"sso.ticket" : "{sso}",

"processlog.enabled" : "0",

"flash.client.url" : BaseUrl,

"flash.client.origin" : "popup"

};

var params = {

"base" : ""THIS,

"allowScriptAccess" : "always",

"menu" : "false"

};

swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "THIS/expressInstall.swf", flashvars, params, null);



</script>
</head>
<body>
<div id="client"></div>
</body>
</html>
 

Users who are viewing this thread

Top