Game Development Community

Integrating VBulletin with T3D...

by Stacey Miller · in Technical Issues · 01/02/2010 (4:08 pm) · 1 replies

Is it possible to integrate VBulletin usernames and passwords into T3D? For example, the user downloads the game client, creates an account and logs in. Would this be able to create the account in the VBulletin database (username and pass?)as well?

What if we had them signup on the website (through VBulletin), would the users be able to login using the username and password they created through the website?

What i am trying to avoid is having a user create 2 accounts. One for the forum and the other for the game.

Any tips and directions are greatly appreciated.

#1
01/02/2010 (4:11 pm)
If you created a login.gui, and used the authentication source code in the engine, and a php script to connect to vbulletin's user database, then yes.