source: extensions/AntiAspi/readme.txt @ 13741

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

[extensions] - AntiAspi - add no_NO (Norwegian) thanks to atlew

File size: 4.6 KB
Line 
1****
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****
15FR
16Configuration par défaut (à copier/coller, puis modifier dans le config_local.inc.php si necessaire):
17
18$conf['antiaspi'] = array(
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)
25);
26
27****
28IT
29Configurazione di default (copia/incolla, e modificare nel file config_local.inc.php se necessario):
30
31$conf['antiaspi'] = array(
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)
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)
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);
65
66****
67LV
68Konfigurācija pēc noklusējuma (iekopējiet config_local.inc.php, un modificējiet):
69
70$conf['antiaspi'] = array(
71  'diff' => '20 pages in 00:00:10' , // IP aizliegta, ja 20 dažādas lapas skatītas 10 sekunžu laikā
72  'same' => '15 pages in 00:00:30' , // IP aizligta, ja tās pašas 15 lapas skatītas 30 sekunžu laikā
73  'banned during' => '23:59:59' ,    // IP aizligta hh:mm:ss laikā
74  'only guest' => true ,             // Ja patiess, neaizliedz reģistrētos lietotājus
75  'only picture' => false ,          // Ja patiess, antiaspi piemēro tikai attēla lapai
76  'allowed ip' => array()            // Autorizētas IP (piemēram roboti)
77);
78
79****
80NO
81Standard kongfigurasjon (kopier/lim inn i config_local.inc.php, og modifiser):
82
83$conf['antiaspi'] = array(
84  'diff' => '20 pages in 00:00:10' , // IP nektet om 20 forskjellige sider er sett på i 10 sekunder
85  'same' => '15 pages in 00:00:30' , // IP nektet om samme 15 sider er sett i 30 sekunder
86  'banned during' => '23:59:59' ,    // IP nektet siden hh:mm:ss
87  'only guest' => true ,             // Om sant, ikke nekt registrerte brukere
88  'only picture' => false ,          // om sant, legg til antiaspi kun på bilde sider
89  'allowed ip' => array()            // Autorisert IP (roboter for eksempel)
90);
Note: See TracBrowser for help on using the repository browser.