[HELP] PLUSEMU CLIENT LOAD HOTELVIEW THEN DISCONNECT

Status
Not open for further replies.

aqilws

Member
Sep 8, 2011
67
7
Im having some issue ith the client, somehow the console log does not show me the error
  • Using PlusEmu sledmore released @
  • revcms some random cuz i forgot my password to my old backup archive
my 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/Habbo/styles/client.css" type="text/css">
        <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script
 
        <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script>
        <script type="text/javascript">
            var BaseUrl = "http://127.0.0.1/game/gordon/PRODUCTION-201701242205-837386173/";
            var flashvars =
            {
                "client.starting" : "Please wait, {hotelName} is starting up!",
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "1",
                "connection.info.host" : "127.0.0.1",
                "connection.info.port" : "30000",
                "site.url" : "http://127.0.0.1",
                "url.prefix" : "http://127.0.0.1",
                "client.reload.url" : "http://127.0.0.1/client",
                "client.fatal.error.url" : "http://127.0.0.1/me",
                "client.connection.failed.url" : "http://127.0.0.1/me?1",
                "external.variables.txt" : "http://127.0.0.1/game/gamedata/external_variables.txt",
                "external.texts.txt" : "http://127.0.0.1/game/gamedata/external_flash_texts.txt",
                "productdata.load.url" : "http://127.0.0.1/game/gamedata/productdata.txt",
                "furnidata.load.url" : "http://127.0.0.1/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("http://127.0.0.1/game/gordon/PRODUCTION-201701242205-837386173/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);
        </script>
    </head>
 
    <body>
 
        <div id="client"></div>
 
    </body>
</html>

My Emulator:
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=88Rush88
db.name=ruhhh

## 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=100000
game.tcp.conperip=2
game.tcp.enablenagles=true

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


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

Conole does not ho any error except crossdomain.xml error
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
Crossdomain makes me think something isn't linked up, did you modify external_variables.txt?

Also, I'd advise you to use the override variables that come with the SWF pack.
 

aqilws

Member
Sep 8, 2011
67
7
Hi Sledmore,
Yes! I modified external_Variable already.
I have edited the override variable but the problem keep occur tried to switch to build1 DB also the same problem occur I can't seem to figure out what is causing this,
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
Hey,

You're not including the overrides in your client file (from what I can see there).

Could be it, not sure.
 

aqilws

Member
Sep 8, 2011
67
7
Hey,

You're not including the overrides in your client file (from what I can see there).

Could be it, not sure.
I just realised it was missing so added this in client,
Code:
"external.figurepartlist.txt" : "http://localhost/game/gamedata/figuredata.xml",
                "external.override.texts.txt" : "http://localhost/game/gamedata/override/external_flash_override_texts.txt",
                "external.override.variables.txt" : "http://localhost/game/gamedata/override/external_override_variables.txt",
Hotel is working now but now i cant walk in rooms :O

EDIT: ok walking issue fixed on build2

thanks you so much
 
Last edited:
Status
Not open for further replies.

Users who are viewing this thread

Top