From 233c9f5aedb6b725d1723f603a4ab6cc09f3b66d Mon Sep 17 00:00:00 2001 From: Sebastian Titz Date: Wed, 3 Nov 2021 07:22:04 +0100 Subject: [PATCH 1/4] & in umlaute --- string.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) { From 0c41265fb626a1b94813eb9d4c502d0e4adc79e2 Mon Sep 17 00:00:00 2001 From: Sebastian Titz Date: Fri, 5 Nov 2021 07:44:33 +0100 Subject: [PATCH 2/4] bot ips --- ips/crawler.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ips/crawler.php b/ips/crawler.php index c5c10a1..b727cce 100644 --- a/ips/crawler.php +++ b/ips/crawler.php @@ -16,6 +16,7 @@ $_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 ); ?> \ No newline at end of file From 3e083b4eb97555bf4d6e0ed878f43f6e1a0800cc Mon Sep 17 00:00:00 2001 From: Sebastian Titz Date: Tue, 16 Nov 2021 10:14:06 +0100 Subject: [PATCH 3/4] ips --- ips/crawler.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ips/crawler.php b/ips/crawler.php index b727cce..3976b7f 100644 --- a/ips/crawler.php +++ b/ips/crawler.php @@ -17,6 +17,7 @@ $_ips_crawler = array ( '2a01:4f8:190:4244::2', // mj12bot '192.99.5.225', // ... '157.55.39.', // microsoft??? - '2a01:4f8:162:43c5::2' // mj12bot + '2a01:4f8:162:43c5::2', // mj12bot + '85.25.177.' // abuse ); ?> \ No newline at end of file From c631b51ba2fc7a7e2ab9465685074a55972399d7 Mon Sep 17 00:00:00 2001 From: troy Date: Sun, 21 Nov 2021 09:17:33 +0100 Subject: [PATCH 4/4] hosteurope ips --- ips/crawler.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ips/crawler.php b/ips/crawler.php index 3976b7f..e6401ba 100644 --- a/ips/crawler.php +++ b/ips/crawler.php @@ -18,6 +18,7 @@ $_ips_crawler = array ( '192.99.5.225', // ... '157.55.39.', // microsoft??? '2a01:4f8:162:43c5::2', // mj12bot - '85.25.177.' // abuse + '85.25.177.', // abuse + '85.25.210.' // hosteurope abuse ); ?> \ No newline at end of file