T O P I C R E V I E W |
Zenfor |
Posted - 22 March 2014 : 07:46:37 I have an asp form script as part of my forum for people to contact me with questions, etc. I'm getting a lot of spam on it lately and was wondering if there are any open source asp scripts that have good authentication and bot prevention that are available?
Thank you! |
6 L A T E S T R E P L I E S (Newest First) |
Zenfor |
Posted - 21 April 2014 : 05:58:38 quote: Originally posted by DJGray
Zenfor, without knowing more about your specific situation, it's tough to be certain, but this may be helpful.
http://sourceforge.net/projects/internetcaptcha/?source=directory
I will take a look, thank you... |
DJGray |
Posted - 18 April 2014 : 10:19:40 Zenfor, without knowing more about your specific situation, it's tough to be certain, but this may be helpful.
http://sourceforge.net/projects/internetcaptcha/?source=directory |
Zenfor |
Posted - 28 March 2014 : 16:50:56 Sorry, I wasn't clear. The form script I need is for outside of Snitz. I have a homemade random number edit that bots seem to bypass. I'm just looking for a simple asp form script that is more secure than the one I have now. Thanks. |
Carefree |
Posted - 25 March 2014 : 01:10:54 It will be more difficult for an automated spam script to do it, but it would still be possible with a good bit of effort. Most spammers don't want to put that much into it, though, due to the law of diminishing returns.
What it can do is prevent newly registered (or not registered) people from using the form at all (if you choose to incorporate that function) and force the spammers to manually use the form. That's too much like work for most of them. |
ruphert |
Posted - 24 March 2014 : 22:26:34 Can that automatically block spam even staffs are not around? |
Carefree |
Posted - 22 March 2014 : 16:53:38 Try the "Contact Staff" mod. It requires users to both use the drop-down menu to select a staff member and to complete a random CAPTCHA. Currently it uses only images of numerals; however, the default is 8 characters. It could be changed to use alpha-numerics.
If you wanted to help reduce spam from newly registered accounts, could also incorporate something like I did for this post. |