vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=262)
-   -   SQL Query to view Private Messages (https://vborg.vbsupport.ru/showthread.php?t=313422)

ARLreborn 08-03-2014 12:03 PM

SQL Query to view Private Messages
 
Hi,

Is there such a query to view a certain users messages?

I saw one for vB 3.X

SELECT message FROM pmtext WHERE fromuserid = XXX;

But these tables don't exist in vB5... Any advice?

ForceHSS 08-03-2014 12:24 PM

I know this plugin will allow you to see pms for vb4 but its not made for vb5. You could look at the xml and see what the query is and see if you could use it on vb5 but as vb5 is different in so many ways i dont see it working. On another note why you need to see private pms

In Omnibus 08-03-2014 12:34 PM

The database table in vBulletin 5 is named "privatemessage" and it is possible to view the tables with SQL commands but as stated above, why would you invade members' privacy? Private Message both explicitly and implicitly states the message is private. If you're that concerned about a member turn off their ability to use the private messaging system.

ARLreborn 08-03-2014 12:35 PM

See private pm's - a user is taking members away from the forum... Have no proof, we only want to check his messages as we respect privacy... But when it's been reported in one PM, we want to see if it's occurring elsewhere.

Will look @ the vb4 ones and come back to you :) Thanks for the input

--------------- Added [DATE]1407073009[/DATE] at [TIME]1407073009[/TIME] ---------------

Tried this:
SELECT about FROM privatemessage WHERE userid = **;


No joy. UserID isn;t included in the columns - any ideas?

--------------- Added [DATE]1407073218[/DATE] at [TIME]1407073218[/TIME] ---------------

Further more, we don't want to see other member's PM's, just one users. It's more to get proof of lurring people away.

That is purely it, I can't stress that enough :)

Dead Eddie 08-04-2014 11:14 AM

Code:

SELECT * FROM node WHERE node.contenttypeid = 27 AND node.userid = 1;
27 looks like the default content type ID for a vb 5 install. If you get weird results, you can double check the number in the contenttype table.

Scanu 08-04-2014 09:59 PM

If you need it only for one user then why not looking directly on the private messages table on phpmyadmin?

AusPhotography 08-05-2014 05:11 AM

Quote:

Originally Posted by ProSportsForums (Post 2509552)
why would you invade members' privacy? Private Message both explicitly and implicitly states the message is private.

1. We changed the phrase Private to Personal where needed to stop wrong thinking

2. Our rules say we can look, we don't hide it (we look, very rarely)
(Rule 15) http://www.ausphotography.net.au/for...hp?do=vsarules

3. To think that someone won't look is dumb
-- once anything is on the web someone you don't expect will see it.
vB has a admin tool that lets admin's see PMs

Why look?
We have had some cases of disputes between members and needed to see the correspondence.
There are other legit reasons for an admin to look, and some admins might look without reason.
The reality is most of us are too busy to bother, just saying that it can and will happen.

Kym

Dead Eddie 08-05-2014 11:21 AM

Quote:

Originally Posted by Scanu (Post 2509770)
If you need it only for one user then why not looking directly on the private messages table on phpmyadmin?

Because, there's nothing in the private messages table that would be helpful for what the OP is looking for?

Max Taxable 08-05-2014 11:33 AM

Quote:

Originally Posted by ARLreborn (Post 2509553)
See private pm's - a user is taking members away from the forum... Have no proof, we only want to check his messages as we respect privacy... But when it's been reported in one PM, we want to see if it's occurring elsewhere.

You have a flagged (reported) such PM, and that's not enough proof?

When I suspect poaching I handle it with any one of several staff decoy accounts. A poacher typically won't PM a staff member since most boards have those accounts identified, but will PM active members it sees, or in reply to a PM from another member that isn't a staffer.

Use of decoy accounts catches poachers in the act, every time it is tried.

Scanu 08-05-2014 11:37 AM

Quote:

Originally Posted by Dead Eddie (Post 2509832)
Because, there's nothing in the private messages table that would be helpful for what the OP is looking for?

Then I'm not sure i completely understand what he wants


All times are GMT. The time now is 09:00 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01116 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete