Roper
Ancient Member
- Jul 4, 2010
- 586
- 228
Hi there,
I am using Plus Emulator (Habboon Edition) and I am encountering an issue.
This is my client, and links to the vars etc are within this for someone to verify (before someone asks if my vars/override vars are set up properly).
My web.config contains all the rules required too. I am really stuck.
If anyone could help me get it fixed then that would be brilliant.
Thanks,
Roper
I am using Plus Emulator (Habboon Edition) and I am encountering an issue.
This is my client, and links to the vars etc are within this for someone to verify (before someone asks if my vars/override vars are set up properly).
Code:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Luxo - Client</title>
<link rel="stylesheet" href="http://luxohotel.co.uk/app/tpl/skins/Habbo/styles/client.css" type="text/css">
<link rel="shortcut icon" href="http://luxohotel.co.uk/favicon.ico" type="image/vnd.microsoft.icon" />
<script src="http://luxohotel.co.uk/app/tpl/skins/Habbo/client/libs2.js" type="text/javascript"></script>
<script src="http://luxohotel.co.uk/app/tpl/skins/Habbo/client/visual.js" type="text/javascript"></script>
<script src="http://luxohotel.co.uk/app/tpl/skins/Habbo/client/libs.js" type="text/javascript"></script>
<script src="http://luxohotel.co.uk/app/tpl/skins/Habbo/client/common.js" type="text/javascript"></script>
<script src="http://luxohotel.co.uk/app/tpl/skins/Habbo/client/fullcontent.js" type="text/javascript"></script>
<script src="http://luxohotel.co.uk/app/tpl/skins/Habbo/js/swfobject.js" type="text/javascript"></script>
<script type="text/javascript">
var BaseUrl = "http://luxohotel.co.uk/gordon/PRODUCTION-201601012205-226667486";
var flashvars =
{
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "luxohotel.co.uk",
"client.starting" : "Hello Roper, Luxo is Loading",
"connection.info.port" : "30000",
"site.url" : "http://luxohotel.co.uk",
"url.prefix" : "http://luxohotel.co.uk",
"client.reload.url" : "http://luxohotel.co.uk/client",
"client.fatal.error.url" : "http://luxohotel.co.uk/disconnect",
"client.connection.failed.url" : "http://luxohotel.co.uk/disconnect",
"external.variables.txt" : "http://luxohotel.co.uk/gamedata/external_variables/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae",
"external.texts.txt" : "http://luxohotel.co.uk/gamedata/external_flash_texts/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae",
"external.figurepartlist.txt" : "http://luxohotel.co.uk/gamedata/figuredata",
"external.override.texts.txt" : "http://luxohotel.co.uk/gamedata/override/external_flash_override_texts/ccc12168e0117bbe34725223b194b0258beb10b2",
"external.override.variables.txt" : "http://luxohotel.co.uk/gamedata/override/external_override_variables/da39a3ee5e6b4b0d3255bfef95601890afd80709",
"productdata.load.url" : "http://luxohotel.co.uk/gamedata/productdata/28ca6de1e4f08aa44dc986cc89ac61ab794e48ae",
"furnidata.load.url" : "http://luxohotel.co.uk/gamedata/furnidata_xml",
"use.sso.ticket" : "1",
"sso.ticket" : "RevCMS-160/c1fe4c957c0da07165f726950c2a4e032",
"client.starting.revolving" : "For science, you monster/Loading funny message... please wait./Would you like fries with that?/Follow the yellow duck./Time is just an illusion./Are we there yet?!/I like your t-shirt./Look left. Look right. Blink twice. Ta da!/It\'s not you, it\'s me./Shhh! I\'m trying to think here./Loading pixel universe.",
"processlog.enabled" : "0",
"flash.client.url" : "http://luxohotel.co.uk/gordon/PRODUCTION-201601012205-226667486/",
"flash.client.origin" : "popup",
"nux.lobbies.enabled" : "true",
"user.hash" : "RevCMS-160/c1fe4c957c0da07165f726950c2a4e032",
};
var params =
{
"base" : BaseUrl + "/",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://luxohotel.co.uk/expressInstall.swf", flashvars, params, null);
</script>
</head>
<body>
<div id="client"></div>
</body>
</html>
If anyone could help me get it fixed then that would be brilliant.
Thanks,
Roper