*blog... kind of... *rss
AntiSPAM system, part2
2 comments written so far...For those who didn't move to the darkside yet (wordpress, blogger, ..) and are still developing his own blog system (right now I think that i'm the only one doing it (well, sole too)), here is what I did to stop the SPAM I was receiving as comments. For doing this sole was moderating all the comments one by one, I didn't want to do that, then I started to receive SPAM, and she told me to only accept comments from known people, from names that are already on the list. I didn't like the idea either.
So what I decided to do was just saving the IPs and realized that they always use the same IP. That was clear then, I added another field in the mysql database indicating if the comment was SPAM or not, and then when anyone adds a comment, the system checks if the IP is in the database, if the IP was flagged up as SPAM, it will leave it in the database but flagged up as SPAM too. If the IP is new or already in the database but without any SPAM indication it goes directly adds to the database and shows the comment.
After having the idea and developing it, sole, again, told me that it's the same system that wordpress uses. And by now it works, sometimes there is a new SPAM with a new IP that I have to flag up as SPAM, but it's much better than moderating comment by comment. Tho not too many people writes here :P
So what I decided to do was just saving the IPs and realized that they always use the same IP. That was clear then, I added another field in the mysql database indicating if the comment was SPAM or not, and then when anyone adds a comment, the system checks if the IP is in the database, if the IP was flagged up as SPAM, it will leave it in the database but flagged up as SPAM too. If the IP is new or already in the database but without any SPAM indication it goes directly adds to the database and shows the comment.
After having the idea and developing it, sole, again, told me that it's the same system that wordpress uses. And by now it works, sometimes there is a new SPAM with a new IP that I have to flag up as SPAM, but it's much better than moderating comment by comment. Tho not too many people writes here :P
prueba desde el curro... soy spam? :D
Have your say!
*profile

traditional id: Ricardo Cabello Miguel
based in: London, UK
more: github, twitter, twitpic, soundcloud and flattr
*post nav
Common GUI design mistake
Bizarre Actionscript #1
Steamboy
Chris, say hello!
textile, bbcode.. bollocks!
AntiSPAM system, part2
Tibidabo: the obsolete funfair
Against the world
NUEVAS DEMOS por GOD
Demoscene @ Cirsa
catalnglish
*latest comments
Merry Xmas
Multiuser Sketchpad
Multiuser Sketchpad
Or so they say... (javascript demo)
Multiuser Sketchpad
Or so they say... (javascript demo)
Or so they say... (javascript demo)
Or so they say... (javascript demo)
Or so they say... (javascript demo)
Harmony
Most spam bots don't parse javascript at all.
Of course, it's not a final solution, and could be added to your solution aswell :)