This repository was archived by the owner on Apr 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
81 lines (55 loc) · 1.95 KB
/
Copy pathREADME
File metadata and controls
81 lines (55 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
= 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: <tuxsoul@tuxsoul.com>
= 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 :-).