Central
Imagination is more important than knowledge.
- Feb 22, 2015
- 709
- 107
So, i am setting a retro up using PlusEMU and the client loads to 76% and then instantly redirects to /me without leaving anything in the Developer Console.
If you need anything else please leave it in the comments and please provide a fix.
<!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/Custom-Habbo/styles/client.css" type="text/css">
<script type="text/javascript" src="{url}/app/tpl/skins/Custom-Habbo/js/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = "
var flashvars =
{
"client.starting" : "Please wait, {hotelname} loading",
"hotelview.banner.url" : "
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "PROXY IP",
"connection.info.port" : "PROXY PORT",
"site.url" : "
"url.prefix" : "
"client.reload.url" : "
"client.fatal.error.url" : "
"client.connection.failed.url" : "
"external.variables.txt" : "
"external.texts.txt" : "
"productdata.load.url" : "
"furnidata.load.url" : "
"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>
<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/Custom-Habbo/styles/client.css" type="text/css">
<script type="text/javascript" src="{url}/app/tpl/skins/Custom-Habbo/js/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = "
You must be registered for see links
";var flashvars =
{
"client.starting" : "Please wait, {hotelname} loading",
"hotelview.banner.url" : "
You must be registered for see links
","client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "PROXY IP",
"connection.info.port" : "PROXY PORT",
"site.url" : "
You must be registered for see links
", "url.prefix" : "
You must be registered for see links
", "client.reload.url" : "
You must be registered for see links
", "client.fatal.error.url" : "
You must be registered for see links
", "client.connection.failed.url" : "
You must be registered for see links
", "external.variables.txt" : "
You must be registered for see links
", "external.texts.txt" : "
You must be registered for see links
", "productdata.load.url" : "
You must be registered for see links
", "furnidata.load.url" : "
You must be registered for see links
", "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>
## uberEmulator System Configuration File
## Must be edited for the server to work
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=DB PASSWORD
db.name=DB NAME
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=250
## Game TCP/IP Configuration
game.tcp.bindip=VPS IP
game.tcp.port=30000
game.tcp.conlimit=100000
game.tcp.conperip=200
game.tcp.enablenagles=true
## MUS TCP/IP Configuration
mus.tcp.bindip=VPS IP
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost;VPS IP
## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
## Must be edited for the server to work
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=DB PASSWORD
db.name=DB NAME
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=250
## Game TCP/IP Configuration
game.tcp.bindip=VPS IP
game.tcp.port=30000
game.tcp.conlimit=100000
game.tcp.conperip=200
game.tcp.enablenagles=true
## MUS TCP/IP Configuration
mus.tcp.bindip=VPS IP
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost;VPS IP
## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
If you need anything else please leave it in the comments and please provide a fix.