source: extensions/AntiAspi/readme.txt @ 6769

Last change on this file since 6769 was 3629, checked in by ddtddt, 15 years ago

Add ES to antiaspi extension (readme.txt)

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