Difference between revisions of "MediaWiki/Spam"

From Freephile Wiki
Jump to navigation Jump to search
(Created page with "One of the bigger problems facing a public wiki is spam. There are a couple of effective ways at preventing SPAM, and these techniques have worked well for us. # The [http:/...")
 
Line 1: Line 1:
One of the bigger problems facing a public wiki is spam.  There are a couple of effective ways at preventing SPAM, and these techniques have worked well for us.
+
One of the bigger problems facing a public wiki is spam.  We've used only a few techniques to prevent SPAM in this public wiki, but they've worked well for us.
  
# The [http://bad-behavior.ioerror.us/ BadBehavior] extension.
+
Before preventing SPAM, you can [[mw:Manual:Preventing_access|prevent access]], and that's the approach that we've employed so far.  Using [[mw:Manual:$wgGroupPermissions]] we've disabled all privileges by default, and then allow read-only access to the wiki.  We did use the [[mw:Extension:ConfirmAccount]] extension, but we've even turned that off and simply request users to contact a Sys Admin for an account -- making the process manual and personal.  Additionally, we
 +
# Use the [http://bad-behavior.ioerror.us/ BadBehavior] extension.
 
# [[mw:Help:Protecting and unprotecting pages|Protect the MainPage from editing]]
 
# [[mw:Help:Protecting and unprotecting pages|Protect the MainPage from editing]]
 +
 +
There are many more techniques that can be implemented.  There are a few extensions bundled with a download version of MediaWiki; described in the [[mw:Manual:Combating_spam]]. And you can see the extensions used on the MediaWiki website itself [[mw:Special:Version|MediaWiki.org]] such as
 +
* [[mw:Extension:AbuseFilter]]
 +
* [[mw:Extension:ConfirmEdit]]
 +
* [[mw:Extension:ConfirmEdit#FancyCaptcha]]
 +
* [[mw:Extension:AntiSpoof]]
 +
* [[mw:Extension:SpamBlacklist]]
 +
 +
[[Category:Wiki]]

Revision as of 11:34, 14 January 2016

One of the bigger problems facing a public wiki is spam. We've used only a few techniques to prevent SPAM in this public wiki, but they've worked well for us.

Before preventing SPAM, you can prevent access, and that's the approach that we've employed so far. Using mw:Manual:$wgGroupPermissions we've disabled all privileges by default, and then allow read-only access to the wiki. We did use the mw:Extension:ConfirmAccount extension, but we've even turned that off and simply request users to contact a Sys Admin for an account -- making the process manual and personal. Additionally, we

  1. Use the BadBehavior extension.
  2. Protect the MainPage from editing

There are many more techniques that can be implemented. There are a few extensions bundled with a download version of MediaWiki; described in the mw:Manual:Combating_spam. And you can see the extensions used on the MediaWiki website itself MediaWiki.org such as