MyBB Community Forums

Full Version: Updating last register
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there, I made a separate register page that allows users to register on the forum only with the user / account created on my browser based game.

Though, I managed to code the script, works like a charm, but the newest member doesn't update. What query should I run beside the "Recound & Rebuild" action so I can update the newest registered user ?

Best regards, D. Edi !
Thanks for the great support mybb (ironic), it's been 12 days since i posted this small question and you guys didn't bother answering it.

After a bit of research in the mybb sql structure I found out that I can update the last registered user and the number of members from an json encoded array in mybb_datacache

Regards Edi.