On 12/12/05, admin Yellowikis yellowikis@gmail.com wrote:
We've been attacked too - It also adds a long list of links to http://buy-ativan.fil.ph lower on the page.
we had:
$wgSpamRegex="/overflow:auto/";
in LocalSettings.php
but an extra space has been added after the ...overflow: auto....
so now we have both $wgSpamRegex="/overflow:auto/"; $wgSpamRegex="/overflow: auto/";
Of course since $wgSpamRegex is a scalar, only the second value will be in effect, overwriting the first.
I think that something like $wgSpamRegex="/overflow:\s*auto/
would work. The \s* matches zero or more whitespace characters. This might be slightly off since I'm not completely up on php regex pattern syntax. -- Rick DeNatale
Visit the Project Mercury Wiki Site http://www.mercuryspacecraft.com/