Game Development Community

login/user account system

by James · in General Discussion · 04/13/2012 (7:59 am) · 2 replies

anyone know where i can find a tutorial on this? or eve na resource that doesn't have dead links.

#1
04/13/2012 (6:32 pm)
I wouldn't use Torque for this. Use PHP, and then use HTTPObjects to communicate with the web server. You get all the tech backend of the web server, without jumping through hoops making T3D do something it shouldn't. And there's a million really good tutorials on these systems (and how to secure them!), so it's much easier to go that route. Hope that helps.
#2
04/13/2012 (8:09 pm)
Got any suggestions on good site to learn how to do so. I only ever made a flash menu that used PHP to connect and verify on a local MySQL server so i imagine it is similar to that. i just having a hard time figuring out how to get it hooked into torque.