Client disconnects

Status
Not open for further replies.

Sab

I love milfs.
Jun 25, 2011
1,212
136
Im using Westyy's Plus emu edit. I came to a problem, and literally tried a dozen of help threads still nothing.

MY client loads to 100% then disconnects.
My vars are linked correctly, but the emulator doesn't pick up any connections. Anyone know what it could be?

Client.php:
Code:
PHP:
<!DOCTYPE html>

<html>
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8">
        <title>{hotelname} - Client</title>
     
        <link rel="stylesheet" href="{url}/app/tpl/skins/{skin}/styles/client.css" type="text/css">
                <link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" />
     
        <script type="text/javascript" src="{url}/app/tpl/skins/{skin}/js/swfobject.js"></script>
        <script type="text/javascript">
     
            var BaseUrl = "http://iplaysharp.com/swf/gordon/PRODUCTION-201709052204-426856518/";
            var flashvars =
            {
                "client.allow.cross.domain" : "1",
                "client.notify.cross.domain" : "0",
                "connection.info.host" : "MYIP",
                "client.starting" : "Hello {username}, {hotelname} is Loading",
                "connection.info.port" : "30000",
                "site.url" : "http://iplaysharp.com",
                "url.prefix" : "http://iplaysharp.com",
                "client.reload.url" : "http://iplaysharp.com/client",
                "client.fatal.error.url" : "http://iplaysharp.com/disconnect",
                "client.connection.failed.url" : "http://iplaysharp.com/disconnect",
                "external.variables.txt" : "http://iplaysharp.com/swf/gamedata/external_variables.txt",
                "external.texts.txt" : "http://iplaysharp.com/swf/gamedata/external_flash_texts.txt",
                "external.figurepartlist.txt" : "http://iplaysharp.com/swf/gamedata/figuredata.xml",
                "external.override.texts.txt" : "http://iplaysharp.com/swf/gamedata/external_flash_override_texts.txt",
                "external.override.variables.txt" : "http://iplaysharp.com/swf/gamedata/external_override_variables.txt",
                "productdata.load.url" : "http://iplaysharp.com/swf/gamedata/productdata.txt",
                "furnidata.load.url" : "http://iplaysharp.com/swf/gamedata/furnidata.xml",
                "use.sso.ticket" : "0",
                "sso.ticket" : "{sso}",
                "client.starting.revolving" : "For science, you monster/Loading funny message... please 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.",
                "processlog.enabled" : "0",
                "flash.client.url" : "//iplaysharp.com/swf/gordon/PRODUCTION-201709052204-426856518/",
                "flash.client.origin" : "popup",
                "nux.lobbies.enabled" : "true"
            };
            var params =
            {
                "base" : BaseUrl + "/",
                "allowScriptAccess" : "always",
                "menu" : "false"        
            };
            swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://iplaysharp.com/swf/expressInstall.swf",               flashvars, params, null);

</script>

    </head>

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

</body>
</html>
When I look for errors in the browser I get a crossdomain.xml error.
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,198
3,914
The questions above make no sense, if he can get to 100% then he's covered those issues already...

Just signed up and had a look, it appears to disconnect when it tries to load from hebba.pro, that's where the crossdomain policy kicks in.

Try changing the ads.domain variable in external_variables to iplaysharp.com, wouldn't have thought this would be the issue but everything else looks fine.
 

Sab

I love milfs.
Jun 25, 2011
1,212
136
The questions above make no sense, if he can get to 100% then he's covered those issues already...

Just signed up and had a look, it appears to disconnect when it tries to load from hebba.pro, that's where the crossdomain policy kicks in.

Try changing the ads.domain variable in external_variables to iplaysharp.com, wouldn't have thought this would be the issue but everything else looks fine.
Tried, nothing. It doesn't even pick up connection on the emu.

Code:
## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=pass
db.name=name

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

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

