Really useful software project management and source code hosting.    tell me more...
BROWSE: projects / users / groups
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.
star_disabled Dashboard Source Tickets Wiki Blog Network


Really Useful Social coding!

Codaset is an open system, so you can browse and search through all the open source projects, and check out what your friends are coding. Follow them, befriend them, and fork their code; quickly and easily.
Every single open source project you create is free, so come on and use Codaset at no cost. Your first private or semi-private project is also free. Read more about what it costs after that.

Git clone URL's...

Public: git://codaset.com/tuxsoul/wiki-httpbl.git
Active tickets:
0
Milestones:
0
Bookmarks:
0
Forks:
0


	
= Introduction =

Please visit the following websites where you can find more
information:

Project Honey Pot website
http://www.projecthoneypot.org/?rf=39586

Extension wiki-httpbl
http://code.google.com/p/wiki-httpbl/

= Contact =

Author: Mario Oyorzabal Salgado
Blog: http://blog.tuxsoul.com
E-mail: 

= Bugs =

If you find any bugs or have any idea for a feature can be usefull to this 
extension, you can leave it in the bugtrack:

http://code.google.com/p/wiki-httpbl/issues/list

= License =

GNU General Public License v2
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

= Requirements =

  * Key from "Project Honey Pot"
  * Quicklink from "Project Honey Pot"
  * Mediawiki version 1.6 +
  * PHP4 +

= Features =

  * Use Http:BL to detect spammer's
  * Ability to redirect into a trap if the visitor is a spammer
  * Ability to insert addresses traps in the html code of
    Mediawiki

= Details =

  * First download and decompresses the file extension of this
  * Rename the directory the this extension to "wiki-httpbl"
  * Upload the "wiki-httpbl" to the directory of extensions you wiki, which is 
    called "extensions"
  * Open the file named "LocalSettings.php" which is located in the
    Root directory of your site, after adding the following two lines to
    End of the file:

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

  * Save the file and enters your website to see if it is not showing any
    Error
 
Lastly and can only wait to block the spammer's coming to you Website.

= Donation =

Please consider helping through donations, for more information visit the 
following link:

Donate
http://tinyurl.com/2zhdhg

Extension wiki-httpbl
http://code.google.com/p/wiki-httpbl/


Cheers :-).