Phoenix 3.11 EMU Won't Take Connection's

Raptar

Member
Sep 16, 2013
57
5
Hello DevBest Community,

I am currently using Phoenix 3.11 emulator and everything loads fine it connects to db, swfs on the hotel client works fine and everything is just perfect but the emu doesn't take connections it just stays on client view this is my Config file I have blocked the IP and DB name and pw please help me solve this issue thanks.

## Phoenix 3.0 System Configuration File

## Licence Information
Otaku-Studios.username=Dan
Otaku-Studios.password=####

## Licence Server Information
LicenceServer.URL=

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=DB PW
db.name=DB NAME

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

## Game TCP/IP Configuration
game.tcp.bindip=IP
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=IP
mus.tcp.port=30001
mus.tcp.allowedaddr=IP

## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1
 

Users who are viewing this thread

Top