PDA

View Full Version : quick registration


bensin
05-17-2002, 03:25 PM
Hello i'm trying to create my own registration form that will bypass the register.php form. I'm using vbulletin in a lab setting to train principal about technology. I when all the user are registering all at once usernames duplicate throughtout the lab. I can't change my netowrk and all the other fixes that i was told to try never worked. So i have decided to bypass vbulletin registeration form and submit the data in the vbb database directly with no sessions (that is the root of the problem).

could someone help.

Things that would help.

neccessary fields.
How to encrypt passwd

Xenon
05-17-2002, 03:35 PM
to encrypt pw just: $password=md5($password)
requred fields?
Username, Email, Password, i think this should be all

don't forget to putt them into usergroup 2
and don't forget to create the users in the table userfield, or you'll get some problems...