MyBB Community Forums

Full Version: List of member's email addresses
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone

I've tried a search here but not found a definitive answer.

Is there an *easy* way of getting a list of all of our forum members email addresses.

I want to import them to MailChimp, or something similar.

Thanks

Phil

vwcamperforum.co.uk
.m.

Thanks friend, as always.

Now, being an idiot, how to a create and .php file!? How do I execute it?
And where/how does that .php file output the results?

I'm using a mac! Do I just copy/paste into a txt file and rename the file?

Thanks man!
^ yes, you can copy the code in a text file (eg. emails.txt) and rename it as a php file (eg. emails.php)
upload that file to the root folder (main folder) of your MyBB files server (where global.php file exists)
and run it by visiting its url on your browser (eg. forumURL/emails.php) - finally you can copy the output
to required application program or a text file and use the content as required.
This also can be done in phpmyadmin.

http://www.techoupdates.com/2012/12/Expo...Forum.html
excellent. many thanks.

Phil