R63B Habbo Retro Help..

xUnknownGamer

The Best Noob Around.
Feb 8, 2013
81
7
Alright so i'm almost done making the R63B habbo retro.

But now, i think the emu or something is messed up.

Heres my config.php code:

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{hotelName} - Client</title>
Get VIP!

<script type="text/javascript" src="{url}/app/NotificationSystem.js"></script>

<link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">
<link rel="shortcut icon" href="app/tpl/skins/{skin}/static/images/favicon.gif" />

<script src=" "></script>

<script type="text/javascript">

window.onload = function() {

var NSObject = new NotificationSystem;
NSObject.initialise();

var htc = setInterval(function() {

NSObject.getMessage();

}, 5000);

}

</script>

<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.starting" : "Loading, please wait...",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "{server_ip}"
"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" : "{furni_data}",
"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",
"wmode" : "#FFF"

};
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);

</script>
</head>


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

</body>
</html>
---------------------------------------

The client loads but then goes to a black screen, if you want to see: (But you have to register)
 

Nebula

Member
Mar 4, 2013
162
1
Whats messed up with it exactly, you cant just post a thread saying its messed up, if you are talking about the infamous black / white screen it means your swfs are messed up, either fix the paths or d/l the latest swf r63b packages. good luck with your hotel!
 

xUnknownGamer

The Best Noob Around.
Feb 8, 2013
81
7
Tbh i re-downloaded the swfs and it worked but make sure:
-Your ports are right.
-Your SWFs are right.
-Your config.php and client.php are right.
-Your ip's match.
I think thats it.
 

Nebula

Member
Mar 4, 2013
162
1
Tbh i re-downloaded the swfs and it worked but make sure:
-Your ports are right.
-Your SWFs are right.
-Your config.php and client.php are right.
-Your ip's match.
I think thats it.
Just for future reference in case anyone here is wondering, to see what ports are open, open up on your vps and select which port you want to check.
 

Users who are viewing this thread

Top