Extension:Wiki-httpbl

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
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
View code changes
Readme
ChangeLog

Example Gruslic
Hooks used
ParserAfterTidy

Check usage (experimental)

[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' );


[edit] See also

Project Honey Pot

wiki-httpbl

Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox