Hello There, Guest! Login or Register


CODE IS AWESOME
#1
Herro,

My forum is subject to alot of spam and spambots, I wanted to create some code that'd pick up anything with the following included in the post and make it visible only by moderator approval:

Code:
com tk net org co uk www

I don't want to make it so URLs are detected since alot of the spam links are www[.]spammywebsite[dot]com.

and of course i'd like to have the ability to add certain words that contain com net org co uk etc to be put on some sort of exclusion list. I have no experience in coding or any idea how to impliment it into a forum. But here's a simplifyed version of what I'd need:

Code:
Allowed:
(check these urls for allowed words):
http://www.morewords.com/contains/com/
http://www.morewords.com/contains/net/
http://www.morewords.com/contains/uk/
http://www.morewords.com/contains/org/

Dis-allowed:
com net org uk www

Auto allow all the words above after 3 approved posts

is it possible? I don't really mind how it is approached and I'll provide more info if needed.

Edit: I'd also like it if it would work with PMs too.

Reply