Help Client RevCMS

arfeus

Member
Feb 15, 2014
33
2
Hello Guys someone could help me My Customer Not loads is Completely black.

<! DOCTYPE html>
<html lang="pt">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title> {hotelName} - Cliente </ 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">
FlashExternalInterface.loginLogEnabled = true;

FlashExternalInterface.logLoginStep ("web.view.start");

if (topo == self) {
FlashHabboClient.cacheCheck ();
}
Var flashvars = {
"Client.starting": "Por favor, aguarde, {hotelName} ESTA a carregar",
"Client.allow.cross.domain": "1",
"Client.notify.cross.domain": "0",
"Connection.info.host": "ip.redhabbos.com.br",
"Connection.info.port": "30352",
"Site.url": "{url}",
"Url.prefix": "{url}",
"Client.reload.url": "{url} / cliente",
"Client.fatal.error.url": "{url} / me",
"Client.connection.failed.url": "{url} / me",
"External.variables.txt": " ",
"External.texts.txt": " ",
"Productdata.load.url": " ",
"Furnidata.load.url": " ",
"Use.sso.ticket": "1",
"Sso.ticket": "{sso}",
"Processlog.enabled": "0",
"Account_id": "1",
"Flash.client.url": " ",
"User.hash": "31385693ae558a03d28fc720be6b41cb1ccfec02",
"Has.identity": "1",
"Flash.client.origin": "pop-up"
};
var params =
{
"base": BaseUrl + "/",
"AllowScriptAccess": "sempre",
"Menu": "false"
};
swfobject.embedSWF (BaseUrl + "/ RedHabbo.swf", "cliente", "100%", "100%", "10.0.0", "{} swf_folder / expressInstall.swf", flashvars, params, null);
</ Script>
</ Head>

<body>

<div id="client"> </ div>

</ Body>
</ Html> [/ Spoiler] [/ Spoiler]
 

Wickd

The first member of the Knights of the Pink Table
Jan 15, 2013
1,936
612
Your SWF's aren't connected.That's the external_variables.txt.And is it supposed to be RedHabbo.swf?If not chnage it to Habbo.swf
 

arfeus

Member
Feb 15, 2014
33
2
Your SWF's aren't connected.That's the external_variables.txt.And is it supposed to be RedHabbo.swf?If not chnage it to Habbo.swf
The links are correct I'm using the same swf in another hotel, was testing revcms but does not work properly configured client
 

arfeus

Member
Feb 15, 2014
33
2
[QUOTE = "vRory, pós: 284545, membro: 2857"]? Não postar detalhes sobre este povo vai foder sobre .... onde está localizado o seu swf [/ QUOTE]
accept me Skype
 

BenHands

Member
Oct 10, 2011
200
38
Could you try this for me? Make the changes in your current client.php file located in

app>tpl>skins>(yourcurrenthemename)>client.php

Or if you don't trust the pastebin I've made the changes to the flash.client.url to hotellink/swf/ instead of hotellink/swf/gordon/r63

& the swf name I have changed from teste.swf to Habbo.swf,

Here's the pastebin incase you just want to paste it in, rather than manually making these changes.

Regards.
BenHands
 

arfeus

Member
Feb 15, 2014
33
2
Could you try this for me? Make the changes in your current client.php file located in

app>tpl>skins>(yourcurrenthemename)>client.php

Or if you don't trust the pastebin I've made the changes to the flash.client.url to hotellink/swf/ instead of hotellink/swf/gordon/r63

& the swf name I have changed from teste.swf to Habbo.swf,

Here's the pastebin incase you just want to paste it in, rather than manually making these changes.

Regards.
BenHands
I changed the client.php now it's all white
 

BenHands

Member
Oct 10, 2011
200
38
EDIT: Never mind I got it. Your SWFs are located in the /swf/gordon/r63/ and they're both called "teste.swf" and Habbo.swf, so what you'd need to do now is, go down to where it says Habbo.swf and change that to "../gordon/r63/Habbo.swf" and if that doesn't work just try "/gordon/r63/Habbo.swf" the ".." means your carrying on from the swf folder.
 

arfeus

Member
Feb 15, 2014
33
2
EDIT: Never mind I got it. Your SWFs are located in the /swf/gordon/r63/ and they're both called "teste.swf" and Habbo.swf, so what you'd need to do now is, go down to where it says Habbo.swf and change that to "../gordon/r63/Habbo.swf" and if that doesn't work just try "/gordon/r63/Habbo.swf" the ".." means your carrying on from the swf folder.

Okay gave almost certain the client white again turn black
Code:
<!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">

<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script>
<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = true;

FlashExternalInterface.logLoginStep("web.view.start");

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.starting" : "Please wait, {hotelName} is loading",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "ip.redhabbos.com.br",
"connection.info.port" : "30352",
"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.texts.txt" : " ",
"productdata.load.url" : " ",
"furnidata.load.url" : " ",
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"processlog.enabled" : "0",
"account_id" : "1",
"flash.client.url" : " ",
"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
"has.identity" : "1",
"flash.client.origin" : "popup"
};
var params =
{
"base" : BaseUrl + "/",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF(BaseUrl + "/gordon/r63/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
</script>
</head>

<body>

<div id="client"></div>

</body>
</html>
 

BenHands

Member
Oct 10, 2011
200
38
So it's now Black, which is a start. Probably means, that the SWF is being recognized and your emulator is either waiting for a connection by your firewall either blocking the port off your emulator. It won't be SWF related, as they are prehosted SWFs. Keep playing around with the client or your firewall with the ports, I'm not sure what the problem still is here.
 

arfeus

Member
Feb 15, 2014
33
2
So it's now Black, which is a start. Probably means, that the SWF is being recognized and your emulator is either waiting for a connection by your firewall either blocking the port off your emulator. It won't be SWF related, as they are prehosted SWFs. Keep playing around with the client or your firewall with the ports, I'm not sure what the problem still is here.
I'll try to connect the goldtree to see if the emu is
 

Users who are viewing this thread

Top