DL2Beowolf Posted February 14, 2008 Share Posted February 14, 2008 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 Quote Link to comment https://forums.phpfreaks.com/topic/91016-help-for-php-not-sure-if-right-section-but-hey-i-am-new/ Share on other sites More sharing options...
DL2Beowolf Posted February 14, 2008 Author Share Posted February 14, 2008 um ok? so can i get some help lol Quote Link to comment https://forums.phpfreaks.com/topic/91016-help-for-php-not-sure-if-right-section-but-hey-i-am-new/#findComment-466544 Share on other sites More sharing options...
trq Posted February 14, 2008 Share Posted February 14, 2008 What do you want us to do? Write it for you? if your looking for a programmer, post a request in our freelance board. Quote Link to comment https://forums.phpfreaks.com/topic/91016-help-for-php-not-sure-if-right-section-but-hey-i-am-new/#findComment-466773 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.