MyBB Codes

Full Version: How can I view all the users registered with a particular email?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any way to do that or do I need a plug-in for this?
(12-05-2009 10:58 AM)roger Wrote: [ -> ]Is there any way to do that or do I need a plug-in for this?

The easiest way in my opinion would be to do it from the phpmyadmin at the cp of your host. Run the following query there at the SQL tab:

SELECT * FROM mybb_users WHERE email LIKE '%hotmail.com';
In this case I chose to view the users with the ...@hotmail.com emails. You can substitute the hotmail.com with the email provider that you want.
Thank you. I substituded the hotmail.com with wanadoo.fr emails that I wanted to see and it worked great. Thank you again babjusi.
No problem, glad to have been of help.
Reference URL's