12-21-2009, 02:51 PM
What you're basically doing is trying one script to modify two databases, the game and the forum. You could do this manually. i.e. have an sql query for the first database, close the connection, open a connection on the second database, insert everything, and close it. It's a lot of work, I know. The other thing you could try to do, is find a way to call the script that the forum uses to add a member. I'm not quite sure how to do this, but all it really takes is a post request. Either way works, the second one _might_ be a little bit simpler, though.