Members E-mail List? Members E-mail List?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Members E-mail List?

Started by Vixxxen, January 03, 2005, 01:47:42 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Vixxxen

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.

Tranz

#1
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`