Client loads to 76% and redirects to /me - PlusEMU

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.

<!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>

## 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

If you need anything else please leave it in the comments and please provide a fix.
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
Nah mate i wrk for the same retro he does. Stage! as you see on my signature.

I've made some progress since then, then it was continuously loading on 76%, until i edited and now it loads to 76% and once it does it redirects to /me, i think i have had this problem and i have fixed it before and i forgot the fix in why i came here :p
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
I'll have another look.
 
Alright, i replaced the SWFs once again and loads 76% and just continues loading...
 

bruhguy

Retired
Jun 26, 2015
261
34
Don't use the swfs from *****

Download the swfs here


Download the 11-1-2016 PlusEMU from ***** here


Make sure to check your external variables


Sent from my iPhone using Tapatalk
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
Thanks for your help, i've managed to do this on my own and it turns out it was the proxy, we've had got this fixed, and if you want to see the hotel, i will be posting a advertisement topic upon Habbo Advertisements, thanks for your help guys.
 

Users who are viewing this thread

Top