2017 © Pedro Peláez
 

silverstripe-vendormodule mathspamprotection

This module provides a simple math protection mechanism for prevent spam from your forms.Includes an EditableMathSpamField to integrate with the UserForms module.

image

silverstripe/mathspamprotection

This module provides a simple math protection mechanism for prevent spam from your forms.Includes an EditableMathSpamField to integrate with the UserForms module.

  • Thursday, June 28, 2018
  • by wilr
  • Repository
  • 14 Watchers
  • 19 Stars
  • 11,980 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 17 Forks
  • 6 Open issues
  • 2 Versions
  • 3 % Grown

The README.md

Math Spam Protection

This module provides a simple math protection mechanism for prevent spam on your forms. It will ask the user to complete an equation such as "three plus seven"., (*1)

Note that while the challenge is written in natural language to make it a bit harder to parse for bots, its by no means a comprehensive solution to avoiding spam., (*2)

Includes an EditableMathSpamField to integrate with the UserForms module., (*3)

Requirements

  • SilverStripe 4
  • Spam Protection

Install Spam Protection Module

The Spam Protection Module (http://silverstripe.org/spam-protection-module) provides the basic interface for managing the spam protection so first you need to install that module., (*4)

If you're using composer.., (*5)

composer require "silverstripe/spamprotection:dev-master"
composer require "silverstripe/mathspamprotection:dev-master"

Set the default spam protector in mysite/_config/spamprotection.yml, (*6)

---
name: myspamprotection
---
SilverStripe\SpamProtection\Extension\FormSpamProtectionExtension:
  default_spam_protector: SilverStripe\MathSpamProtection\MathSpamProtector

The Versions

28/06 2018

dev-master

9999999-dev

This module provides a simple math protection mechanism for prevent spam from your forms.Includes an EditableMathSpamField to integrate with the UserForms module.

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe spamprotection mathspamprotection

03/02 2016

2.0.0

2.0.0.0

This module provides a simple math protection mechanism for prevent spam from your forms.Includes an EditableMathSpamField to integrate with the UserForms module.

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe spamprotection mathspamprotection