source: extensions/AntiAspi/readme.txt @ 7230

Last change on this file since 7230 was 7230, checked in by ddtddt, 13 years ago

[Extension] - AntiAspi - add de_DE thanks to Matterhorn

File size: 3.3 KB
RevLine 
[3469]1****
[3624]2EN
3Default configuration (copy/past into config_local.inc.php, and modify):
4
5$conf['antiaspi'] = array(
6  'diff' => '20 pages in 00:00:10' , // IP banned if 20 different pages viewed in 10 seconds
7  'same' => '15 pages in 00:00:30' , // IP banned if same 15 pages viewed in 30 seconds
8  'banned during' => '23:59:59' ,    // IP banned during hh:mm:ss
9  'only guest' => true ,             // If true, don't ban registered users
10  'only picture' => false ,          // If true, apply antiaspi only on picture page
11  'allowed ip' => array()            // Autorized IP (robots for example)
12);
13
14****
[3469]15FR
[3293]16Configuration par défaut (à copier/coller, puis modifier dans le config_local.inc.php si necessaire):
17
[3624]18$conf['antiaspi'] = array(
[3293]19  'diff' => '20 pages in 00:00:10' , // IP bannie si 20 pages différentes vues en 10 secondes
20  'same' => '15 pages in 00:00:30' , // IP bannie si 15 pages identiques vues en 30 secondes
21  'banned during' => '23:59:59' ,    // IP bannie pendant hh:mm:ss
22  'only guest' => true ,             // si true, ne banni pas les utilisateurs enregistrés
23  'only picture' => false ,          // si true, ne compatibilise que les pages d'images
24  'allowed ip' => array()            // tableau d'adresse ip autorisées (robots par exemple)
[3469]25);
26
27****
28IT
29Configurazione di default (copia/incolla, e modificare nel file config_local.inc.php se necessario):
30
[3624]31$conf['antiaspi'] = array(
[3469]32  'diff' => '20 pages in 00:00:10' , // IP bandita se 20 pagine differenti viste in 10 secondi
33  'same' => '15 pages in 00:00:30' , // IP bandita se 15 pagine identiche viste in 30 secondi
34  'banned during' => '23:59:59' ,    // IP bandita per hh:mm:ss
35  'only guest' => true ,             // se "true", non bandisce gli utenti registrati
36  'only picture' => false ,          // se "true", contabilizza unicamente le pagini d'immagini
37  'allowed ip' => array()            // tabella d'indirizzi IP autorizzati (robots per esempio)
[3629]38);
39
40****
41ES
42Configuración por defecto (Al copiar / pegar, luego modificar en él config_local.inc.php tan necesario):
43
44$conf['antiaspi'] = array(
45  'diff' => '20 pages in 00:00:10' , // IP desterrada si 20 páginas diferentes vistas en 10 segundos
46  'same' => '15 pages in 00:00:30' , // IP desterrada si 15 páginas idénticas vistas en 30 segundos
47  'banned during' => '23:59:59' ,    // IP desterrada durante hh:mm:ss
48  'only guest' => true ,             // Si true, no desterrado los usuarios registrados
49  'only picture' => false ,          // Si true, contabilizar sólo las páginas de imágenes
50  'allowed ip' => array()            // Tablero de dirección ip autorizadas (robots por ejemplo)
[7230]51);
52
53****
54DE
55Standardeinstellung (Kopieren/einfügen und anschliessend, falls notwendig in config_local.inc.php anpassen):
56
57$conf['antiaspi'] = array(
58  'diff' => '20 Seiten in 00:00:10' , // IP blockiert wenn 20 verschiedene Seiten innerhalb 10 Sekunden angeschaut werden
59  'same' => '15 Seiten in 00:00:30' , // IP blockiert wenn 30 verschiedene Seiten innerhalb 30 Sekunden angeschaut werden
60  'banned during' => '23:59:59' ,     // IP hh:mm:ss blockiert
61  'only guest' => true ,              // Wenn true werden registrierte Benutzer nicht blockiert
62  'only picture' => false ,           // Wenn true werden nur die Seiten mit Bilder gezählt
63  'allowed ip' => array()             // Tabelle der erlaubten IP-Adressen (Z. Bsp. Roboter)
64);
Note: See TracBrowser for help on using the repository browser.