PlusEMU - Emulator IP/client

drunkendiggen

New Member
Jun 28, 2015
22
4
EDIT 2016-01-29
Thanks to those who helped me out - especially @Yadz - everything is fixed.


Hey there.

So i've been struggling for a few days with this emulator and i'm just curious. What is needed for this Emulator to work?

I can't access the server from local or public hosting.

Eg; 127.0.0.1/localhost:30000
Or
;myip.no-ip.org;30000

My client basically sits at 76% loading.

What i've done so far:
1. Host on 2 different pcs
2. Reconfigured client multiple times
3. Google for fixes
4. Turn off firewall
5. Launch server with local and main ip.

Nothing is working.

A regular phoenix worked fine. Any kind of help would be top notch.

Volvo.
 
Last edited:

drunkendiggen

New Member
Jun 28, 2015
22
4
send me everything,
client.php emulator config cms config.php & your external_variables.
Will do when i'm home and that will be in a couple of hours
 
send me everything,
client.php emulator config cms config.php & your external_variables.

Code:
<html>
<head>
    <title>Habbo</title>
    <link rel="shortcut icon" href="//localhost/resources/favicon.ico">
    <link rel="stylesheet" type="text/css" href="//localhost/resources/style.css">
    <script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
    <script type="text/javascript" src="//localhost/resources/swf-object.js"></script>
    <script type="text/javascript" src="//localhost/resources/habbo.js"></script>
    <script type="text/javascript">
        var flashvars = {
            "external.texts.txt": "//localhost/resources/swf/gamedata/external_flash_texts/1",
            "connection.info.port": "30000",
            "furnidata.load.url": "//localhost/resources/swf/gamedata/furnidata_xml/1",
            "external.variables.txt": "//localhost/resources/swf/gamedata/external_variables/1",
            "client.allow.cross.domain": "1",
            "url.prefix": "http://localhost/",
            "external.override.texts.txt": "//localhost/resources/swf/gamedata/override/external_flash_override_texts/1",
            "supersonic_custom_css": "//localhost/resources/swf/swf-style.css",
            "external.figurepartlist.txt": "//localhost/resources/swf/gamedata/figuredata/1",
            "flash.client.origin": "popup",
            "client.starting": "Please wait! Habbo is starting up.",
            "processlog.enabled": "1",
            "has.identity": "1",
            "avatareditor.promohabbos": "http://www.habbo.com/api/public/lists/hotlooks",
            "productdata.load.url": "//localhost/resources/swf/gamedata/productdata/1",
            "client.starting.revolving": "For science, you monster/Loading funny message\u2026please 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.",
            "external.override.variables.txt": "//localhost/resources/swf/gamedata/override/external_override_variables/1",
            "spaweb": "1",
            "supersonic_application_key": "2abb40ad",
            "connection.info.host": "127.0.0.1",
            "use.sso.ticket" : "1",
            "sso.ticket" : "{sso}",
            "client.notify.cross.domain": "0",
            "account_id": "1",
            "flash.client.url": "//localhost/resources/swf/gordon/PRODUCTION-201601012205-226667486/",
            "unique_habbo_id": "1"
        };

        var params = {
            "base": "//localhost/resources/swf/gordon/PRODUCTION-201601012205-226667486/",
            "allowScriptAccess": "always",
            "menu": "false",
            "wmode": "opaque"
        };

        swfobject.embedSWF ('//localhost/resources/swf/gordon/PRODUCTION-201601012205-226667486/Habbo.swf', 'flash-container', '100%', '100%', '11.1.0', '//localhost/resources/expressInstall.swf', flashvars, params, null, null );
    </script>
</head>
<body>
<div id="client-ui">
    <div id="flash-wrapper">
        <object id="flash-container" type="application/x-shockwave-flash"></object>
    </div>
    <div id="content" class="client-content"></div>
    <iframe id="page-content" class="hidden" allowtransparency="true" frameborder="0" src="about:blank"></iframe>
</div>

<iframe id="conversion-tracking" src="about:blank" width="0" height="0" frameborder="0" scrolling="no" marginwidth="0"
        marginheight="0"></iframe>
</body>
</html>

Code:
<?php
error_reporting(0);
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'] = 'localhost'; //MySQL host - Localhost, Hamachi IP, VPS or Dedi's IP

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

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

$_CONFIG['mysql']['database'] = 'habbo'; //Phpmyadmin database name

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

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

$_CONFIG['hotel']['server_ip'] = 'localhost'; //Localhost, Hamachi IP, VPS or Dedi's IP

$_CONFIG['hotel']['url'] = 'http://localhost'; //URL to your hotel, does not end with a "/"

$_CONFIG['hotel']['name'] = 'RevCMS 1.9.9.9'; // Your Hotel's Name

$_CONFIG['hotel']['desc'] = 'Swf Pack & CMS pack by Delirious'; //Hotel's description

$_CONFIG['hotel']['email'] = '[email protected]'; //Email for users to submit help requests to

$_CONFIG['hotel']['in_maint'] = false; //false for no maintenance mode & true for maintenance mode

$_CONFIG['hotel']['motto'] = 'I <3 ' . $_CONFIG['hotel']['name']; //Starting motto for new users

$_CONFIG['hotel']['credits'] = 0; //How many coins new users get

$_CONFIG['hotel']['pixels'] = 0; //How many pixels new users get

$_CONFIG['hotel']['figure'] = 'hr-115-42.hd-190-1.ch-215-62.lg-285-91.sh-290-62'; //Default figure users will register with.

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

