Yap, and that what this extention do
http://www.mediawiki.org/wiki/Extension:SimpleAntiSpam

installation can be done in 2 steps

1. Download the files
   <http://www.mediawiki.org/wiki/Special:ExtensionDistributor/SimpleAntiSpam>
   into |$IP
   <http://www.mediawiki.org/wiki/Manual:$IP>/extensions/SimpleAntiSpam|
2. Add the following to LocalSettings.php
   <http://www.mediawiki.org/wiki/Manual:LocalSettings.php>:
   require_once("$IP/extensions/SimpleAntiSpam/SimpleAntiSpam.php");



On 09/08/11 21:51, Sergio Rosa wrote:
I'm no expert on mediawiki, sorry.

This is kinda "stupid" and "basic" measure and would involve on some programming/code changing.

Assuming that the BOTs are "blind" and that they post information on whatever field available on any page, why not place a field, not visible on the layout, to the humans, or if visible with instruction not to place any info in it. The BOTs will place some info on it, right? They are "blind". The when posting, "just" verify if that field is empty or not, if not then you got a no human posting and the page/post shouldn't be accepted.

I'm no expert on fighting BOT's, neither I know if this can be made on mediawiki.

If this is nonsense, just discard.

---
Obrigado,
Sérgio Rosa

T. +351 91348 9195
@. [email protected]

AWD - Arq. Web e Design, Unip. Lda
R. Moinho Velho, 19, 2ºDto
2655-242 Ericeira
http://www.awd.pt

On Thu, 08 Sep 2011 09:49:14 -0400, Jake Vickers wrote:
On 09/08/2011 02:42 AM, Pak Ogah wrote:
Halo Sergio,
there are two kind of spam attacking the wiki

1. editing existing pages
2. creating new spam pages

for the first type I don't know how to monitor it unless I open the
pages one-by-one to check it.
the second type, I can see the new pages by clicking Special page called
New Pages.
but either of it, all user that used to create or edit the pages is
non-existing, they don't have profile.

If you expertise on MediaWiki and have time to check QMT Wiki page, I
think Jake can grant you a privileges.
I have ask these requirement to be implemented on Wiki but I don't know
will it suffice or not to minimize wikispam

============================
How about we turn on new account's email validation feature?
Please see:
http://www.gossamer-threads.com/lists/wiki/mediawiki/83969
http://www.mediawiki.org/wiki/Manual:Combating_spam#Restrict_editing

And restrict no anonymous editing/creating

http://www.mediawiki.org/wiki/Manual:Preventing_access#Restrict_anonymous_editing


# Anonymous users can't edit pages
$wgGroupPermissions['*']['edit'] = false;
# Anonymous users can't create pages
$wgGroupPermissions['*']['createpage'] = false;


These options are all implemented.



---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!

--------------------------------------------------------------------------------- Please visit qmailtoaster.com for the latest news, updates, and packages.
         To unsubscribe, e-mail:
[email protected]
For additional commands, e-mail: [email protected]


--------------------------------------------------------------------------------- Qmailtoaster is sponsored by Vickers Consulting Group (www.vickersconsulting.com) Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
--------------------------------------------------------------------------------- Please visit qmailtoaster.com for the latest news, updates, and packages. To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]



Reply via email to