Neutrons
Member
- Mar 28, 2013
- 31
- 1
Hi, i'm using Mercury Emulator + RevCMS, when i enter in the client after load crashes.. :C
PHP:
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Fly - Client</title>
<link rel="stylesheet" href="http://myvpsip/app/tpl/skins/Custom-Habbo/styles/client.css" type="text/css">
<script type="text/javascript" src="http://myvpsip/app/tpl/skins/Custom-Habbo/js/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = "http://myvpsip/game/gordon/RELEASE63-201408141029-609065162";
var flashvars =
{
"client.starting" : "Please wait, Fly loading",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "myvpsip",
"connection.info.port" : "300",
"site.url" : "http://http://myvpsip",
"url.prefix" : "http://http://myvpsip",
"client.reload.url" : "http://http://myvpsip/client",
"client.fatal.error.url" : "http://http://myvpsip/me",
"client.connection.failed.url" : "http://http://myvpsip/me",
"external.variables.txt" : "http://myvpsip/game/gamedata/external_variables.txt",
"external.texts.txt" : "http://myvpsip/game/gamedata/texten.txt",
"productdata.load.url" : "http://myvpsip/game/gamedata/productdata.txt",
"furnidata.load.url" : "http://myvpsip/game/gamedata/furnidata_xml.xml",
"hotelview.banner.url" : "http://myvpsip/game/gamedata/DiffieHellman.php",
"use.sso.ticket" : "1",
"sso.ticket" : "RevCMS-725/0568f82557ade3efcbc745b2343df6c30",
"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", "http://myvpsip/game/gordon/RELEASE63-201408141029-609065162/expressInstall.swf", flashvars, params, null);
</script>
</head>
<body>
<div id="client"></div>
</body>
</html>