$_CONFIG['hotel']['external_vars'] = 'http://localhost/r63/external_variables.txt'; //External Vars [Don't edit]

$_CONFIG['hotel']['external_texts'] = 'http://localhost/r63/external_flash_texts'; //External Flash Texts [Don't edit]

$_CONFIG['hotel']['product_data'] = 'http://localhost/r63/productdata.txt'; //Product Data [Don't edit]

$_CONFIG['hotel']['furni_data'] = 'http://localhost/r63/furnidata.txt'; //Furni Data [Don't edit]

$_CONFIG['hotel']['swf_folder'] = 'http://localhost/r63/swf'; //SWF Folder [Don't edit]

/*
*
*    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

?>

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.name=habbo

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

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=10000
game.tcp.conperip=500
game.tcp.enablenagles=true

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

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

Code:
productdata.load.url=//localhost/resources/swf/gamedata/productdata/1
external.texts.txt=//localhost/resources/swf/gamedata/external_flash_texts/1
external.override.variables.txt=//localhost/resources/swf/gamedata/override/external_override_variables/1
flash.client.url=//localhost/resources/swf/gordon/PRODUCTION-201601012205-226667486/
furnidata.load.url=//localhost/resources/swf/gamedata/furnidata_xml/1
external.variables.txt=//localhost/resources/swf/gamedata/external_variables/1
external.override.texts.txt=//localhost/resources/swf/gamedata/override/external_flash_override_texts/1
external.figurepartlist.txt=//localhost/resources/swf/gamedata/figuredata/1

Note:
I am aware of external variables ending with just "1" - Yes those are reachable.
Note2: I do not use config.php for SWF, server ip, port what soever for the client.
Note3: I can't post the entire external variables, it's too large.

Other than that, i'm not sure.

EDIT BELOW!
CMS: RevCMS 1.9.9.9
Plus Emulator: Build 3.4.3.0
SWF: PRODUCTION-201601012205-226667486

I use the emulator released by Sledmore.
ux8e3Rp.png

naCvaMP.png
 
Last edited:

Modo

blame it on my asd
May 27, 2013
137
42
Is /resources/swfs/ the location of your SWF files?

Also you need the file extension on the links, example:
Code:
                "external.variables.txt" : "http://domain.com/hotel/gamedata/external_variables/1.txt?<?php echo time(); ?>",
                "external.texts.txt" : "http://domain.com/hotel/gamedata/external_flash_texts/1.txt?<?php echo time(); ?>",
                "productdata.load.url" : "http://domain.com/hotel/gamedata/productdata/1.txt?<?php echo time(); ?>",
                "furnidata.load.url" : "http://domain.com/hotel/gamedata/furnidata_xml/1.xml?<?php echo time(); ?>",
 

drunkendiggen

New Member
Jun 28, 2015
22
4
Is /resources/swfs/ the location of your SWF files?

Also you need the file extension on the links, example:
Code:
                "external.variables.txt" : "http://domain.com/hotel/gamedata/external_variables/1.txt?<?php echo time(); ?>",
                "external.texts.txt" : "http://domain.com/hotel/gamedata/external_flash_texts/1.txt?<?php echo time(); ?>",
                "productdata.load.url" : "http://domain.com/hotel/gamedata/productdata/1.txt?<?php echo time(); ?>",
                "furnidata.load.url" : "http://domain.com/hotel/gamedata/furnidata_xml/1.xml?<?php echo time(); ?>",

I will return to your question in a few minutes, as i was working with this on another PC at the workplace i'm at. Now i'm at home and just got to set everything up on my own pc.

but if you don't mind - could you possible know what's wrong with the furniture table?
12631249_10206541364478167_864143081_o.jpg


Thank you.
 

drunkendiggen

New Member
Jun 28, 2015
22
4
try this database,
Thank you, i will return with new results :) Thanks!
 
try this database,
Database went smooth.

Still can't figure out what's wrong with Client -> Emulator.
No connections between those 2 at all. Are those SWFS From the original plusemu thread broken?
 

drunkendiggen

New Member
Jun 28, 2015
22
4
you can skype me with your teamviewer details,
skype username: disguised, (with the comma)
Found a lot of disguised, users "--*" is mine
 
So. I've gotten somewhere thanks to @Modo & @Altercationz .
Thank you both for tips/advices etc.

JVuesDm.png
See Image Spoiler - This is my probably last error - and i'm not sure if it's the;
SSO ticket / SWF files overall. Any ideas?
 

Yadz

Active Member
Feb 20, 2015
174
25
Check the account_created column in db and see it its in number format, if not, set it to 0. If its in number format, then its ur swf links


Sent from my iPhone using Tapatalk
 

drunkendiggen

New Member
Jun 28, 2015
22
4
Check the account_created column in db and see it its in number format, if not, set it to 0. If its in number format, then its ur swf links


Sent from my iPhone using Tapatalk
Was crossing my fingers for it to solve, but didn't. I am currently facing the same problem, thanks atleast.
 

Ian2456

Member
Feb 19, 2013
275
7
Try: 1. Unblocking the emulator in the firewall and/or 2. Check if the connection ports are all correct. Kids forget to unblock there emulator.

Sent from my SM-G900V using Tapatalk
 

drunkendiggen

New Member
Jun 28, 2015
22
4
Try: 1. Unblocking the emulator in the firewall and/or 2. Check if the connection ports are all correct. Kids forget to unblock there emulator.

Sent from my SM-G900V using Tapatalk

1) if you checked the image i provided you'd see that the client is connecting to the server
2) no need when it's localhost.

Kids need to double check things before they make a move.
 

Users who are viewing this thread

Top