<!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" : "IP/LINK,
"connection.info.port" : "PORT",
"site.url" : "http://hebba.us",
"url.prefix" : "http://hebba.us",
"client.reload.url" : "http://hebba.us/client",
"client.fatal.error.url" : "http://hebba.us/disconnect",
"client.connection.failed.url" : "http://hebba.us/disconnect",
"external.variables.txt" : "http://hebba.us/game/gamedata/external_variables.txt",
"external.texts.txt" : "http://hebba.us/game/gamedata/external_flash_texts.txt",
"external.figurepartlist.txt" : "http://hebba.us/game/gamedata/figuredata.xml",
"external.override.texts.txt" : "http://hebba.us/game/gamedata/external_flash_override_texts.txt",
"external.override.variables.txt" : "http://hebba.us/game/gamedata/external_override_variables.txt",
"productdata.load.url" : "http://hebba.us/game/gamedata/productdata.xml",
"furnidata.load.url" : "http://hebba.us/game/gamedata/furnidata.xml",
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"processlog.enabled" : "0",
"flash.client.url" : "//hebba.us/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>
The client stays white nowreplace this with your client.php don't forget to remove hebba link with yours
Code:<!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" : "IP/LINK, "connection.info.port" : "PORT", "site.url" : "http://hebba.us", "url.prefix" : "http://hebba.us", "client.reload.url" : "http://hebba.us/client", "client.fatal.error.url" : "http://hebba.us/disconnect", "client.connection.failed.url" : "http://hebba.us/disconnect", "external.variables.txt" : "http://hebba.us/game/gamedata/external_variables.txt", "external.texts.txt" : "http://hebba.us/game/gamedata/external_flash_texts.txt", "external.figurepartlist.txt" : "http://hebba.us/game/gamedata/figuredata.xml", "external.override.texts.txt" : "http://hebba.us/game/gamedata/external_flash_override_texts.txt", "external.override.variables.txt" : "http://hebba.us/game/gamedata/external_override_variables.txt", "productdata.load.url" : "http://hebba.us/game/gamedata/productdata.xml", "furnidata.load.url" : "http://hebba.us/game/gamedata/furnidata.xml", "use.sso.ticket" : "1", "sso.ticket" : "{sso}", "processlog.enabled" : "0", "flash.client.url" : "//hebba.us/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>
Yes I dodo you have the azure swfs?
I already have TeamViewer, just Skype me: tyler_prestonn and you can connect?Download teamviwer I'll see what's wrong
Sent from my 5560S using Tapatalk