Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
4 registered (AllenAyres, driv, MikeBTech, Ruben Rocha), 21 Guests and 23 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 06/20/07
Posts: 8
Top Posters (30 Days)
Ruben Rocha 160
Rick 116
Gizmo 104
Thelockman 61
driv 50
AllenAyres 39
ScriptKeeper 32
Mark S 30
Ian 30
ntdoc 24
Latest Photos
My Home System
test photo gallery
Bernese Mountain Dogs
My Daimler
Dorado and shark
Page 4 of 4 < 1 2 3 4
Topic Options
Rate This Topic
#184944 - 05/27/07 05:58 PM Re: admin can read Private Messages, right? [Re: Gizmo]
Trixie Offline
member

Registered: 05/10/07
Posts: 154
Loc: Rye, Co - USA
Bummer. Well, thanks for the supportive answer. At least I know I can take a peek if I need to. Also, I posted a notice so users are not surprised if their messages are monitored periodically for a safer environment. Check this out.

http://www.shorthandclasses.com/communit...70bd4c92#Post70

Please let me know if I have misinformed them or could say it better another way. I really think it's best the users KNOW this will take place than continue to think it's really private to the owner and admins.


Edited by Trixie (05/27/07 06:05 PM)
_________________________

Top
#184945 - 05/27/07 06:07 PM Re: admin can read Private Messages, right? [Re: Trixie]
Mark S Offline
Carpal Tunnel
***

Registered: 07/04/06
Posts: 4041
Loc: Liverpool : England : UK
1. whack that total down to 50
2. Why mention that your monitoring them?

You probably wont, as there will be that much going on.

Start posting things like monitoring pm's if and when it becomes a problem.

Normally its the few spoiling it for the many.

Personally i respect that a private message is a private message,
and wait for a member to post the contents of any abuse.

If you must post that, then add it in your forum rules,
and then if they step out of line, there banned the reason is in the forum rules ;\)

You don't have another way of ensuring that they have read your rules unless its in the forum rules.
_________________________
Version v7.2.2 smile smile < Threads satisfaction status
People who inspire me Rick Gizmo Ian David jgeoff ntdoc
To answer the question you must first give a question.

Top
#184946 - 05/27/07 06:12 PM Re: admin can read Private Messages, right? [Re: Mark S]
Trixie Offline
member

Registered: 05/10/07
Posts: 154
Loc: Rye, Co - USA
Thanks Mark. Yep, this posting can only be viewed in the "Board Rules" forum. I didn't think about users violating posted Board Rules" for all forums. I guess because I'm still typing them all out! It takes a lot of sit-down time to type out a variety of forum training helps for all who register. Wish we had a manual already. Don't get me wrong...I AM thankful for the FAQ question/answer link.
_________________________

Top
#184948 - 05/27/07 06:24 PM Re: admin can read Private Messages, right? [Re: Mark S]
Trixie Offline
member

Registered: 05/10/07
Posts: 154
Loc: Rye, Co - USA
Okay, I appreciate the suggestion to lower the PM total from 150-200 to 50. And I'll do that pretty quick.

As far as mentioning users being monitored, I think you're probably right. So instead, I could post a statement that PMs CAN be monitored upon a member's notification (to the admin) of another suspected user's content abuse.

Is this better?
_________________________

Top
#184953 - 05/27/07 08:17 PM Re: admin can read Private Messages, right? [Re: Trixie]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 11968
Loc: Portland, OR; USA
Sounds much better that way... I mean, if an abuse claim comes up you do *have* to check it out afterall ;)...

And yeh, if you worry about space, keeping th emax # of pm's low is a godsend...
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#185720 - 06/04/07 10:02 PM Re: admin can read Private Messages, right? [Re: Gizmo]
Mors Offline
addict

Registered: 06/26/06
Posts: 445
Loc: So. California
Not to mention if you setup ADMIN logging you can see a list of what the admins have been doing including loginas "another user name here"

There is no getting around it and you can nail people doing this kind of stuff immediately.
_________________________
Happy Customer !!!

Top
#186155 - 06/09/07 10:13 AM Re: admin can read Private Messages, right? [Re: Mors]
Sirdude Offline

*****

Registered: 04/19/07
Posts: 2066
Loc: SoCal, USA
if you want to review the latest PMs in phpMyAdmin, just paste this:

 Code:
SELECT t2.TOPIC_SUBJECT AS Subject, 
t3.USER_DISPLAY_NAME AS PMer, 
t1.POST_BODY AS Body, 
FROM_UNIXTIME( t1.POST_TIME,'%M %e, %Y - %h:%i %p') AS PMOn
FROM ubbt_PRIVATE_MESSAGE_POSTS AS t1,
ubbt_PRIVATE_MESSAGE_TOPICS as t2, 
ubbt_USERS as t3 
WHERE t1.TOPIC_ID=t2.TOPIC_ID AND t1.USER_ID=t3.USER_ID
ORDER BY t1.POST_TIME DESC
LIMIT 50


into a query (where ubbt_ is replaced by your board's prefix, limit 50 can be changed too) window. this will display the most recent xx (50 for this example) PM replies (messages).

you could even save this in your Cpanel, DB tools, queries stuff, but then ALL admins have the ability to use it.

just an fyi ;\)
_________________________


Top
#186163 - 06/09/07 11:01 AM Re: admin can read Private Messages, right? [Re: Sirdude]
Mark S Offline
Carpal Tunnel
***

Registered: 07/04/06
Posts: 4041
Loc: Liverpool : England : UK
we really do need an Advanced SQL Forum (Admin Section)
for these Advanced queries, which can be so helpful.
As fixes and repairs too.

Thanks Sir Dude as i bow ;\)
_________________________
Version v7.2.2 smile smile < Threads satisfaction status
People who inspire me Rick Gizmo Ian David jgeoff ntdoc
To answer the question you must first give a question.

Top
#186167 - 06/09/07 11:13 AM Re: admin can read Private Messages, right? [Re: Mark S]
Sirdude Offline

*****

Registered: 04/19/07
Posts: 2066
Loc: SoCal, USA
agree, to an extent. i actually filter out the queries in the admin panel, before letting them execute.

ie: no update, delete, select into, alter bla bla stuff.

but the select queries can be real helpful. eg: select all the themes and rank them by popularity and generate a list that can be included between [ list ] tags in a post, to allow the users to see what's both available and popular and the links automatically click to a preview of said style.

that saves me tons of time and users like to see where their favorite style is in the standings etc, but the admins (without that) are too arsed to keep updating the list manually.

oh and i bow back to you ;\)
_________________________


Top
Page 4 of 4 < 1 2 3 4


Shout Box

Today's Birthdays
Eric Flyxe, mark_l_88@yahoo.com
Recent Topics
Looking to move to the best host provider to support UBB Threads from IIS to Linux
by Ruben Rocha
11/22/08 03:51 PM
restricting a media tag to a single forum...
by bakerzdosen
11/21/08 12:52 PM
Recover topics??
by femistyle
11/21/08 12:22 PM
duplicate entries in viewmessage.php lang file (7.4.1)
by alnadabi
11/21/08 05:54 AM
Order of variables in language files should be permanent
by alnadabi
11/21/08 05:12 AM
Forum Stats
4249 Members
33 Forums
30489 Topics
154667 Posts

Max Online: 978 @ 06/24/07 08:19 PM