xXLesterXx
Member
- Apr 27, 2012
- 103
- 2
Hello DevBest.
My client is stuck in loading screen and when I use "Mango" theme my client loads but my Avatar and the catalogue is all blank.
Btw. I'm using Phoenix 3.11.0, RevCMS, and R63.
Here is my c
lient.php
My client is stuck in loading screen and when I use "Mango" theme my client loads but my Avatar and the catalogue is all blank.
Btw. I'm using Phoenix 3.11.0, RevCMS, and R63.
Here is my c
PHP:
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{hotelName} - Client</title>
<link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">
<link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script
<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = "{swf_folder}";
var flashvars =
{
"client.starting" : "Please wait, {hotelName} is starting up!",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "{server_ip}",
"connection.info.port" : "30000",
"site.url" : "http://127.0.0.1",
"url.prefix" : "http://127.0.0.1",
"client.reload.url" : "http://127.0.0.1/client",
"client.fatal.error.url" : "http://127.0.0.1/me",
"client.connection.failed.url" : "http://127.0.0.1/me",
"external.variables.txt" : "http://127.0.0.1/r63/external_variables.txt",
"external.texts.txt" : "http://127.0.0.1/r63/external_flash_texts.txt",
"productdata.load.url" : "http://127.0.0.1/r63/productdata.txt",
"furnidata.load.url" : "http://127.0.0.1/r63/furnidata.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"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", "{swf_folder}/expressInstall.swf", flashvars, params, null);
</script>
</head>
<body>
<div id="client"></div>
</body>
</html>