From 5f3879e48c21ef80cf708e8ddd697cdc32ded002 Mon Sep 17 00:00:00 2001 From: troy Date: Sun, 8 Aug 2021 15:43:04 +0200 Subject: [PATCH 1/3] . --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6c704e5..4f0010b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /secret.php /config.php /test.php +/_secret.php From 2030fbce5791c32b473f337be2cfa8ce8f89d9ba Mon Sep 17 00:00:00 2001 From: troy-grunt Date: Sat, 14 Aug 2021 00:07:54 +0200 Subject: [PATCH 2/3] Mj12 --- ips/crawler.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ips/crawler.php b/ips/crawler.php index a290470..f6159be 100644 --- a/ips/crawler.php +++ b/ips/crawler.php @@ -11,6 +11,7 @@ $_ips_crawler = array ( '207.46.13.124', // bing bot '54.36.148.', // ahrefbot '216.244.66.196', // opensiteexplorer - '65.21.180.26' // seekport + '65.21.180.26', // seekport + '2a01:4f8:190:4244::2' //mj12bot ); ?> \ No newline at end of file From 1184d1415a030124eda46149cb68f6a1d6bd79a3 Mon Sep 17 00:00:00 2001 From: troy-grunt Date: Sat, 14 Aug 2021 00:10:37 +0200 Subject: [PATCH 3/3] Bing bot --- ips/crawler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ips/crawler.php b/ips/crawler.php index f6159be..564f805 100644 --- a/ips/crawler.php +++ b/ips/crawler.php @@ -1,6 +1,6 @@