V3.2017.10.936 [ci skip]

This commit is contained in:
Travis 2017-10-03 16:13:01 +02:00
parent 081e05edf1
commit 8ac07bb561
51 changed files with 84 additions and 93 deletions

View file

@ -26,4 +26,4 @@
# Only add actual IP addresses and ranges here # Only add actual IP addresses and ranges here
111.111.111.111 0; 111.111.111.111 0;
35.188.141.55 0; 35.188.95.235 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2017.10.934 ### Version: V3.2017.10.936
### Updated: Tue Oct 3 15:46:49 SAST 2017 ### Updated: Tue Oct 3 16:12:19 SAST 2017
### Bad Referrer Count: 5840 ### Bad Referrer Count: 5840
### Bad Bot Count: 515 ### Bad Bot Count: 515
################################################### ###################################################

View file

@ -26,4 +26,4 @@
# Only add actual IP addresses and ranges here # Only add actual IP addresses and ranges here
111.111.111.111 0; 111.111.111.111 0;
35.188.141.55 0; 35.188.95.235 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2017.10.934 ### Version: V3.2017.10.936
### Updated: Tue Oct 3 15:46:49 SAST 2017 ### Updated: Tue Oct 3 16:12:19 SAST 2017
### Bad Referrer Count: 5840 ### Bad Referrer Count: 5840
### Bad Bot Count: 515 ### Bad Bot Count: 515
################################################### ###################################################

View file

@ -26,4 +26,4 @@
# Only add actual IP addresses and ranges here # Only add actual IP addresses and ranges here
111.111.111.111 0; 111.111.111.111 0;
35.188.141.55 0; 35.188.95.235 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2017.10.934 ### Version: V3.2017.10.936
### Updated: Tue Oct 3 15:46:49 SAST 2017 ### Updated: Tue Oct 3 16:12:19 SAST 2017
### Bad Referrer Count: 5840 ### Bad Referrer Count: 5840
### Bad Bot Count: 515 ### Bad Bot Count: 515
################################################### ###################################################

View file

