NefMoto

Miscellaneous => Forum Tech Support => Topic started by: carlossus on December 09, 2011, 01:35:01 PM



Title: Tony, you need to block Wiki spam.
Post by: carlossus on December 09, 2011, 01:35:01 PM
I'm reverting spam corruption every day, it's not sustainable.


Title: Re: Tony, you need to block Wiki spam.
Post by: nyet on December 09, 2011, 01:52:24 PM
I'm using

Code:
$wgEnableSorbs = true;
$wgSorbsUrl = 'opm.tornevall.org.';

also i have

Code:
# http://www.mediawiki.org/wiki/Manual:User_rights
# This example will disable editing of all pages, then re-enable for users with confirmed e-mail addresses only:
# Disable for everyone.
$wgGroupPermissions['*']['edit']              = false;
# Disable for users, too: by default 'user' is allowed to edit, even if '*' is not.
$wgGroupPermissions['user']['edit']           = false;
# Make it so users with confirmed e-mail addresses are in the group.
$wgAutopromote['emailconfirmed'] = APCOND_EMAILCONFIRMED;
# Hide group from user list.
$wgImplicitGroups[] = 'emailconfirmed';
# Finally, set it to true for the desired group.
$wgGroupPermissions['emailconfirmed']['edit'] = true;


Title: Re: Tony, you need to block Wiki spam.
Post by: Tony@NefMoto on December 15, 2011, 12:29:34 PM
I have a few anti-spam extensions installed in MediaWiki already. But I will investigate adding some more, including the suggestions made by nyet.

At least forum spam is under control.  ;D


Title: Re: Tony, you need to block Wiki spam.
Post by: Tony@NefMoto on December 15, 2011, 04:40:51 PM
OK, edits are now disabled unless you confirm your email address. Hopefully this improves the spam situation.