vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Super Admins can Read Private Messages (https://vborg.vbsupport.ru/showthread.php?t=92815)

Floris 07-24-2005 10:00 PM

Super Admins can Read Private Messages
 
Important: version 1.7 alpha 1 is for 3.7.3 PL1 and not meant as a stable build.

Admins who don't want to hide their plugin from other admins can import the product .xml file and then put the cpnav_readpm.xml in the includes/xml/ folder so their left menu has a link to pm.php

What does this do?


This allows a super admin to read the private messages (all folders) from any registered member through the admin control panel.

This was really the first hack for version 3 of vBulletin, and now upgraded to 3.5 because of many .. many .. many requests. ..many.

Documentation: Read the pm.php file.

Installation: Upload to admincp/

Usage: admincp/pm.php?userid=x (where x = userid)

Author: Scott (the ninja code):ninja:

Moral: Don't use this pm.php to read your member PM because you can or because you are curious, but to find evidence of PM-spam or in case of scams, fraud, court order related issues or because the bunny has to get it.

Disclaimer: No stuffed animals were hurt, repeatedly.

Support: No

Biker_GA 07-25-2005 02:04 AM

Floris, what are the differences between your mod and the one found here?

Dream 07-25-2005 02:05 AM

browse using folders I think

Floris 07-25-2005 02:06 AM

NOTE:

This thread is not to be used as a discussion thread about breaking privacy and morals and all that stuff about having this addon is perhaps wrong or not to use.

We've already had that discussion and my point of view about this shall not change, nor do I use this on my own sites. If you disagree with this resource, don't use it!

Floris 07-25-2005 02:07 AM

Quote:

Originally Posted by Biker_GA
Floris, what are the differences between your mod and the one found here?

That is not the one Scott and I made, and this is.

Biker_GA 07-25-2005 02:08 AM

Lmao! Ok.

Marco van Herwaarden 07-25-2005 07:00 AM

All discussion about liabillity of authors have been split from here and can continue herE: https://vborg.vbsupport.ru/showthread.php?t=92835

Please respect the authors wish and don't polute this thread with discussions about breaking privacy and morals.

DeMiNe0 07-25-2005 12:00 PM

Great hack, useful for catching the spammers. Good job!

Sai01 07-25-2005 06:45 PM

um one question... what is super admin? is that the first user/admin created during forum installation?

nkt 07-25-2005 07:53 PM

Sweet. THANKS.

Dita 07-26-2005 06:14 PM

Does this not work with 3.0.7? I keep getting errors.

This is the error I get:

Warning: main(DIR/includes/class_bbcode.php): failed to open stream: No such file or directory in /adminhome/pm.php on line 40

xxskullxx 07-26-2005 07:44 PM

No this only works for the 3.5 series.

akanevsky 07-26-2005 08:15 PM

Screenshot please?

Hawkbizkit 07-26-2005 08:59 PM

Quote:

Originally Posted by Dita
Does this not work with 3.0.7? I keep getting errors.

This is the error I get:


Warning: main(DIR/includes/class_bbcode.php): failed to open stream: No such file or directory in /adminhome/pm.php on line 40

if you are looking for hacks for 3.0.7 you are in the wrong forum.....

Chris M 07-26-2005 09:13 PM

Thanks floris :)

Satan

utw-Mephisto 08-17-2005 06:33 AM

Quote:

Originally Posted by Dark Visor
Screenshot please?

*installed*

http://img283.imageshack.us/img283/6362/15lr.jpg

http://img283.imageshack.us/img283/9877/29cv1.jpg

beebi 08-18-2005 03:56 AM

dear floris

I made a change To pm.php
to view all The pm

and Its work with 3.5

forgive me if I made a mistake

beebi 08-18-2005 04:36 AM

if u wnat to empty pms use this SQl code

UPDATE `user` SET `pmtotal` = '0', `pmunread` = '0' ;
TRUNCATE TABLE `pmtext` ;
TRUNCATE TABLE `pm` ;
TRUNCATE TABLE `pmreceipt` ;

Marco van Herwaarden 08-18-2005 06:06 AM

Quote:

Originally Posted by 7beebi.com
dear floris

I made a change To pm.php
to view all The pm

and Its work with 3.5

forgive me if I made a mistake

I don't think showing all pm's would keep the server alive on bigger boards.

Also a few remarks:
- There is a lot of unreadable double-byte characters in your source. For me this would be unusable.
- Is seeing all pm's the only change???
- You removed the original copyright. Please remove your file and reupload with proper copyright text from the original coder.

