Finding a user by email? Finding a user by email?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Finding a user by email?

Started by diorgirly, February 28, 2006, 12:37:07 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

diorgirly

Hi there. I hope this is the right forum to post this.

I have a bit of a situation on my board. There's a girl that is stealing photographs from my gallery, but I only know her email address. Is there a way I can search my user database with the email and find her profile? I would really appreciate any help.

Thanks in advance...

Stramm

in phpmyadmin (if you have it) click the database name on the leftside menu. Now in topmenu SQL
enter in the box


SELECT * FROM `prefix_users` WHERE `user_email`='search@me.com';


change 'prefix' to the db prefix you're using