MyBB Community Forums

Full Version: Add user to MySQL from own script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

I would like add a few users to MySQL from VBulletin database, so i don't know how create password? In VBulletin password also have SALT.

I found this (for VBulletin):

$password_hash = md5(md5($password_text) . $user_salt);

And (for MyBB):

$password_hash = md5(md5($salt).$password);

I know that somebody here can do this, because Merge System can convert database from VBulletin.

Sorry, my english isn't very well.
Refresh... Any idea?
You can use the Merge System to do this. When using the merge system, you can use the loginconvert.php file in the inc/plugins folder. You have to move this to /convert folder or wherever it tells you to move it to.

Do not use phpMyAdmin to create accounts, but the ACP >> Users + Groups >> Create New User section