Problem Plus EMU

oltreiltutto

New Member
Jun 29, 2017
23
0
hi all, i am trying to use this version of Plus emu ( ) and I'm using Habbie Hotel CMS

The problem is that when the emulator is off, the client remains stationary at 76, of course, but when the emulator is started it reaches 76 and the client crashes!

I am using the production indicated for the emulator.

CONFIG EMU:

PHP:
## 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=ciao
db.name=retro

site.figure.data=http://127.0.0.1/gamedata/figuredata.xml

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

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1;0.0.0.0
game.tcp.port=30000
game.tcp.conlimit=75
game.tcp.conperip=75
game.tcp.enablenagles=true

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

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


CLIENT:



the links of external_variables and override_variables all work. thank you so much
 

Shxrty

Shorty#1960
Mar 31, 2018
629
163
Okay, Then first try opening your ports, instead of using 127.0.0.1 for a url try localhost as the url, make sure your SWFs are linked and that they are the right SWFs, make sure the DB is the correct DB aswell, It could be a DB issue.
 

Users who are viewing this thread

Top