Version 4 (modified by 8 years ago) (diff) | ,
---|
Contents
Inputfield spam-trap
Description
A plugin that only inserts a hidden input field named keepempty
. This will achieve the following:
- Bots usually won't keep the
keepempty
field empty, and thus we can block any such spam attempts immediately.- Real users will want refrain from filling in the hidden input field named keepempty.
Currently blocks stupid bots from submitting new tickets or editing the wiki.
In more detail, you can see the plugin is working if your wiki and ticket forms contain the following:
<div><input type="hidden" name="keepempty" value="" /></div>
As a result you probably will not get comment spam right after installing the input field trap. This spam prevention is meant to stop collateral spamming from bots that spam anything that has a postable <form>.
Bugs/Feature Requests
Existing bugs and feature requests for InputfieldTrapPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from [download:inputfieldtrapplugin here].
Source
You can check out InputfieldTrapPlugin from here using Subversion, or browse the source with Trac.
Example
Anonymous users who fill anything in the robot trap hidden input field get blocked. This feature applies to both wiki pages and ticket submission.
Recent Changes
Author/Contributors
Attachments (1)
-
botwarning.png (2.5 KB) - added by 13 years ago.
The warning for those bots (or plugin testers) among us who would run themselves into input field trap trouble
Download all attachments as: .zip