• 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.

Help client revcms for arcturus

Newbie Spellweaver
Joined
Sep 25, 2012
Messages
51
Reaction score
0
Hello i have a problem with my client
i use revcms for arcturus by Glee and arcturus emu 1.14.0
i configured all my cms config + my external_variables and external_override_variable but i have a black screen when i lauch my client.

client.php

PHP:
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="{url}/app/tpl/skins/{skin}/images/favicon.ico" type="image/vnd.microsoft.icon"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{hotelName} Hotel - Client</title>

<link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">

<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.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0", 
"connection.info.host" : "127.0.0.1",
"connection.info.port" : "3000",
"site.url" : "{url}",
"url.prefix" : "{url}",
"client.reload.url" : "{url}/disconnected",
"client.fatal.error.url" : "{url}/disconnected",
"client.connection.failed.url" : "{url}/disconnected",
"external.variables.txt" : "{external_vars}?<?php echo time(); ?>",
"external.texts.txt" : "{external_texts}?<?php echo time(); ?>",
"external.override.texts.txt" : "http://127.0.0.1/swfs/gamedata/override/external_flash_override_texts.txt",
"external.override.variables.txt" : "http://127.0.0.1/swfs/gamedata/override/external_override_variables.txt",
"external.figurepartlist.txt" : "http://127.0.0.1/swfs/gamedata/figuredata.xml", 
"productdata.load.url" : "{product_data}?<?php echo time(); ?>",
"furnidata.load.url" : "{furni_data}?<?php echo time(); ?>",
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"client.starting" : "Please wait! {hotelName} is starting up.", 
"processlog.enabled" : "0",
"flash.client.url" : BaseUrl,
"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.",
"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>

thank you for your answer
 
Newbie Spellweaver
Joined
Jul 15, 2018
Messages
54
Reaction score
5
The client can't find the SWF. Make sure you have your Habbo.swf in your gordon thing. Also check if your Habbo.swf is called Habbo.swf or something else.
swfobject.embedSWF(BaseUrl + "/Habbo.swf"
 
Upvote 0
Newbie Spellweaver
Joined
Sep 25, 2012
Messages
51
Reaction score
0
The client can't find the SWF. Make sure you have your Habbo.swf in your gordon thing. Also check if your Habbo.swf is called Habbo.swf or something else.
swfobject.embedSWF(BaseUrl + "/Habbo.swf"

hello yes my Habbo.swf is in localhost/swfs/gordon/PRODUCTION-201611291003-338511768/Habbo.swf
 
Upvote 0
Back
Top