**** EN Default configuration (copy/past into config_local.inc.php, and modify): $conf['antiaspi'] = array( 'diff' => '20 pages in 00:00:10' , // IP banned if 20 different pages viewed in 10 seconds 'same' => '15 pages in 00:00:30' , // IP banned if same 15 pages viewed in 30 seconds 'banned during' => '23:59:59' , // IP banned during hh:mm:ss 'only guest' => true , // If true, don't ban registered users 'only picture' => false , // If true, apply antiaspi only on picture page 'allowed ip' => array() // Autorized IP (robots for example) ); **** FR Configuration par défaut (à copier/coller, puis modifier dans le config_local.inc.php si necessaire): $conf['antiaspi'] = array( 'diff' => '20 pages in 00:00:10' , // IP bannie si 20 pages différentes vues en 10 secondes 'same' => '15 pages in 00:00:30' , // IP bannie si 15 pages identiques vues en 30 secondes 'banned during' => '23:59:59' , // IP bannie pendant hh:mm:ss 'only guest' => true , // si true, ne banni pas les utilisateurs enregistrés 'only picture' => false , // si true, ne compatibilise que les pages d'images 'allowed ip' => array() // tableau d'adresse ip autorisées (robots par exemple) ); **** IT Configurazione di default (copia/incolla, e modificare nel file config_local.inc.php se necessario): $conf['antiaspi'] = array( 'diff' => '20 pages in 00:00:10' , // IP bandita se 20 pagine differenti viste in 10 secondi 'same' => '15 pages in 00:00:30' , // IP bandita se 15 pagine identiche viste in 30 secondi 'banned during' => '23:59:59' , // IP bandita per hh:mm:ss 'only guest' => true , // se "true", non bandisce gli utenti registrati 'only picture' => false , // se "true", contabilizza unicamente le pagini d'immagini 'allowed ip' => array() // tabella d'indirizzi IP autorizzati (robots per esempio) ); **** ES Configuración por defecto (Al copiar / pegar, luego modificar en él config_local.inc.php tan necesario): $conf['antiaspi'] = array( 'diff' => '20 pages in 00:00:10' , // IP desterrada si 20 páginas diferentes vistas en 10 segundos 'same' => '15 pages in 00:00:30' , // IP desterrada si 15 páginas idénticas vistas en 30 segundos 'banned during' => '23:59:59' , // IP desterrada durante hh:mm:ss 'only guest' => true , // Si true, no desterrado los usuarios registrados 'only picture' => false , // Si true, contabilizar sólo las páginas de imágenes 'allowed ip' => array() // Tablero de dirección ip autorizadas (robots por ejemplo) ); **** DE Standardeinstellung (Kopieren/einfügen und anschliessend, falls notwendig in config_local.inc.php anpassen): $conf['antiaspi'] = array( 'diff' => '20 Seiten in 00:00:10' , // IP blockiert wenn 20 verschiedene Seiten innerhalb 10 Sekunden angeschaut werden 'same' => '15 Seiten in 00:00:30' , // IP blockiert wenn 30 verschiedene Seiten innerhalb 30 Sekunden angeschaut werden 'banned during' => '23:59:59' , // IP hh:mm:ss blockiert 'only guest' => true , // Wenn true werden registrierte Benutzer nicht blockiert 'only picture' => false , // Wenn true werden nur die Seiten mit Bilder gezählt 'allowed ip' => array() // Tabelle der erlaubten IP-Adressen (Z. Bsp. Roboter) ); **** LV Konfigurācija pēc noklusējuma (iekopējiet config_local.inc.php, un modificējiet): $conf['antiaspi'] = array( 'diff' => '20 pages in 00:00:10' , // IP aizliegta, ja 20 dažādas lapas skatītas 10 sekunžu laikā 'same' => '15 pages in 00:00:30' , // IP aizligta, ja tās pašas 15 lapas skatītas 30 sekunžu laikā 'banned during' => '23:59:59' , // IP aizligta hh:mm:ss laikā 'only guest' => true , // Ja patiess, neaizliedz reģistrētos lietotājus 'only picture' => false , // Ja patiess, antiaspi piemēro tikai attēla lapai 'allowed ip' => array() // Autorizētas IP (piemēram roboti) ); **** NO Standard kongfigurasjon (kopier/lim inn i config_local.inc.php, og modifiser): $conf['antiaspi'] = array( 'diff' => '20 pages in 00:00:10' , // IP nektet om 20 forskjellige sider er sett på i 10 sekunder 'same' => '15 pages in 00:00:30' , // IP nektet om samme 15 sider er sett i 30 sekunder 'banned during' => '23:59:59' , // IP nektet siden hh:mm:ss 'only guest' => true , // Om sant, ikke nekt registrerte brukere 'only picture' => false , // om sant, legg til antiaspi kun på bilde sider 'allowed ip' => array() // Autorisert IP (roboter for eksempel) );