source: extensions/AntiAspi/readme.txt @ 3624

Last change on this file since 3624 was 3624, checked in by patdenice, 15 years ago

Update readme.txt.

File size: 1.9 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);
Note: See TracBrowser for help on using the repository browser.