PlusEMU | Stuck on 76%, and says we're online fixx?

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
Well, every time i load the client it sticks and says 1 user is online and doesn't load in the hotel.

<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
$_CONFIG['mysql']['connection_type'] = 'pconnect';
$_CONFIG['mysql']['hostname'] = 'localhost';
$_CONFIG['mysql']['username'] = 'root';
$_CONFIG['mysql']['password'] = 'Hidden For Reasons :3';
$_CONFIG['mysql']['database'] = 'bobba';
$_CONFIG['mysql']['port'] = '3306';
$_CONFIG['hotel']['url'] = '
$_CONFIG['hotel']['name'] = 'Bobba';
$_CONFIG['hotel']['in_maint'] = false;
$_CONFIG['hotel']['motto'] = 'Oh Bobba!';
$_CONFIG['hotel']['credits'] = 20000;
$_CONFIG['hotel']['pixels'] = 15000;
$_CONFIG['hotel']['figure'] = 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100';
$_CONFIG['template']['style'] = 'Habbo';
?>

## 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=bobbastaff
db.name=bobba

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

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="{url}/app/tpl/skins/{skin}/images/favicon.ico">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{hotelname} - Hotel</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}/game";
var flashvars =
{
"client.starting" : "Please wait! {hotelName} is starting up",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "Proxy IP",
"connection.info.port" : "Proxy Port",
"site.url" : "{url}",
"url.prefix" : "{url}",
"client.reload.url" : "{url}/client",
"client.fatal.error.url" : "{url}/disconnected",
"client.connection.failed.url" : "{url}/disconnected",
"external.variables.txt" : "{url}/game/gamedata/external_variables.txt",
"external.texts.txt" : "{url}/game/gamedata/external_flash_texts.txt",
"productdata.load.url" : "{url}/game/gamedata/productdata.txt",
"furnidata.load.url" : "{url}/game/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", "{url}/game/expressInstall.swf", flashvars, params, null);
</script>
</head>

<body>

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

</body>
</html>

Any Help?
 

JayC

Always Learning
Aug 8, 2013
5,504
1,401
mus.tcp.allowedaddr=localhost; ONLY ACCEPT LOCALHOST!
Do not accept VPS IP

Btw your password is in your mysql config file for your database...

Also, did you open your ports?
 
Oct 11, 2014
1,071
256
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=bobbastaff
db.name=bobba

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

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

## MUS TCP/IP Configuration
mus.tcp.bindip=0.0.0.0
mus.tcp.port=30001
mus.tcp.allowedaddr=0.0.0.0

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

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
mus.tcp.allowedaddr=localhost; ONLY ACCEPT LOCALHOST!
Do not accept VPS IP

Btw your password is in your mysql config file for your database...

Also, did you open your ports?

The firewall is switched off.

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=bobbastaff
db.name=bobba

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

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

## MUS TCP/IP Configuration
mus.tcp.bindip=0.0.0.0
mus.tcp.port=30001
mus.tcp.allowedaddr=0.0.0.0

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

I don't think you put the proxy ip in the emulator configuration.
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
Well i did what he said, i copied that emulator config, updated it, put in the proxy ip and it fully works now
 

Users who are viewing this thread

Top