• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

RevCMS White Client.

Junior Spellweaver
Joined
Mar 20, 2012
Messages
156
Reaction score
15
I know this is a really nooby help request and that there are fixes for it everywhere but I have tried them.... none have worked. I am using the RevCMS RP CMS. All my swf directs are fine, I THINK my webbuild is fine, I think it may be the client.php in RevCMS RP? It has unknown SWfs within it but im not sure....

<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/css/client.css" type="text/css">

<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/styles/js/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = "{swf_folder}";
var flashvars =
{
"client.starting" : "Please wait, the hotel is loading",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "{server_ip}",
"connection.info.port" : "300",
"site.url" : "{url}",
"url.prefix" : "{url}",
"client.reload.url" : "{url}/client",
"client.fatal.error.url" : "{url}/me",
"client.connection.failed.url" : "{url}/me",
"external.variables.txt" : "{external_vars}",
"external.texts.txt" : "{external_texts}",
"productdata.load.url" : "{product_data}",
"furnidata.load.url" : "{furni_data}",
"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 + "/Habbobeta.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
</script>

And I dont have whatever Habbobeta.swf or ExpressInstall.swf

http://zeonrp.net

Please help :(
 
Last edited:
Newbie Spellweaver
Joined
Jul 24, 2012
Messages
34
Reaction score
1
Make sure your web_build is the following:
63_1dc60c6d6ea6e089c6893ab4e0541ee0/1313
 
Upvote 0
Back
Top