Hi,
MediaWiki 1.26.2 PHP 5.4.41 (apache2handler) MySQL 5.6.27-76.0 ICU 4.2.1 Server OS Linux (32-Bit)
I am having a lot of difficulty, setting up a blacklist aside from the default Meta-Wiki one (I.e. https://meta.wikimedia.org/wiki/Spam_blacklist).
Following the examples here: https://www.mediawiki.org/wiki/Extension:SpamBlacklist#Examples
in LocalSettings.php I included the following lines:
$wgSpamBlacklistFiles = array( "[[m:Spam blacklist]]", "https://en.wikipedia.org/wiki/MediaWiki:Spam-blacklist" );
But when I test this, by entering the links that are blacklisted in the English Wikipedia blacklist, they don’t get blocked. To make sure I was using the correct links, I tested them in the English Wikipedia sandbox where they were successfully blocked.
Additionally, according to the documentation, when “$wgSpamBlacklistFiles” is used, the blacklists are solely the ones defined in this array, so I deleted the link to the Meta-Wiki blacklist and tried inputting some junk link (I.e. "https://en.wikipedia.org/wiki/abc") in the array. From what I understand, no link should have blocked in such a scenario. But again the links defined in the Meta-Wiki blacklist were blocked. It appears that the “$wgSpamBlacklistFiles” is having absolutely no effect whatsoever.
No matter what I do, the Meta-Wiki blacklist continues to work, but none of the other blacklists I try to include, work. I have even tried creating a similar blacklist page on my own Wiki to no avail. I also remembered to clear the cache before each try. What am I missing?
Thanks in advance.
Regards,
I have this in my Localsettings.php
wfLoadExtension( 'SpamBlacklist' ); $wgSpamBlacklistFiles = array( " https://meta.wikimedia.org/w/index.php?title=Spam_blacklist&action=raw&a... ", " https://en.wikipedia.org/w/index.php?title=MediaWiki:Spam-blacklist&acti... " );
*Mlpearc* Administrator Account Creations https://en.wikipedia.org/wiki/Wikipedia:Request_an_account, English Wikipedia Wikipedia account https://en.wikipedia.org/wiki/User_talk:Mlpearc
On Tue, Mar 8, 2016 at 8:57 AM, Ahmad Farooq ahmadfarooq123@gmail.com wrote:
Hi,
MediaWiki 1.26.2 PHP 5.4.41 (apache2handler) MySQL 5.6.27-76.0 ICU 4.2.1 Server OS Linux (32-Bit)
I am having a lot of difficulty, setting up a blacklist aside from the default Meta-Wiki one (I.e. https://meta.wikimedia.org/wiki/Spam_blacklist ).
Following the examples here: https://www.mediawiki.org/wiki/Extension:SpamBlacklist#Examples
in LocalSettings.php I included the following lines:
$wgSpamBlacklistFiles = array( "[[m:Spam blacklist]]", "https://en.wikipedia.org/wiki/MediaWiki:Spam-blacklist" );
But when I test this, by entering the links that are blacklisted in the English Wikipedia blacklist, they don’t get blocked. To make sure I was using the correct links, I tested them in the English Wikipedia sandbox where they were successfully blocked.
Additionally, according to the documentation, when “$wgSpamBlacklistFiles” is used, the blacklists are solely the ones defined in this array, so I deleted the link to the Meta-Wiki blacklist and tried inputting some junk link (I.e. "https://en.wikipedia.org/wiki/abc") in the array. From what I understand, no link should have blocked in such a scenario. But again the links defined in the Meta-Wiki blacklist were blocked. It appears that the “$wgSpamBlacklistFiles” is having absolutely no effect whatsoever.
No matter what I do, the Meta-Wiki blacklist continues to work, but none of the other blacklists I try to include, work. I have even tried creating a similar blacklist page on my own Wiki to no avail. I also remembered to clear the cache before each try. What am I missing?
Thanks in advance.
Regards, _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
I tried it like this before, and tried one more time but to no avail.
wfLoadExtension( 'SpamBlacklist' ); $wgSpamBlacklistFiles = array( " https://meta.wikimedia.org/w/index.php?title=Spam_blacklist&action=raw&a... ", " https://en.wikipedia.org/w/index.php?title=MediaWiki:Spam-blacklist&acti... " );
If it isn’t too much of a bother can you confirm that you wiki (in case it’s different from English Wikipedia), can block the following link:
“http://0101footworld.com%E2%80%9D
It is blacklisted in the English Wikipedia blacklist; it gets blocked in English Wikipedia sandbox but for some reason not on my Wiki.
Is it possible that this might have something to do with Shell access, because my host server does not allow SSH?
Thanks and Regards,
From: Ahmad Farooq Sent: 08 March 2016 09:57 PM To: mediawiki-l@lists.wikimedia.org Subject: Extension:SpamBlacklist
Hi,
MediaWiki 1.26.2 PHP 5.4.41 (apache2handler) MySQL 5.6.27-76.0 ICU 4.2.1 Server OS Linux (32-Bit)
I am having a lot of difficulty, setting up a blacklist aside from the default Meta-Wiki one (I.e. https://meta.wikimedia.org/wiki/Spam_blacklist).
Following the examples here: https://www.mediawiki.org/wiki/Extension:SpamBlacklist#Examples
in LocalSettings.php I included the following lines:
$wgSpamBlacklistFiles = array( "[[m:Spam blacklist]]", "https://en.wikipedia.org/wiki/MediaWiki:Spam-blacklist" );
But when I test this, by entering the links that are blacklisted in the English Wikipedia blacklist, they don’t get blocked. To make sure I was using the correct links, I tested them in the English Wikipedia sandbox where they were successfully blocked.
Additionally, according to the documentation, when “$wgSpamBlacklistFiles” is used, the blacklists are solely the ones defined in this array, so I deleted the link to the Meta-Wiki blacklist and tried inputting some junk link (I.e. "https://en.wikipedia.org/wiki/abc") in the array. From what I understand, no link should have blocked in such a scenario. But again the links defined in the Meta-Wiki blacklist were blocked. It appears that the “$wgSpamBlacklistFiles” is having absolutely no effect whatsoever.
No matter what I do, the Meta-Wiki blacklist continues to work, but none of the other blacklists I try to include, work. I have even tried creating a similar blacklist page on my own Wiki to no avail. I also remembered to clear the cache before each try. What am I missing?
Thanks in advance.
Regards,
Well, I guess I'll stick around and see if I'm doing it wrong :P
*Mlpearc* Administrator Account Creations https://en.wikipedia.org/wiki/Wikipedia:Request_an_account, English Wikipedia Wikipedia account https://en.wikipedia.org/wiki/User_talk:Mlpearc
On Tue, Mar 8, 2016 at 2:51 PM, Ahmad Farooq ahmadfarooq123@gmail.com wrote:
I tried it like this before, and tried one more time but to no avail.
wfLoadExtension( 'SpamBlacklist' ); $wgSpamBlacklistFiles = array( "
https://meta.wikimedia.org/w/index.php?title=Spam_blacklist&action=raw&a... ", "
https://en.wikipedia.org/w/index.php?title=MediaWiki:Spam-blacklist&acti... " );
If it isn’t too much of a bother can you confirm that you wiki (in case it’s different from English Wikipedia), can block the following link:
“http://0101footworld.com%E2%80%9D
It is blacklisted in the English Wikipedia blacklist; it gets blocked in English Wikipedia sandbox but for some reason not on my Wiki.
Is it possible that this might have something to do with Shell access, because my host server does not allow SSH?
Thanks and Regards,
From: Ahmad Farooq Sent: 08 March 2016 09:57 PM To: mediawiki-l@lists.wikimedia.org Subject: Extension:SpamBlacklist
Hi,
MediaWiki 1.26.2 PHP 5.4.41 (apache2handler) MySQL 5.6.27-76.0 ICU 4.2.1 Server OS Linux (32-Bit)
I am having a lot of difficulty, setting up a blacklist aside from the default Meta-Wiki one (I.e. https://meta.wikimedia.org/wiki/Spam_blacklist ).
Following the examples here: https://www.mediawiki.org/wiki/Extension:SpamBlacklist#Examples
in LocalSettings.php I included the following lines:
$wgSpamBlacklistFiles = array( "[[m:Spam blacklist]]", "https://en.wikipedia.org/wiki/MediaWiki:Spam-blacklist" );
But when I test this, by entering the links that are blacklisted in the English Wikipedia blacklist, they don’t get blocked. To make sure I was using the correct links, I tested them in the English Wikipedia sandbox where they were successfully blocked.
Additionally, according to the documentation, when “$wgSpamBlacklistFiles” is used, the blacklists are solely the ones defined in this array, so I deleted the link to the Meta-Wiki blacklist and tried inputting some junk link (I.e. "https://en.wikipedia.org/wiki/abc") in the array. From what I understand, no link should have blocked in such a scenario. But again the links defined in the Meta-Wiki blacklist were blocked. It appears that the “$wgSpamBlacklistFiles” is having absolutely no effect whatsoever.
No matter what I do, the Meta-Wiki blacklist continues to work, but none of the other blacklists I try to include, work. I have even tried creating a similar blacklist page on my own Wiki to no avail. I also remembered to clear the cache before each try. What am I missing?
Thanks in advance.
Regards,
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
We are fighting also again excessive spam attacks at the moment. Some (not cleaned up) blacklist spam list can be found in our wikihttps://wiki.documentfoundation.org/MediaWiki:Titleblacklist
Improvements are welcomed. Is there any "task force" collectiong obvious spam patterns?
Regards,
Dennis Roczek
Am 09.03.2016 um 00:45 schrieb Mlpearc:
Well, I guess I'll stick around and see if I'm doing it wrong :P
*Mlpearc* Administrator Account Creations https://en.wikipedia.org/wiki/Wikipedia:Request_an_account, English Wikipedia Wikipedia account https://en.wikipedia.org/wiki/User_talk:Mlpearc
On Tue, Mar 8, 2016 at 2:51 PM, Ahmad Farooq <ahmadfarooq123@gmail.com
wrote:
I tried it like this before, and tried one more time but to no avail.
wfLoadExtension( 'SpamBlacklist' ); $wgSpamBlacklistFiles = array( "
https://meta.wikimedia.org/w/index.php?title=Spam_blacklist&action=ra
w&sb_ver=1
", "
https://en.wikipedia.org/w/index.php?title=MediaWiki:Spam-blacklist&a
ction=raw&sb_ver=1
" );
If it isn’t too much of a bother can you confirm that you wiki (in ca
se
it’s different from English Wikipedia), can block the following link:
“http://0101footworld.com%E2%80%9D
It is blacklisted in the English Wikipedia blacklist; it gets blocked
in
English Wikipedia sandbox but for some reason not on my Wiki.
Is it possible that this might have something to do with Shell access
,
because my host server does not allow SSH?
Thanks and Regards,
From: Ahmad Farooq Sent: 08 March 2016 09:57 PM To: mediawiki-l@lists.wikimedia.org Subject: Extension:SpamBlacklist
Hi,
MediaWiki 1.26.2 PHP 5.4.41 (apache2handler) MySQL 5.6.27-76.0 ICU 4.2.1 Server OS Linux (32-Bit)
I am having a lot of difficulty, setting up a blacklist aside from th
e
default Meta-Wiki one (I.e. https://meta.wikimedia.org/wiki/Spam_blac
klist
).
Following the examples here: https://www.mediawiki.org/wiki/Extension:SpamBlacklist#Examples
in LocalSettings.php I included the following lines:
$wgSpamBlacklistFiles = array( "[[m:Spam blacklist]]", "https://en.wikipedia.org/wiki/MediaWiki:Spam-blacklist" );
But when I test this, by entering the links that are blacklisted in t
he
English Wikipedia blacklist, they don’t get blocked. To make sure I w
as
using the correct links, I tested them in the English Wikipedia sandb
ox
where they were successfully blocked.
Additionally, according to the documentation, when “$wgSpamBlacklistF
iles”
is used, the blacklists are solely the ones defined in this array, so
I
deleted the link to the Meta-Wiki blacklist and tried inputting some
junk
link (I.e. "https://en.wikipedia.org/wiki/abc") in the array. From wh
at I
understand, no link should have blocked in such a scenario. But again
the
links defined in the Meta-Wiki blacklist were blocked. It appears tha
t the
“$wgSpamBlacklistFiles” is having absolutely no effect whatsoever.
No matter what I do, the Meta-Wiki blacklist continues to work, but n
one
of the other blacklists I try to include, work. I have even tried creating a similar blacklist page on my own Wiki to
no
avail. I also remembered to clear the cache before each try. What am I missing?
Thanks in advance.
Regards,
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Usage of the title backlist is OK, but if you want to be more effective convert them to blocking abuse filter rules. Using the abuse filter you can get far more effective, also use checkuser and nail the underlying IP ranges.
On Wed, Mar 16, 2016 at 8:13 PM, Dennis Roczek <dennisroczek@libreoffice.org
wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
We are fighting also again excessive spam attacks at the moment. Some (not cleaned up) blacklist spam list can be found in our wikihttps://wiki.documentfoundation.org/MediaWiki:Titleblacklist
Improvements are welcomed. Is there any "task force" collectiong obvious spam patterns?
Regards,
Dennis Roczek
Am 09.03.2016 um 00:45 schrieb Mlpearc:
Well, I guess I'll stick around and see if I'm doing it wrong :P
*Mlpearc* Administrator Account Creations https://en.wikipedia.org/wiki/Wikipedia:Request_an_account, English Wikipedia Wikipedia account https://en.wikipedia.org/wiki/User_talk:Mlpearc
On Tue, Mar 8, 2016 at 2:51 PM, Ahmad Farooq <ahmadfarooq123@gmail.com
wrote:
I tried it like this before, and tried one more time but to no avail.
wfLoadExtension( 'SpamBlacklist' ); $wgSpamBlacklistFiles = array( "
https://meta.wikimedia.org/w/index.php?title=Spam_blacklist&action=ra
w&sb_ver=1
", "
https://en.wikipedia.org/w/index.php?title=MediaWiki:Spam-blacklist&a
ction=raw&sb_ver=1
" );
If it isn’t too much of a bother can you confirm that you wiki (in ca
se
it’s different from English Wikipedia), can block the following link:
“http://0101footworld.com%E2%80%9D
It is blacklisted in the English Wikipedia blacklist; it gets blocked
in
English Wikipedia sandbox but for some reason not on my Wiki.
Is it possible that this might have something to do with Shell access
,
because my host server does not allow SSH?
Thanks and Regards,
From: Ahmad Farooq Sent: 08 March 2016 09:57 PM To: mediawiki-l@lists.wikimedia.org Subject: Extension:SpamBlacklist
Hi,
MediaWiki 1.26.2 PHP 5.4.41 (apache2handler) MySQL 5.6.27-76.0 ICU 4.2.1 Server OS Linux (32-Bit)
I am having a lot of difficulty, setting up a blacklist aside from th
e
default Meta-Wiki one (I.e. https://meta.wikimedia.org/wiki/Spam_blac
klist
).
Following the examples here: https://www.mediawiki.org/wiki/Extension:SpamBlacklist#Examples
in LocalSettings.php I included the following lines:
$wgSpamBlacklistFiles = array( "[[m:Spam blacklist]]", "https://en.wikipedia.org/wiki/MediaWiki:Spam-blacklist" );
But when I test this, by entering the links that are blacklisted in t
he
English Wikipedia blacklist, they don’t get blocked. To make sure I w
as
using the correct links, I tested them in the English Wikipedia sandb
ox
where they were successfully blocked.
Additionally, according to the documentation, when “$wgSpamBlacklistF
iles”
is used, the blacklists are solely the ones defined in this array, so
I
deleted the link to the Meta-Wiki blacklist and tried inputting some
junk
link (I.e. "https://en.wikipedia.org/wiki/abc") in the array. From wh
at I
understand, no link should have blocked in such a scenario. But again
the
links defined in the Meta-Wiki blacklist were blocked. It appears tha
t the
“$wgSpamBlacklistFiles” is having absolutely no effect whatsoever.
No matter what I do, the Meta-Wiki blacklist continues to work, but n
one
of the other blacklists I try to include, work. I have even tried creating a similar blacklist page on my own Wiki to
no
avail. I also remembered to clear the cache before each try. What am I missing?
Thanks in advance.
Regards,
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2
iQIcBAEBCAAGBQJW6farAAoJEM4+Qf3OKrbZYo0P+wWkhc83NA17MVY2KkTfVPgR bD5Q3Vii1ltjigRCshDzEiPWSnqdwX3zn5/AHQ3j8sfLldviS3wtUh3VLmwbrS+0 PsHxLSJNBT7vxnTETYL4octtD0P/CdQd1bM0n8AK3nb+fL/wfsiH+uJ7PMK85M4T SQ1GEzpE7fwhGORlIWUWvSlcLayy8K1IxmyRRzhaZB+fRnmJr4U3ntBLPBMIrogz F41fscpx8fn+QEJJViT6pjaQs0wwFMSazTt8Ll7aSGl89tg4HbLa758G8r9hEX3s NQrmLANMXb3aZ9Wh3JcVCpf6sbAkQIOHMQNMQYeZ4qGfVnh1hDMyJcmK35m43TmV zAzrRcQb2HdzwlPqDjuDYS1EfI6Ds460d+lfSsePXdZ15yMVD4DOnWo3myiaR4iC kpqF3xM0TbZSZ1sruaSDZJXH69iSIGHupBwtlsHAv0JDMj3t7+l64eF54NR8Pv7x 9NPx7yZg49SZXDdj9TWV/imFDhJ4yEw+5VI+dTte/d0IeUR2XU1O8bqlBUsGVwND 8RfwFyWFCxKBmZHZsvu1E7ph8aFD+aLgBAP1T7E+pMSu0rGiz309PyfmPT2bnG2i XVwsdwRr1C+vxGxiYZUABBay+kAkCV0wl1WCML6Cu7yzOZATUAdlkgVar2/ZQZJL iZTXUpaHb7i6/ZD9M7tF =ay1P -----END PGP SIGNATURE-----
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Hi John,
Yeah, I will use more the Abuse Filter as the blacklisted didn't caught everything after the last attack. :-(
Checkuser is in use but sadly it seems that the spam is coming from far too many ranges. Seems like captured computers operated by a bot net operator.
Regards,
Dennis Roczek
Am 17.03.2016 um 01:52 schrieb John:
Usage of the title backlist is OK, but if you want to be more effectiv
e
convert them to blocking abuse filter rules. Using the abuse filter yo
u can
get far more effective, also use checkuser and nail the underlying IP ranges.
On Wed, Mar 16, 2016 at 8:13 PM, Dennis Roczek <dennisroczek@libreoffi
ce.org
wrote:
We are fighting also again excessive spam attacks at the moment. Some (not cleaned up) blacklist spam list can be found in our wikihttps://wiki.documentfoundation.org/MediaWiki:Titleblacklist
Improvements are welcomed. Is there any "task force" collectiong obvio
us
spam patterns?
Regards,
Dennis Roczek
Am 09.03.2016 um 00:45 schrieb Mlpearc:
Well, I guess I'll stick around and see if I'm doing it wrong :P
*Mlpearc*
</snip>
mediawiki-l@lists.wikimedia.org