deth4uall Posted October 11, 2009 Share Posted October 11, 2009 I have been looking online for some code that would allow me to create a forums account when the person registers on my game... ANyone seen anything similar? Quote Link to comment https://forums.phpfreaks.com/topic/177281-phpbb-and-game-registration/ Share on other sites More sharing options...
Jnerocorp Posted October 11, 2009 Share Posted October 11, 2009 sounds like you need a portal custom built around your "game" Quote Link to comment https://forums.phpfreaks.com/topic/177281-phpbb-and-game-registration/#findComment-934739 Share on other sites More sharing options...
mikesta707 Posted October 11, 2009 Share Posted October 11, 2009 if I were to do it I would just set my register page to update your own mysql table, and the phpbb's table, and when you login, register a cookie/session for your login, and the forums Quote Link to comment https://forums.phpfreaks.com/topic/177281-phpbb-and-game-registration/#findComment-934740 Share on other sites More sharing options...
deth4uall Posted October 11, 2009 Author Share Posted October 11, 2009 I want it to create a user account in the forum DB while creating the account on the game db... savvy? I know there is a script that is used to for doing that just can't remember where I saw it... Also keep in mind I would also like to know the SQL required but if its a script already built that works... Mainly looking for SQL cause I can't seem to find it in the phpBB code itself... Quote Link to comment https://forums.phpfreaks.com/topic/177281-phpbb-and-game-registration/#findComment-934755 Share on other sites More sharing options...
Gayner Posted October 11, 2009 Share Posted October 11, 2009 I want it to create a user account in the forum DB while creating the account on the game db... savvy? I know there is a script that is used to for doing that just can't remember where I saw it... Also keep in mind I would also like to know the SQL required but if its a script already built that works... Mainly looking for SQL cause I can't seem to find it in the phpBB code itself... Edit the register.php in ur game and just edit the mysql to insert in ur phpbb registration tables, lol Quote Link to comment https://forums.phpfreaks.com/topic/177281-phpbb-and-game-registration/#findComment-934763 Share on other sites More sharing options...
Eiolon Posted October 11, 2009 Share Posted October 11, 2009 Yeah, the easiest way to do this is to insert the user into the phpBB users table and then call on that table when logging into the game. Quote Link to comment https://forums.phpfreaks.com/topic/177281-phpbb-and-game-registration/#findComment-935035 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.