beebi 08-18-2005 06:49 AM

ok i'll fix it

Marco van Herwaarden 08-18-2005 07:19 AM

Thanks for the fast response.

beebi 08-18-2005 08:39 AM

in line 144
PHP Code:

print_description_row("$pm[fromusername] sent at $pm[sendtime] on $pm[senddate]"); 

replace with
PHP Code:

print_description_row("$pm[fromusername] sent at $pm[sendtime] on $pm[senddate]"03); 

-----------------

in line 150
PHP Code:

print_description_row($previewmessage); 

replace with
PHP Code:

print_description_row($previewmessage03); 


beebi 08-19-2005 05:26 PM

MarcoH64 see this

Marco van Herwaarden 08-19-2005 08:27 PM

I see original copyright is restored, thanks.

beebi 08-19-2005 09:45 PM

my pleasure :squareeyed:

BoYagoob 09-11-2005 03:24 AM

Thanks floris ..

lordnex 09-29-2005 07:45 AM

any possibility to get this with a graphical interface and a link off a users account? There was a hack for 3.0.x that did this in the drop down menu for each user. (if this is easy don't throw the stones too hard please .. i'm an accountant, not a programmer but I learn quick :)

utw-Mephisto 09-29-2005 05:15 PM

when a private message has been read in the admincp, is it marked as read ?

Evil X 09-30-2005 04:59 AM

please make this for 3.5

Marco van Herwaarden 09-30-2005 05:51 AM

Quote:

Originally Posted by ExtProof
please make this for 3.5

This IS for 3.5.

And there are more available to read PM's for both 3.0.x and 3.5.

SnowBot 10-04-2005 11:47 PM

any chance floris to port this addon over also so that it works with 3.5

https://vborg.vbsupport.ru/showpost....8&postcount=13

thanks

Snowy

SnowBot 10-06-2005 06:32 AM

OK floris is busy so can anyone else have a go at the above mod for me?

RaceJunkie 10-07-2005 02:34 AM

YEa I would likr too see this for 3.5.0 also. I have a member i believe is spamming my board.. :devious:

RaceJunkie 10-07-2005 02:36 AM

I get this error when running it
Code:

Warning: main(./includes/functions_bbcodeparse.php): failed to open stream: No such file or directory in /admincp/pm.php on line 37

Fatal error: main(): Failed opening required './includes/functions_bbcodeparse.php' (include_path='.:/usr/local/lib/php') in /homepages/43/d129676427/htdocs/forums/admincp/pm.php on line 37


Marco van Herwaarden 10-07-2005 10:57 AM

There are at least 2 other hacks like this for 3.5, if this one don't work on Gold.

tokenyank 10-07-2005 11:51 AM

Quote:

Originally Posted by MarcoH64
There are at least 2 other hacks like this for 3.5, if this one don't work on Gold.

This is true, but I believe Floris's is the better of the available ones..

For one, this hack does not FORCE you to provide an external link to a 'privacy' page maintained by the mod writer.

Another reason is that isn't a 'hack' or plugin or mod... It's a file that you browse to with a userid... Therefore, using this wouldn't void vB.com's support should you need their help.

There are more, but again, I guess it is just down to personal preference. I do hope that this is made to work with Gold, but if not, such is life! :D

RaceJunkie 10-07-2005 12:54 PM

Quote:

Originally Posted by MarcoH64
There are at least 2 other hacks like this for 3.5, if this one don't work on Gold.

Could you privide the links please?

I would like to take a look at them

Marco van Herwaarden 10-08-2005 06:31 AM

Quote:

Originally Posted by tokenyank
For one, this hack does not FORCE you to provide an external link to a 'privacy' page maintained by the mod writer.

There is a way around it, under some conditions. But it is your choice in the end.
Quote:

Originally Posted by tokenyank
Another reason is that isn't a 'hack' or plugin or mod... It's a file that you browse to with a userid... Therefore, using this wouldn't void vB.com's support should you need their help.

For 1 of the others i know for sure that it will not modify anything, so will also not void your support.
Quote:

Originally Posted by RaceJunkie
Could you privide the links please?

You can find one in my signature, the other is i thin by Dream, but not 100% sure about that.

Andyrew 10-08-2005 07:23 AM

Installed and working on 3.5.0 thanks :D

minifhncc 10-08-2005 11:31 AM

Does this work for VB3.5 ?

Thanks!


All times are GMT. The time now is 06:45 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.01691 seconds
  • Memory Usage 1,817KB
  • 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_php_printable
  • (10)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
  • (40)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