RevCMS Config/client.php

Baloe20xd

Member
Feb 26, 2016
55
7
Hello


I have a problem with my config / client.php

My swf's first set up for PlusEMU (habbis) but did this change to Arcturus ... (the cms has also been converted to that emu) But now the client stays 76% ... because I suspect my swf's are not left stand up somehow ... can anyone look with me? Blush

Because have already tested everything or whatever ... But I'm not sure :-(

Greetings,

Config.php :

Hotel.config :
 

NathanCarn3y

Leaving a legacy
Sep 14, 2016
625
195
Hello


I have a problem with my config / client.php

My swf's first set up for PlusEMU (habbis) but did this change to Arcturus ... (the cms has also been converted to that emu) But now the client stays 76% ... because I suspect my swf's are not left stand up somehow ... can anyone look with me? Blush

Because have already tested everything or whatever ... But I'm not sure :-(

Greetings,

Config.php :

Hotel.config :
Check the console for errors.
 

JayC

Always Learning
Aug 8, 2013
5,493
1,398
Your first mistake was switching to Arcturus. I'm sorry but I don't understand why people are attempting to switch over, or using this emulator. It has less over all problems than plus emu when errors go once you get it setup , but the database and code is so poorly written. The database uses very bad techniques such as : users_settings contains user ID and an ID column. User ID is already unique , so why have a second ID column?

Rooms has Owner ID and Owner Name. When someone changes their username now you have to go update everywhere that username is found . Very bad practice.

I was not impressed with this emulator and I personally think you should stick with plus
 

Pinkman

Posting Freak
Jul 27, 2016
814
193
Is your emulator port 3000 or 30000? Your MUS should also be 30001 not 3000. Check firewall if the ports are open. If it is still at 76% Check your override variables and check if your using the right habbo.swf because the Plus SWFS won't work for Arcutushit (Im with ~Jay).
 
Last edited by a moderator:

NathanCarn3y

Leaving a legacy
Sep 14, 2016
625
195
Don't listen to Nathan... he stupid af. Is your emulator port 3000 or 30000? Your MUS should also be 30001 not 3000. Check firewall if the ports are open. If it is still at 76% Check your override variables and check if your using the right habbo.swf because the Plus SWFS won't work for Arcutushit (Im with ~Jay).
Your stupied af.
 

Detox

Member
Jul 24, 2010
365
24
Hello


I have a problem with my config / client.php

My swf's first set up for PlusEMU (habbis) but did this change to Arcturus ... (the cms has also been converted to that emu) But now the client stays 76% ... because I suspect my swf's are not left stand up somehow ... can anyone look with me? Blush

Because have already tested everything or whatever ... But I'm not sure :-(

Greetings,

Config.php :

Hotel.config :
Replace it with this.

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" : "1",
"connection.info.host" : "YOUR IP",
"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://habcheer.ca/swfs/gamedata/override/external_flash_override_texts.txt",
"external.override.variables.txt" : "http://habcheer.ca/swfs/gamedata/override/external_override_variables.txt",
"external.figurepartlist.txt" : "http://habcheer.ca/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" : "Contacting Glee/Loading Images.../Loading Client.../Waiting For Connection.../Look left. Look right. Blink twice. Ta da!/",
"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>
 

Baloe20xd

Member
Feb 26, 2016
55
7
Thanks! @Detox

But my client loads up to 76% and then you get disc ... And I'm here:



Do not understand what I'm doing wrong ... For previously, it worked with PlusEMU.
 

Users who are viewing this thread

Top