Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 221
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 197
Total: 197

Author Topic: PM/email tracking Urgent help required  (Read 6175 times)

0 Members and 1 Guest are viewing this topic.

Offline powerhouse

  • Member
  • *
  • Posts: 2
    • View Profile
PM/email tracking Urgent help required
« on: February 25, 2008, 03:47:22 am »
Is there a way or a mod that allows the admin to track or see the emails/pm that members are sending? I need a feature like this as I think one of our members is spamming/soliciting via email and/or pm's.

I am hoping it can be done on a per user basis rather than every email/pm sent through the forum. Any mod or solution would be appreciated

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: PM/email tracking Urgent help required
« Reply #1 on: February 25, 2008, 07:12:46 am »
Currently there is no mod built to do this.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline thehawk

  • Member
  • *
  • Posts: 12
    • View Profile
Re: PM/email tracking Urgent help required
« Reply #2 on: February 27, 2008, 06:19:07 am »
While there is no mod to do this, you can pull the information directly from your database:

Code: [Select]
USE %DATABASE%
SELECT *
FROM [color=red]%PREFIX%_[/color]personal_messages
WHERE fromName = '[color=red]%USERNAME%[/color]'

Change %DATABASE% to the database your SMF install is using (this is not always necessary- if it throws an error, take this entire line out).
Change %PREFIX%_ to the prefix SMF is using in your database.
Change %USERNAME% to the name of the user you are interested in.

This will pull up all of the private messages from that user and allow you to have a look at what is going on.

Offline powerhouse

  • Member
  • *
  • Posts: 2
    • View Profile
Re: PM/email tracking Urgent help required
« Reply #3 on: March 02, 2008, 11:32:56 pm »
how and where do I put this code? i am new to this

Offline thehawk

  • Member
  • *
  • Posts: 12
    • View Profile
Re: PM/email tracking Urgent help required
« Reply #4 on: March 04, 2008, 02:29:16 am »
how and where do I put this code? i am new to this

This is something you have to have database access to do (commonly it is with phpMyAdmin).  If you need more assistance, it might be better to ask over at the SMF Forums.

 

Related Topics

  Subject / Started by Replies Last post
4 Replies
5935 Views
Last post February 03, 2010, 09:53:36 am
by SMFHacks
0 Replies
3527 Views
Last post May 11, 2010, 01:24:35 pm
by aciage
9 Replies
7070 Views
Last post January 06, 2012, 02:53:02 pm
by webdzr
7 Replies
9020 Views
Last post June 03, 2016, 08:02:08 pm
by SMFHacks
4 Replies
2888 Views
Last post August 23, 2017, 04:40:16 pm
by shuban

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

Powered by EzPortal