Stuck on 76%

cammy

Donator
May 15, 2014
473
231
I'm using PLUSEMU with latest boon swfs from habboripper.

The client loads to 76% and stays at 76%. If I closed the EMU it disconnects me but getting past 76% isn't working at all... So it must be connecting but getting stuck. Please can somebody help me.
 

NeedForSpreed

Member
May 18, 2014
326
71
I'm using PLUSEMU with latest boon swfs from habboripper.

The client loads to 76% and stays at 76%. If I closed the EMU it disconnects me but getting past 76% isn't working at all... So it must be connecting but getting stuck. Please can somebody help me.
What revision are you using?

Skickat från min FRD-L09 via Tapatalk
 

Wolverine

Member
Aug 1, 2014
90
3
Press F12, and go into the console. There should be errors displaying.

Another possibility is that your CMS or Emulator has the SSO exploit fix, but the other doesn't.
 

NeedForSpreed

Member
May 18, 2014
326
71
Press F12, and go into the console. There should be errors displaying.

Another possibility is that your CMS or Emulator has the SSO exploit fix, but the other doesn't.
If he doesn't connect to the hotel, doubt the console shows it. He either has a new revision without updating RSAkeys or the port isn't open. Write your client.php please, and let us read it.

Skickat från min FRD-L09 via Tapatalk
 

cammy

Donator
May 15, 2014
473
231
I've had multiple people come and check this for me. Everything is in order. I believe that the error is down to the hosts. It seems to be the ports fucking up. Using my VPS control panel doesn't even work as it doesn't have permission. I have contacted them yet nobody is responding. Thank you for your help everyone it was much appreciated. If this doesn't get resolved I'll probably changed hosts. The hosts I'm with at the moment are EpicHosts.
 

NeedForSpreed

Member
May 18, 2014
326
71
I've had multiple people come and check this for me. Everything is in order. I believe that the error is down to the hosts. It seems to be the ports fucking up. Using my VPS control panel doesn't even work as it doesn't have permission. I have contacted them yet nobody is responding. Thank you for your help everyone it was much appreciated. If this doesn't get resolved I'll probably changed hosts. The hosts I'm with at the moment are EpicHosts.
Go on " " and check if your ports are open.

Skickat från min FRD-L09 via Tapatalk
 

cammy

Donator
May 15, 2014
473
231
Yes both ports are open. Didn't realize but the port 30000 only opens when I have the emu open.
Do I need to open ports 3030 and 3040?
plus emu config
## 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=password
db.name=db

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

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

## MUS TCP/IP Configuration
mus.tcp.bindip=***.**.**.**
mus.tcp.port=3040
mus.tcp.allowedaddr=localhost;***.**.**.**

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
client config
<!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/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 = "{swf_folder}";
var flashvars = {
"client.allow.cross.domain": "1",
"client.notify.cross.domain": "1",
"connection.info.host": "***.**.**.**",
"connection.info.port": "30000",
"site.url": "{url}",
"url.prefix": "{url}",
"client.reload.url": "{url}/client",
"client.fatal.error.url": "{url}error",
"client.connection.failed.url": "{url}/error",
"logout.url": "{url}logout",
"logout.disconnect.url": "{url}/disconnected",
"external.variables.txt": " ",
"external.texts.txt": " ",
"external.figurepartlist.txt": " ",
"external.override.texts.txt": " ",
"external.override.variables.txt": " ",
"productdata.load.url": " ",
"furnidata.load.url": " ",
"sso.ticket": "{sso}",
"processlog.enabled": "1",
"client.starting": "Hey {username}! {hotelName} is loading!",
"flash.client.url": BaseUrl,
"has.identity": "1",
"flash.client.origin": "popup",
"nux.lobbies.enabled": "true",
"country_code": "GB"
};
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>
external variables
productdata.load.url=
external.texts.txt=
external.override.variables.txt=
flash.client.url=
furnidata.load.url=
external.variables.txt=
external.override.texts.txt=
external.figurepartlist.txt=

