G'day,
I've tried searching the forums and looked over pages of submitted code, but there doesn't seem to be anything that match what I am looking for.
I am making a web based game and for it, I have naturally created a db that stores all the players details, both real and for the game.
What I would like to do is integrate the both together so that the player doesn't need to register on both sides.
- In my search I did find a request on how to use a single SMF registration form to register on two seperate SMF forums (Which can't be done apparently)
Tho all I would need the SMF registration code to do, is inset into my game db table, select fields from the registration page, IE username, name etc...
Tho in the long run, I would really like to integrate the game details into SMF, like the players Level, Avatar, Money etc...
Now I have had a bit of poke around the SMF code and it all seems very straight forward! Awesome coding guys, very clean!

So my request is more of a guide/help on how to combine two db calls so that I get the desired outcome. Not so much a request for a complete block of code/mod/hack.
What would be the best way of doing it?
Have my games registration page create entries in the SMF forum db, or vice versa?
Or, have the game db tables merged INTO the SMF forum db and do all the callings directly from there?
- Making the integration of game details to the forum a lot easier...
I don't mind having them separate or needing two db calls, as long as it works, I'm happy

So which ever way is best, what part of code would I start to modify first?
And what is the best way to modify it without impacting on the forums functionality?
Cheers for your help.
~Sovaka