Jump to content

Recommended Posts

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

 

 

bugs@drunkenl2.com if you can help

 

Well 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_kernel\class_db_mysqli_client.php file

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.