- Jan 24, 2011
- 7,252
- 21,247
most of us are. You are not alone.so confused.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
most of us are. You are not alone.so confused.
I think most people are confused because most of the reasons people have been banned lately OR threads were deleted was because of stuff happening behind the scenes and there was no transparency.
For clarifaction: are you referring to pms?
Yes ma'am (or dude... you never know anymore).
I am not willing at this moment to go mining through everyones PM's to figure out what is going on. Just so busy and that feels invasive to me.
Select * from PrivateMessages where username in ('DJ', 'Lakerfantlc')
Aww c'mon:
Code:Select * from PrivateMessages where username in ('DJ', 'Lakerfantlc')
Is that SQL? ^^
Yep! It wouldn't actually work (obviously), the database tables are more complicated than that.
They were banned because they have brown hair. Watch out everyone, if you have brown hair we are coming after you!
yeah a bit. all private messages are actually treated by the database as posts in threads, just with different access and a small little indicator tripped. so thats why your post count goes up when you make a PM
Select posts.* from posts join users on posts.userid = users.userid where users.username = 'DJ' and posts.isPrivateMessage = 1