Sorry, I was not aware of that links issue ... so thank you for the hint (and of course for deleting ...)Quiff Boy wrote:i've removed all those pages...
(please don't copy links to them in here - it just feeds the spammers and turns heartland into a link-farm, damaging our 'trust' ratings on google & bing)
also, i've added this code from here:
http://www.mediawiki.org/wiki/Manual:User_rights
...
that should stop some of that spam, but i'll look into more rigorous settings when i get time.
Also sorry to say, you've missed the first pack of them again ...
Maybe this were also a good idea. No more deletion logs in the recent changes ...
I really think, it were all much easier, if I could delete those pages and users immediately, when I see them, instead of having to molest you or others with this spam ... ...This example will create an arbitrary "ninja" group that can block users and delete pages, and whose edits are hidden by default in the recent changes log:
$wgGroupPermissions['ninja']['bot'] = true;
$wgGroupPermissions['ninja']['block'] = true;
$wgGroupPermissions['ninja']['delete'] = true;