diff --git a/ips/crawler.php b/ips/crawler.php index c5c10a1..e6401ba 100644 --- a/ips/crawler.php +++ b/ips/crawler.php @@ -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 ); ?> \ No newline at end of file diff --git a/string.php b/string.php index 4b5c8c3..2a4ef70 100644 --- a/string.php +++ b/string.php @@ -7,7 +7,8 @@ function umlaute($str) { 'ä', 'ö', 'ü', - 'ß' + 'ß', + '&' ), array ( 'Ä', 'Ö', @@ -15,7 +16,8 @@ function umlaute($str) { 'ä', 'ö', 'ü', - 'ß' + 'ß', + '&' ), $str ); } function chk($str) {