@ -26,4 +26,4 @@
# Only add actual IP addresses and ranges here # Only add actual IP addresses and ranges here
111.111.111.111 0; 111.111.111.111 0;
35.188.66.27 0; 35.188.95.235 0;

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2017.10.924 ### Version: V3.2017.10.936
### Updated: Tue Oct 3 14:31:42 SAST 2017 ### Updated: Tue Oct 3 16:12:19 SAST 2017
### Bad Referrer Count: 5840 ### Bad Referrer Count: 5840
### Bad Bot Count: 515 ### Bad Bot Count: 515
################################################### ###################################################
@ -118,7 +118,7 @@ map $http_user_agent $bad_bot {
# START CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ### # START CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
# *********************************************************************************** # ***********************************************************************************
include /etc/nginx/mybots.d/blacklist-user-agents.conf; include /etc/nginx/bots.d/blacklist-user-agents.conf;
# ********************************************************************************* # *********************************************************************************
# END CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ### # END CUSTOM BLACKLISTED USER AGENTS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
@ -779,7 +779,7 @@ map $http_referer $bad_words {
# START WHITELISTED DOMAINS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ### # START WHITELISTED DOMAINS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
# ************************************************************************ # ************************************************************************
include /etc/nginx/mybots.d/whitelist-domains.conf; include /etc/nginx/bots.d/whitelist-domains.conf;
# ********************************************************************** # **********************************************************************
# END WHITELISTED DOMAINS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ### # END WHITELISTED DOMAINS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
@ -790,7 +790,7 @@ map $http_referer $bad_words {
# START CUSTOM BAD REFERRER WORDS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ### # START CUSTOM BAD REFERRER WORDS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
# ****************************************************************************** # ******************************************************************************
include /etc/nginx/mybots.d/bad-referrer-words.conf; include /etc/nginx/bots.d/bad-referrer-words.conf;
# **************************************************************************** # ****************************************************************************
# END CUSTOM BAD REFERRER WORDS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ### # END CUSTOM BAD REFERRER WORDS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
@ -836,7 +836,7 @@ map $http_referer $bad_words {
# kill all your SEO in a week. # kill all your SEO in a week.
# To add your own custom bad referrers use the custom include file # To add your own custom bad referrers use the custom include file
# /etc/nginx/mybots.d/custom-bad-referrers.conf # /etc/nginx/bots.d/custom-bad-referrers.conf
# Or send a Pull Request to add it to the global blacklist for other users. # Or send a Pull Request to add it to the global blacklist for other users.
# In the bad referrers section I also include sites that hotlink images without permission. # In the bad referrers section I also include sites that hotlink images without permission.
@ -865,7 +865,7 @@ map $http_referer $bad_referer {
# START WHITELISTED DOMAINS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ### # START WHITELISTED DOMAINS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
# ************************************************************************ # ************************************************************************
include /etc/nginx/mybots.d/whitelist-domains.conf; include /etc/nginx/bots.d/whitelist-domains.conf;
# ********************************************************************** # **********************************************************************
# END WHITELISTED DOMAINS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ### # END WHITELISTED DOMAINS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
@ -882,7 +882,7 @@ map $http_referer $bad_referer {
# START CUSTOM BAD REFERRERS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ### # START CUSTOM BAD REFERRERS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
# ************************************************************************* # *************************************************************************
include /etc/nginx/mybots.d/custom-bad-referrers.conf; include /etc/nginx/bots.d/custom-bad-referrers.conf;
# *********************************************************************** # ***********************************************************************
# END CUSTOM BAD REFERRERS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ### # END CUSTOM BAD REFERRERS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
@ -6764,7 +6764,7 @@ geo $validate_client {
# START WHITELISTED IP RANGES ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ### # START WHITELISTED IP RANGES ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
# ************************************************************************** # **************************************************************************
include /etc/nginx/mybots.d/whitelist-ips.conf; include /etc/nginx/bots.d/whitelist-ips.conf;
# ************************************************************************ # ************************************************************************
# END WHITELISTED IP RANGES ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ### # END WHITELISTED IP RANGES ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
@ -6940,7 +6940,7 @@ geo $validate_client {
# START BLACKLISTED IPS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ### # START BLACKLISTED IPS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
# ******************************************************************** # ********************************************************************
include /etc/nginx/mybots.d/blacklist-ips.conf; include /etc/nginx/bots.d/blacklist-ips.conf;
# ****************************************************************** # ******************************************************************
# END BLACKLISTED IPS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ### # END BLACKLISTED IPS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
@ -6961,7 +6961,7 @@ geo $ratelimited {
# START WHITELISTED IP RANGES2 ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ### # START WHITELISTED IP RANGES2 ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
# *************************************************************************** # ***************************************************************************
include /etc/nginx/mybots.d/whitelist-ips.conf; include /etc/nginx/bots.d/whitelist-ips.conf;
# ************************************************************************* # *************************************************************************
# END WHITELISTED IP RANGES2 ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ### # END WHITELISTED IP RANGES2 ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###

View file

@ -0,0 +1,15 @@
server {
# Bad Bot Blocker
include /etc/nginx/bots.d/ddos.conf;
include /etc/nginx/bots.d/blockbots.conf;
listen *:9000;
root /var/www/html;
server_name localhost;
charset UTF-8;
location / {
root /var/www/html/;
}
}

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:46:55 SAST 2017 Last Tested: Tue Oct 3 16:12:25 SAST 2017
% Total % Received % Xferd Average Speed Time Time Time Current % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed Dload Upload Total Spent Left Speed

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:46:55 SAST 2017 Last Tested: Tue Oct 3 16:12:25 SAST 2017
% Total % Received % Xferd Average Speed Time Time Time Current % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed Dload Upload Total Spent Left Speed

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:46:55 SAST 2017 Last Tested: Tue Oct 3 16:12:25 SAST 2017
% Total % Received % Xferd Average Speed Time Time Time Current % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed Dload Upload Total Spent Left Speed

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:46:55 SAST 2017 Last Tested: Tue Oct 3 16:12:25 SAST 2017
% Total % Received % Xferd Average Speed Time Time Time Current % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed Dload Upload Total Spent Left Speed

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:46:55 SAST 2017 Last Tested: Tue Oct 3 16:12:25 SAST 2017
<?php <?php

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:46:55 SAST 2017 Last Tested: Tue Oct 3 16:12:25 SAST 2017
<?php <?php

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:46:55 SAST 2017 Last Tested: Tue Oct 3 16:12:25 SAST 2017
<?php <?php

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:46:55 SAST 2017 Last Tested: Tue Oct 3 16:12:25 SAST 2017
<?php <?php

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:47:00 SAST 2017 Last Tested: Tue Oct 3 16:12:30 SAST 2017
% Total % Received % Xferd Average Speed Time Time Time Current % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed Dload Upload Total Spent Left Speed

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:47:00 SAST 2017 Last Tested: Tue Oct 3 16:12:30 SAST 2017
% Total % Received % Xferd Average Speed Time Time Time Current % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed Dload Upload Total Spent Left Speed

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:47:00 SAST 2017 Last Tested: Tue Oct 3 16:12:30 SAST 2017
% Total % Received % Xferd Average Speed Time Time Time Current % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed Dload Upload Total Spent Left Speed

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:47:00 SAST 2017 Last Tested: Tue Oct 3 16:12:30 SAST 2017
% Total % Received % Xferd Average Speed Time Time Time Current % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed Dload Upload Total Spent Left Speed

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:47:00 SAST 2017 Last Tested: Tue Oct 3 16:12:30 SAST 2017
<?php <?php

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:47:00 SAST 2017 Last Tested: Tue Oct 3 16:12:30 SAST 2017
<?php <?php

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:47:00 SAST 2017 Last Tested: Tue Oct 3 16:12:30 SAST 2017
<?php <?php

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:47:00 SAST 2017 Last Tested: Tue Oct 3 16:12:30 SAST 2017
<?php <?php

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:47:04 SAST 2017 Last Tested: Tue Oct 3 16:12:34 SAST 2017
% Total % Received % Xferd Average Speed Time Time Time Current % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed Dload Upload Total Spent Left Speed

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:47:04 SAST 2017 Last Tested: Tue Oct 3 16:12:34 SAST 2017
% Total % Received % Xferd Average Speed Time Time Time Current % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed Dload Upload Total Spent Left Speed

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:47:04 SAST 2017 Last Tested: Tue Oct 3 16:12:34 SAST 2017
% Total % Received % Xferd Average Speed Time Time Time Current % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed Dload Upload Total Spent Left Speed

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:47:04 SAST 2017 Last Tested: Tue Oct 3 16:12:34 SAST 2017
% Total % Received % Xferd Average Speed Time Time Time Current % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed Dload Upload Total Spent Left Speed

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:47:04 SAST 2017 Last Tested: Tue Oct 3 16:12:34 SAST 2017
<?php <?php

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:47:04 SAST 2017 Last Tested: Tue Oct 3 16:12:34 SAST 2017
<?php <?php

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:47:04 SAST 2017 Last Tested: Tue Oct 3 16:12:34 SAST 2017
<?php <?php

View file

@ -1,4 +1,4 @@
Last Tested: Tue Oct 3 15:47:04 SAST 2017 Last Tested: Tue Oct 3 16:12:34 SAST 2017
<?php <?php

View file

@ -1,6 +1,5 @@
Last Tested: Tue Oct 3 14:31:56 SAST 2017 Last Tested: Tue Oct 3 16:13:00 SAST 2017
% Total % Received % Xferd Average Speed Time Time Time Current % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to localhost port 9000: Connection refused
curl: (52) Empty reply from server

View file

@ -1,6 +1,5 @@
Last Tested: Tue Oct 3 14:31:56 SAST 2017 Last Tested: Tue Oct 3 16:13:00 SAST 2017
% Total % Received % Xferd Average Speed Time Time Time Current % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to localhost port 9000: Connection refused
curl: (52) Empty reply from server

View file

@ -1,6 +1,5 @@
Last Tested: Tue Oct 3 14:31:56 SAST 2017 Last Tested: Tue Oct 3 16:13:00 SAST 2017
% Total % Received % Xferd Average Speed Time Time Time Current % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to localhost port 9000: Connection refused
curl: (52) Empty reply from server

View file

@ -1,6 +1,5 @@
Last Tested: Tue Oct 3 14:31:56 SAST 2017 Last Tested: Tue Oct 3 16:13:00 SAST 2017
% Total % Received % Xferd Average Speed Time Time Time Current % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to localhost port 9000: Connection refused
curl: (52) Empty reply from server

View file

@ -1,7 +1,2 @@
Last Tested: Tue Oct 3 14:31:56 SAST 2017 Last Tested: Tue Oct 3 16:13:00 SAST 2017
<?php
echo "Welcome to Nginx\n";
echo "This is the Travis Testing Environment for the Nginx Ultimate Bad Bot Blocker\n";
echo "Visit https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker\n";

View file

@ -1,7 +1,2 @@
Last Tested: Tue Oct 3 14:31:56 SAST 2017 Last Tested: Tue Oct 3 16:13:00 SAST 2017
<?php
echo "Welcome to Nginx\n";
echo "This is the Travis Testing Environment for the Nginx Ultimate Bad Bot Blocker\n";
echo "Visit https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker\n";

View file

@ -1,7 +1,2 @@
Last Tested: Tue Oct 3 14:31:56 SAST 2017 Last Tested: Tue Oct 3 16:13:00 SAST 2017
<?php
echo "Welcome to Nginx\n";
echo "This is the Travis Testing Environment for the Nginx Ultimate Bad Bot Blocker\n";
echo "Visit https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker\n";

View file

@ -1,7 +1,2 @@
Last Tested: Tue Oct 3 14:31:56 SAST 2017 Last Tested: Tue Oct 3 16:13:00 SAST 2017
<?php
echo "Welcome to Nginx\n";
echo "This is the Travis Testing Environment for the Nginx Ultimate Bad Bot Blocker\n";
echo "Visit https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker\n";

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2017.10.934 ### Version: V3.2017.10.936
### Updated: Tue Oct 3 15:46:49 SAST 2017 ### Updated: Tue Oct 3 16:12:19 SAST 2017
### Bad Referrer Count: 5840 ### Bad Referrer Count: 5840
### Bad Bot Count: 515 ### Bad Bot Count: 515
################################################### ###################################################

Binary file not shown.

Binary file not shown.

View file

@ -4,7 +4,7 @@
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation: ### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
_______________ _______________
#### Version: V3.2017.10.934 #### Version: V3.2017.10.936
#### Bad Referrer Count: 5840 #### Bad Referrer Count: 5840
#### Bad Bot Count: 515 #### Bad Bot Count: 515
____________________ ____________________

View file

@ -4,7 +4,7 @@
### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation: ### PLEASE READ CONFIGURATION INSTRUCTIONS BELOW THOROUGHLY :exclamation:
_______________ _______________
#### Version: V3.2017.10.934 #### Version: V3.2017.10.936
#### Bad Referrer Count: 5840 #### Bad Referrer Count: 5840
#### Bad Bot Count: 515 #### Bad Bot Count: 515
____________________ ____________________

View file

@ -4,7 +4,7 @@
##### The Ultimate Nginx Bad Bot, User-Agent, Spam Referrer Blocker, Adware, Malware and Ransomware Blocker, Clickjacking Blocker, Click Re-Directing Blocker, SEO Companies and Bad IP Blocker with Anti DDOS System, Nginx Rate Limiting and Wordpress Theme Detector Blocking. Stop and Block all kinds of bad internet traffic from ever reaching your web sites. ##### The Ultimate Nginx Bad Bot, User-Agent, Spam Referrer Blocker, Adware, Malware and Ransomware Blocker, Clickjacking Blocker, Click Re-Directing Blocker, SEO Companies and Bad IP Blocker with Anti DDOS System, Nginx Rate Limiting and Wordpress Theme Detector Blocking. Stop and Block all kinds of bad internet traffic from ever reaching your web sites.
_______________ _______________
#### Version: V3.2017.10.934 #### Version: V3.2017.10.936
#### Bad Referrer Count: 5840 #### Bad Referrer Count: 5840
#### Bad Bot Count: 515 #### Bad Bot Count: 515
____________________ ____________________

View file

@ -3,7 +3,7 @@
# EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM # EASY CONFIGURATION INSTRUCTIONS FOR STOPPING GOOGLE ANALYTICS "GHOST" SPAM
_______________ _______________
#### Version: V3.2017.10.934 #### Version: V3.2017.10.936
#### Bad Referrer Count: 5840 #### Bad Referrer Count: 5840
#### Bad Bot Count: 515 #### Bad Bot Count: 515
____________________ ____________________

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2017.10.934 ### Version: V3.2017.10.936
### Updated: Tue Oct 3 15:46:49 SAST 2017 ### Updated: Tue Oct 3 16:12:19 SAST 2017
### Bad Referrer Count: 5840 ### Bad Referrer Count: 5840
### Bad Bot Count: 515 ### Bad Bot Count: 515
################################################### ###################################################

View file

@ -4,8 +4,8 @@
### VERSION INFORMATION # ### VERSION INFORMATION #
################################################### ###################################################
### Version: V3.2017.10.934 ### Version: V3.2017.10.936
### Updated: Tue Oct 3 15:46:49 SAST 2017 ### Updated: Tue Oct 3 16:12:19 SAST 2017
### Bad Referrer Count: 5840 ### Bad Referrer Count: 5840
### Bad Bot Count: 515 ### Bad Bot Count: 515
################################################### ###################################################

View file

@ -1,7 +1,7 @@
### Version Information # ### Version Information #
################################################### ###################################################
### Version: V3.2017.10.934 ### Version: V3.2017.10.936
### Updated: Tue Oct 3 15:46:50 SAST 2017 ### Updated: Tue Oct 3 16:12:20 SAST 2017
### Bad Bot Count: 515 ### Bad Bot Count: 515
################################################### ###################################################
### Version Information ## ### Version Information ##