Extension:SpamDnsblAlternative
|
SpamDnsblAlternative Release status: stable |
|||
|---|---|---|---|
| Implementation | User rights | ||
| Description | Provides DNS-based Blacklist techniques to protect against spam. | ||
| Author(s) | (SimonLitttalk) | ||
| Last version | 1.0.0 (2011-12-06) | ||
| MediaWiki | 1.18.0+ | ||
| License | GPL | ||
| Download | Download code | ||
|
|||
|
|||
| Check usage and version matrix | |||
Contents |
What can this extension do? [edit]
The extension provides DNS-based Blacklist techniques to protect against spam. The extension use DNSBL to check user IP.
At the Mediawiki 1.8 enabling of the $wgEnableDnsBlacklist settings can block only new account creation, but is allow editing. Another disadvantage of the native solutions - requests go to the DNSBL when it not required, for example at the edit page opening, although the editor is opened for editing and lets to change the page, even for anonymous users, from the IP blacklist. If you find how to configure Mediawiki to block editing on the DNSBL with native Mediawiki settings — Do not use this extension.
Installation [edit]
- Download the latest version and extract it into the extensions folder of your MediaWiki installation.
- Enable the extension by adding this line to your LocalSettings.php:
require_once( "$IP/extensions/SpamDnsblAlternative/SpamDnsblAlternative.php" );
Configuration parameters [edit]
Enabling the extension [edit]
The extension is active when native MediaWiki check for open proxies is disabled:
$wgEnableDnsBlacklist = false;
When $wgEnableDnsBlacklist is true the extension is inactive (used native MediaWiki behavior).
List of DNS blacklists to use [edit]
Proxy whitelist [edit]
See also [edit]
| Language: | English • русский |
|---|