coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: Vixxxen on January 03, 2005, 01:47:42 AM

Title: Members E-mail List?
Post by: Vixxxen on January 03, 2005, 01:47:42 AM
Just wondering if there was any way (hack) to be able to get a list of all the members email addresses without having to look each member up one at a time.
I did a search for this topic and didn't come up with anything so any help would be appreciated.
Thanks.
Title: Re: Members E-mail List?
Post by: Tranz on January 03, 2005, 02:00:42 AM
If you know mysql, you should be able to get it from the user table.

Here's the code:
SELECT user_name, user_email
FROM `cpgprefix_users`
Title: Re: Members E-mail List?
Post by: Nibbler on January 03, 2005, 02:21:08 AM
http://forum.coppermine-gallery.net/index.php?topic=1228.msg58625#msg58625