Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[3.0.0 beta 5] Read your members Private Messages Details »»
[3.0.0 beta 5] Read your members Private Messages
Version: 1.00, by Floris Floris is offline
Developer Last Online: Mar 2021 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 01-03-2004 Last Update: Never Installs: 137
 
No support by the author.

* Users tested this on beta 5,6,7,gamma,rc1 and didn't complain about errors *

/*================================================= =====================*\
|| This IS the First vB3 Hack (PM.PHP)
|| Description: Allow Super Administrators to read Private Messages
||
|| Author : Scott (
scott@vbulletin.com) (version 1.0 for beta 3)
|| SideKick : Xiphoid (
info@vBulletin.nl) (version 1.1 for beta 5)
||
|| Install : Upload to admincp/ folder and in browser run as
||
http://www.yoursite.com/forum/admincp/pm.php?userid=x
\*================================================ ======================*/

ENJOY
(and thank you Scott)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #92  
Old 05-09-2004, 12:17 AM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Virtex-II
Tested on vBulletin 3.0.1 and it rocks :up:

It would be nice if this could be handled from the AdminCP without having to change the user id manually :ermm:


All the best
Virtex-II
Very easy.....

open admincp/user.php

find:
Code:
			"user.php?$session[sessionurl]do=remove&userid=$userid"
				=> $vbphrase['delete_user'],
add below that:
Code:
			"pm.php?$session[sessionurl]&userid=$userid"
				=> $vbphrase['view_users_pms'],
save and upload admincp/user.php

now create a new phrase in "Control Panel User Management" as follows:
varname: view_users_pms
text: View Users PM's

now save it. Done.
Now when your in the admincp select "View / Edit User" of the user you want to read the pm's for, once there use the drop down "Quick User Links" and you will see "View Users PM's" at the bottom.
Reply With Quote
  #93  
Old 05-09-2004, 02:23 PM
Ocean's Avatar
Ocean Ocean is offline
 
Join Date: Mar 2004
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had posted a little while back that there is a small problem with this hack.


When you are looking at a user's Inbox - the data includes who sent each PM. However, when you look at the Sent folder, it does *not* indicate who each PM was sent to.

If I'm monitoring an abusive user - I need to know who each PM has been sent to.


So, can anyone tell me what I need to do in order to have this hack simply show a "Sent To" field in ALL folders? So that, regardless of whether you are looking at the Inbox or Sent (or any other) folder, there will be 2 columns showing both the Sender as well as the Recipient?
Reply With Quote
  #94  
Old 05-09-2004, 11:42 PM
lifesourcerec's Avatar
lifesourcerec lifesourcerec is offline
 
Join Date: Jan 2002
Posts: 429
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think this is only good if there was somewhat to do a word search in PM. For example, you may have a user that signed up and does nothing but spam. Users complain, so you warn them and they stop, but then start spamming in PM. If there is a way to do a search in PM's just for what that user is spamming about to verify that he is actually spamming (maybe 50+ message titles popup or more, then you can deal with the problem before you start losing users.
Reply With Quote
  #95  
Old 05-21-2004, 05:11 AM
JTMON's Avatar
JTMON JTMON is offline
 
Join Date: Oct 2001
Posts: 279
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FASherman
I have been an IT tech and manager for over 20 years and have had to design systems to comply with the law.

(3)(a) Except as provided in paragraph (b) of this subsection,
a person or entity providing an electronic communication service
to the public shall not intentionally divulge the contents of any
communication
other than one to such person or entity, or an
agent thereof) while in transmission on that service to any
person or entity other than an addressee or intended recipient of
such communication or an agent of such addressee or intended
recipient.

(b) A person or entity providing electronic communication
service to the public may divulge the contents of any such
communication -

(i) as otherwise authorized in section 2511(2)(a)
or 2517 of this title;

(ii) with the lawful consent of the originator or
any addressee or intended recipient of such communication;

(iii) to a person employed or authorized, or whose
facilities are used, to forward such communication to its
destination; or

(iv) which were inadvertently obtained by the
service provider and which appear to pertain to the commission of
a crime, if such divulgence is made to a law enforcement agency.
I sorta feel bad cause I am the one that originally requested this for 2.2.x but it would seem you show yourself that it IS legal in fact because the section reads Except as provided in paragraph (b) of this subsection

(iii) to a person employed or authorized, or whose
facilities are used, to forward such communication to its
destination;


It would sure seem it is MY facilities being used to forward the message which by this text would mean it is LEGAL. Just my 2 cents and thanks for the update of the hack.
Reply With Quote
  #96  
Old 05-23-2004, 09:43 PM
WebMasterAJ WebMasterAJ is offline
 
Join Date: Oct 2001
Posts: 104
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Ocean
So, can anyone tell me what I need to do in order to have this hack simply show a "Sent To" field in ALL folders? So that, regardless of whether you are looking at the Inbox or Sent (or any other) folder, there will be 2 columns showing both the Sender as well as the Recipient?
Is there anyway to modify this hack to show the sent to column? It would really be helpful...

Thank you all for your time and energy!

Sincerely,
Andrew Tatum
Reply With Quote
  #97  
Old 06-04-2004, 08:02 PM
Virtex-II Virtex-II is offline
 
Join Date: Feb 2004
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dark_Wizard
Very easy.....

open admincp/user.php

find:
Code:
			"user.php?$session[sessionurl]do=remove&userid=$userid"
				=> $vbphrase['delete_user'],
add below that:
Code:
			"pm.php?$session[sessionurl]&userid=$userid"
				=> $vbphrase['view_users_pms'],
save and upload admincp/user.php

now create a new phrase in "Control Panel User Management" as follows:
varname: view_users_pms
text: View Users PM's

now save it. Done.
Now when your in the admincp select "View / Edit User" of the user you want to read the pm's for, once there use the drop down "Quick User Links" and you will see "View Users PM's" at the bottom.

Sorry I am late got a lot of problems in this period.....Thanks a lot for your tips...very useful


My best regards
Virtex-II
Reply With Quote
  #98  
Old 06-05-2004, 07:06 AM
SaN-DeeP's Avatar
SaN-DeeP SaN-DeeP is offline
 
Join Date: Jun 2002
Location: Mumbai, India
Posts: 1,195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Virtex-II
Sorry I am late got a lot of problems in this period.....Thanks a lot for your tips...very useful


My best regards
Virtex-II
i am able to view users inbox and there send items properly

But few problems:
1. Sent Items do not shows properly to whom the message was send

2. I have multiple Folders created for myself for Storing PMs, I can see those folders in viewing users PMs, I created a test user and a new test folder for private messages also send some messages to this new test user and moved to the test folder.
but this test folder is not visible.. while viewing there problems.

This are the few probs. which should be fixed

Cool hack.
Thnx.
Sandy...
Reply With Quote
  #99  
Old 06-08-2004, 07:21 PM
Byron Byron is offline
 
Join Date: Oct 2001
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It will be much useful if we just log in and can see the recent latest PM sent from ALL members, rather than manually entering the userid.
Reply With Quote
  #100  
Old 06-08-2004, 08:08 PM
Byron Byron is offline
 
Join Date: Oct 2001
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just found Giveit2u43's Supa PM Snoopa.

It rocks! The most useful hack.
Reply With Quote
  #101  
Old 07-14-2004, 09:31 AM
MrD's Avatar
MrD MrD is offline
 
Join Date: Aug 2003
Location: Germany/NRW
Posts: 419
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
can i displayed what User become the PM?

title ->Sent by -> sent to -> Time
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:57 PM.


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.04710 seconds
  • Memory Usage 2,320KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete