[Help] PlusEMU Client

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
I am posting this as my hotel just sticks at 76% after the emu is still active,
Sorry about the title, it was previously disconnecting until now when i edited a few things.

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" : "IP (Changed as i dont want anyone to know this)",
                "connection.info.port" : "30000",
                "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

Does anyone know a solution to a fix?
 
Last edited:

Users who are viewing this thread

Top