View Single Post
  #3 (permalink)  
Old 10-11-04, 09:15 AM
King Zarathu
 
Posts: n/a
i didn't tell her about this site. but if you guys can figure out a way to block certain users out i will tell her about this place. dude, i KNOW there's a way to do it. i program in a LOT of different computer languages, one of which being ASP.. it's easy. you program like this:

normally everytime you view a thread it records the name of the user who views the thread. this is proven because it has a VIEWS count, and only one view per user, so if the user views it more than once it won't count as twice. you program in THIS format:

you have a textbox at the thread post that says "Anybody you wanna block out, place usernames here: ________" okie dokie it saves that thread ID number AND a username in a database.

If THREADVIEWER = "username in the database" Then
Show Reject.html
End If

(reject.html being the page it would show that says "you have blocked out of this thread, reason: "sorry biatch i don't want you lookin' at mah SHIT!")

but that's in a gay Visual Basic 6.0 format and this is PHP.. dude i know you can it's too possible. loveadmin or any programmers/mods, anything to say?
Reply With Quote