Client loads fully, then after a second disconnects (PLUS EMU) (REVCMS)

Status
Not open for further replies.

olliedean

ollie.cool
Jan 28, 2013
433
107
I know there is alot of posts on this, I've tried everything though. I probably made an easy mistake.

I've opened all the ports.

<!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",
"hotelview.banner.url" : "{url}/swfs/c_images/hotel_view_images_hq/zlcc5j.png",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "PROTECTED",
"connection.info.port" : "30000",
"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_vars}",
"external.texts.txt" : "{external_texts}",
"productdata.load.url" : "{product_data}",
"furnidata.load.url" : "{url}/swfs/gamedata/furnidata.xml",
"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 + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
</script>
</head>

<body>

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

</body>
</html>





I jumbled up the the mysql passwords on prupose for the previews, they're fine in my actual config.

Thanks in advance.
 

Joshhh

Member
Apr 13, 2016
323
172
Open up your console e.g. Inspect element console, then look up any errors that are coming from that.
Also change some of your links from https to http or whatever you're using. Idk if that matters, but still try it?
 

olliedean

ollie.cool
Jan 28, 2013
433
107
Open up your console e.g. Inspect element console, then look up any errors that are coming from that.
Also change some of your links from https to http or whatever you're using. Idk if that matters, but still try it?
Didn't notice the https! Thank you sir!
 
Nevermind, still not working.
 
daabeffb-fd2f-41b1-a908-b5e7ac8f7381
daabeffb-fd2f-41b1-a908-b5e7ac8f7381
sVq7haB.png
 
Status
Not open for further replies.

Users who are viewing this thread

Top