Difference between revisions of "MediaWiki/fighting spam"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(None)
m (Reverted edits by 83.170.96.35 (Talk); changed back to last version by Woozle)
Line 1: Line 1:
This is one of the best sites I have ever found. Thanks!!! Very nice and informal. I enjoy being here.
+
=={{hide|Navbar}}==
[url=http://CHRYSLER-004.supplies7.info/]CHRYSLER 004[/url] [url=http://ford-048.supplies7.info/]ford 048[/url] [url=http://Honda-004.supplies7.info/]Honda 004[/url] [url=http://AUDI-001.supplies7.info/]AUDI 001[/url] [url=http://ford-005.supplies7.info/]ford 005[/url] [url=http://ford-040.supplies7.info/]ford 040[/url] [url=http://CHRYSLER-001.supplies7.info/]CHRYSLER 001[/url]  
+
{{sidebar|__TOC__}}[[computing]]: [[software]]: [[MediaWiki]]: [[fighting spam posts in MediaWiki|fighting spam posts]]{{seed}}
http://Honda-006.supplies7.info/ http://tacoma-002.supplies7.info/ http://AUDI-029.supplies7.info/ http://ford-022.supplies7.info/ http://Kia-002.supplies7.info/ http://pontiac-005.supplies7.info/ http://Mazda-002.supplies7.info/ http://Honda-012.supplies7.info/ http://AUDI-001.supplies7.info/ http://ford-033.supplies7.info/ http://nissan-006.supplies7.info/ http://ford-035.supplies7.info/
+
==Overview==
 +
This page relates to fighting [[spam]] postings, otherwise known as wikispam, in [[MediaWiki]].
 +
==Notes==
 +
It looks like there are basically two methods for preventing [[spam]]. Both of them match submitted edits against a [[regex]] string, and reject those which fail the test. One method is built in and allows only a single regex string; the other requires an extension ("ambiguously licensed") and allows blacklist data to be pulled from remote sites.
 +
 
 +
A tip for small sites: always monitor your site's RSS feed to see what changes are being made by others. A lot of spam does not show up when looking at the page as displayed in a browser; the content is hidden using CSS so that it will get picked up by search 'bots but not noticed by editors.
 +
 
 +
==Links==
 +
* MediaWiki documentation
 +
** [[metawikipedia:Wiki Spam|Wiki Spam]]: a detailed explanation of the problem
 +
** [[metawikipedia:Anti-spam Features|Anti-spam Features]]: simple built-in regex blacklist
 +
** [[metawikipedia:SpamBlacklist extension|SpamBlacklist extension]]: more powerful than the built-in regex blacklist. The README file explains most of it, but doesn't make it clear that there are ''two'' files you need to install: '''SpamBlacklist.php''' ''and'' '''SpamBlacklist_body.php'''
 +
*** Please feel free to make use of the [[htwiki:spam blacklist|spam blacklist]] on HypertWiki

Revision as of 00:44, 8 March 2007

Navbar

computing: software: MediaWiki: fighting spam posts

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Overview

This page relates to fighting spam postings, otherwise known as wikispam, in MediaWiki.

Notes

It looks like there are basically two methods for preventing spam. Both of them match submitted edits against a regex string, and reject those which fail the test. One method is built in and allows only a single regex string; the other requires an extension ("ambiguously licensed") and allows blacklist data to be pulled from remote sites.

A tip for small sites: always monitor your site's RSS feed to see what changes are being made by others. A lot of spam does not show up when looking at the page as displayed in a browser; the content is hidden using CSS so that it will get picked up by search 'bots but not noticed by editors.

Links

  • MediaWiki documentation
    • Wiki Spam: a detailed explanation of the problem
    • Anti-spam Features: simple built-in regex blacklist
    • SpamBlacklist extension: more powerful than the built-in regex blacklist. The README file explains most of it, but doesn't make it clear that there are two files you need to install: SpamBlacklist.php and SpamBlacklist_body.php