Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4220
Latest: agolac
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 42864
Total Topics: 7467
Most Online Today: 78
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 44
Total: 44

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

+- Recent Topics

500 error with gallery. by SMFHacks
Today at 10:32:59 am

code for copy img bbcode link? by SMFHacks
June 07, 2023, 11:35:28 pm

Setting a photo as invisible by Monocero
June 07, 2023, 08:55:06 am

Is the PayPal Sandbox still working? by Nicole
June 02, 2023, 06:51:18 am

Question on Completed Listing & Reserve Price by Nicole
June 01, 2023, 06:06:12 pm

[Mod]GDPR Helper by Nicole
May 29, 2023, 11:58:49 pm

RSS Feed Poster Database Error by SMFHacks
May 22, 2023, 06:26:18 pm

Errors With Older Version. by Ken.
May 09, 2023, 05:35:40 pm

Pretty Urls SEO Pro by SMFHacks
May 06, 2023, 03:30:11 pm

New Post Image Upload Error by Mike66
April 28, 2023, 07:30:28 am

Powered by EzPortal