Stop Forum Spam for SMF 2.1. Adds the support for the Stop Forum Spam API into SMF

Jeremy D Jeremy D Push 1.2 7bb8325 @ 2022-05-04 17:56:23
language Merge branch 'master' of github.com:jdarwood007/StopForumSpam 2022-05-04 17:53:36
.gitattributes 192 B Add CI to SFS 2019-12-24 15:36:43
.gitignore 143 B Add CI to SFS 2019-12-24 15:36:43
.scrutinizer.yml 5.77 KB Minor CI Fixes 2019-12-24 16:26:23
DCO.txt 1.21 KB Add DCO and remove forum_time which is deprecated 2022-04-04 18:57:42
LICENSE 1.48 KB Add the Stop Forum Spam mod 2019-12-01 20:26:18
README.bbc 1.32 KB Fix a few issues: - Redirect after install - Readme is not very descriptive - Missing label for a option on the admins page 2022-03-19 18:35:47
README.md 1.25 KB Fix a few issues: - Redirect after install - Readme is not very descriptive - Missing label for a option on the admins page 2022-03-19 18:35:47
SFS-Subs-Admin.php 31.69 KB Add DCO and remove forum_time which is deprecated 2022-04-04 18:57:42
SFS-Subs-Logs.php 26.11 KB Add DCO and remove forum_time which is deprecated 2022-04-04 18:57:42
SFS.php 39.87 KB Fixed issues with install/uninstall of new feature Fixed issues with SMF 2.0 2022-03-27 10:05:34
StopForumSpam.template.php 2.91 KB Fixed issues with install/uninstall of new feature Fixed issues with SMF 2.0 2022-03-27 10:05:34
install_sfs.php 4.19 KB Found some bugs 2020-09-27 08:04:04
install_smf20.xml 1 KB Move Txt to a func for auto loading languages 2019-12-24 18:20:16
package-info.xml 6.26 KB Push 1.2 2022-05-04 17:56:23
sfs.webp 1.23 KB Add support for API key and profile checks 2022-03-26 15:35:13
sfs_hooks_install.php 1.35 KB Add support for API key and profile checks 2022-03-26 15:35:13
sfs_hooks_remove.php 1.35 KB Add support for API key and profile checks 2022-03-26 15:35:13
README.md

Stop Forum Spam

Description

This customization adds support for detecting spam by using the Stop Forum Spam API.

SMF Version support

This supports SMF 2.0.x and 2.1.x

Sections checked

On registration this can check the following fields:

  • Username
  • Email Address
  • IP Address

On Posts this can check the following fields

  • Username
  • Email Address
  • IP Address

On Search this chan check:

  • IP Address

On Report(ing) posts this can check:

  • Email
  • IP Address

This can also check custom forms by specifying the id of the field in a comma separated list into the extra fields options.

Setup

Out of the box this has a default configuration of checking only usernames. Additionally the confidence level for username can be adjusted.

This can also block TOR as reported to the Stop Forum Spam database.

The Verification Options section controls on which controls we are enforcing these checks again.

Compatibility

This has some setting compatibility with the original Stop Forum Spam as I was using it when I developed this. The biggest difference is this supports SMF 2.1 and does not use any edits. This version includes logging, bulk checks and the ability to check non standard SMF verification fields.