MyBB Community Forums

Full Version: MyBB "Double registration" with SQL (Not sure what to call it)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everybody!

I'm a newb when it comes to coding, but the question is, is it possible to make some sort of double registration on MyBB? For e.g. when a user registers on the forums it will also create a game account which is located on another server?

Very simple, but googling only gives me how to make a register page!

Thanks a million

// Jonn
What you'll want to do is create a plugin for MyBB and have it hook to datahandler_user_insert_end. The pseudo variable $this is passed by reference and is an array with the following keys: uid, username, loginkey, email, password, usergroup. Note that the password is hashed, not plain text.
Thanks for the quick response!

Unfortunately my experience with coding doesn't stretch that far, any plugins that's already on the market that I could use?
Not on this site. I'm not sure about others. You could make a thread in Requests/ Services / Jobs though. Because it would be a custom plugin, the person you hire may charge you.