Changeset 3624 for extensions/AntiAspi


Ignore:
Timestamp:
Jul 18, 2009, 8:17:26 PM (15 years ago)
Author:
patdenice
Message:

Update readme.txt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AntiAspi/readme.txt

    r3469 r3624  
     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
    114****
    215FR
    316Configuration par défaut (à copier/coller, puis modifier dans le config_local.inc.php si necessaire):
    417
    5 $antiaspi = array(
     18$conf['antiaspi'] = array(
    619  'diff' => '20 pages in 00:00:10' , // IP bannie si 20 pages différentes vues en 10 secondes
    720  'same' => '15 pages in 00:00:30' , // IP bannie si 15 pages identiques vues en 30 secondes
     
    1629Configurazione di default (copia/incolla, e modificare nel file config_local.inc.php se necessario):
    1730
    18 $antiaspi = array(
     31$conf['antiaspi'] = array(
    1932  'diff' => '20 pages in 00:00:10' , // IP bandita se 20 pagine differenti viste in 10 secondi
    2033  'same' => '15 pages in 00:00:30' , // IP bandita se 15 pagine identiche viste in 30 secondi
Note: See TracChangeset for help on using the changeset viewer.