View Full Version : Admins can view user's PM's
Scott MacVicar
11-22-2001, 10:00 PM
After some requests and a debate in the requests forum I've finally finished the majority of this hack. It allows the admin to find a user via the current method in the control panel then click view user's pm's. They are then shown all the pm's in the users folders.
Includes admin logging and is designed to use the cp.css file which is already used by the control panel. I considered adding a search feature but it would be hard without indexing all of the pm's the way vBulletin already does. This means it would be a very limited search.
You can also now select which admins can view user pm's this is done the same way that restriction to the adminlogging is done, the variable is at the top of pm.php
This hack involves uploading pm.php to the admin directory then following the instructions which requires you adding the two links within /admin/user.php
Updated 25th November 2001 @ 22:39
Update was to fix broken smilies by disabling them and to show pm's in all folders not just the inbox. To update simply upload pm.php to your admin folder again.
Scott
nafae
11-23-2001, 09:07 PM
looks cool!
|DarkManX|
11-23-2001, 09:08 PM
tried to download this, and it says that the zip is corrupt.....
Scott MacVicar
11-23-2001, 09:11 PM
The zip file works fine for me, I'll email the hack to you pm me your email.
Scott
Barret
11-23-2001, 09:13 PM
I`ll try this out later man....thanks!
Tommy Boy
11-23-2001, 09:36 PM
Works very well for me! Thank you! :D
|DarkManX|
11-23-2001, 09:37 PM
sweet hack, nice job PPN
Prince
11-23-2001, 11:37 PM
Cool hack, works great! :)
EXCEPT, all of the smilies are broken, show as red x's. :(
(not a big deal, just thought I'd let you know!)
Scott MacVicar
11-23-2001, 11:40 PM
yeah i've yet to figure out a way to fix that, as it relies on the images folder being in the folder with all the main files and not the admin section. I don't think there is going to be an easy way around this.
Prince
11-23-2001, 11:43 PM
I guess I could just upload the smiley folder/files to the admin directory, right?
Prince
11-23-2001, 11:48 PM
Yup, that worked.
I uploaded the smiley folder to a image folder under admin. :)
streamzone
11-24-2001, 02:06 AM
I installed this. Very simple and easy :)
And..very evil thing for us admins :greedy:
Mohamed
11-24-2001, 06:12 AM
Good hack I like it
Thanks :supwink:
Hard_one
11-24-2001, 06:47 AM
thanks for this very good hack
Admin
11-24-2001, 07:10 AM
Instead of just doing this:
adminlog(iif($userid!=0,"user id = $userid",""));
you can use this:
adminlog(iif($userid!=0," user id = $userid",iif($pmid!=0,"private message id = $pmid","")));
so it will also record the private message id the admin is viewing. :)
bokhalifa
11-24-2001, 08:19 AM
good hack
:D
Scott MacVicar
11-24-2001, 09:00 AM
thanks firefly
cyrus
11-24-2001, 11:57 AM
would it be possible to allow no all admins but only ONE ! ?
Jamer
11-24-2001, 12:35 PM
Thanks for a great hack!!
Scott MacVicar
11-24-2001, 01:07 PM
Ok i updated the attachment at the start with this feature, it follows the same principles as the adminlog restrictions apart from the variable which stores the userid's is at the top of pm.php and NOT in config.php
Scott
|DarkManX|
11-24-2001, 01:08 PM
[QUOTE]Originally posted by PPN
Ok i updated the attachment at the start with this feature, it follows the same principles as the adminlog restrictions apart from the variable which stores the userid's is at the top of pm.php and NOT in config.php
Scott
Scott MacVicar
11-24-2001, 01:12 PM
just re-upload pm.php presuming you haven't edited it.
At the top of it you will see the variable you can insert id's if you wish, if you don't then all admins will still be able to view user pm's.
Psychdrone
11-24-2001, 02:42 PM
See I told you that people would like this hack!!
Arn't you glad you made it now!
Anyways, job well done my friend!
THANSK A BUNCH!!!
SirSteve
11-25-2001, 01:07 PM
Worked great and easy to install! Thanks!
Kumaro
11-25-2001, 06:18 PM
Excellent Hack.
Works great for me.
|DarkManX|
11-25-2001, 08:20 PM
cooool, upgraded this hack....anything on makin the smilies work correctly though??
JTMON
11-25-2001, 08:23 PM
Great hack, only question is how to get it to list ALL PMs. For instance. I have 32 messages but it only shows 8? I believe the inbox?
Scott MacVicar
11-25-2001, 08:34 PM
just about to update zip then to turn smilies off and to sort it only showing inbox it will show all folders apart from the sent one.
JTMON
11-25-2001, 08:36 PM
ok thanks! I await the word:D
Scott MacVicar
11-25-2001, 08:41 PM
word :D
JTMON
11-25-2001, 08:56 PM
I reuploaded pm.php but I don't see a change?
JTMON
11-25-2001, 09:41 PM
ok I checked the two different versions with beyond compare and I certainly see a difference in them, but it still shows me the same list as the old one.
Scott MacVicar
11-25-2001, 10:00 PM
cache problem maybe i downloaded it and it is the new version.
Scott
JTMON
11-25-2001, 10:03 PM
Can you post a screenie? I haven't had this issue before but I have shift refreshed to no avail.
JTMON
11-25-2001, 10:05 PM
I don't see the different folders. Everything else works great tho. Did you change user.php from the earlier version to this one?
Scott MacVicar
11-25-2001, 10:32 PM
no changes to user.php, just linked to it
and the hack doesn't include the sent folder, as its simply stoes the pm's the user sent, do you really want to read them?
Scott
JTMON
11-25-2001, 10:34 PM
Yes because this allows to check to see if they sent it. Another user may delete it casually, but a lot of people forget about the sent items folder. Please Please Please
Scott MacVicar
11-25-2001, 10:40 PM
ok change
WHERE privatemessage.userid='$user[userid]' AND privatemessage.fromuserid!='$user[userid]' ORDER BY dateline DESC");
to
WHERE privatemessage.userid='$user[userid]' ORDER BY dateline DESC");
in pm.php
Scott
JTMON
11-25-2001, 10:46 PM
Excellent!! Thank you PPN!!
Scott MacVicar
11-25-2001, 11:03 PM
no problem
most of my users wipe their sent box as it fills the pm limit sometimes.
DarkReaper
11-26-2001, 12:55 AM
Invasion of privacy anyone? :stupid:
JTMON
11-26-2001, 12:58 AM
[QUOTE]Originally posted by DarkReaper
Invasion of privacy anyone? :stupid:
CHeeKY
11-26-2001, 03:24 AM
[QUOTE]Originally posted by JTMON
Oh just get over it already. You are on private property. You have no privacy!:D
Scott MacVicar
11-26-2001, 06:19 AM
I restricted viewing of pm's only to my id so no other admins can use it and I doubt that I'm gonna use it that much. Its just nice to have that option there if the occasion arises.
Scott
Guess I am the first one who got problem, stupid me :(
The error why trying to run http://mydomain.com/forums/admin/pm.php
Invalid SQL: SELECT * FROM user WHERE user.userid=
mysql error: You have an error in your SQL syntax near '' at line 1
mysql error number: 1064
Date: Monday 26th of November 2001 05:54:01 AM
Script: http://www.mydomain.com/forums/forums/admin/pm.php
Referer:
Note that the script path is wrong, it was suppose to be http://mydomain.com/forums/admin/pm.php, not extra one extra forums.
Weird, I follow exactly instruction, which was so easy, the first hack I've failed :(. Any help? please?
JTMON
11-26-2001, 12:05 PM
[QUOTE]Originally posted by CHeeKY
Then I am very glad im not a member of your board :D
Scott MacVicar
11-26-2001, 03:07 PM
Your access it the wrong way, you are not meant to access pm.php directly.
Your meant to find the user using the find option and then click View User's Pm's in the options part of the displayed users or at the top of the edit user page.
Scott
devilsmania
11-27-2001, 01:06 AM
NICE HACK :D
argh..... thanks PPN, got it
DarkReaper
11-27-2001, 03:08 AM
I realize your intentions are all good, but the fact is this will most likely be abused by tons of people. This hack has probably kept me from using some vB's Private messaging systems in the past few days, and will indefinately :o
JTMON
11-27-2001, 03:26 AM
Yes but they already have access to this information freely. This just places it in the AdminCP.
DarkReaper
11-27-2001, 03:29 PM
It always has been accessable, true. But what percent of the admins of vB's out there(legal and illegal) do you think know/knew how to access them? I'd say under 30%. If phpMyAdmin isn't installed, then its even more difficult to retrieve the PMs. This makes it a breeze to read anyone's PMs at any time.
Scott MacVicar
11-27-2001, 05:29 PM
Darkreaper, if your not wanting any support for the hack stop complaining, this thread isn't for debating if its right or not, if an admin feels that its nescerary to do so then they can. Its not for you to decide or for anyone else.
Stop trying to force your views on this issue on others.
Scott
Psychdrone
11-27-2001, 08:18 PM
Amen scott! ;)
Scott MacVicar
11-27-2001, 08:33 PM
hopefully no one else will wish to debate if its right or not :D
[QUOTE]Originally posted by DarkReaper
It always has been accessable, true. But what percent of the admins of vB's out there(legal and illegal) do you think know/knew how to access them? I'd say under 30%. If phpMyAdmin isn't installed, then its even more difficult to retrieve the PMs. This makes it a breeze to read anyone's PMs at any time.
DarkReaper
11-27-2001, 10:03 PM
Oh I'm sorry PPN, I didn't realize opinions weren't allowed here. God forbid someone speak out against something you've made. Please forgive me. :rolleyes:
Psychdrone
11-27-2001, 11:52 PM
you have been forgivien ;)
This doesn't work if you have a user name specified like Joe Smith which I do on my board rather than jsmith or something withone word. It gives this error:
Viewing User PM's is restricted.
Farid
11-28-2001, 08:53 AM
Great hack!!! :)
I've installed it and it works perfectly.
PS : I am new here ;)
Scott MacVicar
11-28-2001, 05:09 PM
did you read the bit about restricting access to pm?
you need to enter your userid with the variable at the top of pm.php
Scott
I did do that. That's my point. Userid's like this: Joe Smith do not work.
That's how we have users sign up. With both first and last name with a space.
The hack cannot handle a first and last name with a space.
Psychdrone
11-29-2001, 12:55 AM
Yes it dose, dude dont come off like that, saying that the hack dosn't work!! YOu did somethign wrong!
Scott MacVicar
11-29-2001, 06:40 AM
You've done something wrong,
in no aspect of the code does the hack use the username to get information, it only uses the Userid to get the pm's and then gets the username for that.
If your still getting the error then you have to make sure your userid is correct.
Scott
Ok, I never said it didn't work. It obviously works. I never understood it was USERID and not USERNAME. Me bad. Sorry bout that! :)
Thanks!
I would just like to warn those admins who installed this hack from a legal standpoint.
If you do not clearly state both in your privacy statement and in your Private Messaging area (eg at the bottom) that PMs may be viewed by administrators, you are making yourself liable to ANY user suing you for privacy invasion.
Those who say that this is on your own "property" don't know the law.
ISPs, for example, store your e-mails. PMs are by default person-to-person exchange - their name suggests as such, and any reasonable user is allowed to assume by the name alone that they are as such = and are therefore defined by law in US and EU the same as e-mails. If an ISP admin was reading your e-mail without your knowledge or permission, you could sue the ISP and win.
The same applies to any service provider who offers "private" person-to-person communication on his premises, but in effect does not warn his users that this is not necessarily the case.
Install the hack all you like, but don't forget to add a warning to your Privacy statement and Private Messaging area. Otherwise, each and every single member of your community can sue you - and win.
JTMON
11-30-2001, 01:26 AM
[QUOTE]Originally posted by jucs
I did do that. That's my point. Userid's like this: Joe Smith do not work.
That's how we have users sign up. With both first and last name with a space.
The hack cannot handle a first and last name with a space.
JTMON
11-30-2001, 01:33 AM
[QUOTE]Originally posted by bira
I would just like to warn those admins who installed this hack from a legal standpoint.
If you do not clearly state both in your privacy statement and in your Private Messaging area (eg at the bottom) that PMs may be viewed by administrators, you are making yourself liable to ANY user suing you for privacy invasion.
Those who say that this is on your own "property" don't know the law.
ISPs, for example, store your e-mails. PMs are by default person-to-person exchange - their name suggests as such, and any reasonable user is allowed to assume by the name alone that they are as such = and are therefore defined by law in US and EU the same as e-mails. If an ISP admin was reading your e-mail without your knowledge or permission, you could sue the ISP and win.
The same applies to any service provider who offers "private" person-to-person communication on his premises, but in effect does not warn his users that this is not necessarily the case.
Install the hack all you like, but don't forget to add a warning to your Privacy statement and Private Messaging area. Otherwise, each and every single member of your community can sue you - and win.
JTMON
11-30-2001, 01:48 AM
I also find this odd since ALL vb admins have this ability and it's not in the default privacy statement
DarkReaper
11-30-2001, 02:21 AM
[QUOTE]Originally posted by JTMON
I also find this odd since ALL vb admins have this ability and it's not in the default privacy statement
JTMON
11-30-2001, 02:29 AM
Well that helps:rolleyes:
Did you happen to ask your lawyer the laws regarding this if the server isn't in the US, if I'm not in the US, etc etc....
All known ISPs include the following notice in their terms of service.
Our staff will not look at or read your email unless it is necessary to resolve a technical issue. In almost all cases, we will clearly inform you of the need to do so, and we will seek your permission before opening your mailbox on our servers.
Not only don't you have a notice like that on your website, but you now take it a step further and make it readily available to one or more admins to access and read a user's private communication without as much as asking a user's permission or even notifying him.
That is cause for lawsuit.
My source? this used to be my line of work :)
JTMON
11-30-2001, 02:34 AM
Again I must say that unless just about every vb owner HAS this altered Privacy Statement currently, regardless of if this hack has been installed, then they are ALREADY would be in violation of the law since they ALREADY have this ability WITHOUT this hack.
[QUOTE]Originally posted by JTMON
Well that helps:rolleyes:
Did you happen to ask your lawyer the laws regarding this if the server isn't in the US, if I'm not in the US, etc etc....
JTMON
11-30-2001, 02:37 AM
[QUOTE]Originally posted by bira
If the service you provide is offered in the USA, even if the server or your company are not in the USA, then you can be charged in the USA as well -- same goes for COPPA if you didn't know.
Furthermore, the Privacy Act is also enforced by the EU (European Union), so if at least 5% of your traffic come from the USA or the EU, you face liability in the USA and any EU member country.
[QUOTE]Originally posted by JTMON
Again I must say that unless just about every vb owner HAS this altered Privacy Statement currently, regardless of if this hack has been installed, then they are ALREADY would be in violation of the law since they ALREADY have this ability WITHOUT this hack.
Actually COPPA is also for general audience websites which may include kids, that collects information. In any event, that is not the point. The point was that even though COPPA is a USA act you as a service provider (assuming you fit the description of the law) are liable in the USA even if your company and server are outside the USA.
JTMON
11-30-2001, 02:47 AM
[QUOTE]Storing information on your server is passive. It is reasonable that a service provider will have the information stored on its server, and therefore it is reasonable to assume that someone with access could view that information.
However, once you take measures that actively violate the privacy of a user -- for example, install software that will allow you to read their personal communication - you are no longer within the bounds of "reasonable violation".
JTMON, you KNOW your ISP has your e-mails on their server, right?
You KNOW that any admin with root access to the mail server can log on and read your mail with a simple text editor, right?
But,
1) You also know your ISP pledged not to do that; and
2) If you found out anyone in your ISP did do it without your permission, you'd sue them and win.
Here, you are not pledging not to do it, in fact you are taking active steps to indeed do it, while at the same time de facto misleading your users ('clients') to believe their right to privacy is kept.
p.s.
No one can sue you for the fact that you could read his PMs, they'd have to prove you have in fact read them or had intent to do it.
By installing this hack you are exposing yourself to a lawsuit because the intent is there.
JTMON
11-30-2001, 02:56 AM
What can I say. It's the actuall action that could possibly lead to trouble. If this hack wasn't here. Anyone could use the same argument for myPHPAdmin. That software is installed for the reason of accessing the info in the database, this info could be private and you'd fall into the same trap.
well, if someone could prove in a court of law that you installed phpMyAdmin primarily or solely for the sake of viewing private communication without prior consent or alarm, you would be right.
However, proving that a hack called "Admins can view user's PMs" was installed solely or primarily for the sake of viewing private communication is much easier ;) :D
Scott MacVicar
11-30-2001, 06:31 AM
Hey its private property, there using your resources and your vBulletin you can do what you like.
I don't see hotmail with it in there privacy statement, but if someone abuses the hotmail account you forward the message to abuse@hotmail.com and they check the account to see if they have been abusing it... Whats the difference with this hack?
people send you emails about abuse, you check the pm account and if you find abusive emails, you deal with it.
Scott
[QUOTE]Originally posted by PPN
Hey its private property, there using your resources and your vBulletin you can do what you like.
I don't see hotmail with it in there privacy statement, but if someone abuses the hotmail account you forward the message to abuse@hotmail.com and they check the account to see if they have been abusing it... Whats the difference with this hack?
people send you emails about abuse, you check the pm account and if you find abusive emails, you deal with it.
Scott
Crinos
11-30-2001, 08:26 AM
Touch? :)
[QUOTE]MSN does not read any of your private online communications. Your MSN Chat conversations, MSN Messenger messages, Hotmail e-mails, and MSN Internet Access e-mails are completely confidential.
Nam, I won't go into further discussion over what MSN does or doesn't do. The point is, they actually write very clearly what they will or will not do and under what circumstances.
Some of the people here (I'll refrain from point at specifics, you figure it out) who argue most vehemently in favour of doing whatever they bloody want on their server, don't even have a PRIVACY STATEMENT on their BB. That's how seriously clueless they are about users' most basic rights.
Anyway, end of my part in this discussion.
I was posting to assist those who are perhaps misinformed and could appreciate a legal advice on the matter. not those who want to do something knowingly and with malice.
(and again, this is NOT a statement against the hack, it's merely an advice what to do if you install it).
JTMON
11-30-2001, 12:25 PM
[QUOTE]Originally posted by bira
Nam, I won't go into further discussion over what MSN does or doesn't do. The point is, they actually write very clearly what they will or will not do and under what circumstances.
Some of the people here (I'll refrain from point at specifics, you figure it out) who argue most vehemently in favour of doing whatever they bloody want on their server, don't even have a PRIVACY STATEMENT on their BB. That's how seriously clueless they are about users' most basic rights.
Anyway, end of my part in this discussion.
I was posting to assist those who are perhaps misinformed and could appreciate a legal advice on the matter. not those who want to do something knowingly and with malice.
(and again, this is NOT a statement against the hack, it's merely an advice what to do if you install it).
Farid
11-30-2001, 12:49 PM
Guys, this my $0.02 point of view :
Private Messaging on vBulletin is a nice feature you offer to your users and they are NOT forced to use it. They know the rules, they use it. Point.
If they want to communicate with themselves with more confidentiality, then they can simply email each other!
That's how I personaly see it... :D
Scott MacVicar
11-30-2001, 03:32 PM
I'm just a young thing :D
i'm 16, 17 in December and i'm still at High School.
I do php scripts and run 4 servers for hosting to make money.
A raq, 2 Red Hat boxes and a nice Win 2k one :D
want my shoe size as well or are we not getting that personal :p
Crinos
11-30-2001, 06:56 PM
At least MSN clearly points out the real score in their privacy policy ... as Bira said, some sites that use this (or want to use this) don't even have privacy policies, which implies they intend to use this as either an undocumented admin feature or for other stealthy reasons ;)
Well, I wasn't here to discuss MSN's policy either, my point was they will do whatever they want without letting their users know, but they did state in their agreement.
So just put additional line (if you already had :D ) or a new page saying that you reserve the right to view user's PM WITHOUT letting them know IF you need to do so in order to protect your site. It's just that simple. Thanks to Bira for warning us.
Psychdrone
11-30-2001, 07:47 PM
hmmmmmmm.....
CAn someone tel me where I can edit the Faqs, and also the statment in thebegging when you register, and also is that the privacy statment
Thanks!
Hooper
12-01-2001, 06:18 PM
[QUOTE]Originally posted by bira
Nam, I won't go into further discussion over what MSN does or doesn't do. The point is, they actually write very clearly what they will or will not do and under what circumstances.
Some of the people here (I'll refrain from point at specifics, you figure it out) who argue most vehemently in favour of doing whatever they bloody want on their server, don't even have a PRIVACY STATEMENT on their BB. That's how seriously clueless they are about users' most basic rights.
Anyway, end of my part in this discussion.
I was posting to assist those who are perhaps misinformed and could appreciate a legal advice on the matter. not those who want to do something knowingly and with malice.
(and again, this is NOT a statement against the hack, it's merely an advice what to do if you install it).
JTMON
12-01-2001, 06:33 PM
[QUOTE]Originally posted by Hooper
I agree with what I've read Bira state in here. I also admire her standing alone in the debate. She is correct. You may have the right to view others Private Messages with a certain set publicly known privacy statement. But if a member found that the service you provided was indeed breaching their trust in you in any way, and could prove that you knowingly did so, you could very well be held liable by law for the situation. Not only you, but your hosting company and anyone else remotely connected to the situation. Let alone the fact that this hack is just damn tasteless, viewing someones private information should be something one would do under extreme situations where the admin felt that what was being posted as private messages could result in a legal matter itself. There is absolutley no reason to be viewing anothers private messages unless the above hold true.
So in my opinion this is not good advertisement for vBulletin for one. Jelsoft has taken great strides with the code to insure public safety and privacy. Let's not unhack vBulletin.
Psychdrone
12-01-2001, 10:25 PM
Damn you guys, I am sure that all of us installing it, have better things to do with our time than to read are users, petty conversaions with each other!
THe only reason i installed it, is i have been hacked a few times, and A lot of members tell me that this member is the one doign it, and thats the only time i would check his pms!
and again
CAn someone tel me where I can edit the Faqs, and also the statment in thebegging when you register, and also is that the privacy statment
Thanks!
JTMON
12-01-2001, 10:57 PM
Templates-->Modify
Psychdrone
12-01-2001, 11:39 PM
I know that :D
could you be more specific please!?:)
jeez, find it yourself dude, it should be in FAQ template.
JTMON
12-01-2001, 11:45 PM
That's exactly where it is, not sure about the privacy statement. try searching your templates;)
Psychdrone
12-02-2001, 12:21 AM
[QUOTE]Originally posted by Nam
jeez, find it yourself dude, it should be in FAQ template.
it was just so obvious :cool:
N00BIE
12-04-2001, 06:55 PM
Me i would install it but all i get is this error :)
Parse error on pm.php on line 73 any ideas ??
i'm running 2.2.1 and haven't touched the PM.php as it said it was alredy set to let all ADMINS view pm's ????
Scott MacVicar
12-04-2001, 08:59 PM
line 73 is
$bbcode=bbcodeparse2($bbcode,$privallowhtml,$priva llowbbimagecode,0,$privallowbbcode);
have you made any changes to the bbcode parsing within functions.php?
I know that everyone who has run it has had no problems with this script.
N00BIE
12-05-2001, 08:43 PM
K sorted now :) the ftp program i used stop uploading the file 98% done, hence the error the file wasn't all there :).
re-upped it and it works sweet :)
cityofangelus
12-10-2001, 08:08 AM
Wonderful hack thanks so much :)
proton242
12-21-2001, 12:43 PM
when i try to view pm i have this message : Viewing User PM's is restricted...in pm.php i have added my user name but to view pm but not work...please help me!!!
cyrus
12-24-2001, 11:33 AM
i get this error ...
Invalid SQL: SELECT * FROM user WHERE user.userid=
mysql error: You have an error in your SQL syntax near '' at line 1
mysql error number: 1064
Anyone know whats wrong ? :stupid:
thanks
Scott MacVicar
12-25-2001, 01:22 PM
I'm guessing your going to pm.php directly cyrus, its not meant to be used in that way, your meant to go find the user using the find user part of the admin panel and then click the link within there to view the users pm's
though to link directly pm.php?userid=USERIDHERE would work
hope this helps
Scott
KarateKid
02-03-2002, 09:32 AM
does this hack also works with 2.2.2 ?
Scott MacVicar
02-03-2002, 01:41 PM
yes it works with all of the 2.2 series and it should work with the 2.0 series as well.
PhotoGenie
02-06-2002, 01:37 PM
Seems there would be some privacy issues with this hack. Why would anyone want to read private messages between others? Just nosy maybe? Private messages are not private messages if you use this hack. I hope those that are using this are including it in their privacy agreement. It's useless to me.. Sorry!
JTMON
02-06-2002, 01:40 PM
maybe you should read the whole thread
TWTCommish
02-06-2002, 01:48 PM
I don't agree with PPN that DarkReaper was "forcing his views on anyone." (I hate that term...it's just a bad way to say "disagreeing") No, this hack is not immoral. But I DO think it would be very, very sneaky to NOT let your members know about this in one way or another. When people hear the term PRIVATE messages, they're going to take that to mean, indeed, private. I do not have this hack installed, but I believe most of my members know that I can view them if I really want to. So, I just tell them that I have no intention of invading their PM Inbox, but that if they want to be completely sure, just use email.
JTMON
02-06-2002, 01:55 PM
Yeah I mean, this hack doesn't give you any ability you DON't already have. It just puts it in the VBAdmin. I haven't even reinstalled this hack after I've upgraded.
TWTCommish
02-06-2002, 02:00 PM
Well, still...it makes it much easier. The access you have to the PMs without it is unavoidable. Making it easy and installing a feature that is MEANT to help you with it is not unavoidable...so I think that anyone who installs this hack would be wrong not to let their members know, in some way, that their PMs are not 100% private. Frankly, that should probably be something all boards mention, but especially those with this hack.
PhotoGenie
02-06-2002, 02:05 PM
I dont want to upset anyone or make anyone mad but it's the word private that is at stake for me.. When I tell my users private or call something private then it should be private without any invasion on my part.. Yes, you can view them thru your database, but admin with any morality would not do this. PM's should be called P/AM's for for Private/Admin messages with this hack installed.. Just an opinion:)
JTMON
02-06-2002, 02:08 PM
True, but like stated earlier in this thread, some admins have issues with PM spam and have a great need for this hack and they DO spell it out in the privacy agreement as well as the FAQ. That's the reason I said to check the thread because we have had this same conversation and Bira was even kind enough to point out the legal aspects for boards that are businesses.
Scott MacVicar
02-06-2002, 05:01 PM
I mention that I *can* read private messages in the pirvacy statement and it doesn't seem to bother users. I think i've used it twice in total on my live boards and it was to deal with threats via PM.
If someone says they are being threatened over PM then how do you prove it? You have to look into the database, this simply makes it easier and if you have no self restraint to use it only when needed then your simply invading their privacy.
PhotoGenie
02-06-2002, 08:52 PM
[QUOTE]Originally posted by JTMON
True, but like stated earlier in this thread, some admins have issues with PM spam and have a great need for this hack and they DO spell it out in the privacy agreement as well as the FAQ. That's the reason I said to check the thread because we have had this same conversation and Bira was even kind enough to point out the legal aspects for boards that are businesses.
JTMON
02-06-2002, 08:57 PM
yeah, and what do you do when they only send one pm but it contains a threat or something worse, but the user deletes it.
Scott MacVicar
02-07-2002, 02:13 PM
This hack wasn't designed to hunt through the users pm's for spam, it was simply to confirm any issues that people may have brought to your attention.
Many users might pm you saying SoandSo is sending you spam, you can simply deal with this by confirming that they are.
Sparkz
02-15-2002, 11:11 PM
Great hack, man :)
Just a tiny addition.
If find
makelinkcode("email","mailto:$user[email]").
somewhere around line 1463 and add
makelinkcode("view pm's","pm.php?s=$session[sessionhash]&action=list&userid=$user[userid]").
Just after, you get the option to view PM's from the PM statistics part too.
Tim Wheatley
02-16-2002, 01:50 AM
Works great, hope I never need it in 'anger'. :)
Scott MacVicar
02-16-2002, 10:55 AM
thanks Sparkz i knew i forgot to do somewhere :)
aldamon
03-07-2002, 12:22 PM
2.2.3 approved!
Scott MacVicar
03-07-2002, 02:51 PM
Its a seperate file and as the database structure for pm's hasn't changed in all of 2.x it should work with the entire series.
Jadelit
03-13-2002, 02:42 AM
hmm, it doesnt seem to work with 2.2.4... It just displays the user has no pms when i sent like 3..
Jadelit
03-13-2002, 02:44 AM
o hehe NVM, its because hes an admin.. LOL! oopz..
Scott MacVicar
03-13-2002, 10:32 AM
yeah its designed not to read admins pm's
JulianD
03-27-2002, 06:48 AM
Great hack! It's good to fight the spam.
Clicking on the install button :)
GOD-Dblade
04-16-2002, 02:50 AM
Database error in vBulletin Control Panel 2.2.5:
Invalid SQL: SELECT * FROM user WHERE user.userid=
mysql error: You have an error in your SQL syntax near '' at line 1
mysql error number: 1064
Date: Monday 15th of April 2002 09:50:33 PM
Script: http://www.gods-network.com/forums/forums/admin/pm.php
Referer:
any ideas?
thehobbyforum
04-16-2002, 07:21 AM
Doesn't seem to work with v2.2.5 - just keeps saying Admin has no permisiion to view PM's
Scott MacVicar
04-16-2002, 07:42 AM
Did you read the instructions about only allowing certain users to read pm's, its at the top of the file you need to enter your own userid.
thehobbyforum
04-16-2002, 07:43 AM
yeah entered it but no luck
I am running v2.2.5
Scott MacVicar
04-16-2002, 07:19 PM
so
$canviewpms = "";
that contains your userid on your own forums?
GOD-Dblade
04-16-2002, 07:21 PM
um.....you guys didnt answer my problem :/ hehe...
thehobbyforum
04-16-2002, 08:29 PM
I put my own username in that box and then saved the php file and uploaded it - are you saying I need to insert
$canviewpms = ""; somewhere else?
GOD-Dblade
04-16-2002, 09:16 PM
not supposed to put your user name.....supposed to put your USER number see like your user number 9099 on this board....so youd put 9099 right there....
DemiNeo0101
04-17-2002, 11:06 AM
Does this work for 2.2.4+? I want to use this on http://forums.cheatlist.com. And it seems alot of people are having problems with it. If you need me to i'll update it for 2.2.5
Scott MacVicar
04-17-2002, 02:57 PM
it was written for 2.2.2 and I have used it on every version of vBulletin since then without problem. You also can't really have a problem with it, its a case of uploading a file and linking to it from the admin cpanel.
GOD-Dblade
04-17-2002, 07:30 PM
then....why do i get that db error? lol
Scott MacVicar
04-17-2002, 08:03 PM
what are you clicking in specific?
its cause the userid is blank are you just typing /admin/pm.php into your browser or are you finding the user and then clicking the option on top, like your meant to :P
GOD-Dblade
04-17-2002, 08:12 PM
im going to admin/pm.php then it shows me that db error. Did everything it says in the instructions....Im kinda a newb to this forum [better wash my mouth][better wash my mouth][better wash my mouth][better wash my mouth] but im learning :) but i figured id post here and maybe you guys could help me out.
Scott MacVicar
04-17-2002, 10:03 PM
Your not meant to access the file like that, your suppose to find your user the usual way via the admin panel then click one of the links you added to view the user details.
DemiNeo0101
04-21-2002, 10:41 PM
Dblade (thats god heh) You Find user, then when you edit his profile there will be a gray box above that. Click view PMs.
And ppn, you area Goderator and a Kick ass hacker. thx for the hack :)
FFMania
05-05-2002, 05:00 AM
I installed this hack, and when I go to pm.php, this is what I get.
Database error in vBulletin Control Panel 2.2.5:
Invalid SQL: SELECT * FROM user WHERE user.userid=
mysql error: You have an error in your SQL syntax near '' at line 1
mysql error number: 1064
Date: Sunday 05th of May 2002 01:50:27 AM
Script: http://forums.ffinsider.net/admin/pm.php
Referer:
Scott MacVicar
05-05-2002, 10:25 AM
ok if you had read any posts in this thread, you will see that you need to find the user then click show users pm's within the page.
Come on its in the post above yours LOL
springbok
05-05-2002, 04:50 PM
Hi,
I am running 2.2.5, but it says "Viewing User PM's is restricted.". I have added the admin inot the pm.php file and checked the spelling very carefully, but it keep on saying this.
Any idea?
Scott MacVicar
05-05-2002, 05:07 PM
you need to put in the userid, not the username
springbok
05-05-2002, 06:06 PM
Its working now. Cheers
kanima
05-28-2002, 03:26 PM
Either through the control panel or direct i get this
Warning: Failed opening '/com/ip-subspace.com/www/forum/admin/pm.php' for inclusion (include_path='.:/usr/local/lib/php') in Unknown on line 0
this is version vb 2.2.1
Tungsten
05-28-2002, 03:38 PM
Nice hack. When I saw first saw this I thought "Nah... too much of a big brother tactic" but recently I had some complaints about a particular user sending very hateful and sometimes lewd PMs to other users.
Thanks to this hack I was able to dig into his PM box and see that the complaints were indeed true.
It's a power that could be used for good or bad, but it definitely helped out in this case. Kudos!
kanima
05-28-2002, 04:00 PM
figured it out , rights issue.
Scott MacVicar
05-28-2002, 09:13 PM
Yep kanima, if the file doesn't exist or php doesn't have permission to read the file you get that error
ThePeak
06-02-2002, 07:14 PM
Great! Thanks PPN :)
DudeSicko
06-11-2002, 10:53 AM
Is this hack working on the newest version 2 ?
[QUOTE]Originally posted by DudeSicko
Is this hack working on the newest version 2 ?
DudeSicko
06-13-2002, 05:50 AM
Thx :) Il install it when i get home from work :)
JoshFink
06-18-2002, 01:47 AM
Worked perfectly with no modifications needed for 2.26.
Question for you though.
I want to make it so the link "Read PM's" doesn't even show up if your not the userid specified in the pm.php
Does anyone have any suggestions on how to do this?
Thanks
Josh
MIKdoubleE
06-23-2002, 05:26 AM
would the user know that the admin has been viewing his/her pms???
Scott MacVicar
07-04-2002, 12:57 AM
No they wouldnt.
g-force2k2
07-04-2002, 01:28 AM
[QUOTE]Originally posted by JoshFink
Worked perfectly with no modifications needed for 2.26.
Question for you though.
I want to make it so the link "Read PM's" doesn't even show up if your not the userid specified in the pm.php
Does anyone have any suggestions on how to do this?
Thanks
Josh
Scott MacVicar
07-04-2002, 02:34 AM
Viewing is already restricted within the pm.php file so there is not much point in doing what you suggest. It also limits it to one user instead of just editing who can use it in config.php
g-force2k2
07-04-2002, 02:39 AM
yes PPN but if i remember correctly is the link restricted? because that its what i believe the person was asking for :p if not my bad ;)
g-force2k2
Sinecure
07-04-2002, 07:06 AM
Even though Bira hasn't been around for a while, I just read his posts (I think its a him). Anway, he raised many good points. Which is why I wouldn't install this hack. If the need arises, I'll use phpmyadmin.
I couldn't aggree more with Bira on ever post he posted..
Scott MacVicar
07-04-2002, 08:12 AM
Its a her :p
And Ive used it about 8 times to total. You have access to the information anyway so you might as well make it easier for yourself to read them if the need arises.
Gary King
07-04-2002, 10:20 PM
Nice hack scott :)
Gary King
07-14-2002, 02:42 PM
Is it possible to be able to read PMs in other folders, besides the Inbox? Just wondering :D
A.T.F
07-27-2002, 05:46 PM
fantastic hack!
Does this hack work with PHP4.2.2?
I've only got one hack that modifies user.php and it's this one and when my host upgraded to PHP 4.2.2 and apparently the file is corrupted in places? Because when I go to change acustom avatar in the CP, I get this come up (attached)
Gary King
08-01-2002, 07:04 PM
@Tha Rock: Everything works fine when running on PHP 4.2.2, I just tried changing my own avatar, and nothing went wrong.
Learner29
08-29-2002, 01:27 PM
thank you for this excellent hack
I really really really appreciate your work
Learner29
08-29-2002, 01:42 PM
really excellent hack again and again
I tried it on many versions of vbulletin , and every time it works....
and only the admin you precise in the pm.php can truly go and see the pms.
that is real nice , thank you a million PPN
Scott MacVicar
08-29-2002, 08:24 PM
no bother the version for vB3 is done
rochen
09-02-2002, 04:49 PM
Is there a 2.2.7 for this hack? I just tried the 2.2.4 version but got a lot of errors.
Quikdeth
10-26-2002, 12:19 AM
I am doing this and cannot find pm.php. Where the heck is it?
Quikdeth
10-26-2002, 01:14 AM
Not anywhere I can find at all. It says to upload it to the admin folder in the server, but I can't find it in my files under admin or any dam thing!
Gary King
10-26-2002, 01:25 AM
You're supposed to upload the pm.php from the hack ZIP, I believe.
drumsy
11-07-2002, 10:38 PM
In case it isn't already mentioned, this hack is v2.2.8 compliant! :)
Gaz.t
12-03-2002, 08:27 PM
thanx :knockedout:
Chruser
12-05-2002, 02:25 PM
It just gives me an evil database error. :/
Visionray
12-05-2002, 02:57 PM
[QUOTE]Originally posted by bira
I would just like to warn those admins who installed this hack from a legal standpoint.
If you do not clearly state both in your privacy statement and in your Private Messaging area (eg at the bottom) that PMs may be viewed by administrators, you are making yourself liable to ANY user suing you for privacy invasion.
Those who say that this is on your own "property" don't know the law.
ISPs, for example, store your e-mails. PMs are by default person-to-person exchange - their name suggests as such, and any reasonable user is allowed to assume by the name alone that they are as such = and are therefore defined by law in US and EU the same as e-mails. If an ISP admin was reading your e-mail without your knowledge or permission, you could sue the ISP and win.
The same applies to any service provider who offers "private" person-to-person communication on his premises, but in effect does not warn his users that this is not necessarily the case.
Install the hack all you like, but don't forget to add a warning to your Privacy statement and Private Messaging area. Otherwise, each and every single member of your community can sue you - and win.
Bison
12-09-2002, 02:23 AM
The nick serves you (Visionray) ... I certainly agree with you bro! ;)
If they found out, they better let me wear the glasses their wearing too! I wanna see Halle Berry "NAKED!!!" :p
But I can't do this to my members though ...
XtReMaTriX
12-17-2002, 05:20 AM
Just installed it... THANX!
XrayHead
12-19-2002, 04:06 PM
Installed ok on 2.8 and just to say i had trouble with the user id bit !!
I tryed to put the user name in, but after reading some f the post's i sused it.......
Nice hack...
My Forum: www.walkonzone.com/vboard/
Lee
ZeroXcape
01-02-2003, 05:56 AM
For those wondering, it works lovely on 2.2.9.
Excellent hack, thanks!
mistyl
01-02-2003, 06:28 AM
Works wonderful on 2.2.9. Thanks for a great hack!
Andrewf
01-19-2003, 05:40 PM
i am getting this (Parse error: parse error, expecting `','' or `';'' in /forum/admin/user.php on line 294)
this is the error message in cp users.
vesion 2.2.9
Andrewf
01-26-2003, 05:17 PM
I have tried playing with the codes and checking them, and re-uploading, but still getting the error message.
Can somebody that has the mod done please email me the finished user.php file.
0zone
01-27-2003, 06:30 PM
Yeah I tried to install it too, but whenever I clicked on the Edit User in Admin CP, I get a database error message.
Help!?
Mustang5ohhh
01-30-2003, 12:48 PM
PPN ... another great hack. Installed it in 2.2.9 without a problem.
0zone
01-30-2003, 03:05 PM
Pshhhh
Anyone wanna tell us people who get errors, what to do?
Mustang5ohhh
01-30-2003, 03:07 PM
Post the Error in full
Andrewf
01-30-2003, 04:38 PM
[QUOTE]i am getting this (Parse error: parse error, expecting `','' or `';'' in /forum/admin/user.php on line 294)
this is the error message in cp users.
vesion 2.2.9
Mustang5ohhh
01-30-2003, 04:44 PM
Can you paste a copy of line 294 ???
Andrewf
01-30-2003, 04:54 PM
I have no idea how to find line 294, any suggestions
Mustang5ohhh
01-30-2003, 04:58 PM
Open the user.php using NotePad or WordPad and find line 294.
You can see the line #s in the bottom right hand side of the window.
Andrewf
01-30-2003, 05:09 PM
why can i not get the line # to show in either programs?
Mustang5ohhh
01-30-2003, 05:13 PM
Use NotePad ... the count is in the bottom right hand corner "Ln 1,Col 1 "
Andrewf
01-30-2003, 05:19 PM
for some reason that does not show on my comp, when i goto edit the >go to is not highlighted.
Trigunflame
02-05-2003, 09:50 PM
I keep getting this damn error any help please ??????!!!
---------------------------------------------------------
Database error in vBulletin Control Panel 2.2.9:
Invalid SQL: SELECT * FROM user WHERE user.userid=
mysql error: You have an error in your SQL syntax near '' at line 1
mysql error number: 1064
Date: Wednesday 05th of February 2003 06:48:09 PM
Script: http://tokyoforums.com/admin/pm.php?
Referer:
-----------------------------------------------------------------------
TexasOutdoors
02-09-2003, 09:31 PM
[QUOTE]Originally posted by Andrewf
This is a copy of the error.
monstergamer
02-21-2003, 05:15 PM
i get this Viewing User PM's is restricted.
monstergamer
02-21-2003, 06:48 PM
i got it
thanx
nice mod
feldon23
03-11-2003, 01:37 AM
My forum data is 100% my property. It is not the property of the members. Do you guys file lawsuits when 1 user deletes a thread with 100 replies? Do I have to get permission from you to take down my server or move things around? If you draw a picture in my sketchbook and give the sketchbook to me, you don't have any ownership over the sketch anymore.
There is NOTHING implied nor are any representations made about privacy by any kind of labeling or documentation in vBulletin.
The hypocracy in this thread is shocking. Disgruntled employees are getting their butts sued off for their "1st amendment" postings on public forums. And you think someone can sue a forum and win for doing what they want with their messages? You can't have it both ways.
All this said, I treat my forum members with utmost respect if they have earned it.
amity
03-12-2003, 01:09 AM
legal ramifications?
we had a situation on the boards, and now users are telling me this could be an invasion of privacy? that this could be a legal matter?
what do you think? we have a terms of use which states (it was read and ok'd by a lawyer, however he wasn't internet law or anything) 'Duplication or use of any content from this WEB SITE for commercial purposes or in any manner likely to give the impression of official approval by Amitymama.com, is prohibited. The WEB SITE Copyright © 1999- 2003 Amitysworld.com, Amitymama.com. Amitymama.com reserves the right to refuse, reject, delete, intercept or otherwise edit any written correspondence or information located on it's server.'
thanks!
amity
amity
03-12-2003, 01:12 AM
unfortunately, i am unable to read most of the pages pertaining to this. :( i am getting a 'bad request' error.
i will continue reading however.
amity
Works great also with 2.2.9 :D
**INSTALL**
wolfman
03-12-2003, 08:42 PM
Well I have this installed on my board and the only ones to have complained about it are the ones that are trying to distrubute warez in someway and thought that no one could see their PMs. I had to tell them that even with out this hack installed I can go in the database and see everything that they have done anyway.
Marzas
03-22-2003, 04:48 AM
could someone make it that i can see all pm's sent by all users on one page or something.
Marzas
03-27-2003, 08:16 PM
come on guys, i really want this? i want to see al the pm's sent on one page, in a table with there username and subject and who to? cant any do it?
i'm gonna make a request
Does this hack enable viewing of the messages in the Sent Items folder , as well as other folders that was created by the user ?
Or just those messages in the Inbox ?
Brian Briscoe
03-28-2003, 10:31 AM
Very useful Scott, Thanks!
VampireMan
03-28-2003, 11:41 AM
Looks like a good hack.
Im not installing just yet , im going to try and edit the code so it will e-mail the user who made the pm that their Pm is being investigated.
Nice job tho :-)
obiwan8472
04-11-2003, 06:32 PM
Is there a way to only let a certain admin view PM's. I only trust me.
JTMON
04-11-2003, 07:14 PM
I thnk you make them Moderators
jamslam
05-11-2003, 11:20 PM
*installs*
works on vb 2.3.0 ;) nice job
d3nnis
06-25-2003, 07:41 AM
i will install them tonite! Great mod now I can catch those suspious spammers luking ard private messages and catch them red handed! :banana:
d3nnis
06-25-2003, 07:41 AM
i will install them tonite! Great mod now I can catch those suspious spammers luking ard private messages and catch them red handed! :banana:
d3nnis
06-25-2003, 08:01 AM
just to check...
if my userid is 2 and i only want userid 2 to be able to read those pm's do i do this way in pm.php?
adminlog(iif($userid!=2," user id = $userid",iif($pmid!=2,"private message id = $pmid","")));
or
adminlog(iif($userid!=2," user id = $userid",iif($pmid!=0,"private message id = $pmid","")));
or both wrong?
??
S.Shady
06-25-2003, 03:54 PM
[QUOTE]03-10-03 at 11:37 PM feldon23 said this in Post #211 (https://vborg.vbsupport.ru/showthread.php?postid=364036#post364036)
All this said, I treat my forum members with utmost respect if they have earned it.
S.Shady
06-25-2003, 03:58 PM
[QUOTE]Today at 05:01 AM d3nnis said this in Post #226 (https://vborg.vbsupport.ru/showthread.php?postid=412510#post412510)
just to check...
if my userid is 2 and i only want userid 2 to be able to read those pm's do i do this way in pm.php?
adminlog(iif($userid!=2," user id = $userid",iif($pmid!=2,"private message id = $pmid","")));
or
adminlog(iif($userid!=2," user id = $userid",iif($pmid!=0,"private message id = $pmid","")));
or both wrong?
??
d3nnis
06-25-2003, 10:44 PM
[QUOTE]Today at 01:58 AM S.Shady said this in Post #228 (https://vborg.vbsupport.ru/showthread.php?postid=412634#post412634)
bothe wrong keep it like this
adminlog(iif($userid!=0," user id = $userid",iif($pmid!=0,"private message id = $pmid","")));
you need to change this line
// which users are allowed to view user's pm's
// separate each userid with a comma
$canviewpms = "";$canviewpms = "";
Sabrina
06-26-2003, 08:32 AM
well i just checked and double checked and triple checked and still, "Viewing User PM's is restricted."
Yes ive added my username (correctly) at $canviewpms = "userid";
I am running vB 2.3.0
??
Nebby
06-26-2003, 11:30 PM
whenever i try to click "view users PM's" it says "user blahblah has no PM's"
Even though the PM stats say otherwise =/
Mustang5ohhh
08-10-2003, 09:40 PM
[QUOTE]06-26-03 at 10:32 AM Sabrina said this in Post #230 (https://vborg.vbsupport.ru/showthread.php?postid=412869#post412869)
well i just checked and double checked and triple checked and still, "Viewing User PM's is restricted."
Yes ive added my username (correctly) at $canviewpms = "userid";
I am running vB 2.3.0
??
DaMixer
08-12-2003, 07:59 AM
Database error in vBulletin Control Panel 2.3.0:
Invalid SQL: SELECT * FROM user WHERE user.userid=
mysql error: You have an error in your SQL syntax near '' at line 1
mysql error number: 1064
Date: Tuesday 12th of August 2003 03:55:44 AM
Script: http://www.xxxxxx.com/forum/forum/admin/pm.php?s=
Referer:
mmmmmmmmmm :ermm:
Cal Poly Forum
08-17-2003, 08:30 AM
Bump so that maybe someone can update this hack for version 2.3.0 and 2.3.2.
This hack will be useful for reference and security purposes.
BryanB85
08-18-2003, 03:47 PM
[QUOTE]Yesterday at 10:30 AM Cal Poly Forum said this in Post #234 (https://vborg.vbsupport.ru/showthread.php?postid=426564#post426564)
Bump so that maybe someone can update this hack for version 2.3.0 and 2.3.2.
This hack will be useful for reference and security purposes.
iceman-x
09-17-2003, 03:17 PM
Hey i installed this hack today. version 2.3.2 and it works fine.
Tanks for great hack.
legendarysk8er
09-18-2003, 03:56 AM
Installed on vB 2.3.2.
/me clicks install.
muzicmax
10-07-2003, 04:34 AM
Installed on Vb 2.3.0
Clicks Install!!!
Kaelon
10-31-2003, 02:01 PM
This is an excellent hack. We've been using it for some time now. I am also a lawyer, and I can attest to the fact that this is perfectly legal, whether or not you notify your users that you are using this, as the Electronic Privacy Act grants certain inalienable protections to private property, such as web sites and bulletin board systems. Anyone who thinks to the contrary obviously has no understanding of current laws in the United States. The European Union's Common Policy on Privacy is, also, very protective of private property, much more so than personal privacy, which for the purposes of visiting other web sites and providing your information, is considered public domain.
Question: Is there an easy way, either through phpMyAdmin, or maybe through an add-on to this script, to search through private messages for a certain word of phrase? Our board has strict rules against promoting our competitor's products. Thanks!
All the best,
Kaelon
Logikos
11-26-2003, 06:15 PM
This is an update for vbulletin 2.3.3. I noticed that the code has changed snice then so i took the liberty to go ahead and submit this. I did not create this hack, all credit for this hack goes to Scott MacVicar from Vbulletin. I'm just updating the code for new version of vbulletin.
Thomas P
11-28-2003, 04:17 PM
[QUOTE='[]\[]emesis']This is an update for vbulletin 2.3.3. I noticed that the code has changed snice then so i took the liberty to go ahead and submit this. I did not create this hack, all credit for this hack goes to Scott MacVicar from Vbulletin. I'm just updating the code for new version of vbulletin.
Kerrek Cage
11-29-2003, 02:45 AM
Yeah, I'd like to know the same thing. Maybe I'll tool around with pm.php and figure it out...
Logikos
11-29-2003, 02:58 AM
[QUOTE=Thomas P]Thanks Scott & Nemesis! :)
How can I view the Outbox of users?
We have some spammers on our forums :(
syedakm
12-08-2003, 09:35 PM
any 3.0 Betta or Gamma versions of this hack?
Zachery
12-08-2003, 09:56 PM
fisrt there are no vb3 hacks here, second try at vbulletin.nl
MilleniumClock
01-12-2004, 05:10 PM
thanks dude, sweet hack
kevinrstruck
01-12-2004, 09:01 PM
I get:
Database error in vBulletin Control Panel 2.3.4:
Invalid SQL: SELECT * FROM user WHERE user.userid=
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
mysql error number: 1064
--------------------------------------
What did I do wrong?
I am running VB 2.3.4
PhanTuhC
02-05-2004, 01:51 AM
Awesome hack, thank you so very very much.
SVTOA
04-01-2004, 04:02 AM
Nice job.
I kind of customized this by making a small icon, and using a conditional statement so this icon only appears to the superadministrator. I placed the code in the postbit template. Now the superadmin can see a little icon in the postbit box on the forums, and click it and it opens that member's box, as long as you have an active CPANEL session in that browser session. This way you don't have to edit the link to each userid. I also added this to the user profile.
bigdaddy04
04-10-2004, 11:39 PM
Would this work on vB 2.3.3?
Also, how does it work? does it show all pms or do you have to go to a specific user?
Thanks.
Logikos
04-10-2004, 11:42 PM
[QUOTE=bigdaddy04]Would this work on vB 2.3.3?
Also, how does it work? does it show all pms or do you have to go to a specific user?
Thanks.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.