## rcon TCP/IP Configuration
rcon.tcp.bindip=MYIP
rcon.tcp.port=30001
rcon.tcp.allowedaddr=localhost;MYIP

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

## Camera configuration
camera.path.preview=preview/{1}-{0}.png
camera.path.purchased=purchased/{1}-{0}.png
camera.preview.maxcache=1000

This is my EMU config, is that right?

Plusemu shows um some errors that Im missing some furni in catalog, could that be it?
 
Last edited:

Yoshi

Active Member
Feb 27, 2017
119
22
Tried, nothing. It doesn't even pick up connection on the emu.

Code:
## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=pass
db.name=name

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

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

## rcon TCP/IP Configuration
rcon.tcp.bindip=MYIP
rcon.tcp.port=30001
rcon.tcp.allowedaddr=localhost;MYIP

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

## Camera configuration
camera.path.preview=preview/{1}-{0}.png
camera.path.purchased=purchased/{1}-{0}.png
camera.preview.maxcache=1000

This is my EMU config, is that right?

Plusemu shows um some errors that Im missing some furni in catalog, could that be it?
pm me your tv details
 
  • Like
Reactions: Sab

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,198
3,914
Tried, nothing. It doesn't even pick up connection on the emu.

This is my EMU config, is that right?

Plusemu shows um some errors that Im missing some furni in catalog, could that be it?

Everything looks fine, it is picking up a connection. It goes to 100%, this means it has connected. I've just tried to load up on your hotel, and can confirm it is connecting me just fine, however I'm being disconnected.

You need to change it in the external override variables:

 

Sab

I love milfs.
Jun 25, 2011
1,212
136
Everything looks fine, it is picking up a connection. It goes to 100%, this means it has connected. I've just tried to load up on your hotel, and can confirm it is connecting me just fine, however I'm being disconnected.

You need to change it in the external override variables:

Cleared cache and purged on cloudflare, still nothing.
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,198
3,914
Cleared cache and purged on cloudflare, still nothing.



This says 'ads.domain=hiplaysharp.com' for me.

4e834d80d20332c40a756307a0c3c19a.png
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,198
3,914
Okay, looking through your stuff - noticed the furnidata is throwing an error:



It's malformed. Line 4 is wrong:

Code:
<furnitype id="97246040" classname="hween_c17_bonfire"><revision455088</revision>

Change it to:

Code:
<furnitype id="97246040" classname="hween_c17_bonfire"><revision>455088</revision>
 

Sab

I love milfs.
Jun 25, 2011
1,212
136
Okay, looking through your stuff - noticed the furnidata is throwing an error:



It's malformed. Line 4 is wrong:

Code:
<furnitype id="97246040" classname="hween_c17_bonfire"><revision455088</revision>

Change it to:

Code:
<furnitype id="97246040" classname="hween_c17_bonfire"><revision>455088</revision>
I changed it, and it doens't work. Everything in furnidata is like that maybe my furnidata is screwed up?
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,198
3,914
I changed it, and it doens't work. Everything in furnidata is like that maybe my furnidata is screwed up?

It doesn't look like it's updated, but you're right the first few entries are wrong on the revision line, its only the hween items.

The last of the hween items is missing a tag on the canlayon.

8f2f6c9ce2fe2b6facfa42cf7c5c9379.png
 

Sab

I love milfs.
Jun 25, 2011
1,212
136
It doesn't look like it's updated, but you're right the first few entries are wrong on the revision line, its only the hween items.

The last of the hween items is missing a tag on the canlayon.

8f2f6c9ce2fe2b6facfa42cf7c5c9379.png
If I remov all the halloween, will that ruin it more? Or is that smarter to do?
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,198
3,914
If I remov all the halloween, will that ruin it more? Or is that smarter to do?

The entire furnidata is jacked, in many random places. No idea how someone has managed this, I've fixed it for you:

 
  • Like
Reactions: Sab
Status
Not open for further replies.

Users who are viewing this thread

Top