10-08-2013, 11:31 AM
you need only to set youre vps ip on GameServer and on loginserver
all other messenger helper connector subhelper you need to set ip 127.0.0.1
Cash Server
[CashServer]
Address=127.0.0.1
Port=8888
[DataBase]
Address=127.0.0.1
DB_Data=newproject_data
DB_Auth=newproject_db_auth
DB_Db=newproject_db
UserName=root
Password=
; Set the IP Address of the connector here
; Its for security reasons, only connections from this ip are accepted
[Connector]
Address=127.0.0.1
; Set the settings for the lottery system
[Lottery]
Enabled=FALSE
Prize=10
Ticket=1
[DataBase]
Address=127.0.0.1
DB_Data=newproject_db_data <------------------ is that corect name from youre data database or newproject_data with out _db_
DB_Auth=newproject_db_auth
DB_Db=newproject_db
UserName=root
Password=

