Extension:Wiki-httpbl
From MediaWiki.org
|
wiki-httpbl Release status: stable |
|||
|---|---|---|---|
| Implementation | Hook | ||
| Description | Http:BL extension to mediawiki, implement DNSBL to block spammer's. | ||
| Author(s) | Mario Oyorzabal Salgado | ||
| Last version | 0.2.2 (2008-02-01) | ||
| MediaWiki | 1.6 + | ||
| License | GNU General Public License v2 | ||
| Download | Project page Subversion [Help] Browse source code |
||
| Example | Gruslic | ||
|
|||
| Check usage and version matrix | |||
Wiki-httpbl is an extension that allows users to integrate Project Honey Pot API functionality on their Mediawiki websites. For this you'll need to register an account and request for an API key on the project website.
Requirement [edit]
- Mediawiki version 1.6+, if you can test it on later/other versions please e-mail me to know about that :-D.
- PHP4+
- A Project Honey Pot API key and a Quicklink URL.
Features
- Uses Http:BL
- Redirects to a trap when a spammer is detected
- Can insert an address trap in the HTML code of a wiki site
Installation [edit]
To install this extension, add the following to LocalSettings.php:
##### Include Http:bl # Key of access to Http:BL (Project Honey Pot) $wgWikiHttpBLKey = '------------'; # QuickLink (Project Honey Pot) $wgWikiHttpBLTrap = ''; # Word to work whith Quicklink (url trap) $wgWikiHttpBLTrapWord = 'mediawiki'; include( './extensions/wiki-httpbl/httpbl.php' );
