Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Read Your Members Private Messages (v1.2) Details »»
Read Your Members Private Messages (v1.2)
Version: 1.00, by Trigunflame Trigunflame is offline
Developer Last Online: Nov 2019 Show Printable Version Email this Page

Category: Private Messages Enhancements - Version: 3.0.1 Rating:
Released: 06-21-2004 Last Update: Never Installs: 195
 
No support by the author.

First of all, I take no credit for this hack as its original coding and design is product of Scott And Xiphoid as shown in:

https://vborg.vbsupport.ru/showthread.php?t=59617

This hack is merely a bug fix and feature fix, as when I originally used the script I noticed a lot of small visual problems as well as misc other things.

Lots of the linking was a bit messed up, when you read peoples PM's you couldnt tell who they were from, it only shown who they were to etc.. Just a lot of stuff, I added who they were sent from, and sent to and clicking on the names take your to Their inbox instead of their userinfo section in the Admin Panel etc..

So yes, they get all the credit, I just thought people would want the bug fixed version. If scott or xiphoids wants to take this thread down, and stick the script in their original thread - fine by me.

Enjoy, and thanks you for making it first, lol.

Show Your Support

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

Comments
  #122  
Old 06-25-2005, 03:20 AM
TruckMuddr TruckMuddr is offline
 
Join Date: Sep 2004
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ohh, You didn't say that. ha ha

Post 13 has what you need.
Code:
Here's an addon:
 
In admincp/user.php
 
find:
 
Code:
"user.php?$session[sessionurl]do=remove&userid=$userid"
				=> $vbphrase['delete_user'],
 
and put this underneath that:
 
Code:
"pm.php?userid=$userid"
				=> $vbphrase['view_user_pm'],
 
and then add a new phrase, 'view_user_pm' that says "View Private Messages".
 
This will add the VIEW PRIVATE MESSAGES option to the pulldown at the top when viewing a user in the admincp.
I have a feeling that the phrase will be there allready.
Reply With Quote
  #123  
Old 06-25-2005, 08:51 AM
Selene Selene is offline
 
Join Date: Feb 2005
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does it work with 3.07 / anyone tested on 3.07?
Reply With Quote
  #124  
Old 06-25-2005, 04:11 PM
plubius plubius is offline
 
Join Date: Dec 2004
Location: USA
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tmhall
Okay I just read the 17 page thread in the 2.2 section and the 7 page thread in this section. I'm disappointed by what I saw, but not at all surprised. It is sadly typical in such situations that only a small handful of people will take a stand against undermining civil liberties such as protection of personal privacy while many others will eagerly trample others rights in favor of maximizing their personal power and control.

Ethical arguments aside, there was no reasonable challenge to Bira's legal points, either. And no, I don't consider your "phpMyAdmin does the same thing" argument effective. As Bira pointed out, you install this hack to read PM's, period. The odds are slim that you install phpMyAdmin for that sole purpose. I strongly encourage anyone who reads this to heed Bira's advice and forewarn their users that their PM's are not private if this hack is installed.

And lastly, the only somewhat reasonable arguments I read in either of those threads (i.e. prevention of spam, porn, warez, and threats) can now be easily handled by simply requesting that your users forward any such PM's to the administration, given the fact that "forward" is now a built in feature that wasn't available when these points were first made.

So with all this in mind, do you have any other justification for enabling easy access to your user's PM's?

Blah blah blah!!! What complete and utter crap.

I am sorry I did not see this when it was posted, but I was probably too busy snooping on my members. :ermm:

I normally do not directly criticise a poster, preferring instead to just attack the stupid points one by one without any direct quotes, but this post ticked me off.

People who talk about privacy and freedom of speech rights for an internet site are begging the question.

You have no such rights at an website. The owner of the website provides a service not a country. If the service you provide is geared toward youth and you have pervs and freaks who come to your site, register, never post but send out a few PMs to the kids, you have an obligation to read those PMs to see whether you should contact the FBI and other law enforcement agencies. You do not have any obligation to inform your members that you access their PMs just like you are have no obligation to tell that you can edit their posts, see thier ips or ban them if you need to. If they cannot assume you have these "powers" then they probably are a bit daft or need to learn to learn pretty damn quick. Whenever, I hear about some child being lured away from home and killed, or whenever, I read a PM that was sent to a child asking them what the colour of the under clothes are, I want to grab these self righteous over libel morons and make them dig the grave and console these slain children's families.

You do not run a youth based website? Well, bear in mind that the website is yours. Not TMHall's. Not the ACLU's. It is yours and you have every right to implement any tool you feel is necessary to rid it of the vermin who have no life and no right come to your site to cause trouble.

This is not to say that you can read every PM your site generates. If you demand money from members who want unread PM status, then of course you have to honour that or you could risk assuming breech of contract liability. Another instance is more ethical and indeed the only ethical violation I can see and that is reading the PMs of established members. Those should indeed remain personal. Only you can decide what makes a member "established" or not.
Reply With Quote
  #125  
Old 06-27-2005, 05:39 PM
Selene Selene is offline
 
Join Date: Feb 2005
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

lets say i want an admin user ID`s PM not to be showed in this hack then what shall i modify in the code?

like lets say the admin ID is 2 and 3 now what do i edit in the code so that the script wont show pms for ID "X" set to 2 and 3.
Reply With Quote
  #126  
Old 06-30-2005, 05:15 PM
FightRice.com FightRice.com is offline
 
Join Date: Mar 2005
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Selene
does it work with 3.07 / anyone tested on 3.07?

Yea i tested it out, it works but then i deleted, really no use for it
Reply With Quote
  #127  
Old 07-27-2005, 06:11 PM
Gutspiller's Avatar
Gutspiller Gutspiller is offline
 
Join Date: Dec 2001
Posts: 1,046
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Was this hack made by microsoft? It seems like it's something they would do. Shame on all of you who installed it.
Reply With Quote
  #128  
Old 07-27-2005, 06:17 PM
Biker_GA Biker_GA is offline
 
Join Date: Oct 2004
Location: Where my hat is
Posts: 829
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh please.. This is a dead horse issue and has been discussed to death. If you don't want to use it, fine. But don't come +++++ing about those that do have a need for it.
Reply With Quote
  #129  
Old 07-27-2005, 07:10 PM
JTMON's Avatar
JTMON JTMON is offline
 
Join Date: Oct 2001
Posts: 279
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gutspiller
Was this hack made by microsoft? It seems like it's something they would do. Shame on all of you who installed it.

nah, Shame on you for acting as if you can't already do this without the hack...
Reply With Quote
  #130  
Old 07-30-2005, 07:57 PM
Paul_d_g Paul_d_g is offline
 
Join Date: Apr 2005
Location: UK
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am sorry but I think this is a total invasion of privacy.

Whoever installed this really do not deserved to have a forum!!
Reply With Quote
  #131  
Old 07-30-2005, 08:17 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Paul_d_g, please do not post the same message in all the read pms forums.
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 01:20 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.04777 seconds
  • Memory Usage 2,314KB
  • 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
  • (1)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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