This commit is contained in:
Sebastian Titz 2021-11-24 13:02:08 +01:00
commit f1b4aaf23a
2 changed files with 8 additions and 3 deletions

View File

@ -16,6 +16,9 @@ $_ips_crawler = array (
'81.209.177.145', // website-datenbank.de '81.209.177.145', // website-datenbank.de
'2a01:4f8:190:4244::2', // mj12bot '2a01:4f8:190:4244::2', // mj12bot
'192.99.5.225', // ... '192.99.5.225', // ...
'157.55.39.' // microsoft??? '157.55.39.', // microsoft???
'2a01:4f8:162:43c5::2', // mj12bot
'85.25.177.', // abuse
'85.25.210.' // hosteurope abuse
); );
?> ?>

View File

@ -7,7 +7,8 @@ function umlaute($str) {
'ä', 'ä',
'ö', 'ö',
'ü', 'ü',
'ß' 'ß',
'&'
), array ( ), array (
'Ä', 'Ä',
'Ö', 'Ö',
@ -15,7 +16,8 @@ function umlaute($str) {
'ä', 'ä',
'ö', 'ö',
'ü', 'ü',
'ß' 'ß',
'&'
), $str ); ), $str );
} }
function chk($str) { function chk($str) {