Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43260
Total Topics: 7518
Most Online Today: 297
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 1
Guests: 266
Total: 267

Author Topic: PM/email tracking Urgent help required  (Read 6162 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: 16436
    • 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
5907 Views
Last post February 03, 2010, 09:53:36 am
by SMFHacks
0 Replies
3513 Views
Last post May 11, 2010, 01:24:35 pm
by aciage
9 Replies
7043 Views
Last post January 06, 2012, 02:53:02 pm
by webdzr
7 Replies
8970 Views
Last post June 03, 2016, 08:02:08 pm
by SMFHacks
4 Replies
2881 Views
Last post August 23, 2017, 04:40:16 pm
by shuban

+- Recent Topics

No thumbnails on new uploads by Tonyvic
Today at 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

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal