Can't connect to hotel?

DarkXIDE

Member
Oct 3, 2011
72
10
Hello!

So when I open the client it loads quite quick and then the client turns black for a few seconds and then I get redirected to /me.

I have opened the ports through Port Forwarding and through the Firewall. I use Pheonix Emu (v3.11 build 14986) a special crack by Quackster

I don't know if it is because of the emu or my swf-config or maybe something else.
 

Zymf

 
Aug 19, 2012
868
166
Your emulator isn't receiving any connection.
Make sure that your config is all correct

If it's not that it'll possibly be your SWFS: download a new SWF pack and make sure to change the URLs in your external_variables to your hotel's URL.
 

Jxck

got that old thing back
Apr 5, 2014
135
34
I'm actually getting the same issue, i'm using IIS on a VPS alongside a Emulator.

Here is my Emulator Config:
Code:
## uberEmulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=PASSWORD
db.name=DATABASENAME

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

## Game TCP/IP Configuration
game.tcp.bindip=VPS IP
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=true

## MUS TCP/IP Configuration
mus.tcp.bindip=VPSIP
mus.tcp.port=3001
mus.tcp.allowedaddr=VPSIP
## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300

Any ideas? Support from Skype or Email would be greatly appreciated and probably rewarded if you can get it operating.
 

Zymf

 
Aug 19, 2012
868
166
I'm actually getting the same issue, i'm using IIS on a VPS alongside a Emulator.

Here is my Emulator Config:
Code:
mus.tcp.port=3001
Should be 30001, if that doesn't work it could be one of the things I've suggested above.

Try some of the suggestions I gave above.
 
Last edited:

Balls

Member
Jun 1, 2013
251
46
Likely, its your external_variables, check all the links are correct. Also, when you are at the client loading screen, press Ctrl + Shift + J on your keyboard and it should come up with some errors in the console. Take a print screen of this and post it.
 

Users who are viewing this thread

Top