UltraBB Forums Home 
Home Search search Menu menu Not logged in - Login | Register
UltraBB Forums > UltraBB > Software Assistance > Finding Member Name by Email

 Moderated by: martin_wynne
New Topic Reply Printer Friendly
Finding Member Name by Email  Rate Topic 
AuthorPost
 Posted: Wed Mar 9th, 2011 12:50 am
  PM Quote Reply
1st Post
TVDinner
Go UCONN!


Joined: Wed May 9th, 2007
Location: North Carolina USA
Posts: 1694
Status: 
Offline
Mana: 
User Gallery
I have a member who can not remember his Member Name, but is receiving the mass emails we send through the system to a certain email address.

So we know the email he signed up with, but not the member name.

Is there a SQL I can run with that email address to find the user name?

Thanks.

Back To Top PM Quote Reply  

 Posted: Wed Mar 9th, 2011 01:38 am
  PM Quote Reply
2nd Post
Jim
127.0.0.1


Joined: Wed Apr 11th, 2007
Location:  
Posts: 7020
Status: 
Offline
Mana: 
User Gallery
Just a guess,
SELECT user_name FROM wowbb_users WHERE user_email='email@host.bla'

Back To Top PM Quote Reply

 Posted: Wed Mar 9th, 2011 01:43 am
  PM Quote Reply
3rd Post
TVDinner
Go UCONN!


Joined: Wed May 9th, 2007
Location: North Carolina USA
Posts: 1694
Status: 
Offline
Mana: 
User Gallery
That did not bring back any results.

Any other thoughts

Back To Top PM Quote Reply  

 Posted: Wed Mar 9th, 2011 01:46 am
  PM Quote Reply
4th Post
Jim
127.0.0.1


Joined: Wed Apr 11th, 2007
Location:  
Posts: 7020
Status: 
Offline
Mana: 
User Gallery
Did you use the single quotes? PM me the guys e-mail address. I did just try that query and it works.

Back To Top PM Quote Reply

 Posted: Wed Mar 9th, 2011 01:54 am
  PM Quote Reply
5th Post
TVDinner
Go UCONN!


Joined: Wed May 9th, 2007
Location: North Carolina USA
Posts: 1694
Status: 
Offline
Mana: 
User Gallery
PM sent

Back To Top PM Quote Reply  

 Posted: Wed Mar 9th, 2011 01:55 am
  PM Quote Reply
6th Post
martin_wynne
Licence Holder


Joined: Sun May 25th, 2008
Location: West Of The Severn, United Kingdom
Posts: 2013
Status: 
Offline
Mana: 
User Gallery
As an alternative to using MySql, you can go to Admin > Advanced > Backup and Restore > Export table.

Select wowbb_users in the drop-down list and click Export.

This gives you a file of your user's settings saved on your own computer which you can refer to at any time, search, etc., without any risk at all to your online database.

Of course you need to export it again, say once a week, to keep your copy fully up to date. More recent new members in each group can be found by doing CTRL-F at Admin > Users > click a line > User List.

regards,

Martin.

Back To Top PM Quote Reply

 Posted: Wed Mar 9th, 2011 02:35 am
  PM Quote Reply
7th Post
TVDinner
Go UCONN!


Joined: Wed May 9th, 2007
Location: North Carolina USA
Posts: 1694
Status: 
Offline
Mana: 
User Gallery
Jim wrote: Just a guess,
SELECT user_name FROM wowbb_users WHERE user_email='email@host.bla'


This worked perfectly once I had the correct email address.

Thanks Jim.

Back To Top PM Quote Reply  

 Posted: Sun Jun 19th, 2011 06:35 pm
  PM Quote Reply
8th Post
sw23185
License Holder
 

Joined: Mon May 17th, 2010
Location: Virginia USA
Posts: 186
Status: 
Offline
Mana: 
User Gallery
What I would like to see would be the ability in the Admin Panel to sort the user lists by e-mail address - ideally you would do this by clicking on the column header just like you do to sort Topics by rating, replies, views, started by, etc. Same net effect as the manual SQL search Jim describes above for an e-mail address, but a lot more user friendly!

Back To Top PM Quote Reply

Current time is 10:08 am  
UltraBB Forums > UltraBB > Software Assistance > Finding Member Name by Email Top



Hosting

UltraBB 1.17 Copyright © 2007-2011 Data 1 Systems, INC.
Page processed in 0.1926 seconds (12% database + 88% PHP). 25 queries executed.