Closed
Bug 276413
Opened 21 years ago
Closed 21 years ago
lock or remove general pages from wiki to prevent spamming
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mvl, Assigned: justdave)
References
()
Details
http://wiki.mozilla.org/index.php/Goings-on and
http://wiki.mozilla.org/index.php/Wikimedia_News get spammed al the time with
links to irrelevant blogs. I think that those pages should be locked or removed.
Cleaning the pages doesn't help. See page history.
| Assignee | ||
Updated•21 years ago
|
Assignee: justdave → vladimir
| Reporter | ||
Comment 1•21 years ago
|
||
Actually, the wiki needs o be moniter by someone that can lock out ip's, because
normal pages get spammed as well.
| Assignee | ||
Comment 2•21 years ago
|
||
ok, finally got admin privs on the wiki. Front page has been locked. The user
that was spamming it has theoretically been locked out. I actually don't see
any evidence of spamming on those other pages (yet).
| Assignee | ||
Updated•21 years ago
|
Assignee: vladimir → justdave
| Assignee | ||
Comment 3•21 years ago
|
||
CTho is supposed to be getting me a patch to let it show IP addresses in the
RecentChanges log (we already have it locked so you have to be logged in to
edit, but anyone can create an account, and it doesn't show IPs of logged-in
users, so I can't find out where they're coming from to lock them out).
| Reporter | ||
Comment 4•21 years ago
|
||
example of another page that got spammed:
http://wiki.mozilla.org/wiki?title=MozillaWiki:Recentchanges&curid=1224&diff=0&oldid=1926
(well, not really spam, as in linking, but it is unwanted. I don't know what the
goal of that spammer was)
(In reply to comment #3)
> CTho is supposed to be getting me a patch to let it show IP addresses in the
> RecentChanges log (we already have it locked so you have to be logged in to
> edit, but anyone can create an account, and it doesn't show IPs of logged-in
> users, so I can't find out where they're coming from to lock them out).
For the benefit of those not in #bmo 5 minutes ago:
<CTho> justdave: ok, so here's the deal: there are two ways to view the Recent
Changes page. old, and new. You can set it in your individual prefs on the
preferences page under the "recent changes and stub display" panel
<CTho> justdave: fixing it for "old" (default) was easy. I'll leave it to you
to figure out how to do it for the new version - it looks more complicated
<CTho> justdave: open up includes/Sking.php
<CTho> err, includes/Skin.php
<CTho> justdave: around line 2300 is a "# User talk link" comment. above that,
add the following code:
<CTho> # IP
<CTho> if ( 0 != $rc_ip )
<CTho> $s .= " <$rc_ip> ";
<CTho> with that in, my a line from the Recentchanges of my personal wiki looks
like:
<CTho> * (diff) (hist) . . Advanced Architecture; 14:39 . . CTho9305
<128.2.156.109> (Talk)
| Assignee | ||
Comment 6•21 years ago
|
||
ok, hack added. here's what I actually did:
if ( ( 0 != $rc_ip ) && ( $wgUser->isSysop() ) )
$s .= " ($rc_ip) ";
Thanks!
Also of note is the Spam_blacklist extension has been installed, and appears to
be working.
| Assignee | ||
Comment 7•21 years ago
|
||
I think I'm going to consider this fixed at this point. We still have the
ocassional vandal, but the outright spammers are gone, and all we can do with
the vandals is lock them out when they show up, and clean up the mess. It's
much less frequent than it used to be. The main pages have been locked, and we
have a good spam filter now, and quite a number of trusted folks with access to
delete spam, block users, and add to the spam blacklist.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•