Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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