[Help] Azure Emu 2.0 Fully Loads then disconnects.

AZHotel

Member
Apr 7, 2012
46
4
Hey! I'm have trouble with my hotel. It loads fully then disconnected. Here are some screen shots.



If anyone could possibly help that'll be much appreciated! Thanks!
 
is what the emu shows.
 
Oct 11, 2014
1,071
256
replace your client.php with this :D
PHP:
<!DOCTYPE html>

<html>
<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}/styles/client.css" type="text/css">
<link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" />

<script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/swfobject.js"></script>
<script type="text/javascript">

var BaseUrl = "http://localhost/game/";
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" : "http://localhost",
"url.prefix" : "http://localhost",
"client.reload.url" : "http://localhost/client",
"client.fatal.error.url" : "http://localhost/disconnect",
"client.connection.failed.url" : "http://localhost/disconnect",
"external.variables.txt" : "http://localhost/game/gamedata/external_variables.txt",
"external.texts.txt" : "http://localhost/game/gamedata/external_flash_texts.xml",
"external.figurepartlist.txt" : "http://localhost/game/gamedata/figuredata.xml",
"external.override.texts.txt" : "http://localhost/game/gamedata/external_flash_override_texts.xml",
"external.override.variables.txt" : "http://localhost/game/gamedata/external_override_variables.xml",
"productdata.load.url" : "http://localhost/game/gamedata/productdata.xml",
"furnidata.load.url" : "http://localhost/game/gamedata/furnidata.xml",
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"processlog.enabled" : "0",
"flash.client.url" : "//localhost/game/",
"flash.client.origin" : "popup",
"nux.lobbies.enabled" : "true"
};
var params =
{
"base" : BaseUrl + "/",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://localhost/game/expressInstall.swf", flashvars, params, null);

</script>

</head>

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

</body>
</html>
 

AZHotel

Member
Apr 7, 2012
46
4
replace your client.php with this :D
PHP:
<!DOCTYPE html>

<html>
<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}/styles/client.css" type="text/css">
<link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" />

<script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/swfobject.js"></script>
<script type="text/javascript">

var BaseUrl = "http://localhost/game/";
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" : "http://localhost",
"url.prefix" : "http://localhost",
"client.reload.url" : "http://localhost/client",
"client.fatal.error.url" : "http://localhost/disconnect",
"client.connection.failed.url" : "http://localhost/disconnect",
"external.variables.txt" : "http://localhost/game/gamedata/external_variables.txt",
"external.texts.txt" : "http://localhost/game/gamedata/external_flash_texts.xml",
"external.figurepartlist.txt" : "http://localhost/game/gamedata/figuredata.xml",
"external.override.texts.txt" : "http://localhost/game/gamedata/external_flash_override_texts.xml",
"external.override.variables.txt" : "http://localhost/game/gamedata/external_override_variables.xml",
"productdata.load.url" : "http://localhost/game/gamedata/productdata.xml",
"furnidata.load.url" : "http://localhost/game/gamedata/furnidata.xml",
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"processlog.enabled" : "0",
"flash.client.url" : "//localhost/game/",
"flash.client.origin" : "popup",
"nux.lobbies.enabled" : "true"
};
var params =
{
"base" : BaseUrl + "/",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://localhost/game/expressInstall.swf", flashvars, params, null);

</script>

</head>

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

</body>
</html>

Thanks! But now my friends bar on the bottom right isnt showing.
 

Users who are viewing this thread

Top