Welcome, Guest. Please Login or Register.
October 02, 2024, 06:19:51 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  English User Help  |  English Help  |  Tracing users... « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Tracing users...  (Read 598 times)
proenski
Jr. Member
**
Posts: 60


Tracing users...
« on: February 16, 2004, 09:42:05 PM »
Reply with quote

YaBB SE Version: 1.5.5
PHP Version: 4.3.4
MySQL Version: 4.0.x
Server Platform: Unix, Linux, or BSD
Link to Forum: http://www.depechemodeforum.com/yabbse/index.php

Problem Description:
Is there any (easy) way I can trace users to find out their login/ nickname when I only have their email address ???

Sometimes people get an email from our board because they have registered in the past, but no longer use our forum.

They don't know any of the login information provided so I was wondering how I could track the email-login/ nickname combination so I can delete the user.

Proenski


P.S. I don't want to use the "no longer posting for x days option" because that would rule people out that still want to be kept informed about our activities.
Logged

[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Tracing users...
« Reply #1 on: February 16, 2004, 11:42:53 PM »
Reply with quote

SELECT *
FROM yabbse_members
WHERE emailAddress = '[email protected]';

SELECT *
FROM yabbse_messages
WHERE posterEmail = '[email protected]';

-[Unknown]
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Tracing users... « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.108 seconds with 21 queries.