$_CONFIG['hotel']['external_vars'] = 'http://127.0.0.1/r63/external_variables.txt'; //URL to your external vars
$_CONFIG['hotel']['external_texts'] = 'http://127.0.0.1/r63/external_flash_texts.txt'; //URL to your external texts
$_CONFIG['hotel']['product_data'] = 'http://127.0.0.1/r63/productdata.txt'; //URL to your productdata
$_CONFIG['hotel']['furni_data'] = 'http://127.0.0.1/r63/furnidata.txt'; //URL to your furnidata
$_CONFIG['hotel']['swf_folder'] = 'http://127.0.0.1/r63'; //URL to your SWF folder
emu config:
## Phoenix 3.0 System Configuration File
## Licence Information
**************.username=HobbaBR
**************.password=nope
## Licence Server Information
LicenceServer.URL=http://localhost/phx/
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=hidden
db.name=revje
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30
## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
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=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=127.0.0.1
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1



Reply With Quote


