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
'2a01:4f8:190:4244::2', // mj12bot
'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 (
'Ä',
'Ö',
@ -15,7 +16,8 @@ function umlaute($str) {
'ä',
'ö',
'ü',
'ß'
'ß',
'&'
), $str );
}
function chk($str) {