Phoenix 3.11.0 Error

StreetMoney

Member
Jul 19, 2012
417
8
Hello Guys I am have been experiencing this error for a while well im testing this emulator on my computer when i put it on localhost it works when i put it public it shows these
You must be registered for see images attach


I would like to know how to fix it so i never have these problems again
Thanks Devbest For Your Time!
 

StreetMoney

Member
Jul 19, 2012
417
8
Code:
## Phoenix 3.0 System Configuration File
 
## Licence Information
Otaku-Studios.username=Street
Otaku-Studios.password=
 
## Licence Server Information
LicenceServer.URL=http://localhost/phx/
 
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=
db.name=hotel
 
## 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
 

Cronus

Cerberus Founder/Developer
Jul 19, 2013
449
25
here I have fixed it up for you.


Code:
## Phoenix 3.0 System Configuration File
 
## Licence Information
*****.username=Street
*****.password=
 
## Licence Server Information
LicenceServer.URL=http://localhost/phx/
 
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=
db.name=hotel
 
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30
 
## Game TCP/IP Configuration
game.tcp.bindip=localhost
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=localhost
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost
 
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1
 

StreetMoney

Member
Jul 19, 2012
417
8
here I have fixed it up for you.


Code:
## Phoenix 3.0 System Configuration File
 
## Licence Information
*****.username=Street
*****.password=
 
## Licence Server Information
LicenceServer.URL=http://localhost/phx/
 
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=
db.name=hotel
 
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30
 
## Game TCP/IP Configuration
game.tcp.bindip=localhost
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=localhost
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost
 
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1

I tried it it doesnt work its says emu failed and it shutdown
 

Users who are viewing this thread

Top