PlusEmu - Habboon Edit - Client Issue

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
I'm currently upgrading a hotel of my friends, and im using Sledmore's Habboon PlusEmu Edit.

Everytime i attempt in loading the client, it sticks at 76%, but it continues tonload sticking at 76%.

Client.php:
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/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 = "http://wisdom-hotel.org/game";
 var flashvars =
 {
 "client.starting" : "Please wait, {hotelname} loading",
 "hotelview.banner.url" : "http://wisdom-hotel.org/game/rs4.php",
 "client.allow.cross.domain" : "1",
 "client.notify.cross.domain" : "0",
 "connection.info.host" : " proxy IP (Changed as i dont want anyone to know this)",
 "connection.info.port" : "proxy port",
 "site.url" : "http://wisdom-hotel.org",
 "url.prefix" : "http://wisdom-hotel.org",
 "client.reload.url" : "http://wisdom-hotel.org/client",
 "client.fatal.error.url" : "http://wisdom-hotel.org/disconnected",
 "client.connection.failed.url" : "http://wisdom-hotel.org/disconnected",
 "external.variables.txt" : "http://wisdom-hotel.org/game/external_variables.txt",
 "external.texts.txt" : "http://wisdom-hotel.org/game/external_flash_texts.txt",
 "productdata.load.url" : "http://wisdom-hotel.org/game/productdata.txt",
 "furnidata.load.url" : "http://wisdom-hotel.org/game/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", "http://wisdom-hotel.org/game/expressInstall.swf", flashvars, params, null);
 </script>
 </head>
 
 <body>
 
 <div id="client"></div>
 
 </body>
</html>
Config.ini:
Code:
## uberEmulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=DB PASSWORD (Dont want to disclose this)
db.name=wisdomdb

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=250

## Game TCP/IP Configuration
game.tcp.bindip=0.0.0.0
game.tcp.port=30000
game.tcp.conlimit=100000
game.tcp.conperip=2
game.tcp.enablenagles=true

## MUS TCP/IP Configuration
mus.tcp.bindip=VPS IP (Not Disclosing this Information)
mus.tcp.port=30001
mus.tcp.allowedaddr=VPS IP (Not Disclosing this Information)

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300

Can anyone help me with a solution?
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
Edit game.boon.dev in external vars and external override vars to urdomain/game


Sent from my iPhone using Tapatalk

Alright, i have found and replaced all of the game.boon.dev to what it is supposed to be, i reloaded emu and still stuck at 76%.

@Yadz
 

Zedd26

New Member
Mar 10, 2015
1
1
Your problem is that (as i can see in your config) you are trying to put a proxy TCP on this release , but this release doesnt have that working, if you would like to add it Send me your skype on mp and I'll help you out with that
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
Does it say you have connected within the emulator console?

You mean is the emulator connecting to the ports?
 
Your problem is that (as i can see in your config) you are trying to put a proxy TCP on this release , but this release doesnt have that working, if you would like to add it Send me your skype on mp and I'll help you out with that

Ive sent you a PM containing my skype, otherwise here is my skype:

nathan.watters90

@Zedd26
 

Joe

Well-Known Member
Jun 10, 2012
4,093
1,920
The client.php is for an R63A hotel.
Try mine from Nebbo.

You might need to change some links and/or the production. Don't forget to add your IP and port :p
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="{url}/app/tpl/skins/{skin}/images/favicon.ico" type="image/vnd.microsoft.icon"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{hotelName} Hotel - Client</title>

<link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">

<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = "{url}/swfs/gordon/PRODUCTION-201608041436-402262662/";
var flashvars =
{
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "IP",
"connection.info.port" : "PORT",
"site.url" : "{url}",
"url.prefix" : "{url}",
"client.reload.url" : "{url}/disconnected",
"client.fatal.error.url" : "{url}/disconnected",
"client.connection.failed.url" : "{url}/disconnected",
"external.variables.txt" : "{url}/swfs/gamedata/external_variables.txt",
"external.texts.txt" : "{url}/swfs/gamedata/external_flash_texts.txt",
"external.override.texts.txt" : "{url}/swfs/gamedata/override/external_flash_override_texts.txt",
"external.override.variables.txt" : "{url}/swfs/gamedata/override/external_override_variables.txt",
"external.figurepartlist.txt" : "{url}/swfs/gamedata/figuredata.xml",
"productdata.load.url" : "{url}/swfs/gamedata/productdata.txt",
"furnidata.load.url" : "{url}/swfs/gamedata/furnidata.xml",
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"client.starting" : "Please wait! {hotelName} is starting up.",
"processlog.enabled" : "0",
"flash.client.url" : BaseUrl,
"client.starting.revolving" : "For science, you monster/Loading funny message... please wait./Would you like fries with that?/Follow the yellow duck./Time is just an illusion./Are we there yet?!/I like your t-shirt./Look left. Look right. Blink twice. Ta da!/It\'s not you, it\'s me./Shhh! I\'m trying to think here./Loading pixel universe.",
"flash.client.origin" : "popup"
};
var params =
{
"base" : BaseUrl + "/",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{url}/swfs/gordon/PRODUCTION-201608041436-402262662/expressInstall.swf", flashvars, params, null);
</script>
</head>

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

Users who are viewing this thread

Top