PDA

View Full Version : Adding a User


TheVoidz
12-23-2003, 09:06 AM
Adding a user manually (outside of vbulletin v3.x.x).

How would I do this? Generating a $salt and stuff.

Zachery
12-23-2003, 02:22 PM
why not just use the ACP?

also better question for vbulletin.com ;D

TheVoidz
12-23-2003, 11:40 PM
I looked for posts on this topic before I made it. But I want to add users to the forums with my script and not the forums register.php

Whats the SQL query I would run? and I need to know how to make a salt and stuff.

Zachery
12-24-2003, 12:00 AM
still why not just use the ACP?

TheVoidz
12-24-2003, 12:11 AM
I don't want to manually add the accounts. I want to make a script that will add users to multiple databases at the same time to keep passwords the same and stuff.