MyBB Community Forums

Full Version: Code to insert new MyBB user
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have Wordpress and MyBB on my site and I am trying to make a page where they can register for both. I figured out how they get the salt and everything, I just need to know what the loginkey is and how I generate it.
If you figure out how to do this, would you mind posting a tutorial or send me a PM explaining how?
@BrickMaster
Sure, I just REALLY need to figure it out.
here you go: http://community.mybb.com/thread-81314.html

$loginkey = random_str(50);

Smile
Do you mind me hijacking your thread now?
After you added the user to database, how do you update the board stats to show the latest member?
(2010-11-18, 05:23 AM)Nayar Wrote: [ -> ]After you added the user to database, how do you update the board stats to show the latest member?

$cache->update_stats();
(2010-11-18, 04:49 AM)DannysForum Wrote: [ -> ]@BrickMaster
Sure, I just REALLY need to figure it out.

Thanks. Smile I'm looking forward to it. It'll give us at least an extra 200 members on the forums.
(2010-11-18, 06:33 AM)Yaldaram Wrote: [ -> ]$cache->update_stats();
Thanks a lot Smile
Thanks so much Nayar! And no prob with the small hijack, least I can do for you helping me with that Big Grin
You're welcome Smile