Search - Help! Search - Help!
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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)