Tagged Questions
The forum-spam tag has no wiki summary.
8
votes
11answers
1k views
Are you human? (or How to prevent spam)
What mechanisms do you know that prevent your site from being abused by anonymous spammers.
For example, let's say that I have a site where people can vote something. But I don't want someone to spam ...
4
votes
7answers
371 views
What can be done to prevent spam in forum-like apps?
Are there ways except CAPTCHAs for web apps like pastie.org or p.ramaze.net? CAPTCHAs take too long for a small paste for my taste.
2
votes
2answers
61 views
In a system for moderating offensive user content, how do you decide on a threshold for automatic removal?
I'm writing a forum application and want to automatically moderate offensive posts using a flagging system similar to the one on StackOverflow in which users are given the ability to report ...
1
vote
5answers
2k views
How to detect (using .ASPX) if Javascript is enabled on browser
I'm thinking this might be a quick and easy way to lower the form spam on our site just a little bit. The idea being that (I have read) spammers aren't running with javascript enabled. (Or at least ...