From 3f2c5c1e73c8771b035b4a922bc92284f4f83c4a Mon Sep 17 00:00:00 2001 From: titz lapi Date: Tue, 16 Aug 2022 21:35:12 +0200 Subject: [PATCH] ip ban --- ips/crawler.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ips/crawler.php b/ips/crawler.php index b9f577f..7ba9234 100644 --- a/ips/crawler.php +++ b/ips/crawler.php @@ -23,7 +23,8 @@ $_ips_crawler = array ( '85.25.210.', // hosteurope abuse '34.79.234.76', // google '148.251.120.201', // mj12bot - '205.185.115.87' //sex spam + '205.185.115.87', //sex spam + '176.125.230.38' //sql inj ); function checkHuman() { global $_ips_crawler;