MyBB Community Forums

Full Version: import user list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi again

I have list with users like

user1
[email protected]
password1

user2
[email protected]
password2

user3
[email protected]
password3
...

My question is: How can import thist list on MyBB 1.8.27 in this format?

Thanks
1.save list on txt file
2. read txt file by php
3. create users by mybb function
(2021-08-08, 05:12 PM)Mostafa.Shiraali Wrote: [ -> ]1.save list on txt file
2. read txt file by php
3. create users by mybb function

I do not understand, i have already users.txt file, i want to import all in Mysql with one move