Hello, i need some help if you have the answer, our php guy dropped off the planet and left us dry, the guy working on it made this email for help
[email protected] if you can helpWell this is the thing… we have a forum (Invision Power Board) setted up and we need to make the registration process send the account data to 2 different DBs, one locally on the same webhost (forum one) and another remote with non default port (game one). The modding is basically done, and works if you work with both DBs on the same MySQL Server. But the problems comes up when you need to get them sepparated. in that case registration inserts the account on forum DB but not on remote one (game one). is there any way to fix that? to make it send the info to remote server too?
Another problem with this (but not soo important) is that the game account is created when the user press create account button and not on account activation by email like happens with the forum. Can that be changed to create game account on account activation too?
This is basically the way there are setted up both DBs…
ForumDB:
host = ‘localhost’
database = ‘forum’
user = ‘root’
pass = ‘password’
tbl_prefix = ‘ibf_’
Game DB
host = ‘xxx.xxx.xxx.xxx:45123’
database = ‘accounts’
user = ‘root’
pass = ‘password’
tbl_prefix = ‘’
Thnxs in advance…
PS: Game DB config info on conf_global.php doesn’t seems to be read, so you have to change info on …ips_kernelclass_db_mysqli_client.php file