Extension:AutoProxyBlock/pl
![]() | To rozszerzenie nie jest aktualnie aktywnie rozwijane! Pomimo, że może nadal działać, jakiekolwiek zgłoszenia błędów lub propozycji funkcji będą najprawdopodobniej ignorowane. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{extension}} infobox. |
AutoProxyBlock Status wydania: niewspierane |
|
---|---|
Realizacja | Dostęp użytkownika |
Opis | Allows to block or logging proxy edits. |
Autor(zy) | Cryptocorynedyskusja |
Ostatnia wersja | 1.2.0 |
MediaWiki | 1.29+ |
Licencja | GNU General Public License 2.0 or later |
Pobieranie | |
|
|
|
|
Przetłumacz rozszerzenie AutoProxyBlock jeżeli jest dostępne na translatewiki.net | |
Problemy | Otwarte zadania · Zgłoś błąd |
The AutoProxyBlock extension allows to autoblock or logging (in common MediaWiki Log or by AbuseFilter) actions, performed through proxy.
Instalacja
- Pobierz i umieść plik(i) w katalogu o nazwie
AutoProxyBlock
w swoim kataloguextensions/
. - Dodaj poniższy kod na dole swojego pliku LocalSettings.php:
wfLoadExtension( 'AutoProxyBlock' );
Zrobione – Przejdź do Special:Version na swojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
Do użytkowników mających wersję MediaWiki 1.24 lub wcześniejszą:
Powyższe instrukcje opisują nowy sposób instalowania tego rozszerzenia, poprzez wfLoadExtension()
.
Jeżeli chcesz zainstalować to rozszerzenie we wcześniejszych wersjach (MediaWiki 1.24 i wcześniejsze), zamiast wfLoadExtension( 'AutoProxyBlock' );
użyj:
require_once "$IP/extensions/AutoProxyBlock/AutoProxyBlock.php";
Rights
- "proxyunbannable" (by default it's right of sysops) allow avoiding proxy blocks if edit-like actions forbidden.
- "notagproxychanges" protect account from tagging actions with "proxy" tag.
Ustawienia
- $wgProxyCanPerform -- array of actions, allowed to perform by proxy users (default -- "read" and "edit");
- $wgTagProxyActions -- if set to true, extension add public "proxy" tag to all matched actions.
- $wgAutoProxyBlockSources -- array of sources (proxy-lists):
- $wgAutoProxyBlockSources['api'] -- array of MediaWiki API urls, used for retrieving proxy information (i.e. English Wikipedia, many proxies blocked by Procsee Bot).
- $wgAutoProxyBlockSources['raw'] -- absolute path to local text files with proxy lists.
- $wgAutoProxyBlockSources['key'] -- string, regex to detect proxy block on foreigh site (i.e. proxies in enwiki blocked with key "blocked proxy").
- $wgAutoProxyBlockLog -- set to true for logging all forbidden proxy actions in Special:Log/proxyblock.
- Unmaintained extensions/pl
- User access extensions/pl
- GPL licensed extensions/pl
- Extensions in Wikimedia version control/pl
- AbuseFilter-builder extensions/pl
- AbuseFilter-filterAction extensions/pl
- ChangeTagsListActive extensions/pl
- ListDefinedTags extensions/pl
- RecentChange save extensions/pl
- GetUserPermissionsErrorsExpensive extensions/pl
- All extensions/pl