Client stays black page

Destruct

FateRP Founder
Feb 12, 2012
548
6
Hello, I am having problems with my client. My client doesn't got white, but it goes black. I am using RevCMS, with BcStorm.
Code:
client.php
 
<!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/{skin}/styles/client.css" type="text/css">
 
<script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = "{swf_folder}";
var flashvars =
{
"client.starting" : "Please wait, {hotelname} loading",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "{myip}",
"connection.info.port" : "30000",
"site.url" : "{myurl}",
"url.prefix" : "{myurl}",
"client.reload.url" : "{myurl}/client",
"client.fatal.error.url" : "{myurl}/me",
"client.connection.failed.url" : "{myurl}/me",
"external.variables.txt" : "{http://myurl/swfs/external_variables.txt}",
"external.texts.txt" : "{'http://myurl/swfs/external_flash_texts.txt}",
"productdata.load.url" : "{http://myurl/swfs/productdata.txt}",
"furnidata.load.url" : "{http://myurl/swfs/furnidata.txt}",
"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 + "/Habbam.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
</script>
</head>
 
<body>
 
<div id="client"></div>
 
</body>
</html>
 

WarElephant

Member
Jun 2, 2013
32
3
Same here, anybody help us? Also I don't know if this happens for you but, my emu has this:
34sotq1.png
 

Majestic

Probably Habbotard
Apr 11, 2013
240
44
do your emu got connections? Like;

Connection received, lets do this.
Connection received, lets do this.
 

j2o

Member
Jun 1, 2013
198
19
ok thats fix, but when client loads to 70% it goes back to me.php
Please give me the details of the hotel I might be able to help (I have hamachi if required). Also try not using r63b might not work with the CMS your using. I believe you may have your setting wrong.
 

Majestic

Probably Habbotard
Apr 11, 2013
240
44
If the client stop on 70% , and then after it it redirects you to /me page or to disconnected.php , Check the following:
1. if the external_variables are linked (Go to config.php and check if the link is correct)
2. if you will setup r63 retro the swfs must be r63 , not r63b, or it will not work.
3. Open your ports (Click START. Searcch windows firewall - Inbound rules - add new rules - then put there 30000,30001)
4. the emu's port and client's port must be same.
 

Users who are viewing this thread

Top