How to setup a hotel

Busi

Member
Apr 20, 2016
47
0
So been looking around and just can't find anything updated explaing how to use ***** / PlusEMU / Project-SWF and setup a CMS for it..
Been playing around a bit and got a CMS up i think. tried a few older guides and i just can't seems to link them together when i click join world i just get a blank page with a stupid radio player on.

If any could point me to an updated guide that would explain it or could help me set it up / guide me thru it via skype or such i would be glad :)

After having some help form SystemSequence yesterday we got cms and hotel linked with some ehh wtf bugs / problems

right now the client somehow only look in /swfs for swf files and not where its being told to at /swfs/gordon/PRODUCTION-201601012205-226667486/

The client now stops at 76% and i can't get it past that no matter what i do.
ports are open, and cleared in the firewall so that should be good. emulator starts fine with no errors

here are my client.php and my emu config.ini

Client.php
Code:
<?php include('includes/checktheban.php'); ?>
<!DOCTYPE html>
<html lang="en">
    <head>
    <link href="/reload/favicon.ico" rel="icon" type="image/x-icon" />
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelname} - Client</title>
        <link rel="stylesheet" type="text/css" href="http://2.104.126.106/static/client/reset.css">
       
        <br>
        <script type="text/javascript" src="http://2.104.126.106/app/tpl/skins/site/js/swfobject.js"></script>
        <script type="text/javascript">
        <!-- Configuration -->
            var BaseUrl = "http://2.104.126.106/swfs";
            var flashvars =
            {   
        "client.allow.cross.domain" : "1",
        "client.notify.cross.domain" : "1",
        "connection.info.host" : "2.104.126.106",
        "connection.info.port" : "3030",
        "site.url" : "http://2.104.126.106",
        "url.prefix" : "http://2.104.126.106",
        "client.reload.url" : "http://2.104.26.106/client",
        "client.fatal.error.url" : "http://2.104.26.106/client",
        "client.connection.failed.url" : "http://2.104.26.106/client",
        "logout.url" : "http://2.104.26.106/client",
        "logout.disconnect.url" : "http://2.104.26.106/error",
        "external.variables.txt" : "http://2.104.126.106/swfs/gamedata/external_variables.txt",
        "external.texts.txt" : "http://2.104.126.106/swfs/gamedata/external_flash_texts.txt",
        "external.figurepartlist.txt" : "http://2.104.126.106/swfs/gamedata/figuredata.xml",
        "external.override.texts.txt" : "http://2.104.126.106/swfs/gamedata/override/external_flash_override_texts.txt",
        "external.override.variables.txt" : "http://2.104.126.106/swfs/gamedata/override/external_override_variables.txt",
        "productdata.load.url" : "http://2.104.126.106/swfs/gamedata/productdata.txt",
        "furnidata.load.url" : "http://2.104.126.106/swfs/gamedata/furnidata.xml",
        "sso.ticket" : "{sso}",
        "processlog.enabled" : "1",
        "use.sso.ticket" : "1",
        "client.starting" : "{hotelname} Loader...",
        "flash.client.url" : "http://2.104.126.106/swfs/gordon/PRODUCTION-201601012205-226667486/",
        "user.hash" : "57255796e259f7e7865a5c90e24acc986d295c4f",

            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"               
            };
            swfobject.embedSWF("http://2.104.126.106/swfs/gordon/PRODUCTION-201601012205-226667486/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://2.104.126.106/swfs/expressInstall.swf", flashvars, params, null);
        </script>
       
    </head>

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

</div>   

    <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=Password Redacted
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=2.104.126.106
game.tcp.port=3030
game.tcp.conlimit=100000
game.tcp.conperip=200
game.tcp.enablenagles=true

## MUS TCP/IP Configuration
mus.tcp.bindip=2.104.126.106
mus.tcp.port=3031
mus.tcp.allowedaddr=localhost;2.104.126.106

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


Busi
 
Last edited:
Feb 10, 2016
48
14
You basically just has to download a cms, emulator and swf.

Import the databases that comes with the CMS and emulator. If you are using revCMS just the emulator db should be OK.
Go in to the cms and find the file that contains database configurations and edit them to your own(If there are swf links, edit them aswell.)
Go to your emulator and configure it to your port and IP
Go to swf and edit external_variables to your hotels IP/Domain
Go to swf and edit external_override_variables to you hotels IP/Domain
Go to client.php and edit the port and swfs links to your own(If not already setup from your database configuration file.)

Start the emulator
Login
 

Busi

Member
Apr 20, 2016
47
0
You basically just has to download a cms, emulator and swf.

Import the databases that comes with the CMS and emulator. If you are using revCMS just the emulator db should be OK.
Go in to the cms and find the file that contains database configurations and edit them to your own(If there are swf links, edit them aswell.)
Go to your emulator and configure it to your port and IP
Go to swf and edit external_variables to your hotels IP/Domain
Go to swf and edit external_override_variables to you hotels IP/Domain
Go to client.php and edit the port and swfs links to your own(If not already setup from your database configuration file.)

Start the emulator
Login

i have done all that, but when i try to join all i get is a whitepage
 

Busi

Member
Apr 20, 2016
47
0
Okay so @ tried helping me, we got the hotel linked with the CMS but it kept reloading. some how it tries to find the swf files inside /swfs/ and not in the location its being told
after i copied all swf files into /swfs/ it loaded to like 76% and stopped loading there, are there any that got an idea what could be going on / feel like helping out via teamviewer or skype?
 
no one around who could help?
 

Users who are viewing this thread

Top