(05-01-2016, 06:14 PM)FSSL Wrote: [ -> ]So, Tomato, you won't answer how admins are supposedly able to read PMs?
You already know how to do it.
1. Go to your site's CPanel. You know how to do this, otherwise you couldn't have set up, updated, or modified your site.
2. Click on the icon for phpMyAdmin.
3. Log in with the admin username/password for your forum software's database. You have to know this to do any work on your site, but if you lie and say you forgot, the username/password are easily changed or retrieved. I know. I forgot my username and password while making this demo for you, and retrieved the info in less than 1 minute.
4. Browse to the table you want to view (in this case, "smf_personal_messages", but since I don't have smf installed on my site, I'll show you "wp_comments" in a wordpress table instead):
5. See the comment fields in the column called "comment_content"? The private messages will look just like that, in plain text. Only the column name will be "body" instead of "comment_content". If you want to view the entire private message, all you have to do is click on the message, like this:
As I said, in the case of smf, the column name would be "body", not "comment_content".
Anyone who has ever set up or maintained a web site knows how to do all this, especially since cPanel an phpMyAdmin makes it so easy. I mistakenly referred to it as mySQLAdmin before. I haven't done any work on my site in years, as you can see from the date on the comments (2010), so I forgot the correct name.
See how easy that was? It only took about 1 or 2 minutes for me to get to the Wordpress comments and view them in the database. It would only take about 1 or 2 minutes for you to browse through ALL of the private messages.