cms config
<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
#Please fill this all out.

#NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others.

/*
*
* MySQL management
*
*/

$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.

$_CONFIG['mysql']['hostname'] = '***.**.**.**'; //MySQL host

$_CONFIG['mysql']['username'] = 'root'; //MySQL username

$_CONFIG['mysql']['password'] = 'password'; //MySQL password

$_CONFIG['mysql']['database'] = 'db'; //MySQL database

$_CONFIG['mysql']['port'] = '3306'; //MySQL's port

/*
*
* Hotel management - All URLs do not end with an "/"
*
*/

$_CONFIG['hotel']['server_ip'] = '***.**.**.**'; //IP of VPS/DEDI/etc

$_CONFIG['hotel']['url'] = ' //Does not end with a "/"

$_CONFIG['hotel']['name'] = 'Happo'; // Hotel's name

//BCRYPT
// 1 or 0 if you choose 0 then it uses md5 if you choose 1 it uses bcrypt.
//WARNING: if you have a db with users and you are migrating from a cms with md5 use 0, if you have a clean users tabel you can choose 1(for better security)
$_CONFIG['hotel']['bcrypt'] = 1;

$_CONFIG['hotel']['desc'] = 'Best hotel around!'; //Hotel's description

$_CONFIG['hotel']['email'] = '[email protected]'; //Where the help queries from users are emailed to.@Priv skin

$_CONFIG['hotel']['in_maint'] = false; //False if hotel is NOT in maintenance. True if hotel IS in maintenance

$_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; //Default motto users will register with.

$_CONFIG['hotel']['credits'] = 5000; //Default number of credits users will register with.

$_CONFIG['hotel']['pixels'] = 10000; //Default number of pixels users will register with.

$_CONFIG['hotel']['figure'] = '-'; //Default figure users will register with.

$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build

$_CONFIG['hotel']['external_vars'] = ' //URL to your external vars

$_CONFIG['hotel']['external_texts'] = ' //URL to your external texts

$_CONFIG['hotel']['external_override_vars'] = ' //URL to your external vars

$_CONFIG['hotel']['external_override_texts'] = ' //URL to your external texts

$_CONFIG['hotel']['product_data'] = ' //URL to your productdata

$_CONFIG['hotel']['furni_data'] = ' //URL to your furnidata

$_CONFIG['hotel']['figuredata'] = ' //URL to your furnidata

$_CONFIG['hotel']['figuremap'] = ' //URL to your furnidata

$_CONFIG['hotel']['swf_folder'] = ' //URL to your SWF folder(does not end with a '/')

/*
*
* Templating management - Pick one of our default styles or make yours by following our examples!
*
*/

#RevCMS has 2 default styles, 'Mango' by dannyy94 and 'Priv' by joopie - Others styles are to come, such as RastaLulz's ProCMS style and Nominal's PhoenixCMS 4.0 style.

$_CONFIG['template']['style'] = 'habbo';

/*
*
* Other topsites.. thing
*
*/

$_CONFIG['thehabbos']['username'] = 'Kryptos';
$_CONFIG['retro_top']['user'] = 'Kryptos';

/*
*
* Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy.
*
*/

$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';
$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';


/*
*
* Social Networking stuff
*
*/

$_CONFIG['social']['twitter'] = 'TwitterAccount'; //Hotel's Twitter account

$_CONFIG['social']['facebook'] = 'FacebookAccount'; //Hotel's Facebook account

?>
 
Last edited:

LeZack

Don
Jul 22, 2015
64
16
The EMU u are using doesnt work with your swf or your db i know its weird but trust me it doesnt work even its says error fixed or doesnt show you any error's i recommend you to use @Sledmore latest emu post.
 

Xuxu

Member
Nov 21, 2016
295
59
make sure the production line in your external override variables is revision 86 not 91
the emu ports are usually 30000, 30001 so i would change the port from 3040 to 30001
i would also use a more updated client.php, just search r63b client.php
 

Users who are viewing this thread

Top