Just installed this baby. Let's hope it works!
I'd love for new users to be able to post images but couldn't seem to figure out how to disable that part. I'm mostly just worried about URL's.
Speaking of which, if I wanted to block .com's and .net's, would I just add this into the code?
Code:
or stristr($pagetext,'.com') or stristr($pagetext,'.net') or stristr($pagetext,'www.') or stristr($pagetext,'http://')))
Thanks!