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 |
| Version | 0.2.2 (2008-02-01) |
| MediaWiki | 1.6 + |
| License | GNU General Public License v2 |
| Download | code.google.com Readme ChangeLog |
| Example | Gruslic |
| Hooks used | |
[edit] What can this extension do?
This extension only implement the API to have in Mediawiki the possibility to block spammer's with data from "Project Honey Pot", you need get a key from "Project Honey Pot" website.
Requirement
- Mediawiki version 1.6+, if you can test in other's version please e-mail me to know about that :-D.
- PHP4+
- Key from "Project Honey Pot"
- Quicklink to trap from "Project Honey Pot"
Features
- Use Http:BL
- Redirect to one trap when a visitor is spammer
- Can insert address trap in the html code of wiki site
[edit] Installation
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' );

