CdaKnight
02-17-2004, 04:20 PM
Hey... I did a couple of quick searches and didn't come up with anything, so I'm posting here to see if this exists. I'm looking to do it myself, but I honestly don't know where to start, being a n00b hacker.
I'm looking to do "On the fly" censoring, where instead of doing it upon posting, it checks upon page load.
I imagine it would need to make a mySQL query, which would then grab a "bad word list" and store it into an array. Then you'd need to compare every word before printing it to the "bad word array".
Has anybody done this? Or does anybody have a better idea?
I'm looking to do "On the fly" censoring, where instead of doing it upon posting, it checks upon page load.
I imagine it would need to make a mySQL query, which would then grab a "bad word list" and store it into an array. Then you'd need to compare every word before printing it to the "bad word array".
Has anybody done this? Or does anybody have a better idea?