Search - Help! Search - Help!
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

Search - Help!

Started by tini, June 06, 2007, 08:56:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tini

Is there anyway of searching a user by their email address in the gallery? A Hack? Addon? Anything. I really need this feature.
Please let me know  ;)

Joachim Müller

Not that I'm aware of. Use phpMyAdmin as a workaround.

tini

do you mean like a cpanel? can you please tell me how to do that via phpmyadmin?? is it possible to search for email addresses in the gallery via phpmyadmin??

Stramm

SELECT * FROM `cpg1410_users` WHERE `user_email` LIKE '%tramm%'
ORDER BY `user_name` ASC


would spit out all users that have tramm in their email addy, eg. stramm@hishomeemail.com
(replace tramm with whatever you want to search)