Badbot

Component type

module

Maintenance status

Development status

Downloads

3025

Component created

Component changed

Badbot is a spam-prevention tool (compatible with all forms on the site). It works by requiring the client to have JavaScript support, throwing an error when JS support is not present. Spam bots cannot handle JS, so this goes a long way towards blocking them without displaying pesky (and unreliable) captchas.

There is a detailed explanation available of this module's specifics.

How to use:

Drupal spam killer

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Poured by the massive spammers attack? Your comment approval queue is overloaded with thousands of spamming comments? Kill them, simply delete all your comments approval queue with spam killer.

Regcheck

Component type

module

Categories

Maintenance status

Development status

Downloads

1966

Component created

Component changed

Regcheck is a super lightweight and simple module that adds a hidden checkbox on the user registration form, and kills the registration process if it is checked. This is an easy way of keeping registration open on your site while still being protected from robot users.

Just download and enable the module to utilize its functionality.

E-mail No-Reply

Component type

module

Categories

Maintenance status

Development status

Downloads

4919

Component created

Component changed

Are you looking for a way to specify a no-reply email address for all mail coming from your Drupal site without having to muck around with the MTA configuration on your server? You might think, "Oh, I'll just go change the site email address in Drupal." Unfortunately, Drupal sends important notices such as user registration to that email address, so if you change it to a noreply address, you will no longer receive those notices. By default, many contributed modules such as Backup & Migrate and Mollom use this address as well.

Enkoder for Drupal

Component type

module

Maintenance status

Development status

Downloads

1114

Component created

Component changed

Want to guard against spam? Want to make sure sensitive information isn't easily nabbed by an automated script?

Use Enkoder for Drupal! This uses the logic behind Hivelogic's Enkoder to encode any field or arbitrary text in a recursively self-evaluating block of javascript, foiling all but the hardiest of spambots.

You can use this to harden any text-based field and this module also exposes a general-purpose php function (sclib_enkoder) for your own custom uses.