Handbuch:$wgBadRanges

This page is a translated version of the page Manual:$wgBadRanges and the translation is 50% complete.
Einstellungen für Sprache, Region und Zeichenkodierung: $wgBadRanges
An array of arrays of IP addresses that each value in $wgBadUserAgents apply to.
Eingeführt in Version:pre 1.1.0
Entfernt in Version:1.2.0 (r2473)
Erlaubte Werte:nicht angegeben
Standardwert:false

Details

User agent/range blocking. Blocks all users using a particular user agent, possibly restricted to a set of IP ranges.

This setting holds an array of arrays of IP addresses that each value in $wgBadUserAgents apply to.

z.B. array( array( '1.2.3.0', '1.2.3.255' ) )

Siehe auch