PDA

View Full Version : Read User's PMs for Admins


ExcErr
03-29-2002, 10:00 PM
This hack allows you to read all users pm's in inbox, outbox and messages which was deleted by users in there inbox folder...
Just upload this file to your "admin" folder and launch in your browser!
byee

Kyomu
03-30-2002, 03:34 PM
Very nice.

afterlab
03-30-2002, 04:06 PM
Wasn't this already created by PPN?

ExcErr
03-30-2002, 04:17 PM
may be, but my hack doesn't add some php code to your files!

Gamingforce
03-30-2002, 04:30 PM
I am not a big fan of this hack. I don't think it's right reading private boxes of other members.

ExcErr
03-30-2002, 04:41 PM
his hack for administrators to which one it's needed...
If you don't need it and you think it's not right, don't use it.......

afterlab
03-30-2002, 04:56 PM
Yeah, I don't think it's right either, gamingforce. I'm glad others see the same. But for those who do use it, I think it'd be nice if they told the members that somewhere.

Lesane
03-30-2002, 07:00 PM
Agree with Afterlab, if you are gonna use this hack then you really should change "Private Messages" Into "Messages" ;)

ExcErr
03-30-2002, 09:55 PM
I use this hack by myself, cause I need it...
If you don`t need it, don't download, don`t use it...
I've wrote it to them, whom it's need. And that`s all...
I don't like to discuss is it right or not.
I just would like to know is it wrote good or not. That`s all.

Gamingforce
03-31-2002, 01:36 AM
It's written well. I checked out the code. Just I wouldn't use it. Keep on hacking ExcErr!

ExcErr
03-31-2002, 10:12 AM
thx, i will write one hack very soon

rawnet
03-31-2002, 11:47 AM
Hi ExcErr,

Just wanted to say thank you for releasing this. Such functionality is always going to be controversial, but I too have this requirement and thank you for your efforts.

Ross

Mutt
03-31-2002, 12:33 PM
open admin/readprv.php

Very nice. I know that someone else made one of these but I never looked at it. I'm going to dig it up and see if it had any additional features. In the mean time here are 2 little things I added.

find


?>
<p><b>vBulletin Administrators' PM Reading Panel</b><br>


right before it add


if ($fr!="") {
$nextaction="<input type=\"hidden\" name=\"to\" value=\"".$fr."\">";
$nextname="Incoming";
$thisname="Outgoing";
} else {
$nextaction="<input type=\"hidden\" name=\"fr\" value=\"".$to."\">";
$nextname="Outcoming";
$thisname="Incoming";
}



find

<font size='1'>Software Developed by <a href="mailto:dominator@azwave.net">RaVeN (aka ExcErr)</a> espcially For vBulletin v 2.2.2 & Your vB Version is <? echo $versionnumber;?></font></p>


right after add


<p align=center><form action="<? echo $PHP_SELF; ?>" name="name" method="post">
<? echo $nextaction; ?>
<input type="hidden" name="action" value="read">
<input type="submit" value=" View <? echo $nextname; ?> PMs for this User " accesskey="s">
</form></p>

<p><font size=3><strong><? echo $thisname; ?> PMs</strong></font></p>


this will add a button to switch between incoming and outgoing messages for the current ID




open admin/user.php

find


makelinkcode("delete pms","user.php?s=$session[sessionhash]&action=killpms&userid=$user[userid]&ids=$ids&username=$user[username]")."


and change it to

makelinkcode("delete pms","user.php?s=$session[sessionhash]&action=killpms&userid=$user[userid]&ids=$ids&username=$user[username]").
makelinkcode("view pms","readprv.php?s=$session[sessionhash]&action=read&to=$user[userid]")."



this will add a view pms link to your pm statistics page

ExcErr
04-04-2002, 06:53 AM
2 Mutt.

Very nice! Thank`s for your addons!!! :)

cityofangelus
06-24-2002, 01:36 PM
This could come in very useful thanks for this hack :D

Have one quesion if you can do this with PM's is there anyway to do this with posts and threads that have been deleted???

Anyone that could point me the direction I would appreciate it :D

Thanks

alster
11-26-2007, 08:42 AM
What's the address in the browser I should write so I can identify the userid ?