source: extensions/AntiAspi/readme.txt @ 3552

Last change on this file since 3552 was 3469, checked in by riopwg, 15 years ago

Langue IT

File size: 1.3 KB
Line 
1****
2FR
3Configuration par défaut (à copier/coller, puis modifier dans le config_local.inc.php si necessaire):
4
5$antiaspi = array(
6  'diff' => '20 pages in 00:00:10' , // IP bannie si 20 pages différentes vues en 10 secondes
7  'same' => '15 pages in 00:00:30' , // IP bannie si 15 pages identiques vues en 30 secondes
8  'banned during' => '23:59:59' ,    // IP bannie pendant hh:mm:ss
9  'only guest' => true ,             // si true, ne banni pas les utilisateurs enregistrés
10  'only picture' => false ,          // si true, ne compatibilise que les pages d'images
11  'allowed ip' => array()            // tableau d'adresse ip autorisées (robots par exemple)
12);
13
14****
15IT
16Configurazione di default (copia/incolla, e modificare nel file config_local.inc.php se necessario):
17
18$antiaspi = array(
19  'diff' => '20 pages in 00:00:10' , // IP bandita se 20 pagine differenti viste in 10 secondi
20  'same' => '15 pages in 00:00:30' , // IP bandita se 15 pagine identiche viste in 30 secondi
21  'banned during' => '23:59:59' ,    // IP bandita per hh:mm:ss
22  'only guest' => true ,             // se "true", non bandisce gli utenti registrati
23  'only picture' => false ,          // se "true", contabilizza unicamente le pagini d'immagini
24  'allowed ip' => array()            // tabella d'indirizzi IP autorizzati (robots per esempio)
25);
Note: See TracBrowser for help on using the repository browser.