EMU just d/c people

Cronus

Cerberus Founder/Developer
Jul 19, 2013
449
25
Code:
## Phoenix 3.0 System Configuration File
 
## Licence Information
Otaku-Studios.username=*******
Otaku-Studios.password=nope
 
## Licence Server Information
LicenceServer.URL=http://******.***/phx/
 
## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=****MyPassHere****
db.name=test
 
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30
 
## Game TCP/IP Configuration
game.tcp.bindip=***.***.***.***
game.tcp.port=30000
game.tcp.conlimit=5000
 
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
 
## MUS TCP/IP Configuration
mus.tcp.bindip=***.***.***.***
mus.tcp.port=30001
mus.tcp.allowedaddr=***.***.***.***
 
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1
 

n00b

n00b
Jun 20, 2012
235
38
Replace -

Code:
## MUS TCP/IP Configuration
mus.tcp.bindip=***.***.***.***
mus.tcp.port=30001
mus.tcp.allowedaddr=***.***.***.***

With

Code:
## MUS TCP/IP Configuration
mus.tcp.bindip=***.***.***.***
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1


Try that.
 

Users who are viewing this thread

Top