A mediawiki extenion that allows integration various https://www.stopforumspam.com/ deny-lists.
See also: https://www.mediawiki.org/wiki/Extension:StopForumSpam#Installation
- Download and place the file(s) in a directory called StopForumSpam within your MediaWiki extensions/ folder.
- Add the following code at the bottom of your
LocalSettings.php
:
wfLoadExtension( 'StopForumSpam' );
- Configure the extension as required. Note: A proper value for
$wgSFSIPListLocation
MUST be configured before the extension is used within any production environment. - Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
- Optionally run the provided maintenance script (
updateDenyList.php
) to populate and view information about the cache.
- Select an IP deny-list file from https://www.stopforumspam.com/downloads and assign the appropriate value to
$wgSFSIPListLocation
. - Set
$SFSReportOnly
totrue
orfalse
. A value oftrue
will log events but WILL NOT enforce blocking non-read user actions for IP addresses within the deny list. A value offalse
will both log events and block non-read user actions for IP addresses within the deny list.
- Legoktm [https://www.mediawiki.org/wiki/User:Legoktm]
- Skizzers [https://www.mediawiki.org/wiki/User:Skizzerz]
- Aaron Schultz [[email protected]]
- Sam Reed [[email protected]]
- Scott Bassett [[email protected]]
This project is licensed under the GPL 2.0 License - see the COPYING file for details.