WPBruiser {no- Captcha anti-Spam} - Version 2.1.0

Version Description

Fixed compatibility with the following plugins: WP-Rocket, Autoptimize, Google Apps Login, Login With Ajax, Theme My Login

Download this release

Release Info

Developer mihche
Plugin Icon 128x128 WPBruiser {no- Captcha anti-Spam}
Version 2.1.0
Comparing to
See all releases

Code changes from version 2.0 to 2.1.0

Files changed (84) hide show
  1. assets/admin/images/favicon.png +0 -0
  2. assets/admin/images/wpbr-logo.png +0 -0
  3. assets/admin/scripts/gdbc-admin.js +167 -3
  4. assets/admin/styles/gdbc-admin.css +104 -74
  5. engine/GdbcAjaxController.php +23 -3
  6. engine/GdbcBruteGuardian.php +1 -1
  7. engine/GdbcModulesController.php +401 -309
  8. engine/GdbcNotificationsController.php +3 -3
  9. engine/GdbcRequestController.php +9 -5
  10. engine/GdbcUpdatesController.php +65 -55
  11. engine/GoodByeCaptchaAdmin.php +35 -16
  12. engine/GoodByeCaptchaPublic.php +27 -6
  13. engine/GoodByeCaptchaUtils.php +51 -11
  14. engine/admin/pages/GdbcBaseAdminPage.php +42 -3
  15. engine/admin/pages/GdbcContactFormsAdminPage.php +1 -1
  16. engine/admin/pages/GdbcLicensesAdminPage.php +39 -0
  17. engine/admin/pages/GdbcMembershipAdminPage.php +4 -1
  18. engine/admin/pages/GdbcNotificationsAdminPage.php +1 -1
  19. engine/admin/pages/GdbcOthersAdminPage.php +3 -3
  20. engine/admin/pages/GdbcReportsAdminPage.php +3 -3
  21. engine/admin/pages/GdbcSecurityAdminPage.php +1 -1
  22. engine/admin/pages/GdbcSettingsAdminPage.php +1 -1
  23. engine/admin/pages/GdbcWelcomeAdminPage.php +60 -0
  24. engine/admin/pages/GdbcWordpressAdminPage.php +1 -1
  25. engine/admin/pages/templates/welcome-page.html +18 -0
  26. engine/modules/GdbcBaseAdminModule.php +1 -0
  27. engine/modules/email-notifications/GdbcEmailNotificationsAdminModule.php +1 -1
  28. engine/modules/email-notifications/GdbcEmailNotificationsPublicModule.php +1 -1
  29. engine/modules/email-notifications/templates/notification-base-layout.html +2 -2
  30. engine/modules/email-notifications/templates/notification-brute-force-attack.php +1 -1
  31. engine/modules/email-notifications/templates/notification-test-mode.php +1 -1
  32. engine/modules/reports/partials/reports-stats.php +1 -1
  33. engine/modules/settings/GdbcSettingsAdminModule.php +5 -4
  34. engine/modules/wordpress-tweaks/GdbcWordPressTweaksPublicModule.php +5 -4
  35. engine/modules/wordpress/GdbcWordPressPublicModule.php +50 -19
  36. goodbye-captcha.php +41 -42
  37. includes/MchGdbcLibAutoloader.php +1 -0
  38. includes/modules/MchGdbcBaseModule.php +15 -1
  39. includes/plugin/MchGdbcBasePublicPlugin.php +2 -1
  40. includes/plugin/MchGdbcPluginUpdater.php +31 -33
  41. includes/utils/MchGdbcUtils.php +5 -0
  42. includes/utils/MchGdbcWpUtils.php +1 -1
  43. includes/vendor/MaxMind/GeoIP.dat +0 -0
  44. includes/vendor/MaxMind/GeoIPv6.dat +0 -0
  45. includes/vendor/MchCache/Storage/MchGdbcCacheFileStorage.php +1 -1
  46. includes/vendor/MchCache/Storage/MchGdbcWordPressTransientsStorage.php +1 -0
  47. includes/vendor/MchHttp/MchGdbcTrustedIPRanges.php +1 -1
  48. includes/vendor/MchHttp/MchGdbcUnTrustedIPRanges.php +586 -621
  49. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-0.php +1 -1
  50. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-1.php +1 -1
  51. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-10.php +1 -1
  52. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-11.php +1 -1
  53. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-12.php +1 -1
  54. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-13.php +1 -1
  55. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-14.php +1 -1
  56. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-15.php +1 -1
  57. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-16.php +1 -1
  58. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-17.php +1 -1
  59. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-18.php +1 -1
  60. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-19.php +1 -1
  61. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-2.php +1 -1
  62. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-20.php +1 -1
  63. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-21.php +1 -1
  64. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-22.php +1 -1
  65. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-23.php +1 -1
  66. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-24.php +1 -1
  67. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-25.php +1 -1
  68. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-26.php +1 -1
  69. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-27.php +1 -1
  70. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-28.php +1 -1
  71. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-29.php +1 -1
  72. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-3.php +1 -1
  73. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-30.php +1 -0
  74. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-31.php +1 -0
  75. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-32.php +1 -0
  76. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-33.php +1 -0
  77. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-34.php +1 -0
  78. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-35.php +1 -0
  79. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-36.php +1 -0
  80. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-37.php +1 -0
  81. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-38.php +1 -0
  82. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-39.php +1 -0
  83. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-4.php +1 -1
  84. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-40.php +1 -0
assets/admin/images/favicon.png ADDED
Binary file
assets/admin/images/wpbr-logo.png ADDED
Binary file
assets/admin/scripts/gdbc-admin.js CHANGED
@@ -1,3 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  jQuery( document ).ready(function($) {
2
  var maxLogsDaysElm = $('#gdbcsettings-settings-MaxLogsDays');
3
 
@@ -35,13 +185,27 @@ jQuery( document ).ready(function($) {
35
  }
36
  });
37
 
38
-
39
-
40
- //alert(noticeElm.data('id'));
41
  })
42
 
43
  });
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
 
 
46
 
47
  });
1
+ /*!
2
+ Mailchimp Ajax Submit
3
+ jQuery Plugin
4
+ Author: Siddharth Doshi
5
+
6
+ Use:
7
+ ===
8
+ $('#form_id').ajaxchimp(options);
9
+
10
+ - Form should have one <input> element with attribute 'type=email'
11
+ - Form should have one label element with attribute 'for=email_input_id' (used to display error/success message)
12
+ - All options are optional.
13
+
14
+ Options:
15
+ =======
16
+ options = {
17
+ language: 'en',
18
+ callback: callbackFunction,
19
+ url: 'http://blahblah.us1.list-manage.com/subscribe/post?u=5afsdhfuhdsiufdba6f8802&id=4djhfdsh99f'
20
+ }
21
+
22
+ Notes:
23
+ =====
24
+ To get the mailchimp JSONP url (undocumented), change 'post?' to 'post-json?' and add '&c=?' to the end.
25
+ For e.g. 'http://blahblah.us1.list-manage.com/subscribe/post-json?u=5afsdhfuhdsiufdba6f8802&id=4djhfdsh99f&c=?',
26
+ */
27
+
28
+ (function ($) {
29
+ 'use strict';
30
+
31
+ $.ajaxChimp = {
32
+ responses: {
33
+ 'Thanks! We have sent you a confirmation email' : 0,
34
+ 'Please enter a valid email address' : 1,
35
+ 'An email address must contain a single @' : 2,
36
+ 'The domain portion of the email address is invalid' : 3,
37
+ 'The username portion of the email address is invalid' : 4,
38
+ 'This email address looks fake or invalid' : 5
39
+ },
40
+ translations: {
41
+ 'en': null
42
+ },
43
+ init: function (selector, options) {
44
+ $(selector).ajaxChimp(options);
45
+ }
46
+ };
47
+
48
+ $.fn.ajaxChimp = function (options) {
49
+ $(this).each(function(i, elem) {
50
+ var form = $(elem);
51
+ var email = form.find('input[type=email]');
52
+ var label = form.find('label[for=' + email.attr('id') + ']');
53
+
54
+ var settings = $.extend({
55
+ 'url': form.attr('action'),
56
+ 'language': 'en'
57
+ }, options);
58
+
59
+ var url = settings.url.replace('/post?', '/post-json?').concat('&c=?');
60
+
61
+ form.attr('novalidate', 'true');
62
+ email.attr('name', 'EMAIL');
63
+
64
+ form.submit(function () {
65
+ var msg;
66
+ function successCallback(resp) {
67
+ if (resp.result === 'success') {
68
+ msg = "Thanks! We've sent a confirmation email";
69
+ label.removeClass('error').addClass('valid');
70
+ email.removeClass('error').addClass('valid');
71
+ }
72
+ else
73
+ {
74
+ email.removeClass('valid').addClass('error');
75
+ label.removeClass('valid').addClass('error');
76
+ var index = -1;
77
+ try {
78
+ var parts = resp.msg.split(' - ', 2);
79
+ if (parts[1] === undefined) {
80
+ msg = resp.msg;
81
+ } else {
82
+ var i = parseInt(parts[0], 10);
83
+ if (i.toString() === parts[0]) {
84
+ index = parts[0];
85
+ msg = parts[1];
86
+ } else {
87
+ index = -1;
88
+ msg = resp.msg;
89
+ }
90
+ }
91
+ }
92
+ catch (e) {
93
+ index = -1;
94
+ msg = resp.msg;
95
+ }
96
+ }
97
+
98
+ // Translate and display message
99
+ if (
100
+ settings.language !== 'en'
101
+ && $.ajaxChimp.responses[msg] !== undefined
102
+ && $.ajaxChimp.translations
103
+ && $.ajaxChimp.translations[settings.language]
104
+ && $.ajaxChimp.translations[settings.language][$.ajaxChimp.responses[msg]]
105
+ ) {
106
+ msg = $.ajaxChimp.translations[settings.language][$.ajaxChimp.responses[msg]];
107
+ }
108
+ label.html(msg);
109
+
110
+ label.show(2000);
111
+ if (settings.callback) {
112
+ settings.callback(resp);
113
+ }
114
+ }
115
+
116
+ var data = {};
117
+ var dataArray = form.serializeArray();
118
+ $.each(dataArray, function (index, item) {
119
+ data[item.name] = item.value;
120
+ });
121
+
122
+ $.ajax({
123
+ url: url,
124
+ data: data,
125
+ success: successCallback,
126
+ dataType: 'jsonp',
127
+ error: function (resp, text) {
128
+ console.log('mailchimp ajax submit error: ' + text);
129
+ }
130
+ });
131
+
132
+ // Translate and display submit message
133
+ var submitMsg = 'Submitting...';
134
+ if(
135
+ settings.language !== 'en'
136
+ && $.ajaxChimp.translations
137
+ && $.ajaxChimp.translations[settings.language]
138
+ && $.ajaxChimp.translations[settings.language]['submit']
139
+ ) {
140
+ submitMsg = $.ajaxChimp.translations[settings.language]['submit'];
141
+ }
142
+ label.html(submitMsg).show(2000);
143
+
144
+ return false;
145
+ });
146
+ });
147
+ return this;
148
+ };
149
+ })(jQuery);
150
+
151
  jQuery( document ).ready(function($) {
152
  var maxLogsDaysElm = $('#gdbcsettings-settings-MaxLogsDays');
153
 
185
  }
186
  });
187
 
 
 
 
188
  })
189
 
190
  });
191
 
192
+ $('#gdbc-subscribe-frm').ajaxChimp({
193
+ url: '//wpbruiser.us12.list-manage.com/subscribe/post?u=5a2f4e669c2e2427b7e6d8ad9&id=5da2802c23',
194
+ callback: function(resp){
195
+ if (resp.result !== 'success')
196
+ return;
197
+ jQuery.ajax({
198
+ type : "post",
199
+ cache: false,
200
+ dataType : "json",
201
+ url : GdbcAdmin.ajaxUrl,
202
+ data : {
203
+ action: 'gdbc-user-subscribed-newsletter' ,
204
+ ajaxRequestNonce: GdbcAdmin.ajaxRequestNonce
205
+ }
206
+ });
207
 
208
+ }
209
+ });
210
 
211
  });
assets/admin/styles/gdbc-admin.css CHANGED
@@ -48,21 +48,21 @@ div.gdbc-settings .clearfix:after
48
  }
49
 
50
  .gdbcwidget .widget-body {
51
- min-height: 100px;
52
- /*padding-bottom: 13px;*/
53
- position: relative;
54
  }
55
 
56
  .gdbcwidget header {
57
  border-radius: 0;
58
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
59
- background: none repeat scroll 0 0 #fafafa;
60
  border: 1px solid #c2c2c2;
61
  color: #333;
62
- height: 34px;
63
  line-height: 40px;
64
  padding: 0;
65
- font-size: 13px;
66
  }
67
 
68
  .gdbcwidget > header {
@@ -72,8 +72,8 @@ div.gdbc-settings .clearfix:after
72
  }
73
 
74
  .gdbcwidget header h2 {
75
- float: left;
76
- display: inline-block;
77
  font-size: 14px;
78
  font-weight: 400;
79
  height: 100%;
@@ -82,7 +82,7 @@ div.gdbc-settings .clearfix:after
82
  margin: 0;
83
  position: relative;
84
  width: auto;
85
- padding: 0 !important;
86
  }
87
 
88
  .gdbcwidget > div {
@@ -100,7 +100,7 @@ div.gdbc-settings .clearfix:after
100
  padding: 13px 13px 0;
101
  position: relative;
102
  width: 100%;
103
- background-color: #fff !important
104
  }
105
 
106
  .no-padding {
@@ -108,9 +108,9 @@ div.gdbc-settings .clearfix:after
108
  }
109
 
110
  .row.no-space {
111
- margin:0;
112
- padding:0;
113
- border:none;
114
  }
115
 
116
  .no-space {
@@ -118,17 +118,17 @@ div.gdbc-settings .clearfix:after
118
  }
119
 
120
  .widget-icon {
121
- display:block;
122
- float: left;
123
- font-size: 111%;
124
- height: 32px;
125
- line-height: 32px;
126
- position: relative;
127
- text-align: center;
128
- width: 30px
129
  }
130
  #dashboard-navigation{
131
- float: left
132
  }
133
 
134
  .gdbcwidget-loader {
@@ -239,7 +239,7 @@ div.gdbc-settings .clearfix:after
239
  padding: 10px;
240
  }
241
 
242
- .progress {
243
  border-radius: 0;
244
  height: 7px;
245
  margin-bottom: 15px;
@@ -247,18 +247,18 @@ div.gdbc-settings .clearfix:after
247
  }
248
 
249
  .easyPieChart{
250
- display: inline-block;
251
- text-align: center;
252
- position: relative;
253
- width: 60px;
254
- height: 60px;
255
- line-height: 60px
256
  }
257
 
258
  .easyPieChart canvas{
259
- position: absolute;
260
- top:0;
261
- left:0
262
  }
263
 
264
  .pie-chart-widgets > div {
@@ -271,12 +271,12 @@ div.gdbc-settings .clearfix:after
271
 
272
  .padding-10
273
  {
274
- padding: 10px !important;
275
  }
276
 
277
  .table img
278
  {
279
- margin-right: 5px
280
  }
281
 
282
  .countriesTable tbody tr, #gdbc-pie-chart table tbody tr{
@@ -284,30 +284,30 @@ div.gdbc-settings .clearfix:after
284
  }
285
 
286
  .bg-color-dark-blue{
287
- background-color: #4c4f53 !important;
288
  }
289
 
290
  .bg-color-blue{
291
- background-color: #57889c !important;
292
  }
293
 
294
  .bg-color-green{
295
- background-color: #71843f !important;
296
  }
297
 
298
  .bg-color-dark-orange{
299
- background-color: #a57225
300
  }
301
 
302
  .view-buttons{
303
- width:100%;
304
  }
305
 
306
  .view-buttons span
307
  {
308
- display: inline-block;
309
- width: 200px;
310
- float:right;
311
  }
312
 
313
  /* Map with location of all the attempts */
@@ -655,7 +655,7 @@ input[type="checkbox"], input[type="radio"] {
655
  /*.goodbye-captcha-new_page_goodbye-captcha-security form table.form-table th,*/
656
  /*.goodbye-captcha-new_page_goodbye-captcha-security form table.form-table td*/
657
  /*{*/
658
- /*padding-bottom: 30px !important;*/
659
  /*}*/
660
 
661
  .gdbc-settings form table.form-table td, .gdbc-settings form table.form-table th
@@ -728,7 +728,7 @@ div.gdbcwidget ul.pagination a:hover
728
  {
729
  display:inline-block;
730
  padding: 10px 0px 8px 22px !important;
731
- background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAyJJREFUOI1tkltMVHcQxr///5y9wYrsYvDAohSoGNDEqtDa1htirKttUAMxqfX2VJNWWy9JH9qGpDGpaRse7FtNNAaMrbZ2o42IUiwUUOMt1W5NINTCuixZ2MpyWXb37DlfH1oMUCeZZCaZ7zfJNyMwI2prKW/2dHqHR5Ibw0Px1RMJatludcWDaxsez5wFAHVqs+fDu+vOtFz9LBSOv54yCKsiYJWIpuwW43liABCTxY4Dd/b5moJfGwZV1yw1WJzvPPlSedb3EzZrf//C4tjGNXAsEhBwYqxCiPg0ysdf+GvSin20FflY7m1uOFjrdwPAe91cu8rPE/PvsDu3k1FPB0fW/8ad08QXrgzm5L18OWQp/JHed9rrAaAuQMdrfp7NaCftrWRWO6ndYEy7wfH1j7hrmgdXf3nydiic0OZp9uDe3aXvNzYATVGcvT2EqgwVoyvd+NzjwEVLAhElCWOBipHmqYRl3uY2teACq/Z21gHAwcesSmsltQ6OH+ph5fOto5xMNTgQX2y3KcjOtP0KAL+PY3MKQL4dTXVF4udJye4Dt4/W+/q2OtMtlPInCkETEFHVJAUAqBbTAIAUoYh/z5OculOxily7VSmxWiQJSlKA5ITM09K64gkTkWHjFQAoSUeLABBI4I1Pe7l8EjDPk3Vo5SpPfsUKrWBTZc4WKQVIJGS+x+EDgft/RLefuk57TQG+K3ehLZxE5oknuFT9iLv2dzMPG16IvXqyLHj+m7K+wvkZvaZJAIAsK81umDvH9vdf/bGiy9/eOlYhRMrrQHWJCy2jBnIaB3H6XBhd9WPoOXMPf27v4ptJh0hK/gf45PCLgX07C4+oisDF5oEP1my7/lWiAU8fLBGVNTnYsWA2rgk7JmIKsscATwywKZD6/155856Oj9puRY7puom5buvDRcXO40uXaY2h2e6RgJmaU+oSszIzhNSHGIr4gwt/uBRsTRkcfgYAgOp3b1bdfTh8NDQYX0wTcDokJBmxSsSEKk0CME2oVERaUqeL5Og0AAAc+XIgPdQb2NrTO/pWXyi+JKkbubrOGXOklFIH8PQfWXdiApL00zIAAAAASUVORK5CYII=') 0 center no-repeat;
732
  }
733
  .gdbc-settings .mch-right-side-holder h2.hndle span
734
  {
@@ -744,16 +744,16 @@ div.gdbcwidget ul.pagination a:hover
744
 
745
  /*#gdbc-help-metabox h3.hndle span*/
746
  /*{*/
747
- /*border-left: 4px solid #428bca;*/
748
  /*}*/
749
 
750
 
751
- #gdbc-help-metabox .logo-help {
752
- width: 70%;
753
- display:block;
754
- margin: 0 auto;
755
- padding:10px;
756
- }
757
 
758
  #gdbc-help-metabox .inside
759
  {
@@ -761,6 +761,14 @@ div.gdbcwidget ul.pagination a:hover
761
  background-color: #f9f9f9 !important;
762
  }
763
 
 
 
 
 
 
 
 
 
764
  #gdbc-help-metabox .contact-help {
765
  display:block;
766
  text-align: center;
@@ -768,6 +776,8 @@ div.gdbcwidget ul.pagination a:hover
768
  padding-top:10px;
769
  }
770
 
 
 
771
 
772
  div.mch-meta-notice
773
  {}
@@ -794,39 +804,59 @@ div.mch-meta-notice-warning
794
  /*}*/
795
 
796
  .report-spinner {
797
- position: absolute;
798
- left: 50%;
799
- top: 50%;
800
- height:40px;
801
- width:40px;
802
- margin:0px auto;
803
- -webkit-animation: rotation .6s infinite linear;
804
- -moz-animation: rotation .6s infinite linear;
805
- -o-animation: rotation .6s infinite linear;
806
- animation: rotation .6s infinite linear;
807
- border-left:6px solid rgba(0,174,239,.15);
808
- border-right:6px solid rgba(0,174,239,.15);
809
- border-bottom:6px solid rgba(0,174,239,.15);
810
- border-top:6px solid rgba(0,174,239,.8);
811
- border-radius:100%;
812
  }
813
 
814
  @-webkit-keyframes rotation {
815
- from {-webkit-transform: rotate(0deg);}
816
- to {-webkit-transform: rotate(359deg);}
817
  }
818
  @-moz-keyframes rotation {
819
- from {-moz-transform: rotate(0deg);}
820
- to {-moz-transform: rotate(359deg);}
821
  }
822
  @-o-keyframes rotation {
823
- from {-o-transform: rotate(0deg);}
824
- to {-o-transform: rotate(359deg);}
825
  }
826
  @keyframes rotation {
827
- from {transform: rotate(0deg);}
828
- to {transform: rotate(359deg);}
829
  }
830
 
831
 
832
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  }
49
 
50
  .gdbcwidget .widget-body {
51
+ min-height: 100px;
52
+ /*padding-bottom: 13px;*/
53
+ position: relative;
54
  }
55
 
56
  .gdbcwidget header {
57
  border-radius: 0;
58
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
59
+ background: none repeat scroll 0 0 #fafafa;
60
  border: 1px solid #c2c2c2;
61
  color: #333;
62
+ height: 34px;
63
  line-height: 40px;
64
  padding: 0;
65
+ font-size: 13px;
66
  }
67
 
68
  .gdbcwidget > header {
72
  }
73
 
74
  .gdbcwidget header h2 {
75
+ float: left;
76
+ display: inline-block;
77
  font-size: 14px;
78
  font-weight: 400;
79
  height: 100%;
82
  margin: 0;
83
  position: relative;
84
  width: auto;
85
+ padding: 0 !important;
86
  }
87
 
88
  .gdbcwidget > div {
100
  padding: 13px 13px 0;
101
  position: relative;
102
  width: 100%;
103
+ background-color: #fff !important
104
  }
105
 
106
  .no-padding {
108
  }
109
 
110
  .row.no-space {
111
+ margin:0;
112
+ padding:0;
113
+ border:none;
114
  }
115
 
116
  .no-space {
118
  }
119
 
120
  .widget-icon {
121
+ display:block;
122
+ float: left;
123
+ font-size: 111%;
124
+ height: 32px;
125
+ line-height: 32px;
126
+ position: relative;
127
+ text-align: center;
128
+ width: 30px
129
  }
130
  #dashboard-navigation{
131
+ float: left
132
  }
133
 
134
  .gdbcwidget-loader {
239
  padding: 10px;
240
  }
241
 
242
+ .progress {
243
  border-radius: 0;
244
  height: 7px;
245
  margin-bottom: 15px;
247
  }
248
 
249
  .easyPieChart{
250
+ display: inline-block;
251
+ text-align: center;
252
+ position: relative;
253
+ width: 60px;
254
+ height: 60px;
255
+ line-height: 60px
256
  }
257
 
258
  .easyPieChart canvas{
259
+ position: absolute;
260
+ top:0;
261
+ left:0
262
  }
263
 
264
  .pie-chart-widgets > div {
271
 
272
  .padding-10
273
  {
274
+ padding: 10px !important;
275
  }
276
 
277
  .table img
278
  {
279
+ margin-right: 5px
280
  }
281
 
282
  .countriesTable tbody tr, #gdbc-pie-chart table tbody tr{
284
  }
285
 
286
  .bg-color-dark-blue{
287
+ background-color: #4c4f53 !important;
288
  }
289
 
290
  .bg-color-blue{
291
+ background-color: #57889c !important;
292
  }
293
 
294
  .bg-color-green{
295
+ background-color: #71843f !important;
296
  }
297
 
298
  .bg-color-dark-orange{
299
+ background-color: #a57225
300
  }
301
 
302
  .view-buttons{
303
+ width:100%;
304
  }
305
 
306
  .view-buttons span
307
  {
308
+ display: inline-block;
309
+ width: 200px;
310
+ float:right;
311
  }
312
 
313
  /* Map with location of all the attempts */
655
  /*.goodbye-captcha-new_page_goodbye-captcha-security form table.form-table th,*/
656
  /*.goodbye-captcha-new_page_goodbye-captcha-security form table.form-table td*/
657
  /*{*/
658
+ /*padding-bottom: 30px !important;*/
659
  /*}*/
660
 
661
  .gdbc-settings form table.form-table td, .gdbc-settings form table.form-table th
728
  {
729
  display:inline-block;
730
  padding: 10px 0px 8px 22px !important;
731
+ background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAqhJREFUeNp0kl1IU1EAx8+5O3d3d3MurRk6P+bUpKZk6tJmRijkQ6RlQUJBEIUUvRT1EAbLiF7LkEjqpcigSBIzEDQ0vws/cg6/0+X8mFM3m7t31+vdPV2d6Uv9Hw7ncH7/8z+c/4EYY/BXg3325tou5+ik1+XlBCJUG2I4EHO8KDvFtG+bgUHDmn/96f13c22dEWDZvUZ7ePo3Lw9AvA6wikSHC1KuPbhIK6ktgyCIlqvP5Lb2/ZFsy4zOyVAEADKwlRwAmIViWob+3vPrSrVS2gLVlQ2KgVZzgvv9mMHJKEiAt2mw4YRqLBvotVeWvZaWaNbh6amuv5TqqPh2yC+hMCBIuZto0CTNEYZKQHxvHO5pHUTVFfWZignr3F5OrUlN2BUZq9XsVtMqGkLAMpzXveqcXnJOLXncfgYEmms60fzI1NGcGJR97oTJHK3TgH9pweXrbvzR8rHVPjRL0GoqvbzKlCzqwCT4jyLEqcI01+MPd/bEhCNEyRUUYoe7+Ya3hD6WNObLMork0akSx8+PCH11AVtTYPInmXtSZSxWqRSIZ7nRtvbkM2VUhFZ0OiCFoMAGD0YBjkAQJx4ksgpkOZe7mvqXF1bgwxsv4sZq9bnGcW1hWmZcbJI2TE0RcOsyHh8/PbE4brXb2vr6O8bTjySgvOKcmttd8QNf66zMZ4hCwyiVhqZoEkDIszzj5ZgVv18UpScmMMg/a95o2lJaFW5t0EcJL22JUmUEFMXNFqQcKI0SCqAPBjKzDOWvbm00ffPRBYcuy76Azif9CiUFjGUkJigASQyRFLRJGwzaK5aSnc/ncnqe3H2Dh3rDSXZxLWSJo3281C/mpUAMjNnxpZaSGEPUjiGoL/X97Z86GMcMs8Kt8qRCTUUZtMdOmfJOm7eZPwIMAI1mKkORBmYFAAAAAElFTkSuQmCC') 0 center no-repeat;
732
  }
733
  .gdbc-settings .mch-right-side-holder h2.hndle span
734
  {
744
 
745
  /*#gdbc-help-metabox h3.hndle span*/
746
  /*{*/
747
+ /*border-left: 4px solid #428bca;*/
748
  /*}*/
749
 
750
 
751
+ /*#gdbc-help-metabox .logo-help {*/
752
+
753
+ /*display:block;*/
754
+ /*margin: 0 auto;*/
755
+ /*padding:10px;*/
756
+ /*}*/
757
 
758
  #gdbc-help-metabox .inside
759
  {
761
  background-color: #f9f9f9 !important;
762
  }
763
 
764
+ #gdbc-help-metabox .inside div
765
+ {
766
+ margin: 10px auto 0;
767
+ padding:10px;
768
+ text-align: center;
769
+ background-color: #ABABAB !important;
770
+ }
771
+
772
  #gdbc-help-metabox .contact-help {
773
  display:block;
774
  text-align: center;
776
  padding-top:10px;
777
  }
778
 
779
+ #wpbr-help-logo-holder
780
+ {}
781
 
782
  div.mch-meta-notice
783
  {}
804
  /*}*/
805
 
806
  .report-spinner {
807
+ position: absolute;
808
+ left: 50%;
809
+ top: 50%;
810
+ height:40px;
811
+ width:40px;
812
+ margin:0px auto;
813
+ -webkit-animation: rotation .6s infinite linear;
814
+ -moz-animation: rotation .6s infinite linear;
815
+ -o-animation: rotation .6s infinite linear;
816
+ animation: rotation .6s infinite linear;
817
+ border-left:6px solid rgba(0,174,239,.15);
818
+ border-right:6px solid rgba(0,174,239,.15);
819
+ border-bottom:6px solid rgba(0,174,239,.15);
820
+ border-top:6px solid rgba(0,174,239,.8);
821
+ border-radius:100%;
822
  }
823
 
824
  @-webkit-keyframes rotation {
825
+ from {-webkit-transform: rotate(0deg);}
826
+ to {-webkit-transform: rotate(359deg);}
827
  }
828
  @-moz-keyframes rotation {
829
+ from {-moz-transform: rotate(0deg);}
830
+ to {-moz-transform: rotate(359deg);}
831
  }
832
  @-o-keyframes rotation {
833
+ from {-o-transform: rotate(0deg);}
834
+ to {-o-transform: rotate(359deg);}
835
  }
836
  @keyframes rotation {
837
+ from {transform: rotate(0deg);}
838
+ to {transform: rotate(359deg);}
839
  }
840
 
841
 
842
 
843
+ #gdbc-subscribe-frm input[type="email"]
844
+ {
845
+ width: 100%;
846
+ }
847
+
848
+ div.wp-bruiser-licenses input[type="text"]
849
+ {
850
+ width: 290px;
851
+ }
852
+
853
+ div.wpbr-about
854
+ {
855
+ margin: 0px 0px 15px !important;
856
+ max-width: 670px !important;
857
+ }
858
+
859
+ div.wp-bruiser-welcome.about-wrap
860
+ {
861
+ margin:25px 40px 0px 20px !important;
862
+ }
engine/GdbcAjaxController.php CHANGED
@@ -61,8 +61,6 @@ final class GdbcAjaxController
61
  }
62
 
63
 
64
-
65
-
66
  if(self::isAdminAjaxRequestValid())
67
  {
68
  $arrAjaxAdminReportsActions = array(
@@ -88,9 +86,25 @@ final class GdbcAjaxController
88
  add_action('wp_ajax_gdbc-dismiss-' . $adminNotice->getFormattedNoticeKey(), array($adminNotice, 'dismiss'));
89
  }
90
 
 
 
 
 
 
 
 
 
91
  }
92
 
 
 
 
 
 
93
 
 
 
 
94
  }
95
 
96
  private static function clientCanRetrieveToken()
@@ -122,9 +136,12 @@ final class GdbcAjaxController
122
  return false;
123
 
124
 
125
- if(GdbcIPUtils::isIpAddressBlocked(GdbcIPUtils::getClientIpAddress()))
126
  return false;
127
 
 
 
 
128
  return true;
129
 
130
  }
@@ -161,6 +178,9 @@ final class GdbcAjaxController
161
 
162
  public static function isAdminAjaxRequestValid()
163
  {
 
 
 
164
  return check_ajax_referer(self::AJAX_NONCE_VALUE, 'ajaxRequestNonce', false);
165
  }
166
  }
61
  }
62
 
63
 
 
 
64
  if(self::isAdminAjaxRequestValid())
65
  {
66
  $arrAjaxAdminReportsActions = array(
86
  add_action('wp_ajax_gdbc-dismiss-' . $adminNotice->getFormattedNoticeKey(), array($adminNotice, 'dismiss'));
87
  }
88
 
89
+ add_action('wp_ajax_gdbc-user-subscribed-newsletter', array(__CLASS__, 'userSubscribedToNewsLetter'));
90
+
91
+ }
92
+
93
+
94
+ if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_LICENSES) && isset($_REQUEST['action']) && $_REQUEST['action'] === 'update-plugin' && isset($_REQUEST['slug']) && MchGdbcUtils::stringStartsWith($_REQUEST['slug'], GoodByeCaptcha::PLUGIN_SLUG))
95
+ {
96
+ GdbcLicensesAdminModule::getInstance()->registerAttachedHooks();
97
  }
98
 
99
+ if(defined('LOGIN_WITH_AJAX_VERSION')) // Support for Login With Ajax Plugin
100
+ {
101
+ GdbcModulesController::getPublicModuleInstance(GdbcModulesController::MODULE_WORDPRESS)->registerAttachedHooks();
102
+ }
103
+ }
104
 
105
+ public static function userSubscribedToNewsLetter()
106
+ {
107
+ GdbcSettingsAdminModule::getInstance()->saveOption(GdbcSettingsAdminModule::OPTION_HIDE_SUBSCRIBE_FORM, true);
108
  }
109
 
110
  private static function clientCanRetrieveToken()
136
  return false;
137
 
138
 
139
+ if(GdbcIPUtils::isClientIpBlackListed())
140
  return false;
141
 
142
+ // if(GdbcIPUtils::isIpAddressBlocked(GdbcIPUtils::getClientIpAddress()))
143
+ // return false;
144
+
145
  return true;
146
 
147
  }
178
 
179
  public static function isAdminAjaxRequestValid()
180
  {
181
+ if(!isset($_POST['ajaxRequestNonce']))
182
+ return false;
183
+
184
  return check_ajax_referer(self::AJAX_NONCE_VALUE, 'ajaxRequestNonce', false);
185
  }
186
  }
engine/GdbcBruteGuardian.php CHANGED
@@ -79,7 +79,7 @@ final class GdbcBruteGuardian
79
  }
80
 
81
 
82
- private static function isSiteUnderAttack()
83
  {
84
  static $siteUnderAttack = null;
85
  if(null !== $siteUnderAttack)
79
  }
80
 
81
 
82
+ public static function isSiteUnderAttack()
83
  {
84
  static $siteUnderAttack = null;
85
  if(null !== $siteUnderAttack)
engine/GdbcModulesController.php CHANGED
@@ -22,12 +22,12 @@ spl_autoload_register(array('GdbcModulesController','autoLoadModulesClasses'));
22
 
23
  final class GdbcModulesController
24
  {
 
 
25
  CONST MODULE_SETTINGS = 'Settings';
26
  CONST MODULE_WORDPRESS = 'WordPress';
27
  CONST MODULE_BRUTE_FORCE = 'BruteForce';
28
 
29
- //CONST MODULE_POPULAR_FORMS = 'PopularForms';
30
-
31
  CONST MODULE_REPORTS = 'Reports';
32
 
33
  CONST MODULE_WOOCOMMERCE = 'WooCommerce';
@@ -47,7 +47,7 @@ final class GdbcModulesController
47
  CONST MODULE_USER_PRO = 'UserPro';
48
  CONST MODULE_UPME = 'UPME';
49
  CONST MODULE_BUDDY_PRESS = 'BuddyPress';
50
- CONST MODULE_BB_PRESS = 'BBPress';
51
 
52
  CONST MODULE_BLACK_LISTED_IPS = 'BlackListedIps';
53
  CONST MODULE_WHITE_LISTED_IPS = 'WhiteListedIps';
@@ -59,302 +59,337 @@ final class GdbcModulesController
59
 
60
  CONST MODULE_PLANSO_FORMS = 'PlanSoForms';
61
  CONST MODULE_EMAIL_NOTIFICATIONS = 'EmailNotifications';
 
 
62
 
63
  private static $arrRegisteredModules = null;
64
  private static $arrAllModules = array(
65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
 
67
- # --------- Default Modules -------------------------
68
- self::MODULE_SETTINGS => array(
69
- 'info' => array(
70
- 'ModuleId' => 1,
71
- 'IsPublic' => true,
72
- ),
73
-
74
- 'classes' => array(
75
- 'GdbcSettingsAdminModule' => '/modules/settings/GdbcSettingsAdminModule.php',
76
- 'GdbcSettingsPublicModule' => '/modules/settings/GdbcSettingsPublicModule.php',
77
- ),
78
-
79
- ),
80
-
81
- self::MODULE_WORDPRESS => array(
82
- 'info' => array(
83
- 'ModuleId' => 2,
84
- 'IsPublic' => true,
85
- ),
86
- 'classes' => array(
87
- 'GdbcWordPressAdminModule' => '/modules/wordpress/GdbcWordPressAdminModule.php',
88
- 'GdbcWordPressPublicModule' => '/modules/wordpress/GdbcWordPressPublicModule.php',
89
- )
90
- ),
91
-
92
- # --------- Contact Forms Modules -------------------------
93
- self::MODULE_JETPACK_CONTACT_FORM => array(
94
- 'info' => array(
95
- 'ModuleId' => 3,
96
- 'IsPublic' => true,
97
- ),
98
- 'classes' => array(
99
- 'GdbcJetPackContactFormAdminModule' => '/modules/jetpack-contact-form/GdbcJetPackContactFormAdminModule.php',
100
- 'GdbcJetPackContactFormPublicModule' => '/modules/jetpack-contact-form/GdbcJetPackContactFormPublicModule.php',
101
- )
102
- ),
103
-
104
-
105
- self::MODULE_NINJA_FORMS => array(
106
- 'info' => array(
107
- 'ModuleId' => 4,
108
- 'IsPublic' => false,
109
- ),
110
- 'classes' => array(
111
- 'GdbcNinjaFormsAdminModule' => '/modules/ninja-forms/GdbcNinjaFormsAdminModule.php',
112
- 'GdbcNinjaFormsPublicModule' => '/modules/ninja-forms/GdbcNinjaFormsPublicModule.php',
113
- )
114
- ),
115
-
116
- self::MODULE_CONTACT_FORM_7 => array(
117
- 'info' => array(
118
- 'ModuleId' => 5,
119
- 'IsPublic' => false,
120
- ),
121
- 'classes' => array(
122
- 'GdbcContactForm7AdminModule' => '/modules/contact-form-7/GdbcContactForm7AdminModule.php',
123
- 'GdbcContactForm7PublicModule' => '/modules/contact-form-7/GdbcContactForm7PublicModule.php',
124
- )
125
- ),
126
-
127
- self::MODULE_GRAVITY_FORMS => array(
128
- 'info' => array(
129
- 'ModuleId' => 6,
130
- 'IsPublic' => false,
131
- ),
132
- 'classes' => array(
133
- 'GdbcGravityFormsAdminModule' => '/modules/gravity-forms/GdbcGravityFormsAdminModule.php',
134
- 'GdbcGravityFormsPublicModule' => '/modules/gravity-forms/GdbcGravityFormsPublicModule.php',
135
- )
136
- ),
137
-
138
- self::MODULE_FAST_SECURE_FORM => array(
139
- 'info' => array(
140
- 'ModuleId' => 7,
141
- 'IsPublic' => false,
142
- ),
143
- 'classes' => array(
144
- 'GdbcFastSecureFormAdminModule' => '/modules/fast-secure-form/GdbcFastSecureFormAdminModule.php',
145
- 'GdbcFastSecureFormPublicModule' => '/modules/fast-secure-form/GdbcFastSecureFormPublicModule.php',
146
- )
147
- ),
148
-
149
- self::MODULE_FORMIDABLE_FORMS => array(
150
- 'info' => array(
151
- 'ModuleId' => 8,
152
- 'IsPublic' => false,
153
- ),
154
- 'classes' => array(
155
- 'GdbcFormidableFormsAdminModule' => '/modules/formidable-forms/GdbcFormidableFormsAdminModule.php',
156
- 'GdbcFormidableFormsPublicModule' => '/modules/formidable-forms/GdbcFormidableFormsPublicModule.php',
157
- )
158
- ),
159
-
160
-
161
- # --------- Community Modules -------------------------
162
-
163
- self::MODULE_ULTIMATE_MEMBER => array(
164
- 'info' => array(
165
- 'ModuleId' => 9,
166
- 'IsPublic' => true,
167
- ),
168
- 'classes' => array(
169
- 'GdbcUltimateMemberAdminModule' => '/modules/ultimate-member/GdbcUltimateMemberAdminModule.php',
170
- 'GdbcUltimateMemberPublicModule' => '/modules/ultimate-member/GdbcUltimateMemberPublicModule.php',
171
- )
172
- ),
173
-
174
- self::MODULE_BUDDY_PRESS => array(
175
- 'info' => array(
176
- 'ModuleId' => 10,
177
- 'IsPublic' => false,
178
- ),
179
- 'classes' => array(
180
- 'GdbcBuddyPressAdminModule' => '/modules/buddy-press/GdbcBuddyPressAdminModule.php',
181
- 'GdbcBuddyPressPublicModule' => '/modules/buddy-press/GdbcBuddyPressPublicModule.php',
182
- )
183
- ),
184
-
185
- self::MODULE_BB_PRESS => array(
186
- 'info' => array(
187
- 'ModuleId' => 11,
188
- 'IsPublic' => false,
189
- ),
190
- 'classes' => array(
191
- 'GdbcBbPressAdminModule' => '/modules/bb-press/GdbcBbPressAdminModule.php',
192
- 'GdbcBbPressPublicModule' => '/modules/bb-press/GdbcBbPressPublicModule.php',
193
- )
194
- ),
195
-
196
- self::MODULE_USER_PRO => array(
197
- 'info' => array(
198
- 'ModuleId' => 12,
199
- 'IsPublic' => false,
200
- ),
201
- 'classes' => array(
202
- 'GdbcUserProAdminModule' => '/modules/user-pro/GdbcUserProAdminModule.php',
203
- 'GdbcUserProPublicModule' => '/modules/user-pro/GdbcUserProPublicModule.php',
204
- )
205
- ),
206
-
207
- self::MODULE_UPME => array(
208
- 'info' => array(
209
- 'ModuleId' => 13,
210
- 'IsPublic' => false,
211
- ),
212
- 'classes' => array(
213
- 'GdbcUPMEAdminModule' => '/modules/upme/GdbcUPMEAdminModule.php',
214
- 'GdbcUPMEPublicModule' => '/modules/upme/GdbcUPMEPublicModule.php',
215
- )
216
- ),
217
-
218
-
219
- # --------- Subscriptions Modules -------------------------
220
-
221
-
222
- self::MODULE_MAIL_CHIMP_FOR_WP => array(
223
- 'info' => array(
224
- 'ModuleId' => 14,
225
- 'IsPublic' => true,
226
- ),
227
- 'classes' => array(
228
- 'GdbcMailChimpForWpAdminModule' => '/modules/mc-for-wp/GdbcMailChimpForWpAdminModule.php',
229
- 'GdbcMailChimpForWpPublicModule' => '/modules/mc-for-wp/GdbcMailChimpForWpPublicModule.php',
230
- )
231
- ),
232
-
233
- self::MODULE_MAIL_POET => array(
234
- 'info' => array(
235
- 'ModuleId' => 15,
236
- 'IsPublic' => false,
237
- ),
238
- 'classes' => array(
239
- 'GdbcMailPoetAdminModule' => '/modules/mail-poet/GdbcMailPoetAdminModule.php',
240
- 'GdbcMailPoetPublicModule' => '/modules/mail-poet/GdbcMailPoetPublicModule.php',
241
- )
242
- ),
243
-
244
- self::MODULE_WOOCOMMERCE => array(
245
- 'info' => array(
246
- 'ModuleId' => 16,
247
- 'IsPublic' => false,
248
- ),
249
- 'classes' => array(
250
- 'GdbcWooCommerceAdminModule' => '/modules/woocommerce/GdbcWooCommerceAdminModule.php',
251
- 'GdbcWooCommercePublicModule' => '/modules/woocommerce/GdbcWooCommercePublicModule.php',
252
- )
253
- ),
254
-
255
-
256
- self::MODULE_REPORTS => array(
257
- 'info' => array(
258
- 'ModuleId' => 17,
259
- 'IsPublic' => true,
260
- ),
261
- 'classes' => array(
262
- 'GdbcReportsAdminModule' => '/modules/reports/GdbcReportsAdminModule.php',
263
- 'GdbcReportsPublicModule' => '/modules/reports/GdbcReportsPublicModule.php',
264
- )
265
- ),
266
-
267
- self::MODULE_BRUTE_FORCE => array(
268
- 'info' => array(
269
- 'ModuleId' => 18,
270
- 'IsPublic' => true,
271
- ),
272
- 'classes' => array(
273
- 'GdbcBruteForceAdminModule' => '/modules/brute-force/GdbcBruteForceAdminModule.php',
274
- 'GdbcBruteForcePublicModule' => '/modules/brute-force/GdbcBruteForcePublicModule.php',
275
- )
276
- ),
277
-
278
-
279
- self::MODULE_BLACK_LISTED_IPS => array(
280
- 'info' => array(
281
- 'ModuleId' => 19,
282
- 'IsPublic' => true,
283
- ),
284
- 'classes' => array(
285
- 'GdbcBlackListedIpsAdminModule' => '/modules/black-listed-ips/GdbcBlackListedIpsAdminModule.php',
286
- 'GdbcBlackListedIpsPublicModule' => '/modules/black-listed-ips/GdbcBlackListedIpsPublicModule.php',
287
- )
288
- ),
289
-
290
- self::MODULE_WHITE_LISTED_IPS => array(
291
- 'info' => array(
292
- 'ModuleId' => 20,
293
- 'IsPublic' => true,
294
- ),
295
- 'classes' => array(
296
- 'GdbcWhiteListedIpsAdminModule' => '/modules/white-listed-ips/GdbcWhiteListedIpsAdminModule.php',
297
- 'GdbcWhiteListedIpsPublicModule' => '/modules/white-listed-ips/GdbcWhiteListedIpsPublicModule.php',
298
- )
299
- ),
300
-
301
- self::MODULE_ZM_ALR => array(
302
- 'info' => array(
303
- 'ModuleId' => 21,
304
- 'IsPublic' => true,
305
- ),
306
- 'classes' => array(
307
- 'GdbcZmAlrAdminModule' => '/modules/zm-ajax-login-register/GdbcZmAlrAdminModule.php',
308
- 'GdbcZmAlrPublicModule' => '/modules/zm-ajax-login-register/GdbcZmAlrPublicModule.php',
309
- )
310
- ),
311
-
312
- self::MODULE_SEAMLESS_DONATIONS => array(
313
- 'info' => array(
314
- 'ModuleId' => 22,
315
- 'IsPublic' => true,
316
- ),
317
- 'classes' => array(
318
- 'GdbcSeamlessDonationsAdminModule' => '/modules/seamless-donations/GdbcSeamlessDonationsAdminModule.php',
319
- 'GdbcSeamlessDonationsPublicModule' => '/modules/seamless-donations/GdbcSeamlessDonationsPublicModule.php',
320
- )
321
- ),
322
-
323
- self::MODULE_WORDPRESS_TWEAKS => array(
324
- 'info' => array(
325
- 'ModuleId' => 23,
326
- 'IsPublic' => true,
327
- ),
328
- 'classes' => array(
329
- 'GdbcWordPressTweaksAdminModule' => '/modules/wordpress-tweaks/GdbcWordPressTweaksAdminModule.php',
330
- 'GdbcWordPressTweaksPublicModule' => '/modules/wordpress-tweaks/GdbcWordPressTweaksPublicModule.php',
331
- )
332
- ),
333
-
334
- self::MODULE_EMAIL_NOTIFICATIONS => array(
335
- 'info' => array(
336
- 'ModuleId' => 24,
337
- 'IsPublic' => true,
338
- ),
339
- 'classes' => array(
340
- 'GdbcEmailNotificationsAdminModule' => '/modules/email-notifications/GdbcEmailNotificationsAdminModule.php',
341
- 'GdbcEmailNotificationsPublicModule' => '/modules/email-notifications/GdbcEmailNotificationsPublicModule.php',
342
- )
343
- ),
344
-
345
- self::MODULE_PLANSO_FORMS => array(
346
- 'info' => array(
347
- 'ModuleId' => 25,
348
- 'IsPublic' => true,
349
- ),
350
- 'classes' => array(
351
- 'GdbcPlanSoFormsAdminModule' => '/modules/planso-forms/GdbcPlanSoFormsAdminModule.php',
352
- 'GdbcPlanSoFormsPublicModule' => '/modules/planso-forms/GdbcPlanSoFormsPublicModule.php',
353
- )
354
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
355
 
356
  );
357
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
358
  public static function getRegisteredModules()
359
  {
360
  if(null === self::$arrRegisteredModules)
@@ -372,80 +407,133 @@ final class GdbcModulesController
372
 
373
  $activatedPlugins = defined('WP_PLUGIN_DIR') ? array_merge( array_flip((array) get_option( 'active_plugins', array())), (array) get_site_option( 'active_sitewide_plugins', array() ) ) : array(); // wp_get_mu_plugins()
374
 
 
 
 
 
375
  foreach(self::$arrAllModules as $moduleName => $arrModule)
376
  {
377
  self::$arrRegisteredModules[$moduleName] = array();
378
 
379
  foreach ($arrModule['classes'] as $className => $filePath)
380
  {
381
- $filePath = dirname(__FILE__) . DIRECTORY_SEPARATOR . ( $dirPath = trim( dirname($filePath) , '/\\' ) . DIRECTORY_SEPARATOR . basename($filePath) );
382
 
383
- if(file_exists($filePath))
384
- {
385
  self::$arrRegisteredModules[$moduleName][$className] = $filePath;
386
  continue;
387
  }
388
 
389
  foreach($activatedPlugins as $activePlugin => $value)
390
  {
391
- if(false === strpos($activePlugin, 'GoodByeCaptcha')){
392
  unset($activatedPlugins[$activePlugin]);continue;
393
  }
394
 
395
- if(false === strpos($activePlugin, "GoodByeCaptcha$moduleName"))
396
  continue;
397
 
398
- $filePath = @dirname(WP_PLUGIN_DIR . '/' . $activePlugin ) . "/engine/$dirPath" ;
399
 
400
  break;
 
401
 
 
 
 
 
402
  }
403
 
404
- file_exists($filePath) ? self::$arrRegisteredModules[$moduleName][$className] = $filePath : null;
 
 
 
 
 
 
 
 
 
 
 
405
  }
406
 
407
  if(empty(self::$arrRegisteredModules[$moduleName]))
408
  unset(self::$arrRegisteredModules[$moduleName]);
409
  }
410
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
411
 
412
  }
413
 
 
 
 
 
 
414
 
415
  public static function getModuleIdByName($moduleName)
416
  {
417
  return isset(self::$arrAllModules[$moduleName]['info']['ModuleId']) ? self::$arrAllModules[$moduleName]['info']['ModuleId'] : null;
418
  }
419
 
420
- public static function isPublicModule($moduleIdORmoduleName)
421
  {
422
  $moduleName = ((false === filter_var($moduleIdORmoduleName, FILTER_VALIDATE_INT)) ? $moduleIdORmoduleName : self::getModuleNameById($moduleIdORmoduleName));
423
 
424
- if(!isset(self::$arrAllModules[$moduleName]['info']['IsPublic']))
425
- return false;
426
-
427
- #Returns TRUE for true, "1", "true", "on" and "yes"
428
- return (false === filter_var(self::$arrAllModules[$moduleName]['info']['IsPublic'], FILTER_VALIDATE_BOOLEAN)) ? false : true;
429
  }
430
 
431
-
432
  public static function unRegisterModule($moduleName)
433
  {
434
  unset(self::$arrRegisteredModules[(string)$moduleName]);
435
  }
436
 
437
-
438
- public static function getPublicModulesName()
439
  {
440
  $arrFreeModules = array();
441
- foreach(self::$arrAllModules as $moduleName => $arrAllModulesettings)
442
- {
443
- self::isPublicModule($moduleName) ? $arrFreeModules[] = $moduleName : null;
444
  }
445
 
446
  return $arrFreeModules;
447
  }
448
 
 
 
 
 
 
 
 
 
 
 
449
  public static function getModuleNameById($moduleId)
450
  {
451
  foreach(self::$arrAllModules as $moduleKey => $moduleValue)
@@ -552,6 +640,9 @@ final class GdbcModulesController
552
 
553
  public static function autoLoadModulesClasses($moduleClassName)
554
  {
 
 
 
555
  if(null === self::$arrRegisteredModules)
556
  self::setRegisteredModules();
557
 
@@ -562,5 +653,6 @@ final class GdbcModulesController
562
 
563
  return require_once($arrModuleClasses[$moduleClassName]);
564
  }
 
565
  }
566
  }
22
 
23
  final class GdbcModulesController
24
  {
25
+ //CONST MODULE_CLASS_PREFIX = 'GoodByeCaptcha';
26
+
27
  CONST MODULE_SETTINGS = 'Settings';
28
  CONST MODULE_WORDPRESS = 'WordPress';
29
  CONST MODULE_BRUTE_FORCE = 'BruteForce';
30
 
 
 
31
  CONST MODULE_REPORTS = 'Reports';
32
 
33
  CONST MODULE_WOOCOMMERCE = 'WooCommerce';
47
  CONST MODULE_USER_PRO = 'UserPro';
48
  CONST MODULE_UPME = 'UPME';
49
  CONST MODULE_BUDDY_PRESS = 'BuddyPress';
50
+ CONST MODULE_BB_PRESS = 'bbPress';
51
 
52
  CONST MODULE_BLACK_LISTED_IPS = 'BlackListedIps';
53
  CONST MODULE_WHITE_LISTED_IPS = 'WhiteListedIps';
59
 
60
  CONST MODULE_PLANSO_FORMS = 'PlanSoForms';
61
  CONST MODULE_EMAIL_NOTIFICATIONS = 'EmailNotifications';
62
+ CONST MODULE_LICENSES = 'Licenses';
63
+ CONST MODULE_MEMBER_PRESS = 'MemberPress';
64
 
65
  private static $arrRegisteredModules = null;
66
  private static $arrAllModules = array(
67
 
68
+ self::MODULE_SETTINGS => array(
69
+ 'info' => array(
70
+ 'ModuleId' => 1,
71
+ 'IsLicensed' => false,
72
+ ),
73
+ 'classes' => array(
74
+ 'GdbcSettingsAdminModule' => '/modules/settings/GdbcSettingsAdminModule.php',
75
+ 'GdbcSettingsPublicModule' => '/modules/settings/GdbcSettingsPublicModule.php',
76
+ ),
77
+ ),
78
+
79
+ self::MODULE_WORDPRESS => array(
80
+ 'info' => array(
81
+ 'ModuleId' => 2,
82
+ 'IsLicensed' => false,
83
+ ),
84
+ 'classes' => array(
85
+ 'GdbcWordPressAdminModule' => '/modules/wordpress/GdbcWordPressAdminModule.php',
86
+ 'GdbcWordPressPublicModule' => '/modules/wordpress/GdbcWordPressPublicModule.php',
87
+ )
88
+ ),
89
+
90
+ self::MODULE_JETPACK_CONTACT_FORM => array(
91
+ 'info' => array(
92
+ 'ModuleId' => 3,
93
+ 'IsLicensed' => false,
94
+ ),
95
+ 'classes' => array(
96
+ 'GdbcJetPackContactFormAdminModule' => '/modules/jetpack-contact-form/GdbcJetPackContactFormAdminModule.php',
97
+ 'GdbcJetPackContactFormPublicModule' => '/modules/jetpack-contact-form/GdbcJetPackContactFormPublicModule.php',
98
+ )
99
+ ),
100
+
101
+ self::MODULE_NINJA_FORMS => array(
102
+ 'info' => array(
103
+ 'ModuleId' => 4,
104
+ 'IsLicensed' => true,
105
+ ),
106
+ 'classes' => array(
107
+ 'GdbcNinjaFormsAdminModule' => '/modules/ninja-forms/GdbcNinjaFormsAdminModule.php',
108
+ 'GdbcNinjaFormsPublicModule' => '/modules/ninja-forms/GdbcNinjaFormsPublicModule.php',
109
+ )
110
+ ),
111
+
112
+ self::MODULE_CONTACT_FORM_7 => array(
113
+ 'info' => array(
114
+ 'ModuleId' => 5,
115
+ 'IsLicensed' => true,
116
+ ),
117
+ 'classes' => array(
118
+ 'GdbcContactForm7AdminModule' => '/modules/contact-form-7/GdbcContactForm7AdminModule.php',
119
+ 'GdbcContactForm7PublicModule' => '/modules/contact-form-7/GdbcContactForm7PublicModule.php',
120
+ )
121
+ ),
122
+
123
+ self::MODULE_GRAVITY_FORMS => array(
124
+ 'info' => array(
125
+ 'ModuleId' => 6,
126
+ 'IsLicensed' => true,
127
+ ),
128
+ 'classes' => array(
129
+ 'GdbcGravityFormsAdminModule' => '/modules/gravity-forms/GdbcGravityFormsAdminModule.php',
130
+ 'GdbcGravityFormsPublicModule' => '/modules/gravity-forms/GdbcGravityFormsPublicModule.php',
131
+ )
132
+ ),
133
+
134
+ self::MODULE_FAST_SECURE_FORM => array(
135
+ 'info' => array(
136
+ 'ModuleId' => 7,
137
+ 'IsLicensed' => true,
138
+ ),
139
+ 'classes' => array(
140
+ 'GdbcFastSecureFormAdminModule' => '/modules/fast-secure-form/GdbcFastSecureFormAdminModule.php',
141
+ 'GdbcFastSecureFormPublicModule' => '/modules/fast-secure-form/GdbcFastSecureFormPublicModule.php',
142
+ )
143
+ ),
144
+
145
+ self::MODULE_FORMIDABLE_FORMS => array(
146
+ 'info' => array(
147
+ 'ModuleId' => 8,
148
+ 'IsLicensed' => true,
149
+ ),
150
+ 'classes' => array(
151
+ 'GdbcFormidableFormsAdminModule' => '/modules/formidable-forms/GdbcFormidableFormsAdminModule.php',
152
+ 'GdbcFormidableFormsPublicModule' => '/modules/formidable-forms/GdbcFormidableFormsPublicModule.php',
153
+ )
154
+ ),
155
+
156
+ self::MODULE_ULTIMATE_MEMBER => array(
157
+ 'info' => array(
158
+ 'ModuleId' => 9,
159
+ 'IsLicensed' => false,
160
+ ),
161
+ 'classes' => array(
162
+ 'GdbcUltimateMemberAdminModule' => '/modules/ultimate-member/GdbcUltimateMemberAdminModule.php',
163
+ 'GdbcUltimateMemberPublicModule' => '/modules/ultimate-member/GdbcUltimateMemberPublicModule.php',
164
+ )
165
+ ),
166
+
167
+ self::MODULE_BUDDY_PRESS => array(
168
+ 'info' => array(
169
+ 'ModuleId' => 10,
170
+ 'IsLicensed' => true,
171
+ ),
172
+ 'classes' => array(
173
+ 'GdbcBuddyPressAdminModule' => '/modules/buddy-press/GdbcBuddyPressAdminModule.php',
174
+ 'GdbcBuddyPressPublicModule' => '/modules/buddy-press/GdbcBuddyPressPublicModule.php',
175
+ )
176
+ ),
177
+
178
+ self::MODULE_BB_PRESS => array(
179
+ 'info' => array(
180
+ 'ModuleId' => 11,
181
+ 'IsLicensed' => true,
182
+ ),
183
+ 'classes' => array(
184
+ 'GdbcBbPressAdminModule' => '/modules/bb-press/GdbcBbPressAdminModule.php',
185
+ 'GdbcBbPressPublicModule' => '/modules/bb-press/GdbcBbPressPublicModule.php',
186
+ )
187
+ ),
188
+
189
+ self::MODULE_USER_PRO => array(
190
+ 'info' => array(
191
+ 'ModuleId' => 12,
192
+ 'IsLicensed' => true,
193
+ ),
194
+ 'classes' => array(
195
+ 'GdbcUserProAdminModule' => '/modules/user-pro/GdbcUserProAdminModule.php',
196
+ 'GdbcUserProPublicModule' => '/modules/user-pro/GdbcUserProPublicModule.php',
197
+ )
198
+ ),
199
+
200
+ self::MODULE_UPME => array(
201
+ 'info' => array(
202
+ 'ModuleId' => 13,
203
+ 'IsLicensed' => true,
204
+ ),
205
+ 'classes' => array(
206
+ 'GdbcUPMEAdminModule' => '/modules/upme/GdbcUPMEAdminModule.php',
207
+ 'GdbcUPMEPublicModule' => '/modules/upme/GdbcUPMEPublicModule.php',
208
+ )
209
+ ),
210
+
211
+ self::MODULE_MAIL_CHIMP_FOR_WP => array(
212
+ 'info' => array(
213
+ 'ModuleId' => 14,
214
+ 'IsLicensed' => false,
215
+ ),
216
+ 'classes' => array(
217
+ 'GdbcMailChimpForWpAdminModule' => '/modules/mc-for-wp/GdbcMailChimpForWpAdminModule.php',
218
+ 'GdbcMailChimpForWpPublicModule' => '/modules/mc-for-wp/GdbcMailChimpForWpPublicModule.php',
219
+ )
220
+ ),
221
+
222
+ self::MODULE_MAIL_POET => array(
223
+ 'info' => array(
224
+ 'ModuleId' => 15,
225
+ 'IsLicensed' => true,
226
+ ),
227
+ 'classes' => array(
228
+ 'GdbcMailPoetAdminModule' => '/modules/mail-poet/GdbcMailPoetAdminModule.php',
229
+ 'GdbcMailPoetPublicModule' => '/modules/mail-poet/GdbcMailPoetPublicModule.php',
230
+ )
231
+ ),
232
+
233
+ self::MODULE_WOOCOMMERCE => array(
234
+ 'info' => array(
235
+ 'ModuleId' => 16,
236
+ 'IsLicensed' => true,
237
+ ),
238
+ 'classes' => array(
239
+ 'GdbcWooCommerceAdminModule' => '/modules/woocommerce/GdbcWooCommerceAdminModule.php',
240
+ 'GdbcWooCommercePublicModule' => '/modules/woocommerce/GdbcWooCommercePublicModule.php',
241
+ )
242
+ ),
243
+
244
+
245
+ self::MODULE_REPORTS => array(
246
+ 'info' => array(
247
+ 'ModuleId' => 17,
248
+ 'IsLicensed' => false,
249
+ ),
250
+ 'classes' => array(
251
+ 'GdbcReportsAdminModule' => '/modules/reports/GdbcReportsAdminModule.php',
252
+ 'GdbcReportsPublicModule' => '/modules/reports/GdbcReportsPublicModule.php',
253
+ ),
254
+ ),
255
 
256
+ self::MODULE_BRUTE_FORCE => array(
257
+ 'info' => array(
258
+ 'ModuleId' => 18,
259
+ 'IsLicensed' => false,
260
+ ),
261
+ 'classes' => array(
262
+ 'GdbcBruteForceAdminModule' => '/modules/brute-force/GdbcBruteForceAdminModule.php',
263
+ 'GdbcBruteForcePublicModule' => '/modules/brute-force/GdbcBruteForcePublicModule.php',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
264
  ),
265
+ ),
266
+
267
+ self::MODULE_BLACK_LISTED_IPS => array(
268
+ 'info' => array(
269
+ 'ModuleId' => 19,
270
+ 'IsLicensed' => false,
271
+ ),
272
+ 'classes' => array(
273
+ 'GdbcBlackListedIpsAdminModule' => '/modules/black-listed-ips/GdbcBlackListedIpsAdminModule.php',
274
+ 'GdbcBlackListedIpsPublicModule' => '/modules/black-listed-ips/GdbcBlackListedIpsPublicModule.php',
275
+ ),
276
+ ),
277
+
278
+ self::MODULE_WHITE_LISTED_IPS => array(
279
+ 'info' => array(
280
+ 'ModuleId' => 20,
281
+ 'IsLicensed' => false,
282
+ ),
283
+ 'classes' => array(
284
+ 'GdbcWhiteListedIpsAdminModule' => '/modules/white-listed-ips/GdbcWhiteListedIpsAdminModule.php',
285
+ 'GdbcWhiteListedIpsPublicModule' => '/modules/white-listed-ips/GdbcWhiteListedIpsPublicModule.php',
286
+ ),
287
+ ),
288
+
289
+ self::MODULE_ZM_ALR => array(
290
+ 'info' => array(
291
+ 'ModuleId' => 21,
292
+ 'IsLicensed' => false,
293
+ ),
294
+ 'classes' => array(
295
+ 'GdbcZmAlrAdminModule' => '/modules/zm-ajax-login-register/GdbcZmAlrAdminModule.php',
296
+ 'GdbcZmAlrPublicModule' => '/modules/zm-ajax-login-register/GdbcZmAlrPublicModule.php',
297
+ ),
298
+ ),
299
+
300
+ self::MODULE_SEAMLESS_DONATIONS => array(
301
+ 'info' => array(
302
+ 'ModuleId' => 22,
303
+ 'IsLicensed' => false,
304
+ ),
305
+ 'classes' => array(
306
+ 'GdbcSeamlessDonationsAdminModule' => '/modules/seamless-donations/GdbcSeamlessDonationsAdminModule.php',
307
+ 'GdbcSeamlessDonationsPublicModule' => '/modules/seamless-donations/GdbcSeamlessDonationsPublicModule.php',
308
+ ),
309
+ ),
310
+
311
+ self::MODULE_WORDPRESS_TWEAKS => array(
312
+ 'info' => array(
313
+ 'ModuleId' => 23,
314
+ 'IsLicensed' => false,
315
+ ),
316
+ 'classes' => array(
317
+ 'GdbcWordPressTweaksAdminModule' => '/modules/wordpress-tweaks/GdbcWordPressTweaksAdminModule.php',
318
+ 'GdbcWordPressTweaksPublicModule' => '/modules/wordpress-tweaks/GdbcWordPressTweaksPublicModule.php',
319
+ ),
320
+ ),
321
+
322
+ self::MODULE_EMAIL_NOTIFICATIONS => array(
323
+ 'info' => array(
324
+ 'ModuleId' => 24,
325
+ 'IsLicensed' => false,
326
+ ),
327
+ 'classes' => array(
328
+ 'GdbcEmailNotificationsAdminModule' => '/modules/email-notifications/GdbcEmailNotificationsAdminModule.php',
329
+ 'GdbcEmailNotificationsPublicModule' => '/modules/email-notifications/GdbcEmailNotificationsPublicModule.php',
330
+ )
331
+ ),
332
+
333
+ self::MODULE_PLANSO_FORMS => array(
334
+ 'info' => array(
335
+ 'ModuleId' => 25,
336
+ 'IsLicensed' => false,
337
+ ),
338
+ 'classes' => array(
339
+ 'GdbcPlanSoFormsAdminModule' => '/modules/planso-forms/GdbcPlanSoFormsAdminModule.php',
340
+ 'GdbcPlanSoFormsPublicModule' => '/modules/planso-forms/GdbcPlanSoFormsPublicModule.php',
341
+ )
342
+ ),
343
+
344
+ self::MODULE_LICENSES => array(
345
+ 'info' => array(
346
+ 'ModuleId' => 26,
347
+ 'IsLicensed' => true,
348
+ ),
349
+ 'classes' => array(
350
+ 'GdbcLicensesAdminModule' => '/modules/licenses/GdbcLicensesAdminModule.php',
351
+ 'GdbcLicensesPublicModule' => '/modules/licenses/GdbcLicensesPublicModule.php',
352
+ )
353
+ ),
354
+
355
+ self::MODULE_MEMBER_PRESS => array(
356
+ 'info' => array(
357
+ 'ModuleId' => 27,
358
+ 'IsLicensed' => true,
359
+ ),
360
+ 'classes' => array(
361
+ 'GdbcMemberPressAdminModule' => '/modules/member-press/GdbcMemberPressAdminModule.php',
362
+ 'GdbcMemberPressPublicModule' => '/modules/member-press/GdbcMemberPressPublicModule.php',
363
+ )
364
+ ),
365
 
366
  );
367
 
368
+
369
+ public static function getModuleDisplayName($moduleName)
370
+ {
371
+ switch ($moduleName)
372
+ {
373
+ case self::MODULE_BRUTE_FORCE : return __('Brute Force', GoodByeCaptcha::PLUGIN_SLUG);
374
+ case self::MODULE_BUDDY_PRESS : return __('BuddyPress', GoodByeCaptcha::PLUGIN_SLUG);
375
+ case self::MODULE_CONTACT_FORM_7 : return __('Contact Form 7', GoodByeCaptcha::PLUGIN_SLUG);
376
+ case self::MODULE_FAST_SECURE_FORM : return __('Fast Secure Form', GoodByeCaptcha::PLUGIN_SLUG);
377
+ case self::MODULE_FORMIDABLE_FORMS : return __('Formidable Forms', GoodByeCaptcha::PLUGIN_SLUG);
378
+ case self::MODULE_GRAVITY_FORMS : return __('Gravity Forms', GoodByeCaptcha::PLUGIN_SLUG);
379
+ case self::MODULE_JETPACK_CONTACT_FORM : return __('Jetpack Contact Form', GoodByeCaptcha::PLUGIN_SLUG);
380
+ case self::MODULE_MAIL_CHIMP_FOR_WP : return __('MailChimp for WP', GoodByeCaptcha::PLUGIN_SLUG);
381
+ case self::MODULE_MAIL_POET : return __('Mail Poet', GoodByeCaptcha::PLUGIN_SLUG);
382
+ case self::MODULE_NINJA_FORMS : return __('Ninja Forms', GoodByeCaptcha::PLUGIN_SLUG);
383
+ case self::MODULE_PLANSO_FORMS : return __('Planso Forms', GoodByeCaptcha::PLUGIN_SLUG);
384
+ case self::MODULE_SEAMLESS_DONATIONS : return __('Seamless Donations', GoodByeCaptcha::PLUGIN_SLUG);
385
+ case self::MODULE_ULTIMATE_MEMBER : return __('Ultimate Member', GoodByeCaptcha::PLUGIN_SLUG);
386
+ case self::MODULE_USER_PRO : return __('User Pro', GoodByeCaptcha::PLUGIN_SLUG);
387
+ }
388
+
389
+ return $moduleName;
390
+ }
391
+
392
+
393
  public static function getRegisteredModules()
394
  {
395
  if(null === self::$arrRegisteredModules)
407
 
408
  $activatedPlugins = defined('WP_PLUGIN_DIR') ? array_merge( array_flip((array) get_option( 'active_plugins', array())), (array) get_site_option( 'active_sitewide_plugins', array() ) ) : array(); // wp_get_mu_plugins()
409
 
410
+ unset($activatedPlugins['goodbye-captcha/goodbye-captcha.php']); // un-setting the plugin itself
411
+
412
+ $engineDirPath = dirname(__FILE__) . DIRECTORY_SEPARATOR;
413
+
414
  foreach(self::$arrAllModules as $moduleName => $arrModule)
415
  {
416
  self::$arrRegisteredModules[$moduleName] = array();
417
 
418
  foreach ($arrModule['classes'] as $className => $filePath)
419
  {
420
+ $filePath = $engineDirPath . ( $dirPath = trim( dirname($filePath) , '/\\' ) . DIRECTORY_SEPARATOR . basename($filePath) );
421
 
422
+ if(@file_exists($filePath)){
 
423
  self::$arrRegisteredModules[$moduleName][$className] = $filePath;
424
  continue;
425
  }
426
 
427
  foreach($activatedPlugins as $activePlugin => $value)
428
  {
429
+ if( (false === strpos($activePlugin, GoodByeCaptcha::PLUGIN_SLUG)) && (false === strpos($activePlugin, "GoodByeCaptcha")) ){
430
  unset($activatedPlugins[$activePlugin]);continue;
431
  }
432
 
433
+ if(false === strpos($activePlugin, self::getModuleStandAloneDirectoryName($moduleName)))
434
  continue;
435
 
436
+ $filePath = dirname(WP_PLUGIN_DIR . DIRECTORY_SEPARATOR . MchGdbcUtils::stripLeftAndRightSlashes($activePlugin) ) . "/engine/$dirPath" ;
437
 
438
  break;
439
+ }
440
 
441
+ if(@file_exists($filePath))
442
+ {
443
+ self::$arrRegisteredModules[$moduleName][$className] = $filePath;
444
+ continue;
445
  }
446
 
447
+ # WPBruiser old extensions
448
+ foreach($activatedPlugins as $activePlugin => $value)
449
+ {
450
+ if(false === strpos($activePlugin, "GoodByeCaptcha$moduleName"))
451
+ continue;
452
+
453
+ $filePath = @dirname(WP_PLUGIN_DIR . DIRECTORY_SEPARATOR . $activePlugin ) . "/engine/$dirPath" ;
454
+
455
+ break;
456
+ }
457
+
458
+ @file_exists($filePath) ? self::$arrRegisteredModules[$moduleName][$className] = $filePath : null;
459
  }
460
 
461
  if(empty(self::$arrRegisteredModules[$moduleName]))
462
  unset(self::$arrRegisteredModules[$moduleName]);
463
  }
464
 
465
+ }
466
+
467
+
468
+
469
+ public static function getModuleStandAloneDirectoryName($moduleName)
470
+ {
471
+ return strtolower(GoodByeCaptcha::PLUGIN_SLUG . '-' . MchGdbcUtils::stripNonAlphaNumericCharacters($moduleName));
472
+ }
473
+
474
+ public static function getModuleStandAloneDirectoryPath($moduleName)
475
+ {
476
+ if(!self::isModuleRegistered($moduleName))
477
+ return null;
478
+
479
+ $moduleClassName = self::getModuleStandAloneClassName($moduleName);
480
+ if(!class_exists($moduleClassName))
481
+ {
482
+ if(!defined('WP_PLUGIN_DIR'))
483
+ return null;
484
+
485
+ return WP_PLUGIN_DIR . DIRECTORY_SEPARATOR . self::getModuleStandAloneDirectoryName($moduleName);
486
+ }
487
+
488
+ $classReflector = new ReflectionClass($moduleClassName);
489
+
490
+ return dirname($classReflector->getFileName());
491
 
492
  }
493
 
494
+ public static function getModuleStandAloneClassName($moduleName)
495
+ {
496
+ return MchGdbcUtils::stripNonAlphaNumericCharacters(GoodByeCaptcha::PLUGIN_NAME . $moduleName);
497
+ }
498
+
499
 
500
  public static function getModuleIdByName($moduleName)
501
  {
502
  return isset(self::$arrAllModules[$moduleName]['info']['ModuleId']) ? self::$arrAllModules[$moduleName]['info']['ModuleId'] : null;
503
  }
504
 
505
+ public static function isLicensedModule($moduleIdORmoduleName)
506
  {
507
  $moduleName = ((false === filter_var($moduleIdORmoduleName, FILTER_VALIDATE_INT)) ? $moduleIdORmoduleName : self::getModuleNameById($moduleIdORmoduleName));
508
 
509
+ return empty(self::$arrAllModules[$moduleName]['info']['IsLicensed']);
 
 
 
 
510
  }
511
 
 
512
  public static function unRegisterModule($moduleName)
513
  {
514
  unset(self::$arrRegisteredModules[(string)$moduleName]);
515
  }
516
 
517
+ public static function getNotLicensedModuleNames()
 
518
  {
519
  $arrFreeModules = array();
520
+ foreach(self::$arrAllModules as $moduleName => $arrAllModuleSettings){
521
+ empty(self::$arrAllModules[$moduleName]['info']['IsLicensed']) ? $arrFreeModules[] = $moduleName : null;
 
522
  }
523
 
524
  return $arrFreeModules;
525
  }
526
 
527
+ public static function getLicensedModuleNames()
528
+ {
529
+ $arrModules = array();
530
+ foreach(self::$arrAllModules as $moduleName => $arrAllModuleSettings){
531
+ !empty(self::$arrAllModules[$moduleName]['info']['IsLicensed']) ? $arrModules[] = $moduleName : null;
532
+ }
533
+
534
+ return $arrModules;
535
+ }
536
+
537
  public static function getModuleNameById($moduleId)
538
  {
539
  foreach(self::$arrAllModules as $moduleKey => $moduleValue)
640
 
641
  public static function autoLoadModulesClasses($moduleClassName)
642
  {
643
+ if( !isset($moduleClassName[15]) || 'Gdbc' !== substr($moduleClassName, 0, 4) )
644
+ return;
645
+
646
  if(null === self::$arrRegisteredModules)
647
  self::setRegisteredModules();
648
 
653
 
654
  return require_once($arrModuleClasses[$moduleClassName]);
655
  }
656
+
657
  }
658
  }
engine/GdbcNotificationsController.php CHANGED
@@ -21,7 +21,7 @@ final class GdbcNotificationsController
21
  {
22
  public static function sendTestModeEmailNotification(GdbcAttemptEntity $gdbcAttemptEntity)
23
  {
24
- GdbcEmailNotificationsPublicModule::getInstance()->EmailSubject = __('GoodBye Captcha - Test Mode Notification', GoodByeCaptcha::PLUGIN_SLUG);
25
 
26
  $clientIpAddress = GdbcIPUtils::getClientIpAddress();
27
  $currentSiteLink = MchGdbcWpUtils::getCurrentBlogLink();
@@ -37,7 +37,7 @@ final class GdbcNotificationsController
37
 
38
  if(empty($moduleDirPath))
39
  {
40
- GdbcEmailNotificationsPublicModule::getInstance()->EmailBodyContent = __('GoodBye Captcha encountered an error while trying to parse the email template!', GoodByeCaptcha::PLUGIN_SLUG);
41
  }
42
  else
43
  {
@@ -56,7 +56,7 @@ final class GdbcNotificationsController
56
  if( ! GdbcEmailNotificationsPublicModule::getInstance()->getOption(GdbcEmailNotificationsAdminModule::OPTION_BRUTE_FORCE_ATTACK_DETECTED) )
57
  return;
58
 
59
- GdbcEmailNotificationsPublicModule::getInstance()->EmailSubject = __('Alert - Brute Force Attack Detected by GoodBye Captcha!', GoodByeCaptcha::PLUGIN_SLUG);
60
 
61
  $adminFullName = MchGdbcWpUtils::getAdminFullName();
62
  empty($adminFullName) ? $adminFullName = MchGdbcWpUtils::getAdminDisplayName() : null;
21
  {
22
  public static function sendTestModeEmailNotification(GdbcAttemptEntity $gdbcAttemptEntity)
23
  {
24
+ GdbcEmailNotificationsPublicModule::getInstance()->EmailSubject = __('WPBruiser - Test Mode Notification', GoodByeCaptcha::PLUGIN_SLUG);
25
 
26
  $clientIpAddress = GdbcIPUtils::getClientIpAddress();
27
  $currentSiteLink = MchGdbcWpUtils::getCurrentBlogLink();
37
 
38
  if(empty($moduleDirPath))
39
  {
40
+ GdbcEmailNotificationsPublicModule::getInstance()->EmailBodyContent = __('WPBruiser encountered an error while trying to parse the email template!', GoodByeCaptcha::PLUGIN_SLUG);
41
  }
42
  else
43
  {
56
  if( ! GdbcEmailNotificationsPublicModule::getInstance()->getOption(GdbcEmailNotificationsAdminModule::OPTION_BRUTE_FORCE_ATTACK_DETECTED) )
57
  return;
58
 
59
+ GdbcEmailNotificationsPublicModule::getInstance()->EmailSubject = __('Alert - Brute Force Attack Detected by WPBruiser!', GoodByeCaptcha::PLUGIN_SLUG);
60
 
61
  $adminFullName = MchGdbcWpUtils::getAdminFullName();
62
  empty($adminFullName) ? $adminFullName = MchGdbcWpUtils::getAdminDisplayName() : null;
engine/GdbcRequestController.php CHANGED
@@ -59,11 +59,15 @@ final class GdbcRequestController
59
  if( self::isReceivedTokenValid($attemptEntity) && GdbcIPUtils::isClientIpBlackListed()){
60
  self::$rejectReasonCode = self::REJECT_REASON_CLIENT_IP_BLOCKED;
61
  }
62
- elseif( (null === self::$rejectReasonCode) && GdbcIPUtils::isClientIpWebAttacker()){
63
- self::$rejectReasonCode = self::REJECT_REASON_WEB_ATTACKER;
64
- }
65
- elseif( (null === self::$rejectReasonCode) && GdbcIPUtils::isClientIpProxyAnonymizer()){
66
- self::$rejectReasonCode = self::REJECT_REASON_PROXY_ANONYMIZER;
 
 
 
 
67
  }
68
 
69
  if($isTestModeActivated){
59
  if( self::isReceivedTokenValid($attemptEntity) && GdbcIPUtils::isClientIpBlackListed()){
60
  self::$rejectReasonCode = self::REJECT_REASON_CLIENT_IP_BLOCKED;
61
  }
62
+
63
+ if( (null === self::$rejectReasonCode) && GoodByeCaptchaUtils::isLoginAttemptEntity($attemptEntity))
64
+ {
65
+ if ( GdbcIPUtils::isClientIpWebAttacker() ) {
66
+ self::$rejectReasonCode = self::REJECT_REASON_WEB_ATTACKER;
67
+ }
68
+ elseif ( GdbcIPUtils::isClientIpProxyAnonymizer() ) {
69
+ self::$rejectReasonCode = self::REJECT_REASON_PROXY_ANONYMIZER;
70
+ }
71
  }
72
 
73
  if($isTestModeActivated){
engine/GdbcUpdatesController.php CHANGED
@@ -44,53 +44,49 @@ final class GdbcUpdatesController
44
  }
45
  }
46
 
47
- $arrPublicModulesKeys = array_flip(GdbcModulesController::getPublicModulesName());
48
- foreach( array_keys(GdbcModulesController::getRegisteredModules()) as $registeredModuleName)
49
- {
50
- if( isset( $arrPublicModulesKeys[$registeredModuleName] ) )
51
- continue;
52
-
53
- if( ! defined("GoodByeCaptcha$registeredModuleName::MODULE_VERSION") || -1 !== version_compare(constant("GoodByeCaptcha$registeredModuleName::MODULE_VERSION"), '2.0') )
54
- continue;
55
-
56
- GdbcModulesController::unRegisterModule($registeredModuleName);
57
- remove_action('plugins_loaded', array("GoodByeCaptcha$registeredModuleName", 'getInstance'));
58
 
59
- }
60
- remove_action('plugins_loaded', array( 'GoodByeCaptchaPro', 'getInstance' ));
61
-
62
- if(MchGdbcWpUtils::isUserInDashboard())
63
  {
64
  $arrActiveSites = MchGdbcWpUtils::isMultiSite() ? MchGdbcWpUtils::getAllBlogIds() : array(get_current_blog_id());
65
 
66
- foreach($arrActiveSites as $blogId) {
67
- self::migrateTableDataFromV1($blogId);
 
 
68
  }
69
  }
70
 
71
  if( 0 === version_compare($savedPluginVersion, GoodByeCaptcha::PLUGIN_VERSION) )
72
  return;
73
 
74
-
75
  $arrActiveSites = MchGdbcWpUtils::isMultiSite() ? MchGdbcWpUtils::getAllBlogIds() : array(get_current_blog_id());
76
 
77
  if( -1 === version_compare($savedPluginVersion, '2.0') )
78
  {
79
  GdbcTaskScheduler::unScheduleGdbcTasks();
80
- delete_site_option('gdbc-blocked-attempts');
81
 
82
  self::updateToVersion_2_0();
83
 
84
- foreach($arrActiveSites as $blogId){
85
- self::migrateTableDataFromV1($blogId);
 
 
86
  }
87
 
88
  }
89
 
 
 
 
 
 
 
 
 
90
 
91
  $settingsModuleInstance->saveOption(GdbcSettingsAdminModule::OPTION_PLUGIN_VERSION, GoodByeCaptcha::PLUGIN_VERSION);
92
 
93
-
94
  GoodByeCaptchaUtils::flushSiteCache();
95
 
96
  if(GoodByeCaptcha::isNetworkActivated()){
@@ -99,7 +95,6 @@ final class GdbcUpdatesController
99
  }
100
  }
101
 
102
-
103
  }
104
 
105
  private static function updateToVersion_2_0()
@@ -109,25 +104,32 @@ final class GdbcUpdatesController
109
  $suppressOldValue = $wpdb->suppress_errors(true);
110
  $wpdb->hide_errors();
111
 
112
- if(!GdbcDbAccessController::attemptsTableExists()){
113
- GdbcDbAccessController::createAttemptsTable();
114
- }
115
-
116
- $arrBlogs = MchGdbcWpUtils::isMultiSite() ? MchGdbcWpUtils::getAllBlogIds() : array(get_current_blog_id());
117
 
118
- foreach($arrBlogs as $blogId)
119
  {
120
- $blogTablePrefix = $wpdb->get_blog_prefix($blogId);
121
 
122
- $gdbcTableName = $blogTablePrefix . 'gdbc_attempts';
 
 
123
 
124
- if($wpdb->get_var("SHOW TABLES LIKE '$gdbcTableName'") !== $gdbcTableName)
125
- continue;
 
 
 
126
 
127
- $arrQueryResult = $wpdb->get_results("SELECT * FROM $gdbcTableName LIMIT 1");
 
 
 
 
 
 
 
 
128
 
129
- if(isset($arrQueryResult[0]->IsDeleted) || empty($arrQueryResult)) {
130
- $wpdb->query( "RENAME TABLE $gdbcTableName TO {$gdbcTableName}_old" );
131
  }
132
  }
133
 
@@ -139,6 +141,10 @@ final class GdbcUpdatesController
139
 
140
  private static function migrateTableDataFromV1($blogId)
141
  {
 
 
 
 
142
  global $wpdb;
143
  $blogTablePrefix = $wpdb->get_blog_prefix($blogId);
144
 
@@ -147,9 +153,6 @@ final class GdbcUpdatesController
147
  if($wpdb->get_var("SHOW TABLES LIKE '$gdbcOldTableName'") !== $gdbcOldTableName)
148
  return;
149
 
150
- if( ! GdbcDbAccessController::attemptsTableExists() )
151
- return;
152
-
153
  $alreadyBlockedIpsList = (array)$wpdb->get_results("SELECT DISTINCT ClientIp FROM $gdbcOldTableName WHERE IsIpBlocked <> 0 AND IsDeleted = 0");
154
 
155
  foreach($alreadyBlockedIpsList as $ipAddressObject)
@@ -169,21 +172,21 @@ final class GdbcUpdatesController
169
 
170
 
171
  $arrModulesIdMapping = array( // key - oldModuleId
172
- 1 => GdbcModulesController::MODULE_WORDPRESS ,
173
- 2 => GdbcModulesController::MODULE_JETPACK_CONTACT_FORM ,
174
- 3 => GdbcModulesController::MODULE_BUDDY_PRESS ,
175
- 4 => GdbcModulesController::MODULE_NINJA_FORMS ,
176
- 5 => GdbcModulesController::MODULE_CONTACT_FORM_7 ,
177
- 6 => GdbcModulesController::MODULE_GRAVITY_FORMS ,
178
- 7 => GdbcModulesController::MODULE_FAST_SECURE_FORM ,
179
- 8 => GdbcModulesController::MODULE_FORMIDABLE_FORMS ,
180
- 9 => GdbcModulesController::MODULE_MAIL_CHIMP_FOR_WP ,
181
- 11 => GdbcModulesController::MODULE_USER_PRO ,
182
- 12 => GdbcModulesController::MODULE_ULTIMATE_MEMBER ,
183
- 13 => GdbcModulesController::MODULE_WOOCOMMERCE ,
184
- 14 => GdbcModulesController::MODULE_UPME ,
185
- 15 => GdbcModulesController::MODULE_PLANSO_FORMS ,
186
- 16 => GdbcModulesController::MODULE_SEAMLESS_DONATIONS ,
187
  );
188
 
189
 
@@ -276,7 +279,7 @@ final class GdbcUpdatesController
276
 
277
 
278
  $wpdb->query("DROP TABLE IF EXISTS $gdbcOldTableName");
279
- return;
280
  }
281
 
282
  $arrSelectedIds = array();
@@ -309,6 +312,13 @@ final class GdbcUpdatesController
309
 
310
  $wpdb->query("DELETE FROM $gdbcOldTableName WHERE Id IN (" . implode(',', $arrSelectedIds) . ")");
311
 
 
 
 
 
 
 
 
312
  }
313
 
314
 
44
  }
45
  }
46
 
 
 
 
 
 
 
 
 
 
 
 
47
 
48
+ if(MchGdbcWpUtils::isUserInDashboard() && self::isUpdateFromV1())
 
 
 
49
  {
50
  $arrActiveSites = MchGdbcWpUtils::isMultiSite() ? MchGdbcWpUtils::getAllBlogIds() : array(get_current_blog_id());
51
 
52
+ if(GdbcDbAccessController::attemptsTableExists()) {
53
+ foreach ( $arrActiveSites as $blogId ) {
54
+ self::migrateTableDataFromV1( $blogId );
55
+ }
56
  }
57
  }
58
 
59
  if( 0 === version_compare($savedPluginVersion, GoodByeCaptcha::PLUGIN_VERSION) )
60
  return;
61
 
 
62
  $arrActiveSites = MchGdbcWpUtils::isMultiSite() ? MchGdbcWpUtils::getAllBlogIds() : array(get_current_blog_id());
63
 
64
  if( -1 === version_compare($savedPluginVersion, '2.0') )
65
  {
66
  GdbcTaskScheduler::unScheduleGdbcTasks();
67
+ //delete_site_option('gdbc-blocked-attempts');
68
 
69
  self::updateToVersion_2_0();
70
 
71
+ if(GdbcDbAccessController::attemptsTableExists()) {
72
+ foreach ( $arrActiveSites as $blogId ) {
73
+ self::migrateTableDataFromV1( $blogId );
74
+ }
75
  }
76
 
77
  }
78
 
79
+ if( -1 === version_compare($savedPluginVersion, '2.0.1') )
80
+ {
81
+ if(GdbcDbAccessController::attemptsTableExists()) {
82
+ foreach ( $arrActiveSites as $blogId ) {
83
+ self::migrateTableDataFromV1( $blogId );
84
+ }
85
+ }
86
+ }
87
 
88
  $settingsModuleInstance->saveOption(GdbcSettingsAdminModule::OPTION_PLUGIN_VERSION, GoodByeCaptcha::PLUGIN_VERSION);
89
 
 
90
  GoodByeCaptchaUtils::flushSiteCache();
91
 
92
  if(GoodByeCaptcha::isNetworkActivated()){
95
  }
96
  }
97
 
 
98
  }
99
 
100
  private static function updateToVersion_2_0()
104
  $suppressOldValue = $wpdb->suppress_errors(true);
105
  $wpdb->hide_errors();
106
 
107
+ GdbcDbAccessController::createAttemptsTable();
 
 
 
 
108
 
109
+ if(self::isUpdateFromV1())
110
  {
111
+ $arrBlogs = MchGdbcWpUtils::isMultiSite() ? MchGdbcWpUtils::getAllBlogIds() : array( get_current_blog_id() );
112
 
113
+ foreach ( $arrBlogs as $blogId )
114
+ {
115
+ $blogTablePrefix = $wpdb->get_blog_prefix( $blogId );
116
 
117
+ $gdbcTableName = $blogTablePrefix . 'gdbc_attempts';
118
+
119
+ if ( $wpdb->get_var( "SHOW TABLES LIKE '$gdbcTableName'" ) !== $gdbcTableName ) {
120
+ continue;
121
+ }
122
 
123
+ $arrQueryResult = $wpdb->get_results( "SELECT * FROM $gdbcTableName LIMIT 1" );
124
+
125
+ if ( isset( $arrQueryResult[0]->IsDeleted ) ) {
126
+ $wpdb->query( "RENAME TABLE $gdbcTableName TO {$gdbcTableName}_old" );
127
+ }
128
+ elseif( empty( $arrQueryResult ) )
129
+ {
130
+ $wpdb->query("DROP TABLE IF EXISTS $gdbcTableName");
131
+ }
132
 
 
 
133
  }
134
  }
135
 
141
 
142
  private static function migrateTableDataFromV1($blogId)
143
  {
144
+
145
+ if(!self::isUpdateFromV1())
146
+ return;
147
+
148
  global $wpdb;
149
  $blogTablePrefix = $wpdb->get_blog_prefix($blogId);
150
 
153
  if($wpdb->get_var("SHOW TABLES LIKE '$gdbcOldTableName'") !== $gdbcOldTableName)
154
  return;
155
 
 
 
 
156
  $alreadyBlockedIpsList = (array)$wpdb->get_results("SELECT DISTINCT ClientIp FROM $gdbcOldTableName WHERE IsIpBlocked <> 0 AND IsDeleted = 0");
157
 
158
  foreach($alreadyBlockedIpsList as $ipAddressObject)
172
 
173
 
174
  $arrModulesIdMapping = array( // key - oldModuleId
175
+ 1 => GdbcModulesController::MODULE_WORDPRESS ,
176
+ 2 => GdbcModulesController::MODULE_JETPACK_CONTACT_FORM ,
177
+ 3 => GdbcModulesController::MODULE_BUDDY_PRESS ,
178
+ 4 => GdbcModulesController::MODULE_NINJA_FORMS ,
179
+ 5 => GdbcModulesController::MODULE_CONTACT_FORM_7 ,
180
+ 6 => GdbcModulesController::MODULE_GRAVITY_FORMS ,
181
+ 7 => GdbcModulesController::MODULE_FAST_SECURE_FORM ,
182
+ 8 => GdbcModulesController::MODULE_FORMIDABLE_FORMS ,
183
+ 9 => GdbcModulesController::MODULE_MAIL_CHIMP_FOR_WP ,
184
+ 11 => GdbcModulesController::MODULE_USER_PRO ,
185
+ 12 => GdbcModulesController::MODULE_ULTIMATE_MEMBER ,
186
+ 13 => GdbcModulesController::MODULE_WOOCOMMERCE ,
187
+ 14 => GdbcModulesController::MODULE_UPME ,
188
+ 15 => GdbcModulesController::MODULE_PLANSO_FORMS ,
189
+ 16 => GdbcModulesController::MODULE_SEAMLESS_DONATIONS ,
190
  );
191
 
192
 
279
 
280
 
281
  $wpdb->query("DROP TABLE IF EXISTS $gdbcOldTableName");
282
+ return true;
283
  }
284
 
285
  $arrSelectedIds = array();
312
 
313
  $wpdb->query("DELETE FROM $gdbcOldTableName WHERE Id IN (" . implode(',', $arrSelectedIds) . ")");
314
 
315
+ return true;
316
+ }
317
+
318
+
319
+ private static function isUpdateFromV1()
320
+ {
321
+ return false !== get_site_option('gdbc-blocked-attempts');
322
  }
323
 
324
 
engine/GoodByeCaptchaAdmin.php CHANGED
@@ -21,6 +21,7 @@ final class GoodByeCaptchaAdmin extends MchGdbcBaseAdminPlugin
21
  {
22
  CONST GDBC_ADMIN_NOTICES_FILTER_KEY = 'gdbc-admin-notices';
23
 
 
24
  private static $adminNoticesList = array();
25
 
26
  protected function __construct(array $arrPluginInfo)
@@ -28,19 +29,26 @@ final class GoodByeCaptchaAdmin extends MchGdbcBaseAdminPlugin
28
 
29
  parent::__construct($arrPluginInfo);
30
 
 
 
31
  $this->adminPagesList = array(
32
 
33
- new GdbcSettingsAdminPage(__('Settings', self::$PLUGIN_SLUG), __('General Settings', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
34
- new GdbcSecurityAdminPage(__('Security', self::$PLUGIN_SLUG), __('Security Settings', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
35
- new GdbcWordpressAdminPage(__('WordPress', self::$PLUGIN_SLUG), __('WordPress Settings', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
36
- new GdbcContactFormsAdminPage(__('Contact Forms', self::$PLUGIN_SLUG), __('Contact Forms Plugins', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
37
- new GdbcMembershipAdminPage(__('Membership', self::$PLUGIN_SLUG), __('Membership Page Settings', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
38
- new GdbcOthersAdminPage(__('Others', self::$PLUGIN_SLUG), __('All other popular plugins settings', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
39
- new GdbcNotificationsAdminPage(__('Notifications', self::$PLUGIN_SLUG), __('Notifications Settings', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
40
- new GdbcReportsAdminPage(__('Reports', self::$PLUGIN_SLUG), __('GoodBye Captcha - Blocked Attempts', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
 
41
 
42
  );
43
 
 
 
 
 
44
 
45
  if(MchGdbcWpUtils::isMultiSite() && GoodByeCaptcha::isNetworkActivated())
46
  {
@@ -120,18 +128,26 @@ final class GoodByeCaptchaAdmin extends MchGdbcBaseAdminPlugin
120
  {
121
  $activeAdminPage = $this->getActivePage();
122
 
123
- $adminPageHtmlCode = '<div class="' . "wrap container-fluid gdbc-settings " . $activeAdminPage->getAdminScreenId() . '">';
124
 
125
- $adminPageHtmlCode .= '<h2 class="nav-tab-wrapper">';
126
-
127
- foreach($this->getRegisteredAdminPages() as $adminPage)
128
  {
129
- $adminPageHtmlCode .= '<a class="nav-tab' . (($adminPage->isActive()) ? ' nav-tab-active' : '') . '" href="?page=' . $adminPage->getPageMenuSlug() . '">';
130
- $adminPageHtmlCode .= $adminPage->getPageMenuTitle() . '</a>';
131
  }
132
 
133
- $adminPageHtmlCode .= '</h2>';
134
 
 
 
 
 
 
 
 
 
 
 
 
135
 
136
  echo $adminPageHtmlCode;
137
 
@@ -153,7 +169,7 @@ final class GoodByeCaptchaAdmin extends MchGdbcBaseAdminPlugin
153
 
154
  $pageAdminScreenId = add_menu_page(
155
  $adminFirstPage->getPageBrowserTitle(),
156
- 'GoodBye Captcha',
157
  'manage_options',
158
  $adminFirstPage->getPageMenuSlug(),
159
  array($this, 'renderPluginActiveAdminPage'),
@@ -266,6 +282,9 @@ final class GoodByeCaptchaAdmin extends MchGdbcBaseAdminPlugin
266
 
267
  }
268
 
 
 
 
269
  public function executeLowPriorityTasks()
270
  {
271
 
21
  {
22
  CONST GDBC_ADMIN_NOTICES_FILTER_KEY = 'gdbc-admin-notices';
23
 
24
+
25
  private static $adminNoticesList = array();
26
 
27
  protected function __construct(array $arrPluginInfo)
29
 
30
  parent::__construct($arrPluginInfo);
31
 
32
+ //GoodByeCaptchaUtils::getAvailableCacheStorage(null)->write(GdbcWelcomeAdminPage::GDBC_WELCOME_PAGE_CACHE_KEY, true, 30);
33
+
34
  $this->adminPagesList = array(
35
 
36
+ new GdbcSettingsAdminPage(__('Settings', self::$PLUGIN_SLUG), __('General Settings', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
37
+ new GdbcSecurityAdminPage(__('Security', self::$PLUGIN_SLUG), __('Security Settings', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
38
+ new GdbcWordpressAdminPage(__('WordPress', self::$PLUGIN_SLUG), __('WordPress Settings', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
39
+ new GdbcContactFormsAdminPage(__('Contact Forms', self::$PLUGIN_SLUG), __('Contact Forms Plugins', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
40
+ new GdbcMembershipAdminPage(__('Membership', self::$PLUGIN_SLUG), __('Membership Page Settings', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
41
+ new GdbcOthersAdminPage(__('Others', self::$PLUGIN_SLUG), __('All other popular plugins settings', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
42
+ new GdbcNotificationsAdminPage(__('Notifications', self::$PLUGIN_SLUG), __('Notifications Settings', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
43
+ new GdbcLicensesAdminPage(__('Licenses', self::$PLUGIN_SLUG), __('Licenses Settings', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
44
+ new GdbcReportsAdminPage(__('Reports', self::$PLUGIN_SLUG), __('WPBruiser - Blocked Attempts', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG),
45
 
46
  );
47
 
48
+ if(null !== GoodByeCaptchaUtils::getAvailableCacheStorage(null) && GoodByeCaptchaUtils::getAvailableCacheStorage(null)->has(GdbcWelcomeAdminPage::GDBC_WELCOME_PAGE_CACHE_KEY))
49
+ {
50
+ array_unshift($this->adminPagesList, new GdbcWelcomeAdminPage(__('Welcome', self::$PLUGIN_SLUG), __('Welcome', self::$PLUGIN_SLUG), self::$PLUGIN_SLUG));
51
+ }
52
 
53
  if(MchGdbcWpUtils::isMultiSite() && GoodByeCaptcha::isNetworkActivated())
54
  {
128
  {
129
  $activeAdminPage = $this->getActivePage();
130
 
131
+ $arrPageHolderClasses = array('wrap', 'container-fluid', 'gdbc-settings', $activeAdminPage->getPageMenuSlug());
132
 
133
+ if(is_a($activeAdminPage, 'GdbcWelcomeAdminPage'))
 
 
134
  {
135
+ $arrPageHolderClasses[]= 'about-wrap';
 
136
  }
137
 
138
+ $adminPageHtmlCode = '<div class="' . implode(' ', $arrPageHolderClasses) . '">';
139
 
140
+ if(! is_a($activeAdminPage, 'GdbcWelcomeAdminPage') )
141
+ {
142
+ $adminPageHtmlCode .= '<h2 class="nav-tab-wrapper">';
143
+
144
+ foreach ($this->getRegisteredAdminPages() as $adminPage) {
145
+ $adminPageHtmlCode .= '<a class="nav-tab' . (($adminPage->isActive()) ? ' nav-tab-active' : '') . '" href="?page=' . $adminPage->getPageMenuSlug() . '">';
146
+ $adminPageHtmlCode .= $adminPage->getPageMenuTitle() . '</a>';
147
+ }
148
+
149
+ $adminPageHtmlCode .= '</h2>';
150
+ }
151
 
152
  echo $adminPageHtmlCode;
153
 
169
 
170
  $pageAdminScreenId = add_menu_page(
171
  $adminFirstPage->getPageBrowserTitle(),
172
+ 'WPBruiser',
173
  'manage_options',
174
  $adminFirstPage->getPageMenuSlug(),
175
  array($this, 'renderPluginActiveAdminPage'),
282
 
283
  }
284
 
285
+
286
+
287
+
288
  public function executeLowPriorityTasks()
289
  {
290
 
engine/GoodByeCaptchaPublic.php CHANGED
@@ -20,19 +20,18 @@
20
  final class GoodByeCaptchaPublic extends MchGdbcBasePublicPlugin
21
  {
22
 
 
23
  private $formHiddenInputName = null;
24
 
25
  protected function __construct(array $arrPluginInfo)
26
  {
27
  parent::__construct($arrPluginInfo);
28
 
29
- if(!GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_SETTINGS))
30
- return ;
31
-
32
  $settingsModuleInstance = GdbcModulesController::getPublicModuleInstance(GdbcModulesController::MODULE_SETTINGS);
33
  if(null === $settingsModuleInstance)
34
  return;
35
 
 
36
  $this->formHiddenInputName = $settingsModuleInstance->getOption(GdbcSettingsAdminModule::OPTION_HIDDEN_INPUT_NAME);
37
 
38
  foreach(array_keys((array)GdbcModulesController::getRegisteredModules()) as $moduleName)
@@ -47,16 +46,19 @@ final class GoodByeCaptchaPublic extends MchGdbcBasePublicPlugin
47
 
48
  }
49
 
 
50
  public function initializePlugin()
51
  {
52
  parent::initializePlugin();
53
 
54
- }
 
 
55
 
 
56
 
57
  public function registerAfterSetupThemeHooks()
58
  {
59
-
60
  add_action('login_enqueue_scripts', array($this, 'enqueuePublicScriptsAndStyles'));
61
  }
62
 
@@ -70,7 +72,7 @@ final class GoodByeCaptchaPublic extends MchGdbcBasePublicPlugin
70
  {
71
  $scriptId = self::$PLUGIN_SLUG . '-public-script';
72
 
73
- wp_register_script($scriptId, plugins_url( '/assets/public/scripts/gdbc-public.js', self::$PLUGIN_MAIN_FILE ), array( 'jquery' ), self::$PLUGIN_VERSION);
74
 
75
  wp_localize_script($scriptId, 'Gdbc', array(
76
  'ajaxUrl' => MchGdbcWpUtils::getAjaxUrl(),
@@ -84,6 +86,25 @@ final class GoodByeCaptchaPublic extends MchGdbcBasePublicPlugin
84
 
85
  }
86
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
 
88
  private function __clone()
89
  {}
20
  final class GoodByeCaptchaPublic extends MchGdbcBasePublicPlugin
21
  {
22
 
23
+ private $clientScriptUrl = null;
24
  private $formHiddenInputName = null;
25
 
26
  protected function __construct(array $arrPluginInfo)
27
  {
28
  parent::__construct($arrPluginInfo);
29
 
 
 
 
30
  $settingsModuleInstance = GdbcModulesController::getPublicModuleInstance(GdbcModulesController::MODULE_SETTINGS);
31
  if(null === $settingsModuleInstance)
32
  return;
33
 
34
+ $this->clientScriptUrl = plugins_url( '/assets/public/scripts/gdbc-public.js', self::$PLUGIN_MAIN_FILE );
35
  $this->formHiddenInputName = $settingsModuleInstance->getOption(GdbcSettingsAdminModule::OPTION_HIDDEN_INPUT_NAME);
36
 
37
  foreach(array_keys((array)GdbcModulesController::getRegisteredModules()) as $moduleName)
46
 
47
  }
48
 
49
+
50
  public function initializePlugin()
51
  {
52
  parent::initializePlugin();
53
 
54
+ GoodByeCaptchaUtils::isWPRocketPluginActivated() ? add_filter('rocket_exclude_js', array($this, 'addScriptToWpRocketExcludeQueue'), 10, 1) : null;
55
+ GoodByeCaptchaUtils::isAutoptimizePluginActivated() ? add_filter('autoptimize_filter_js_exclude', array($this, 'addScriptToAutoptimizeExcludeQueue'), 10, 1) : null;
56
+ GoodByeCaptchaUtils::isWPDJSPluginActivated() ? add_filter('do_not_defer', array($this, 'addScriptToWPDeferredJavaScriptsExcludeQueue'), 10, 1) : null;
57
 
58
+ }
59
 
60
  public function registerAfterSetupThemeHooks()
61
  {
 
62
  add_action('login_enqueue_scripts', array($this, 'enqueuePublicScriptsAndStyles'));
63
  }
64
 
72
  {
73
  $scriptId = self::$PLUGIN_SLUG . '-public-script';
74
 
75
+ wp_register_script($scriptId, $this->clientScriptUrl, array( 'jquery' ), self::$PLUGIN_VERSION);
76
 
77
  wp_localize_script($scriptId, 'Gdbc', array(
78
  'ajaxUrl' => MchGdbcWpUtils::getAjaxUrl(),
86
 
87
  }
88
 
89
+ public function addScriptToWpRocketExcludeQueue($arrFiles)
90
+ {
91
+ $arrFiles = (array)$arrFiles;
92
+ $arrFiles[] = parse_url($this->clientScriptUrl, PHP_URL_PATH );
93
+ return $arrFiles;
94
+ }
95
+
96
+ public function addScriptToAutoptimizeExcludeQueue($excludedScripts)
97
+ {
98
+ return $excludedScripts . ', ' . basename($this->clientScriptUrl);
99
+ }
100
+
101
+ public function addScriptToWPDeferredJavaScriptsExcludeQueue($arrDeferredScripts)
102
+ {
103
+ $arrDeferredScripts = (array)$arrDeferredScripts;
104
+ $arrDeferredScripts[] = self::$PLUGIN_SLUG . '-public-script';
105
+ return $arrDeferredScripts;
106
+ }
107
+
108
 
109
  private function __clone()
110
  {}
engine/GoodByeCaptchaUtils.php CHANGED
@@ -90,6 +90,31 @@ final class GoodByeCaptchaUtils
90
  return class_exists('userpro_api');
91
  }
92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  // public static function setCookie($cookieKey, $cookieValue, $cookieTime, $path = null, $httpOnly = true)
94
  // {
95
  // if(headers_sent()) return;
@@ -502,11 +527,13 @@ final class GoodByeCaptchaUtils
502
  $loginEntitiesList[] = new GdbcAttemptEntity(GdbcModulesController::getModuleIdByName($moduleName), GdbcPlanSoFormsAdminModule::OPTION_PLANSO_LOGIN_FORM);
503
  break;
504
 
 
 
 
505
 
506
  }
507
  }
508
 
509
-
510
  foreach($loginEntitiesList as $index => &$attemptEntity)
511
  {
512
  $attemptEntity->SectionId = GdbcModulesController::getAdminModuleInstance(GdbcModulesController::getModuleNameById($attemptEntity->ModuleId))->getOptionIdByOptionName($attemptEntity->SectionId);
@@ -529,7 +556,7 @@ final class GoodByeCaptchaUtils
529
  // if(empty($blogDetails))
530
  // return;
531
 
532
- unset($blogDetails);
533
 
534
  $shouldSwitchSite = ($siteId !== get_current_blog_id());
535
 
@@ -538,21 +565,34 @@ final class GoodByeCaptchaUtils
538
  if(function_exists('w3tc_flush_all')) { // w3tc
539
  w3tc_flush_all();
540
  }
541
- elseif(function_exists('wp_cache_clear_cache')){ // wp super cache
 
542
  wp_cache_clear_cache();
543
  }
544
- elseif(isset($GLOBALS['wp_fastest_cache']) && method_exists($GLOBALS['wp_fastest_cache'], 'deleteCache')){ // wp fastest cache
 
545
  $GLOBALS['wp_fastest_cache']->deleteCache();
546
  }
547
- elseif(class_exists('zencache') && method_exists('zencache', 'clear')){ // zencache
 
548
  zencache::clear();
549
  }
550
- // elseif{
551
- // /*
552
- // * @TODO - Support for Wp Rocket
553
- // */
554
- //
555
- // }
 
 
 
 
 
 
 
 
 
 
556
 
557
 
558
  ($shouldSwitchSite) ? restore_current_blog() : null;
90
  return class_exists('userpro_api');
91
  }
92
 
93
+ public static function isWPRocketPluginActivated()
94
+ {
95
+ return defined('WP_ROCKET_FILE');
96
+ }
97
+
98
+ public static function isAutoptimizePluginActivated()
99
+ {
100
+ return defined('AUTOPTIMIZE_CACHE_DIR');
101
+ }
102
+
103
+ public static function isGoogleAppsLoginPluginActivated()
104
+ {
105
+ return class_exists('core_google_apps_login');
106
+ }
107
+
108
+ public static function isMemberPressPluginActivated()
109
+ {
110
+ return defined('MEPR_VERSION');
111
+ }
112
+
113
+ public static function isWPDJSPluginActivated() // WP Deferred JavaScripts
114
+ {
115
+ return defined('WDJS_VERSION');
116
+ }
117
+
118
  // public static function setCookie($cookieKey, $cookieValue, $cookieTime, $path = null, $httpOnly = true)
119
  // {
120
  // if(headers_sent()) return;
527
  $loginEntitiesList[] = new GdbcAttemptEntity(GdbcModulesController::getModuleIdByName($moduleName), GdbcPlanSoFormsAdminModule::OPTION_PLANSO_LOGIN_FORM);
528
  break;
529
 
530
+ case GdbcModulesController::MODULE_MEMBER_PRESS :
531
+ $loginEntitiesList[] = new GdbcAttemptEntity(GdbcModulesController::getModuleIdByName($moduleName), GdbcMemberPressAdminModule::OPTION_MEMBER_PRESS_LOGIN_FORM);
532
+ break;
533
 
534
  }
535
  }
536
 
 
537
  foreach($loginEntitiesList as $index => &$attemptEntity)
538
  {
539
  $attemptEntity->SectionId = GdbcModulesController::getAdminModuleInstance(GdbcModulesController::getModuleNameById($attemptEntity->ModuleId))->getOptionIdByOptionName($attemptEntity->SectionId);
556
  // if(empty($blogDetails))
557
  // return;
558
 
559
+ // unset($blogDetails);
560
 
561
  $shouldSwitchSite = ($siteId !== get_current_blog_id());
562
 
565
  if(function_exists('w3tc_flush_all')) { // w3tc
566
  w3tc_flush_all();
567
  }
568
+
569
+ if(function_exists('wp_cache_clear_cache')){ // wp super cache
570
  wp_cache_clear_cache();
571
  }
572
+
573
+ if(isset($GLOBALS['wp_fastest_cache']) && method_exists($GLOBALS['wp_fastest_cache'], 'deleteCache')){ // wp fastest cache
574
  $GLOBALS['wp_fastest_cache']->deleteCache();
575
  }
576
+
577
+ if(class_exists('zencache') && method_exists('zencache', 'clear')){ // zencache
578
  zencache::clear();
579
  }
580
+
581
+ if(self::isAutoptimizePluginActivated() && is_callable( array('autoptimizeCache','clearall') )){
582
+ autoptimizeCache::clearall();
583
+ }
584
+
585
+ if(self::isWPRocketPluginActivated()){
586
+ if(function_exists('do_rocket_purge_cron')){
587
+ do_rocket_purge_cron();
588
+ }
589
+ else
590
+ {
591
+ function_exists('rocket_clean_domain') ? rocket_clean_domain() : null;
592
+ function_exists('rocket_clean_minify') ? rocket_clean_minify() : null;
593
+ function_exists('run_rocket_bot') ? run_rocket_bot( 'cache-preload' ) : null;
594
+ }
595
+ }
596
 
597
 
598
  ($shouldSwitchSite) ? restore_current_blog() : null;
engine/admin/pages/GdbcBaseAdminPage.php CHANGED
@@ -46,6 +46,19 @@ abstract class GdbcBaseAdminPage extends MchGdbcBaseAdminPage
46
  null
47
  );
48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  add_meta_box(
50
  "gdbc-help-metabox-test",
51
  __('How to verify if it works?', GoodByeCaptcha::PLUGIN_SLUG),
@@ -59,11 +72,37 @@ abstract class GdbcBaseAdminPage extends MchGdbcBaseAdminPage
59
  }
60
 
61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  public function renderNeedHelpMetaBox()
63
  {
64
- $img = plugins_url('/assets/admin/images/gdbc-logo.png', GoodByeCaptcha::PLUGIN_MAIN_FILE);
65
 
66
- $display_div = '<img class="logo-help" src="' . esc_attr($img) . '" />';
67
 
68
  $display_div .= '<p class="contact-help"> <a class = "button-primary" href="' . GoodByeCaptcha::PLUGIN_SITE_URL . '/contact" target="_blank">Contact Us</a></p>';
69
 
@@ -75,7 +114,7 @@ abstract class GdbcBaseAdminPage extends MchGdbcBaseAdminPage
75
  $settingsPageUrl = isset(self::$arrPageInstances['GdbcSettingsAdminPage']) ? self::$arrPageInstances['GdbcSettingsAdminPage']->getAdminUrl() : '';
76
  $notificationsPageUrl = isset(self::$arrPageInstances['GdbcNotificationsAdminPage']) ? self::$arrPageInstances['GdbcNotificationsAdminPage']->getAdminUrl() : '';
77
 
78
- $textInfo = __('In order to verify if GoodBye Captcha works as expected, just go to, ', GoodByeCaptcha::PLUGIN_SLUG);
79
  $textInfo .= MchGdbcHtmlUtils::createAnchorElement(__('Settings Page', GoodByeCaptcha::PLUGIN_SLUG), array('href' => $settingsPageUrl));
80
  $textInfo .= __(' and <b>Switch the plugin to Test Mode</b>. <br/>While in test mode, the plugin just verifies if it can properly protect the enabled options and sends email notifications to the email address you set in ', GoodByeCaptcha::PLUGIN_SLUG);
81
  $textInfo .= MchGdbcHtmlUtils::createAnchorElement(__('Notifications Page', GoodByeCaptcha::PLUGIN_SLUG), array('href' => $notificationsPageUrl));
46
  null
47
  );
48
 
49
+ // if( ! GdbcSettingsAdminModule::getInstance()->getOption(GdbcSettingsAdminModule::OPTION_HIDE_SUBSCRIBE_FORM) )
50
+ // {
51
+ // add_meta_box(
52
+ // "gdbc-subscribe-metabox",
53
+ // __('Get exclusive email updates', GoodByeCaptcha::PLUGIN_SLUG),
54
+ // array($this, 'renderSubscriptionMetaBox'),
55
+ // $this->getAdminScreenId(),
56
+ // 'side',
57
+ // 'core',
58
+ // null
59
+ // );
60
+ // }
61
+
62
  add_meta_box(
63
  "gdbc-help-metabox-test",
64
  __('How to verify if it works?', GoodByeCaptcha::PLUGIN_SLUG),
72
  }
73
 
74
 
75
+
76
+ public function renderSubscriptionMetaBox()
77
+ {
78
+ $emailValue = esc_attr(MchGdbcWpUtils::getAdminEmailAddress());
79
+
80
+ $subscribeFormHtml = '<form id = "gdbc-subscribe-frm">';
81
+ $subscribeFormHtml .= '<p>';
82
+
83
+ $subscribeFormHtml .= '<label for = "gdbc-Email">' . __('Your Email Address', GoodByeCaptcha::PLUGIN_SLUG) . '</label>';
84
+ $subscribeFormHtml .= '<input id = "gdbc-Email" value="'.$emailValue.'" class="regular-text" type="email" required="" name="EMAIL" autocomplete="off" autocorrect="off" />';
85
+
86
+ $subscribeFormHtml .= '</p>';
87
+
88
+ $buttonValue = esc_attr(__('Subscribe', GoodByeCaptcha::PLUGIN_SLUG));
89
+
90
+ $subscribeFormHtml .= '<input type="submit" value="'.$buttonValue.'" class="button button-primary" />';
91
+
92
+ $subscribeFormHtml .= '</p>';
93
+
94
+ $subscribeFormHtml .= '<input type="hidden" name="b_5a2f4e669c2e2427b7e6d8ad9_5da2802c23" tabindex="-1" value="">';
95
+
96
+ $subscribeFormHtml .= '</form>';
97
+
98
+ echo $subscribeFormHtml;
99
+ }
100
+
101
  public function renderNeedHelpMetaBox()
102
  {
103
+ $img = plugins_url('/assets/admin/images/wpbr-logo.png', GoodByeCaptcha::PLUGIN_MAIN_FILE);
104
 
105
+ $display_div = '<div><img class="logo-help" src="' . esc_attr($img) . '" /></div>';
106
 
107
  $display_div .= '<p class="contact-help"> <a class = "button-primary" href="' . GoodByeCaptcha::PLUGIN_SITE_URL . '/contact" target="_blank">Contact Us</a></p>';
108
 
114
  $settingsPageUrl = isset(self::$arrPageInstances['GdbcSettingsAdminPage']) ? self::$arrPageInstances['GdbcSettingsAdminPage']->getAdminUrl() : '';
115
  $notificationsPageUrl = isset(self::$arrPageInstances['GdbcNotificationsAdminPage']) ? self::$arrPageInstances['GdbcNotificationsAdminPage']->getAdminUrl() : '';
116
 
117
+ $textInfo = __('In order to verify if WPBruiser works as expected, just go to, ', GoodByeCaptcha::PLUGIN_SLUG);
118
  $textInfo .= MchGdbcHtmlUtils::createAnchorElement(__('Settings Page', GoodByeCaptcha::PLUGIN_SLUG), array('href' => $settingsPageUrl));
119
  $textInfo .= __(' and <b>Switch the plugin to Test Mode</b>. <br/>While in test mode, the plugin just verifies if it can properly protect the enabled options and sends email notifications to the email address you set in ', GoodByeCaptcha::PLUGIN_SLUG);
120
  $textInfo .= MchGdbcHtmlUtils::createAnchorElement(__('Notifications Page', GoodByeCaptcha::PLUGIN_SLUG), array('href' => $notificationsPageUrl));
engine/admin/pages/GdbcContactFormsAdminPage.php CHANGED
@@ -44,7 +44,7 @@ class GdbcContactFormsAdminPage extends GdbcBaseAdminPage
44
  $modulesList[] = GdbcNinjaFormsAdminModule::getInstance();
45
 
46
  $this->registerGroupedModules(array(
47
- new MchGdbcGroupedModules(__('GoodBye Captcha - Popular Contact Forms Settings', GoodByeCaptcha::PLUGIN_SLUG), $modulesList)
48
  )
49
  );
50
 
44
  $modulesList[] = GdbcNinjaFormsAdminModule::getInstance();
45
 
46
  $this->registerGroupedModules(array(
47
+ new MchGdbcGroupedModules(__('WPBruiser - Popular Contact Forms Settings', GoodByeCaptcha::PLUGIN_SLUG), $modulesList)
48
  )
49
  );
50
 
engine/admin/pages/GdbcLicensesAdminPage.php ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Copyright (C) 2015 Mihai Chelaru
5
+ *
6
+ * This program is free software; you can redistribute it and/or
7
+ * modify it under the terms of the GNU General Public License
8
+ * as published by the Free Software Foundation; either version 2
9
+ * of the License, or (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program; if not, write to the Free Software
18
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19
+ */
20
+
21
+ class GdbcLicensesAdminPage extends GdbcBaseAdminPage
22
+ {
23
+ public function __construct($pageMenuTitle, $pageBrowserTitle, $pluginSlug)
24
+ {
25
+ parent::__construct($pageMenuTitle, $pageBrowserTitle, $pluginSlug);
26
+
27
+ $modulesList = array();
28
+
29
+ if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_LICENSES) && count(GdbcLicensesAdminModule::getInstance()->getDefaultOptions()) > 0)
30
+ $modulesList[] = GdbcLicensesAdminModule::getInstance();
31
+
32
+ $this->registerGroupedModules(array(
33
+ new MchGdbcGroupedModules(__('WPBruiser - Extensions Licenses', GoodByeCaptcha::PLUGIN_SLUG), $modulesList)
34
+ )
35
+ );
36
+
37
+ }
38
+
39
+ }
engine/admin/pages/GdbcMembershipAdminPage.php CHANGED
@@ -29,6 +29,9 @@ class GdbcMembershipAdminPage extends GdbcBaseAdminPage
29
  if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_ULTIMATE_MEMBER))
30
  $arrModules[] = GdbcUltimateMemberAdminModule::getInstance();
31
 
 
 
 
32
  if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_BUDDY_PRESS))
33
  $arrModules[] = GdbcBuddyPressAdminModule::getInstance();
34
 
@@ -43,7 +46,7 @@ class GdbcMembershipAdminPage extends GdbcBaseAdminPage
43
 
44
 
45
  $this->registerGroupedModules(array(
46
- new MchGdbcGroupedModules(__('GoodBye Captcha - Membership Plugins Settings', GoodByeCaptcha::PLUGIN_SLUG), $arrModules)
47
  )
48
  );
49
 
29
  if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_ULTIMATE_MEMBER))
30
  $arrModules[] = GdbcUltimateMemberAdminModule::getInstance();
31
 
32
+ if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_MEMBER_PRESS))
33
+ $arrModules[] = GdbcMemberPressAdminModule::getInstance();
34
+
35
  if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_BUDDY_PRESS))
36
  $arrModules[] = GdbcBuddyPressAdminModule::getInstance();
37
 
46
 
47
 
48
  $this->registerGroupedModules(array(
49
+ new MchGdbcGroupedModules(__('WPBruiser - Membership Plugins Settings', GoodByeCaptcha::PLUGIN_SLUG), $arrModules)
50
  )
51
  );
52
 
engine/admin/pages/GdbcNotificationsAdminPage.php CHANGED
@@ -30,7 +30,7 @@ class GdbcNotificationsAdminPage extends GdbcBaseAdminPage
30
  $modulesList[] = GdbcEmailNotificationsAdminModule::getInstance();
31
 
32
  $this->registerGroupedModules(array(
33
- new MchGdbcGroupedModules(__('GoodBye Captcha - Notifications Settings', GoodByeCaptcha::PLUGIN_SLUG), $modulesList)
34
  )
35
  );
36
 
30
  $modulesList[] = GdbcEmailNotificationsAdminModule::getInstance();
31
 
32
  $this->registerGroupedModules(array(
33
+ new MchGdbcGroupedModules(__('WPBruiser - Notifications Settings', GoodByeCaptcha::PLUGIN_SLUG), $modulesList)
34
  )
35
  );
36
 
engine/admin/pages/GdbcOthersAdminPage.php CHANGED
@@ -33,7 +33,7 @@ class GdbcOthersAdminPage extends GdbcBaseAdminPage
33
 
34
 
35
  $this->registerGroupedModules(array(
36
- new MchGdbcGroupedModules(__('GoodBye Captcha - Subscriptions Plugins Settings', GoodByeCaptcha::PLUGIN_SLUG), $modulesList)
37
  )
38
  );
39
 
@@ -43,7 +43,7 @@ class GdbcOthersAdminPage extends GdbcBaseAdminPage
43
  $modulesList[] = GdbcWooCommerceAdminModule::getInstance();
44
 
45
  $this->registerGroupedModules(array(
46
- new MchGdbcGroupedModules(__('GoodBye Captcha - eCommerce Plugins Settings', GoodByeCaptcha::PLUGIN_SLUG), $modulesList)
47
  )
48
  );
49
 
@@ -60,7 +60,7 @@ class GdbcOthersAdminPage extends GdbcBaseAdminPage
60
  $modulesList[] = GdbcSeamlessDonationsAdminModule::getInstance();
61
 
62
  $this->registerGroupedModules(array(
63
- new MchGdbcGroupedModules(__('GoodBye Captcha - Other Popular Plugins', GoodByeCaptcha::PLUGIN_SLUG), $modulesList)
64
  )
65
  );
66
 
33
 
34
 
35
  $this->registerGroupedModules(array(
36
+ new MchGdbcGroupedModules(__('WPBruiser - Subscriptions Plugins Settings', GoodByeCaptcha::PLUGIN_SLUG), $modulesList)
37
  )
38
  );
39
 
43
  $modulesList[] = GdbcWooCommerceAdminModule::getInstance();
44
 
45
  $this->registerGroupedModules(array(
46
+ new MchGdbcGroupedModules(__('WPBruiser - eCommerce Plugins Settings', GoodByeCaptcha::PLUGIN_SLUG), $modulesList)
47
  )
48
  );
49
 
60
  $modulesList[] = GdbcSeamlessDonationsAdminModule::getInstance();
61
 
62
  $this->registerGroupedModules(array(
63
+ new MchGdbcGroupedModules(__('WPBruiser - Other Popular Plugins', GoodByeCaptcha::PLUGIN_SLUG), $modulesList)
64
  )
65
  );
66
 
engine/admin/pages/GdbcReportsAdminPage.php CHANGED
@@ -29,7 +29,7 @@ class GdbcReportsAdminPage extends GdbcBaseAdminPage
29
  return;
30
 
31
  $this->registerGroupedModules(array(
32
- new MchGdbcGroupedModules(__('GoodBye Captcha - Blocked Attempts', GoodByeCaptcha::PLUGIN_SLUG), array(GdbcReportsAdminModule::getInstance()))
33
  )
34
  );
35
 
@@ -49,9 +49,9 @@ class GdbcReportsAdminPage extends GdbcBaseAdminPage
49
  $arrReportsNavigationTabUrl[] = esc_url(add_query_arg($arrQueryString, $pageAdminUrl));
50
  $arrQueryString['gdbc-detailed-report'] = 1;
51
  $arrReportsNavigationTabUrl[] = esc_url(add_query_arg($arrQueryString, $pageAdminUrl));
52
-
53
  echo '<div id = "gdbc-reports-holder" class = "clearfix">';
54
- echo '<h3>' . __('GoodBye Captcha - Blocked Attempts', GoodByeCaptcha::PLUGIN_SLUG) . '</h3>';
55
 
56
  GdbcReportsAdminModule::getInstance()->renderReportsMainPageContent($arrReportsNavigationTabUrl);
57
 
29
  return;
30
 
31
  $this->registerGroupedModules(array(
32
+ new MchGdbcGroupedModules(__('WPBruiser - Blocked Attempts', GoodByeCaptcha::PLUGIN_SLUG), array(GdbcReportsAdminModule::getInstance()))
33
  )
34
  );
35
 
49
  $arrReportsNavigationTabUrl[] = esc_url(add_query_arg($arrQueryString, $pageAdminUrl));
50
  $arrQueryString['gdbc-detailed-report'] = 1;
51
  $arrReportsNavigationTabUrl[] = esc_url(add_query_arg($arrQueryString, $pageAdminUrl));
52
+
53
  echo '<div id = "gdbc-reports-holder" class = "clearfix">';
54
+ echo '<h3>' . __('WPBruiser - Blocked Attempts', GoodByeCaptcha::PLUGIN_SLUG) . '</h3>';
55
 
56
  GdbcReportsAdminModule::getInstance()->renderReportsMainPageContent($arrReportsNavigationTabUrl);
57
 
engine/admin/pages/GdbcSecurityAdminPage.php CHANGED
@@ -29,7 +29,7 @@ class GdbcSecurityAdminPage extends GdbcBaseAdminPage
29
  if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_BRUTE_FORCE))
30
  {
31
  $this->registerGroupedModules(array(
32
- new MchGdbcGroupedModules(__('GoodBye Captcha Brute Force Settings', GoodByeCaptcha::PLUGIN_SLUG), array(
33
  GdbcBruteForceAdminModule::getInstance())
34
  )
35
  ));
29
  if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_BRUTE_FORCE))
30
  {
31
  $this->registerGroupedModules(array(
32
+ new MchGdbcGroupedModules(__('WPBruiser Brute Force Settings', GoodByeCaptcha::PLUGIN_SLUG), array(
33
  GdbcBruteForceAdminModule::getInstance())
34
  )
35
  ));
engine/admin/pages/GdbcSettingsAdminPage.php CHANGED
@@ -26,7 +26,7 @@ class GdbcSettingsAdminPage extends GdbcBaseAdminPage
26
  if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_SETTINGS))
27
  {
28
  $this->registerGroupedModules(array(
29
- new MchGdbcGroupedModules(__('GoodBye Captcha General Settings', GoodByeCaptcha::PLUGIN_SLUG), array(
30
  GdbcSettingsAdminModule::getInstance())
31
  )
32
  ));
26
  if(GdbcModulesController::isModuleRegistered(GdbcModulesController::MODULE_SETTINGS))
27
  {
28
  $this->registerGroupedModules(array(
29
+ new MchGdbcGroupedModules(__('WPBruiser General Settings', GoodByeCaptcha::PLUGIN_SLUG), array(
30
  GdbcSettingsAdminModule::getInstance())
31
  )
32
  ));
engine/admin/pages/GdbcWelcomeAdminPage.php ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Copyright (C) 2015 Mihai Chelaru
4
+ *
5
+ * This program is free software; you can redistribute it and/or
6
+ * modify it under the terms of the GNU General Public License
7
+ * as published by the Free Software Foundation; either version 2
8
+ * of the License, or (at your option) any later version.
9
+ *
10
+ * This program is distributed in the hope that it will be useful,
11
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
+ * GNU General Public License for more details.
14
+ *
15
+ * You should have received a copy of the GNU General Public License
16
+ * along with this program; if not, write to the Free Software
17
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18
+ */
19
+
20
+ class GdbcWelcomeAdminPage extends GdbcBaseAdminPage
21
+ {
22
+ CONST GDBC_WELCOME_PAGE_CACHE_KEY = __CLASS__;
23
+
24
+ public function __construct($pageMenuTitle, $pageBrowserTitle, $pluginSlug)
25
+ {
26
+ parent::__construct($pageMenuTitle, $pageBrowserTitle, $pluginSlug);
27
+
28
+ $this->setPageLayoutColumns(1);
29
+
30
+ if(null !== GoodByeCaptchaUtils::getAvailableCacheStorage(null) && GoodByeCaptchaUtils::getAvailableCacheStorage(null)->has(self::GDBC_WELCOME_PAGE_CACHE_KEY))
31
+ {
32
+ GoodByeCaptchaUtils::getAvailableCacheStorage(null)->delete(self::GDBC_WELCOME_PAGE_CACHE_KEY);
33
+ }
34
+ }
35
+
36
+ public function renderPageContent()
37
+ {
38
+ $templateFilePath = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'templates' . DIRECTORY_SEPARATOR . 'welcome-page.html';
39
+
40
+ if( ! MchGdbcWpUtils::fileExists($templateFilePath) )
41
+ return;
42
+
43
+ $aboutPluginText = 'Thank you for installing! WPBruiser is an anti-spam and security plugin based on algorithms that identify spam bots without any annoying and hard to read captcha images.';
44
+
45
+
46
+ $arrPageDirectives = array(
47
+ '{page-main-title}' => __('Welcome to WPBruiser ' . GoodByeCaptcha::PLUGIN_VERSION, GoodByeCaptcha::PLUGIN_SLUG),
48
+ '{about-plugin}' => __($aboutPluginText, GoodByeCaptcha::PLUGIN_SLUG),
49
+ );
50
+
51
+
52
+ echo str_replace(array_keys($arrPageDirectives), array_values($arrPageDirectives), file_get_contents($templateFilePath));
53
+
54
+
55
+ }
56
+
57
+
58
+
59
+
60
+ }
engine/admin/pages/GdbcWordpressAdminPage.php CHANGED
@@ -82,7 +82,7 @@ class GdbcWordpressAdminPage extends GdbcBaseAdminPage
82
 
83
 
84
  $textInfo = '<div class = "mch-meta-notice-info">';
85
- $textInfo .= __('<span><b>Feel free to Completely Disable XML-RPC if you are using Jetpack plugin</b>. GoodBye Captcha simply allows Jetpack\'s XML-RPC Requests</span>', GoodByeCaptcha::PLUGIN_SLUG);
86
  $textInfo .= '</div>';
87
 
88
  echo $textInfo;
82
 
83
 
84
  $textInfo = '<div class = "mch-meta-notice-info">';
85
+ $textInfo .= __('<span><b>Feel free to Completely Disable XML-RPC if you are using Jetpack plugin</b>. WPBruiser simply allows Jetpack\'s XML-RPC Requests</span>', GoodByeCaptcha::PLUGIN_SLUG);
86
  $textInfo .= '</div>';
87
 
88
  echo $textInfo;
engine/admin/pages/templates/welcome-page.html ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <h1>{page-main-title}</h1>
2
+ <div class = "about-text wpbr-about">
3
+ {about-plugin}
4
+ </div>
5
+ <div class="wp-badge wpbr-badge"></div>
6
+
7
+ <div class="changelog">
8
+ <div class="feature-section"></div>
9
+ </div>
10
+
11
+
12
+ <div class="changelog">
13
+ <h3>Getting Started</h3>
14
+ <div class="feature-section">
15
+ <p>Thank you for installing! WPBruiser is an anti-spam and security plugin based on algorithms that identify spam bots without any annoying and hard to read captcha images.</p>
16
+ </div>
17
+ </div>
18
+
engine/modules/GdbcBaseAdminModule.php CHANGED
@@ -178,6 +178,7 @@ abstract class GdbcBaseAdminModule extends MchGdbcBaseAdminModule
178
 
179
 
180
  'country' => __('Country', GoodByeCaptcha::PLUGIN_SLUG),
 
181
  'item_name' => __('Item', GoodByeCaptcha::PLUGIN_SLUG),
182
  'amount' => __('Amount', GoodByeCaptcha::PLUGIN_SLUG),
183
  'paymentmethod' => __('Method', GoodByeCaptcha::PLUGIN_SLUG),
178
 
179
 
180
  'country' => __('Country', GoodByeCaptcha::PLUGIN_SLUG),
181
+ 'coupon' => __('Coupon', GoodByeCaptcha::PLUGIN_SLUG),
182
  'item_name' => __('Item', GoodByeCaptcha::PLUGIN_SLUG),
183
  'amount' => __('Amount', GoodByeCaptcha::PLUGIN_SLUG),
184
  'paymentmethod' => __('Method', GoodByeCaptcha::PLUGIN_SLUG),
engine/modules/email-notifications/GdbcEmailNotificationsAdminModule.php CHANGED
@@ -46,7 +46,7 @@ class GdbcEmailNotificationsAdminModule extends GdbcBaseAdminModule
46
  self::OPTION_EMAIL_ADDRESS => array(
47
  'Value' => MchGdbcWpUtils::getAdminEmailAddress(),
48
  'LabelText' => __('Administrator Email Address', GoodByeCaptcha::PLUGIN_SLUG),
49
- 'Description' => __('The email address where GoodBye Captcha will send notifications', GoodByeCaptcha::PLUGIN_SLUG),
50
  'InputType' => MchGdbcHtmlUtils::FORM_ELEMENT_INPUT_TEXT
51
  ),
52
 
46
  self::OPTION_EMAIL_ADDRESS => array(
47
  'Value' => MchGdbcWpUtils::getAdminEmailAddress(),
48
  'LabelText' => __('Administrator Email Address', GoodByeCaptcha::PLUGIN_SLUG),
49
+ 'Description' => __('The email address where WPBruiser will send notifications', GoodByeCaptcha::PLUGIN_SLUG),
50
  'InputType' => MchGdbcHtmlUtils::FORM_ELEMENT_INPUT_TEXT
51
  ),
52
 
engine/modules/email-notifications/GdbcEmailNotificationsPublicModule.php CHANGED
@@ -58,7 +58,7 @@ class GdbcEmailNotificationsPublicModule extends GdbcBasePublicModule
58
 
59
  empty($emailAddressToSend) ? $emailAddressToSend = MchGdbcWpUtils::getAdminEmailAddress() : null;
60
 
61
- empty($this->EmailSubject) ? $this->EmailSubject = __('GoodBye Captcha Notification', GoodByeCaptcha::PLUGIN_SLUG) : null;
62
 
63
  //$emailContent = file_get_contents($this->layoutTemplateFilePath);
64
 
58
 
59
  empty($emailAddressToSend) ? $emailAddressToSend = MchGdbcWpUtils::getAdminEmailAddress() : null;
60
 
61
+ empty($this->EmailSubject) ? $this->EmailSubject = __('WPBruiser Notification', GoodByeCaptcha::PLUGIN_SLUG) : null;
62
 
63
  //$emailContent = file_get_contents($this->layoutTemplateFilePath);
64
 
engine/modules/email-notifications/templates/notification-base-layout.html CHANGED
@@ -5,7 +5,7 @@
5
  <div style="max-width:700px;padding:20px;background:#fff;border-radius:5px;margin:0 auto;font-family: Open Sans,Helvetica,Arial;font-size: 15px;color: #666;">
6
 
7
  <div style="color:#444;font-weight:normal;">
8
- <div style="text-align:left;font-weight:600;font-size:20px;padding:10px 0; color:#005790">GoodBye Captcha - Notification</div>
9
  <div style="clear:both"></div>
10
  </div>
11
 
@@ -15,7 +15,7 @@
15
 
16
  <div style="color: #999;padding: 10px 0; border-top:3px solid #eee; margin-top: 30px;">
17
  <div style="">Enjoy a Spam-Free and Bot-Free Wordpress site!</div>
18
- <div style="">The <a href="http://www.goodbyecaptcha.com/" style="color: #3ba1da;text-decoration: none;">GoodBye Captcha</a> Team</div>
19
  </div>
20
 
21
  <div style="margin-top:10px; padding:15px;background:#eee;border-radius:3px;text-align:center;">If you need any assistance, please feel free to <a href="http://www.goodbyecaptcha.com/contact/" style="color:#3ba1da;text-decoration:none;">contact us</a>.</div>
5
  <div style="max-width:700px;padding:20px;background:#fff;border-radius:5px;margin:0 auto;font-family: Open Sans,Helvetica,Arial;font-size: 15px;color: #666;">
6
 
7
  <div style="color:#444;font-weight:normal;">
8
+ <div style="text-align:left;font-weight:600;font-size:20px;padding:10px 0; color:#005790">WPBruiser - Notification</div>
9
  <div style="clear:both"></div>
10
  </div>
11
 
15
 
16
  <div style="color: #999;padding: 10px 0; border-top:3px solid #eee; margin-top: 30px;">
17
  <div style="">Enjoy a Spam-Free and Bot-Free Wordpress site!</div>
18
+ <div style="">The <a href="http://www.goodbyecaptcha.com/" style="color: #3ba1da;text-decoration: none;">WPBruiser</a> Team</div>
19
  </div>
20
 
21
  <div style="margin-top:10px; padding:15px;background:#eee;border-radius:3px;text-align:center;">If you need any assistance, please feel free to <a href="http://www.goodbyecaptcha.com/contact/" style="color:#3ba1da;text-decoration:none;">contact us</a>.</div>
engine/modules/email-notifications/templates/notification-brute-force-attack.php CHANGED
@@ -1,5 +1,5 @@
1
  <p>Hi {admin-full-name},</p>
2
- <p>On {detection-date-time}, GoodBye Captcha has detected a Brute Force Attack on your {current-site-link} website.</p>
3
 
4
 
5
  <table width="100%" cellpadding = "0" cellspacing="0" style="border:1px solid #ddd; background-color: transparent; border-spacing:0; border-collapse: collapse">
1
  <p>Hi {admin-full-name},</p>
2
+ <p>On {detection-date-time}, WPBruiser has detected a Brute Force Attack on your {current-site-link} website.</p>
3
 
4
 
5
  <table width="100%" cellpadding = "0" cellspacing="0" style="border:1px solid #ddd; background-color: transparent; border-spacing:0; border-collapse: collapse">
engine/modules/email-notifications/templates/notification-test-mode.php CHANGED
@@ -1,5 +1,5 @@
1
  <p>Hi <?php echo $adminFullName; ?>,</p>
2
- <p>GoodBye Captcha was switched to <b>Test Mode</b> on <?php echo $currentSiteLink; ?> and received the following request information:</p>
3
 
4
  <div style = "padding:10px 0 0;color:#333;">
5
  <span style="color:#999; width:125px; display:inline-block;">Submitted Form:</span>
1
  <p>Hi <?php echo $adminFullName; ?>,</p>
2
+ <p>WPBruiser was switched to <b>Test Mode</b> on <?php echo $currentSiteLink; ?> and received the following request information:</p>
3
 
4
  <div style = "padding:10px 0 0;color:#333;">
5
  <span style="color:#999; width:125px; display:inline-block;">Submitted Form:</span>
engine/modules/reports/partials/reports-stats.php CHANGED
@@ -44,7 +44,7 @@
44
  <span class="btn-label">
45
  <i class="glyphicon glyphicon-star"></i>
46
  </span>
47
- Rate GoodBye Captcha
48
  </a>
49
  </p>
50
  </div>
44
  <span class="btn-label">
45
  <i class="glyphicon glyphicon-star"></i>
46
  </span>
47
+ Rate WPBruiser
48
  </a>
49
  </p>
50
  </div>
engine/modules/settings/GdbcSettingsAdminModule.php CHANGED
@@ -33,6 +33,7 @@ class GdbcSettingsAdminModule extends GdbcBaseAdminModule
33
  CONST OPTION_BLOCKED_CONTENT_LOG_DAYS = 'MaxContentLogDays';
34
  CONST OPTION_TEST_MODE_ACTIVATED = 'IsTestModeActivated';
35
  CONST OPTION_CACHE_DIR_PATH = 'CacheDirPath';
 
36
 
37
  protected function __construct()
38
  {
@@ -79,7 +80,7 @@ class GdbcSettingsAdminModule extends GdbcBaseAdminModule
79
 
80
  self::OPTION_TEST_MODE_ACTIVATED => array(
81
  'Value' => NULL,
82
- 'LabelText' => __('Switch GoodBye Captcha to Test Mode', GoodByeCaptcha::PLUGIN_SLUG),
83
  'Description' => __('While in Test Mode you will receive email notifications at {notification-email}', GoodByeCaptcha::PLUGIN_SLUG),
84
  'InputType' => MchGdbcHtmlUtils::FORM_ELEMENT_INPUT_CHECKBOX
85
  ),
@@ -93,7 +94,7 @@ class GdbcSettingsAdminModule extends GdbcBaseAdminModule
93
 
94
  // public function renderModuleSettingsSectionHeader(array $arrSectionInfo)
95
  // {
96
- // echo '<h3>' . __('GoodBye Captcha General Settings', GoodByeCaptcha::PLUGIN_SLUG) . '</h3><hr />';
97
  // }
98
 
99
  public function renderModuleSettingsField(array $arrSettingsField)
@@ -213,8 +214,8 @@ class GdbcSettingsAdminModule extends GdbcBaseAdminModule
213
  if( (false === (!!$forceNewValues)) && !empty($inputHiddenName) )
214
  return;
215
 
216
- if ( defined( 'WP_UNINSTALL_PLUGIN' ) )
217
- return;
218
 
219
  $arrSettingOptions = array(
220
  self::OPTION_TOKEN_SECRET_KEY => MchCrypt::getRandomString(MchCrypt::getCipherKeySize()),
33
  CONST OPTION_BLOCKED_CONTENT_LOG_DAYS = 'MaxContentLogDays';
34
  CONST OPTION_TEST_MODE_ACTIVATED = 'IsTestModeActivated';
35
  CONST OPTION_CACHE_DIR_PATH = 'CacheDirPath';
36
+ CONST OPTION_HIDE_SUBSCRIBE_FORM = 'HideSubscribeForm';
37
 
38
  protected function __construct()
39
  {
80
 
81
  self::OPTION_TEST_MODE_ACTIVATED => array(
82
  'Value' => NULL,
83
+ 'LabelText' => __('Switch WPBruiser to Test Mode', GoodByeCaptcha::PLUGIN_SLUG),
84
  'Description' => __('While in Test Mode you will receive email notifications at {notification-email}', GoodByeCaptcha::PLUGIN_SLUG),
85
  'InputType' => MchGdbcHtmlUtils::FORM_ELEMENT_INPUT_CHECKBOX
86
  ),
94
 
95
  // public function renderModuleSettingsSectionHeader(array $arrSectionInfo)
96
  // {
97
+ // echo '<h3>' . __('WPBruiser General Settings', GoodByeCaptcha::PLUGIN_SLUG) . '</h3><hr />';
98
  // }
99
 
100
  public function renderModuleSettingsField(array $arrSettingsField)
214
  if( (false === (!!$forceNewValues)) && !empty($inputHiddenName) )
215
  return;
216
 
217
+ // if ( defined( 'WP_UNINSTALL_PLUGIN' ) )
218
+ // return;
219
 
220
  $arrSettingOptions = array(
221
  self::OPTION_TOKEN_SECRET_KEY => MchCrypt::getRandomString(MchCrypt::getCipherKeySize()),
engine/modules/wordpress-tweaks/GdbcWordPressTweaksPublicModule.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /**
3
- * Copyright (C) 2014 Mihai Chelaru
4
  *
5
  * This program is free software; you can redistribute it and/or
6
  * modify it under the terms of the GNU General Public License
@@ -58,7 +58,7 @@ class GdbcWordPressTweaksPublicModule extends GdbcBasePublicModule
58
 
59
  if(MchGdbcWpUtils::isXmlRpcRequest() && (bool)$this->getOption(GdbcWordPressTweaksAdminModule::WORDPRESS_XML_RPC_PINGBACK_DISABLED))
60
  {
61
- add_filter('xmlrpc_methods', 'removeXPingBackXmlRpcMethods'); // keep this to priority 10
62
  }
63
 
64
 
@@ -101,14 +101,15 @@ class GdbcWordPressTweaksPublicModule extends GdbcBasePublicModule
101
  public function removeXPingBackXmlRpcMethods($arrXmlRpcMethods)
102
  {
103
  if(empty($_POST) || GdbcIPUtils::isClientIpWhiteListed())
104
- return;
105
 
106
  if(GoodByeCaptchaUtils::isJetPackPluginActivated() && MchGdbcTrustedIPRanges::isIPInAutomatticRanges(GdbcIPUtils::getClientIpAddress(), MchGdbcIPUtils::getIpAddressVersion(GdbcIPUtils::getClientIpAddress()))) {
107
- return;
108
  }
109
 
110
  unset( $arrXmlRpcMethods['pingback.ping'] );
111
  unset( $arrXmlRpcMethods['pingback.extensions.getPingbacks'] );
 
112
  return $arrXmlRpcMethods;
113
  }
114
 
1
  <?php
2
  /**
3
+ * Copyright (C) 2015 Mihai Chelaru
4
  *
5
  * This program is free software; you can redistribute it and/or
6
  * modify it under the terms of the GNU General Public License
58
 
59
  if(MchGdbcWpUtils::isXmlRpcRequest() && (bool)$this->getOption(GdbcWordPressTweaksAdminModule::WORDPRESS_XML_RPC_PINGBACK_DISABLED))
60
  {
61
+ add_filter('xmlrpc_methods', array($this, 'removeXPingBackXmlRpcMethods'));
62
  }
63
 
64
 
101
  public function removeXPingBackXmlRpcMethods($arrXmlRpcMethods)
102
  {
103
  if(empty($_POST) || GdbcIPUtils::isClientIpWhiteListed())
104
+ return $arrXmlRpcMethods;
105
 
106
  if(GoodByeCaptchaUtils::isJetPackPluginActivated() && MchGdbcTrustedIPRanges::isIPInAutomatticRanges(GdbcIPUtils::getClientIpAddress(), MchGdbcIPUtils::getIpAddressVersion(GdbcIPUtils::getClientIpAddress()))) {
107
+ return $arrXmlRpcMethods;
108
  }
109
 
110
  unset( $arrXmlRpcMethods['pingback.ping'] );
111
  unset( $arrXmlRpcMethods['pingback.extensions.getPingbacks'] );
112
+
113
  return $arrXmlRpcMethods;
114
  }
115
 
engine/modules/wordpress/GdbcWordPressPublicModule.php CHANGED
@@ -19,9 +19,10 @@
19
 
20
  class GdbcWordPressPublicModule extends GdbcBasePublicModule
21
  {
22
- private $commentFormActionIndex = null;
23
- private $loginFormHookIndex = null;
24
- private $loginFormBottomHookIndex = null;
 
25
 
26
  protected function __construct()
27
  {
@@ -47,7 +48,6 @@ class GdbcWordPressPublicModule extends GdbcBasePublicModule
47
  $this->activateLostPasswordHooks();
48
  }
49
 
50
-
51
  }
52
 
53
 
@@ -93,14 +93,20 @@ class GdbcWordPressPublicModule extends GdbcBasePublicModule
93
  $this->loginFormBottomHookIndex = $this->addActionHook('login_form_bottom', array($this, 'getTokenFieldForLoginForm'));
94
 
95
  $this->addFilterHook('wp_authenticate_user', array($this, 'validateLoginUserAuthentication'), 25, 2);
96
- $this->addFilterHook('authenticate', array($this, 'validateLoginAuthentication'), 73, 3);
97
 
98
  $this->addActionHook('wp_authenticate', array($this, 'preventBruteForceAuthentication'), 1, 2);
99
 
100
  $this->addActionHook('wp_login_failed', array($this, 'registerXmlRpcFailedLogin'), 1, 1);
101
 
 
 
 
 
 
102
  }
103
 
 
104
  public function registerXmlRpcFailedLogin($userName)
105
  {
106
  if( ! MchGdbcWpUtils::isXmlRpcRequest() )
@@ -137,6 +143,12 @@ class GdbcWordPressPublicModule extends GdbcBasePublicModule
137
  public function validateLoginAuthentication($wpUser, $userName, $password)
138
  {
139
 
 
 
 
 
 
 
140
  if (is_wp_error($wpUser) && in_array($wpUser->get_error_code(), array('empty_username', 'empty_password')) ) {
141
  return $wpUser;
142
  }
@@ -251,23 +263,26 @@ class GdbcWordPressPublicModule extends GdbcBasePublicModule
251
 
252
  public function validateCommentsFormEncryptedToken($arrComment)
253
  {
254
-
255
- $arrWordPressCommentsType = array('comment' => 1, 'pingback' => 1, 'trackback' => 1);
256
-
257
- if( is_admin() || ( !empty($arrComment['comment_type']) && !isset($arrWordPressCommentsType[strtolower($arrComment['comment_type'])]) ) )
258
  return $arrComment;
259
 
260
- $arrComment['comment_post_ID'] = (!empty($arrComment['comment_post_ID']) && is_numeric($arrComment['comment_post_ID'])) ? (int)$arrComment['comment_post_ID'] : 0;
261
-
262
- if(0 === $arrComment['comment_post_ID']) {
263
- wp_safe_redirect(home_url('/'));exit;
264
- }
265
-
266
- if(!array_key_exists(get_post_type($arrComment['comment_post_ID']), get_post_types( array('public' => true, '_builtin' => true)) ))
267
- {
268
- return $arrComment; // not a regular wordpress post
269
- }
 
 
 
 
 
270
 
 
271
 
272
  $this->getAttemptEntity()->SectionId = $this->getOptionIdByOptionName(GdbcWordpressAdminModule::WORDPRESS_COMMENTS_FORM);
273
  $this->getAttemptEntity()->Notes = array_filter($arrComment);
@@ -298,6 +313,22 @@ class GdbcWordPressPublicModule extends GdbcBasePublicModule
298
  }
299
 
300
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
301
  public static function getInstance()
302
  {
303
  static $publicInstance = null;
19
 
20
  class GdbcWordPressPublicModule extends GdbcBasePublicModule
21
  {
22
+ private $commentFormActionIndex = null;
23
+ private $loginFormHookIndex = null;
24
+ private $loginFormBottomHookIndex = null;
25
+ private $loginAuthenticateFilterHookIndex = null;
26
 
27
  protected function __construct()
28
  {
48
  $this->activateLostPasswordHooks();
49
  }
50
 
 
51
  }
52
 
53
 
93
  $this->loginFormBottomHookIndex = $this->addActionHook('login_form_bottom', array($this, 'getTokenFieldForLoginForm'));
94
 
95
  $this->addFilterHook('wp_authenticate_user', array($this, 'validateLoginUserAuthentication'), 25, 2);
96
+ $this->loginAuthenticateFilterHookIndex = $this->addFilterHook('authenticate', array($this, 'validateLoginAuthentication'), 95, 3);
97
 
98
  $this->addActionHook('wp_authenticate', array($this, 'preventBruteForceAuthentication'), 1, 2);
99
 
100
  $this->addActionHook('wp_login_failed', array($this, 'registerXmlRpcFailedLogin'), 1, 1);
101
 
102
+
103
+ if(GoodByeCaptchaUtils::isGoogleAppsLoginPluginActivated()){
104
+ $this->addActionHook('gal_user_loggedin', array($this, 'isUserAuthenticatedByGoogleAppsLogin'), 1, 1);
105
+ }
106
+
107
  }
108
 
109
+
110
  public function registerXmlRpcFailedLogin($userName)
111
  {
112
  if( ! MchGdbcWpUtils::isXmlRpcRequest() )
143
  public function validateLoginAuthentication($wpUser, $userName, $password)
144
  {
145
 
146
+ if($this->isUserAuthenticatedByGoogleAppsLogin())
147
+ return $wpUser;
148
+
149
+ // if( is_a($wpUser, 'WP_User') )
150
+ // return $wpUser;
151
+
152
  if (is_wp_error($wpUser) && in_array($wpUser->get_error_code(), array('empty_username', 'empty_password')) ) {
153
  return $wpUser;
154
  }
263
 
264
  public function validateCommentsFormEncryptedToken($arrComment)
265
  {
266
+ if(is_admin() && is_user_logged_in() && current_user_can( 'moderate_comments' ))
 
 
 
267
  return $arrComment;
268
 
269
+ // $arrWordPressCommentsType = array('comment' => 1, 'pingback' => 1, 'trackback' => 1);
270
+ //
271
+ // if( is_admin() || ( !empty($arrComment['comment_type']) && !isset($arrWordPressCommentsType[strtolower($arrComment['comment_type'])]) ) )
272
+ // return $arrComment;
273
+ //
274
+ // $arrComment['comment_post_ID'] = (!empty($arrComment['comment_post_ID']) && is_numeric($arrComment['comment_post_ID'])) ? (int)$arrComment['comment_post_ID'] : 0;
275
+ //
276
+ // if(0 === $arrComment['comment_post_ID']) {
277
+ // wp_safe_redirect(home_url('/'));exit;
278
+ // }
279
+ //
280
+ // if(!array_key_exists(get_post_type($arrComment['comment_post_ID']), get_post_types( array('public' => true, '_builtin' => true)) ))
281
+ // {
282
+ // return $arrComment; // not a regular wordpress post
283
+ // }
284
 
285
+ $arrComment['comment_post_ID'] = (!empty($arrComment['comment_post_ID']) && is_numeric($arrComment['comment_post_ID'])) ? (int)$arrComment['comment_post_ID'] : 0;
286
 
287
  $this->getAttemptEntity()->SectionId = $this->getOptionIdByOptionName(GdbcWordpressAdminModule::WORDPRESS_COMMENTS_FORM);
288
  $this->getAttemptEntity()->Notes = array_filter($arrComment);
313
  }
314
 
315
 
316
+ public function isUserAuthenticatedByGoogleAppsLogin($wpUser = null)
317
+ {
318
+ static $isUserAuthenticated = null;
319
+
320
+ if(null !== $wpUser) {
321
+ $isUserAuthenticated = is_a($wpUser, 'WP_User');
322
+ }
323
+
324
+ return !empty($isUserAuthenticated);
325
+ }
326
+
327
+ public function getLoginAuthenticateFilterHookIndex()
328
+ {
329
+ return $this->loginAuthenticateFilterHookIndex;
330
+ }
331
+
332
  public static function getInstance()
333
  {
334
  static $publicInstance = null;
goodbye-captcha.php CHANGED
@@ -1,17 +1,17 @@
1
  <?php
2
  /**
3
  *
4
- * @package GoodBye Captcha
5
  * @author Mihai Chelaru
6
  * @license GPL-2.0+
7
  * @link http://www.goodbyecaptcha.com
8
- * @copyright 2015 GoodBye Captcha
9
  *
10
  * @wordpress-plugin
11
- * Plugin Name: GoodBye Captcha
12
  * Plugin URI: http://www.goodbyecaptcha.com
13
  * Description: An extremely powerful anti-spam plugin that blocks spambots without annoying captcha images.
14
- * Version: 2.0
15
  * Author: Mihai Chelaru
16
  * Author URI: http://www.goodbyecaptcha.com
17
  * Text Domain: goodbye-captcha
@@ -21,57 +21,56 @@
21
 
22
  class GoodByeCaptcha
23
  {
24
- CONST PLUGIN_VERSION = '2.0';
25
- CONST PLUGIN_SHORT_CODE = 'gdbc';
26
- CONST PLUGIN_SLUG = 'goodbye-captcha';
 
27
  CONST PLUGIN_SITE_URL = 'http://www.goodbyecaptcha.com';
28
  CONST PLUGIN_MAIN_FILE = __FILE__;
29
 
30
  private static $arrPluginInfo = array(
31
 
32
- 'PLUGIN_DOMAIN_PATH' => 'languages',
33
- 'PLUGIN_MAIN_FILE' => self::PLUGIN_MAIN_FILE,
34
- 'PLUGIN_SHORT_CODE' => self::PLUGIN_SHORT_CODE,
35
- 'PLUGIN_VERSION' => self::PLUGIN_VERSION,
36
- 'PLUGIN_SLUG' => self::PLUGIN_SLUG,
37
 
38
  );
39
 
40
  private static $arrClassMap = array(
41
 
42
- 'GoodByeCaptchaPublic' => '/engine/GoodByeCaptchaPublic.php',
43
- 'GoodByeCaptchaAdmin' => '/engine/GoodByeCaptchaAdmin.php',
44
- 'GdbcAjaxController' => '/engine/GdbcAjaxController.php',
45
- 'GoodByeCaptchaUtils' => '/engine/GoodByeCaptchaUtils.php',
46
- 'GdbcRequestController' => '/engine/GdbcRequestController.php',
47
- 'GdbcIPUtils' => '/engine/GdbcIPUtils.php',
48
- 'GdbcUpdatesController' => '/engine/GdbcUpdatesController.php',
49
- 'GdbcModulesController' => '/engine/GdbcModulesController.php',
50
- 'GdbcBaseAdminModule' => '/engine/modules/GdbcBaseAdminModule.php',
51
- 'GdbcBasePublicModule' => '/engine/modules/GdbcBasePublicModule.php',
52
-
53
- 'GdbcBaseAdminPage' => '/engine/admin/pages/GdbcBaseAdminPage.php',
54
- 'GdbcContactFormsAdminPage' => '/engine/admin/pages/GdbcContactFormsAdminPage.php',
55
- 'GdbcSettingsAdminPage' => '/engine/admin/pages/GdbcSettingsAdminPage.php',
56
- 'GdbcWordpressAdminPage' => '/engine/admin/pages/GdbcWordpressAdminPage.php',
57
- 'GdbcNotificationsAdminPage' => '/engine/admin/pages/GdbcNotificationsAdminPage.php',
58
- 'GdbcMembershipAdminPage' => '/engine/admin/pages/GdbcMembershipAdminPage.php',
59
- 'GdbcSecurityAdminPage' => '/engine/admin/pages/GdbcSecurityAdminPage.php',
60
- 'GdbcOthersAdminPage' => '/engine/admin/pages/GdbcOthersAdminPage.php',
61
- 'GdbcReportsAdminPage' => '/engine/admin/pages/GdbcReportsAdminPage.php',
62
- 'GdbcAdminNotice' => '/engine/admin/GdbcAdminNotice.php',
63
-
64
- 'GdbcDbAccessController' => '/engine/db-access/GdbcDbAccessController.php',
65
- 'GdbcBruteGuardian' => '/engine/GdbcBruteGuardian.php',
66
- 'GdbcAttemptEntity' => '/engine/entities/GdbcAttemptEntity.php',
67
- 'GdbcNotificationsController' => '/engine/GdbcNotificationsController.php',
68
- 'GdbcLogsCleanerTask' => '/engine/tasks/GdbcLogsCleanerTask.php',
69
- 'GdbcTaskScheduler' => '/engine/GdbcTaskScheduler.php',
70
 
71
  );
72
 
73
-
74
-
75
  protected function __construct()
76
  {
77
  GdbcUpdatesController::updateToCurrentVersion();
1
  <?php
2
  /**
3
  *
4
+ * @package WPBruiser
5
  * @author Mihai Chelaru
6
  * @license GPL-2.0+
7
  * @link http://www.goodbyecaptcha.com
8
+ * @copyright 2015 WPBruiser
9
  *
10
  * @wordpress-plugin
11
+ * Plugin Name: WPBruiser
12
  * Plugin URI: http://www.goodbyecaptcha.com
13
  * Description: An extremely powerful anti-spam plugin that blocks spambots without annoying captcha images.
14
+ * Version: 2.1.0
15
  * Author: Mihai Chelaru
16
  * Author URI: http://www.goodbyecaptcha.com
17
  * Text Domain: goodbye-captcha
21
 
22
  class GoodByeCaptcha
23
  {
24
+ CONST PLUGIN_VERSION = '2.1.0';
25
+ CONST PLUGIN_SHORT_CODE = 'wpb';
26
+ CONST PLUGIN_SLUG = 'wp-bruiser';
27
+ CONST PLUGIN_NAME = 'WPBruiser';
28
  CONST PLUGIN_SITE_URL = 'http://www.goodbyecaptcha.com';
29
  CONST PLUGIN_MAIN_FILE = __FILE__;
30
 
31
  private static $arrPluginInfo = array(
32
 
33
+ 'PLUGIN_DOMAIN_PATH' => 'languages',
34
+ 'PLUGIN_MAIN_FILE' => self::PLUGIN_MAIN_FILE,
35
+ 'PLUGIN_SHORT_CODE' => self::PLUGIN_SHORT_CODE,
36
+ 'PLUGIN_VERSION' => self::PLUGIN_VERSION,
37
+ 'PLUGIN_SLUG' => self::PLUGIN_SLUG,
38
 
39
  );
40
 
41
  private static $arrClassMap = array(
42
 
43
+ 'GoodByeCaptchaPublic' => '/engine/GoodByeCaptchaPublic.php',
44
+ 'GoodByeCaptchaAdmin' => '/engine/GoodByeCaptchaAdmin.php',
45
+ 'GdbcAjaxController' => '/engine/GdbcAjaxController.php',
46
+ 'GoodByeCaptchaUtils' => '/engine/GoodByeCaptchaUtils.php',
47
+ 'GdbcRequestController' => '/engine/GdbcRequestController.php',
48
+ 'GdbcIPUtils' => '/engine/GdbcIPUtils.php',
49
+ 'GdbcUpdatesController' => '/engine/GdbcUpdatesController.php',
50
+ 'GdbcModulesController' => '/engine/GdbcModulesController.php',
51
+ 'GdbcBaseAdminModule' => '/engine/modules/GdbcBaseAdminModule.php',
52
+ 'GdbcBasePublicModule' => '/engine/modules/GdbcBasePublicModule.php',
53
+ 'GdbcBaseAdminPage' => '/engine/admin/pages/GdbcBaseAdminPage.php',
54
+ 'GdbcContactFormsAdminPage' => '/engine/admin/pages/GdbcContactFormsAdminPage.php',
55
+ 'GdbcSettingsAdminPage' => '/engine/admin/pages/GdbcSettingsAdminPage.php',
56
+ 'GdbcWordpressAdminPage' => '/engine/admin/pages/GdbcWordpressAdminPage.php',
57
+ 'GdbcNotificationsAdminPage' => '/engine/admin/pages/GdbcNotificationsAdminPage.php',
58
+ 'GdbcMembershipAdminPage' => '/engine/admin/pages/GdbcMembershipAdminPage.php',
59
+ 'GdbcSecurityAdminPage' => '/engine/admin/pages/GdbcSecurityAdminPage.php',
60
+ 'GdbcOthersAdminPage' => '/engine/admin/pages/GdbcOthersAdminPage.php',
61
+ 'GdbcLicensesAdminPage' => '/engine/admin/pages/GdbcLicensesAdminPage.php',
62
+ 'GdbcReportsAdminPage' => '/engine/admin/pages/GdbcReportsAdminPage.php',
63
+ 'GdbcWelcomeAdminPage' => '/engine/admin/pages/GdbcWelcomeAdminPage.php',
64
+ 'GdbcAdminNotice' => '/engine/admin/GdbcAdminNotice.php',
65
+ 'GdbcDbAccessController' => '/engine/db-access/GdbcDbAccessController.php',
66
+ 'GdbcBruteGuardian' => '/engine/GdbcBruteGuardian.php',
67
+ 'GdbcAttemptEntity' => '/engine/entities/GdbcAttemptEntity.php',
68
+ 'GdbcNotificationsController' => '/engine/GdbcNotificationsController.php',
69
+ 'GdbcLogsCleanerTask' => '/engine/tasks/GdbcLogsCleanerTask.php',
70
+ 'GdbcTaskScheduler' => '/engine/GdbcTaskScheduler.php',
71
 
72
  );
73
 
 
 
74
  protected function __construct()
75
  {
76
  GdbcUpdatesController::updateToCurrentVersion();
includes/MchGdbcLibAutoloader.php CHANGED
@@ -57,6 +57,7 @@ final class MchGdbcLibAutoloader
57
  'MchGdbcBaseAdminPlugin' => '/plugin/MchGdbcBaseAdminPlugin.php',
58
  'MchGdbcBasePublicPlugin' => '/plugin/MchGdbcBasePublicPlugin.php',
59
  'MchGdbcBaseAdminPage' => '/plugin/MchGdbcBaseAdminPage.php',
 
60
 
61
  'MchGdbcUtils' => '/utils/MchGdbcUtils.php',
62
  'MchGdbcWpUtils' => '/utils/MchGdbcWpUtils.php',
57
  'MchGdbcBaseAdminPlugin' => '/plugin/MchGdbcBaseAdminPlugin.php',
58
  'MchGdbcBasePublicPlugin' => '/plugin/MchGdbcBasePublicPlugin.php',
59
  'MchGdbcBaseAdminPage' => '/plugin/MchGdbcBaseAdminPage.php',
60
+ 'MchGdbcPluginUpdater' => '/plugin/MchGdbcPluginUpdater.php',
61
 
62
  'MchGdbcUtils' => '/utils/MchGdbcUtils.php',
63
  'MchGdbcWpUtils' => '/utils/MchGdbcWpUtils.php',
includes/modules/MchGdbcBaseModule.php CHANGED
@@ -30,8 +30,13 @@ abstract class MchGdbcBaseModule
30
  $this->moduleSettingsKey .= '-settings';
31
 
32
  $this->arrRegisteredHooks = array(1 => array(), 2 => array()); // 1 - key for actions, 2 - key for filters
 
 
33
  }
34
 
 
 
 
35
  protected function getAllSavedOptions($asNetworkOption)
36
  {
37
  $this->isUsedNetworkWide = (!!$asNetworkOption);
@@ -61,7 +66,7 @@ abstract class MchGdbcBaseModule
61
 
62
  static $hookCounter = 0;
63
  ++$hookCounter;
64
- $hookIndex = (1 === $hookType) ? 'a_' : 'f_';
65
  $hookIndex .= "$hookCounter-$hookType-$hookName-$priority-$numberOfArgumentsToPass";
66
 
67
  $this->arrRegisteredHooks[$hookType][$hookIndex] = array($hookName, $arrCallback, $priority, $numberOfArgumentsToPass);
@@ -84,6 +89,15 @@ abstract class MchGdbcBaseModule
84
  }
85
  }
86
 
 
 
 
 
 
 
 
 
 
87
  public function registerAttachedHooks()
88
  {
89
  static $arrAlreadyRegisteredHooks = array();
30
  $this->moduleSettingsKey .= '-settings';
31
 
32
  $this->arrRegisteredHooks = array(1 => array(), 2 => array()); // 1 - key for actions, 2 - key for filters
33
+
34
+ add_action('init', array($this, 'initializeModuleSettings'), PHP_INT_MAX);
35
  }
36
 
37
+ public function initializeModuleSettings()
38
+ {}
39
+
40
  protected function getAllSavedOptions($asNetworkOption)
41
  {
42
  $this->isUsedNetworkWide = (!!$asNetworkOption);
66
 
67
  static $hookCounter = 0;
68
  ++$hookCounter;
69
+ $hookIndex = (1 === $hookType) ? 'a_' : 'f_';
70
  $hookIndex .= "$hookCounter-$hookType-$hookName-$priority-$numberOfArgumentsToPass";
71
 
72
  $this->arrRegisteredHooks[$hookType][$hookIndex] = array($hookName, $arrCallback, $priority, $numberOfArgumentsToPass);
89
  }
90
  }
91
 
92
+ public function isHookRegistered($hookIndex)
93
+ {
94
+ foreach($this->arrRegisteredHooks as $hookType => $arrIndexedHooks)
95
+ if(isset($arrIndexedHooks[$hookIndex][3]))
96
+ return true;
97
+
98
+ return false;
99
+ }
100
+
101
  public function registerAttachedHooks()
102
  {
103
  static $arrAlreadyRegisteredHooks = array();
includes/plugin/MchGdbcBasePublicPlugin.php CHANGED
@@ -27,7 +27,7 @@ abstract class MchGdbcBasePublicPlugin extends MchGdbcBasePlugin
27
  {
28
  parent::__construct($arrPluginInfo);
29
 
30
- add_action('wp_enqueue_scripts', array( $this, 'enqueuePublicScriptsAndStyles' ));
31
  add_action('after_setup_theme', array( $this, 'registerAfterSetupThemeHooks' ));
32
 
33
  }
@@ -35,6 +35,7 @@ abstract class MchGdbcBasePublicPlugin extends MchGdbcBasePlugin
35
  public function initializePlugin()
36
  {
37
  parent::initializePlugin();
 
38
  }
39
 
40
  private function __clone()
27
  {
28
  parent::__construct($arrPluginInfo);
29
 
30
+ //add_action('wp_enqueue_scripts', array( $this, 'enqueuePublicScriptsAndStyles' ));
31
  add_action('after_setup_theme', array( $this, 'registerAfterSetupThemeHooks' ));
32
 
33
  }
35
  public function initializePlugin()
36
  {
37
  parent::initializePlugin();
38
+ $this->enqueuePublicScriptsAndStyles();
39
  }
40
 
41
  private function __clone()
includes/plugin/MchGdbcPluginUpdater.php CHANGED
@@ -34,6 +34,7 @@ class MchGdbcPluginUpdater
34
  // Set up hooks.
35
  $this->init();
36
  add_action( 'admin_init', array( $this, 'show_changelog' ) );
 
37
  }
38
 
39
  /**
@@ -44,10 +45,10 @@ class MchGdbcPluginUpdater
44
  * @return void
45
  */
46
  public function init() {
47
-
48
  add_filter( 'pre_set_site_transient_update_plugins', array( $this, 'check_update' ) );
49
  add_filter( 'plugins_api', array( $this, 'plugins_api_filter' ), 10, 3 );
50
 
 
51
  add_action( 'after_plugin_row_' . $this->name, array( $this, 'show_update_notification' ), 10, 2 );
52
  }
53
 
@@ -84,10 +85,6 @@ class MchGdbcPluginUpdater
84
 
85
  if( version_compare( $this->version, $version_info->new_version, '<' ) ) {
86
 
87
- if ( empty( $version_info->plugin ) ) {
88
- $version_info->plugin = $this->name;
89
- }
90
-
91
  $_transient_data->response[ $this->name ] = $version_info;
92
 
93
  }
@@ -127,7 +124,9 @@ class MchGdbcPluginUpdater
127
 
128
  $update_cache = get_site_transient( 'update_plugins' );
129
 
130
- if ( ! is_object( $update_cache ) || empty( $update_cache->response ) || empty( $update_cache->response[ $this->name ] ) ) {
 
 
131
 
132
  $cache_key = md5( 'edd_plugin_' .sanitize_key( $this->name ) . '_version_info' );
133
  $version_info = get_transient( $cache_key );
@@ -174,18 +173,18 @@ class MchGdbcPluginUpdater
174
 
175
  if ( empty( $version_info->download_link ) ) {
176
  printf(
177
- __( 'There is a new version of %1$s available. <a target="_blank" class="thickbox" href="%2$s">View version %3$s details</a>.', 'easy-digital-downloads' ),
178
- esc_html( $version_info->name ),
179
- esc_url( $changelog_link ),
180
- esc_html( $version_info->new_version )
181
  );
182
  } else {
183
  printf(
184
- __( 'There is a new version of %1$s available. <a target="_blank" class="thickbox" href="%2$s">View version %3$s details</a> or <a href="%4$s">update now</a>.', 'easy-digital-downloads' ),
185
- esc_html( $version_info->name ),
186
- esc_url( $changelog_link ),
187
- esc_html( $version_info->new_version ),
188
- esc_url( wp_nonce_url( self_admin_url( 'update.php?action=upgrade-plugin&plugin=' ) . $this->name, 'upgrade-plugin_' . $this->name ) )
189
  );
190
  }
191
 
@@ -220,12 +219,12 @@ class MchGdbcPluginUpdater
220
  }
221
 
222
  $to_send = array(
223
- 'slug' => $this->slug,
224
- 'is_ssl' => is_ssl(),
225
- 'fields' => array(
226
- 'banners' => false, // These will be supported soon hopefully
227
- 'reviews' => false
228
- )
229
  );
230
 
231
  $api_response = $this->api_request( 'plugin_information', $to_send );
@@ -270,24 +269,22 @@ class MchGdbcPluginUpdater
270
 
271
  $data = array_merge( $this->api_data, $_data );
272
 
273
- if ( $data['slug'] != $this->slug )
274
- return;
275
-
276
- if ( empty( $data['license'] ) )
277
  return;
 
278
 
279
  if( $this->api_url == home_url() ) {
280
  return false; // Don't allow a plugin to ping itself
281
  }
282
 
283
  $api_params = array(
284
- 'edd_action' => 'get_version',
285
- 'license' => $data['license'],
286
- 'item_name' => isset( $data['item_name'] ) ? $data['item_name'] : false,
287
- 'item_id' => isset( $data['item_id'] ) ? $data['item_id'] : false,
288
- 'slug' => $data['slug'],
289
- 'author' => $data['author'],
290
- 'url' => home_url()
291
  );
292
 
293
  $request = wp_remote_post( $this->api_url, array( 'timeout' => 15, 'sslverify' => false, 'body' => $api_params ) );
@@ -321,7 +318,7 @@ class MchGdbcPluginUpdater
321
  }
322
 
323
  if( ! current_user_can( 'update_plugins' ) ) {
324
- wp_die( __( 'You do not have permission to install plugin updates', 'easy-digital-downloads' ), __( 'Error', 'easy-digital-downloads' ), array( 'response' => 403 ) );
325
  }
326
 
327
  $response = $this->api_request( 'plugin_latest_version', array( 'slug' => $_REQUEST['slug'] ) );
@@ -333,4 +330,5 @@ class MchGdbcPluginUpdater
333
 
334
  exit;
335
  }
 
336
  }
34
  // Set up hooks.
35
  $this->init();
36
  add_action( 'admin_init', array( $this, 'show_changelog' ) );
37
+
38
  }
39
 
40
  /**
45
  * @return void
46
  */
47
  public function init() {
 
48
  add_filter( 'pre_set_site_transient_update_plugins', array( $this, 'check_update' ) );
49
  add_filter( 'plugins_api', array( $this, 'plugins_api_filter' ), 10, 3 );
50
 
51
+ remove_action( 'after_plugin_row_' . $this->name, 'wp_plugin_update_row', 10, 2 );
52
  add_action( 'after_plugin_row_' . $this->name, array( $this, 'show_update_notification' ), 10, 2 );
53
  }
54
 
85
 
86
  if( version_compare( $this->version, $version_info->new_version, '<' ) ) {
87
 
 
 
 
 
88
  $_transient_data->response[ $this->name ] = $version_info;
89
 
90
  }
124
 
125
  $update_cache = get_site_transient( 'update_plugins' );
126
 
127
+ $update_cache = is_object( $update_cache ) ? $update_cache : new stdClass();
128
+
129
+ if ( empty( $update_cache->response ) || empty( $update_cache->response[ $this->name ] ) ) {
130
 
131
  $cache_key = md5( 'edd_plugin_' .sanitize_key( $this->name ) . '_version_info' );
132
  $version_info = get_transient( $cache_key );
173
 
174
  if ( empty( $version_info->download_link ) ) {
175
  printf(
176
+ __( 'There is a new version of %1$s available. <a target="_blank" class="thickbox" href="%2$s">View version %3$s details</a>.', 'edd' ),
177
+ esc_html( $version_info->name ),
178
+ esc_url( $changelog_link ),
179
+ esc_html( $version_info->new_version )
180
  );
181
  } else {
182
  printf(
183
+ __( 'There is a new version of %1$s available. <a target="_blank" class="thickbox" href="%2$s">View version %3$s details</a> or <a href="%4$s">update now</a>.', 'edd' ),
184
+ esc_html( $version_info->name ),
185
+ esc_url( $changelog_link ),
186
+ esc_html( $version_info->new_version ),
187
+ esc_url( wp_nonce_url( self_admin_url( 'update.php?action=upgrade-plugin&plugin=' ) . $this->name, 'upgrade-plugin_' . $this->name ) )
188
  );
189
  }
190
 
219
  }
220
 
221
  $to_send = array(
222
+ 'slug' => $this->slug,
223
+ 'is_ssl' => is_ssl(),
224
+ 'fields' => array(
225
+ 'banners' => false, // These will be supported soon hopefully
226
+ 'reviews' => false
227
+ )
228
  );
229
 
230
  $api_response = $this->api_request( 'plugin_information', $to_send );
269
 
270
  $data = array_merge( $this->api_data, $_data );
271
 
272
+ if ( $data['slug'] != $this->slug ) {
 
 
 
273
  return;
274
+ }
275
 
276
  if( $this->api_url == home_url() ) {
277
  return false; // Don't allow a plugin to ping itself
278
  }
279
 
280
  $api_params = array(
281
+ 'edd_action' => 'get_version',
282
+ 'license' => ! empty( $data['license'] ) ? $data['license'] : '',
283
+ 'item_name' => isset( $data['item_name'] ) ? $data['item_name'] : false,
284
+ 'item_id' => isset( $data['item_id'] ) ? $data['item_id'] : false,
285
+ 'slug' => $data['slug'],
286
+ 'author' => $data['author'],
287
+ 'url' => home_url()
288
  );
289
 
290
  $request = wp_remote_post( $this->api_url, array( 'timeout' => 15, 'sslverify' => false, 'body' => $api_params ) );
318
  }
319
 
320
  if( ! current_user_can( 'update_plugins' ) ) {
321
+ wp_die( __( 'You do not have permission to install plugin updates', 'edd' ), __( 'Error', 'edd' ), array( 'response' => 403 ) );
322
  }
323
 
324
  $response = $this->api_request( 'plugin_latest_version', array( 'slug' => $_REQUEST['slug'] ) );
330
 
331
  exit;
332
  }
333
+
334
  }
includes/utils/MchGdbcUtils.php CHANGED
@@ -24,6 +24,11 @@ final class MchGdbcUtils
24
  return preg_replace("/[^a-z]/i", '', $strText );
25
  }
26
 
 
 
 
 
 
27
  public static function replaceNonAlphaCharacters($strText, $token = '-')
28
  {
29
  $strText = str_replace(' ', '-', $strText);
24
  return preg_replace("/[^a-z]/i", '', $strText );
25
  }
26
 
27
+ public static function stripNonAlphaNumericCharacters($strText)
28
+ {
29
+ return preg_replace("/[^A-Za-z0-9 ]/", '', $strText);
30
+ }
31
+
32
  public static function replaceNonAlphaCharacters($strText, $token = '-')
33
  {
34
  $strText = str_replace(' ', '-', $strText);
includes/utils/MchGdbcWpUtils.php CHANGED
@@ -228,7 +228,7 @@ final class MchGdbcWpUtils
228
  }
229
 
230
  (!empty($arrUploadDirInfo['error']) && !empty($arrUploadDirInfo['basedir']))
231
- ? $arrPossibleDirectoryPath[] = $arrUploadDirInfo['basedir'] : null;
232
 
233
  defined('WP_TEMP_DIR') ? $arrPossibleDirectoryPath[] = WP_TEMP_DIR : null;
234
 
228
  }
229
 
230
  (!empty($arrUploadDirInfo['error']) && !empty($arrUploadDirInfo['basedir']))
231
+ ? $arrPossibleDirectoryPath[] = $arrUploadDirInfo['basedir'] : null;
232
 
233
  defined('WP_TEMP_DIR') ? $arrPossibleDirectoryPath[] = WP_TEMP_DIR : null;
234
 
includes/vendor/MaxMind/GeoIP.dat CHANGED
Binary file
includes/vendor/MaxMind/GeoIPv6.dat CHANGED
Binary file
includes/vendor/MchCache/Storage/MchGdbcCacheFileStorage.php CHANGED
@@ -79,7 +79,7 @@ class MchGdbcCacheFileStorage extends MchGdbcCacheBaseStorage
79
  {
80
  $cacheFilePath = $this->getCacheFilePath($key);
81
 
82
- if(!file_exists($cacheFilePath))
83
  return null;
84
 
85
  $filePointer = @fopen($cacheFilePath, 'rb');
79
  {
80
  $cacheFilePath = $this->getCacheFilePath($key);
81
 
82
+ if(!@file_exists($cacheFilePath))
83
  return null;
84
 
85
  $filePointer = @fopen($cacheFilePath, 'rb');
includes/vendor/MchCache/Storage/MchGdbcWordPressTransientsStorage.php CHANGED
@@ -52,6 +52,7 @@ class MchGdbcWordPressTransientsStorage extends MchGdbcCacheBaseStorage
52
 
53
  private function sanitizeTransientKey($key)
54
  {
 
55
  return isset($key[40]) ? md5($key) : $key;
56
  }
57
 
52
 
53
  private function sanitizeTransientKey($key)
54
  {
55
+ $key = sanitize_key( $key );
56
  return isset($key[40]) ? md5($key) : $key;
57
  }
58
 
includes/vendor/MchHttp/MchGdbcTrustedIPRanges.php CHANGED
@@ -51,7 +51,7 @@ final class MchGdbcTrustedIPRanges
51
  {
52
  return ( $ipVersion === MchGdbcIPUtils::IP_VERSION_4 )
53
  ?
54
- self::isIPInRanges($ipAddress, $ipVersion, array(387186688=>387448831,775127040=>775147519,775149568=>775159807,780730368=>780795903,839909376=>840171519,846200832=>846266367,872415232=>873332735,873463808=>874774527,875560960=>875954175,876216320=>876347391,876478464=>876740607,876871680=>877330431,877395968=>877527039,878051328=>878444543,878702592=>878705151,878706432=>878706591,884998144=>885129215,910163968=>912261119,915406848=>917766143,917962752=>918552575,918618112=>920518655,920551424=>921042943,921174016=>921632767,921763840=>922746879,1137311744=>1137328127,1210851328=>1210859519,1264943104=>1264975871,1333592064=>1333624831,1618935808=>1618968575,1728317440=>1728319487,1796472832=>1796734975,2063122432=>2063138815,2927689728=>2927755263,2938732544=>2938765311,2954903552=>2954911743,2955018240=>2955083775,2974253056=>2974285823,3091726336=>3091857407,3098116096=>3098148863,3106961408=>3106962431,3438051328=>3438084095,3635863552=>3635867647,))
55
  :
56
  self::isIPInRanges($ipAddress, $ipVersion, array());
57
 
51
  {
52
  return ( $ipVersion === MchGdbcIPUtils::IP_VERSION_4 )
53
  ?
54
+ self::isIPInRanges($ipAddress, $ipVersion, array(387186688=>387448831,775127040=>775147519,775149568=>775159807,780730368=>780795903,839909376=>840171519,846200832=>846266367,872415232=>873332735,873463808=>875298815,875560960=>875954175,876216320=>876347391,876478464=>876740607,876806144=>877330431,877395968=>877527039,877592576=>877658111,878051328=>878444543,878702592=>878705151,878705664=>878705919,878706432=>878706591,884998144=>885129215,885260288=>886571007,886833152=>886964223,910163968=>912261119,915406848=>917766143,917962752=>918552575,918618112=>920518655,920551424=>921042943,921174016=>921632767,921763840=>922746879,1137311744=>1137328127,1210851328=>1210859519,1264943104=>1264975871,1333592064=>1333624831,1618935808=>1618968575,1728317440=>1728319487,1796472832=>1796734975,2063122432=>2063138815,2927689728=>2927755263,2938732544=>2938765311,2954903552=>2954911743,2955018240=>2955083775,2974253056=>2974285823,3091726336=>3091857407,3098116096=>3098148863,3106961408=>3106962431,3438051328=>3438084095,3635863552=>3635867647,))
55
  :
56
  self::isIPInRanges($ipAddress, $ipVersion, array());
57
 
includes/vendor/MchHttp/MchGdbcUnTrustedIPRanges.php CHANGED
@@ -12,7 +12,7 @@ class MchGdbcUnTrustedIPRanges
12
  if( $ipNumber < 16815956 )
13
  return false;
14
 
15
- if( (16815956 <= $ipNumber) && ($ipNumber <= 49162775) ){
16
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-0.php';
17
  if( isset($a[$ipNumber]) ) return true;
18
  foreach($a as $minIpValue => $maxIpValue){
@@ -23,10 +23,10 @@ class MchGdbcUnTrustedIPRanges
23
  return false;
24
  }
25
 
26
- if( $ipNumber < 49170785 )
27
  return false;
28
 
29
- if( (49170785 <= $ipNumber) && ($ipNumber <= 93149256) ){
30
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-1.php';
31
  if( isset($a[$ipNumber]) ) return true;
32
  foreach($a as $minIpValue => $maxIpValue){
@@ -37,17 +37,24 @@ class MchGdbcUnTrustedIPRanges
37
  return false;
38
  }
39
 
40
- if( $ipNumber < 93149266 )
41
  return false;
42
 
43
- if( (93149266 <= $ipNumber) && ($ipNumber <= 96983709) ){
44
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-2.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
45
  }
46
 
47
- if( $ipNumber < 96983747 )
48
  return false;
49
 
50
- if( (96983747 <= $ipNumber) && ($ipNumber <= 238855323) ){
51
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-3.php';
52
  if( isset($a[$ipNumber]) ) return true;
53
  foreach($a as $minIpValue => $maxIpValue){
@@ -58,10 +65,10 @@ class MchGdbcUnTrustedIPRanges
58
  return false;
59
  }
60
 
61
- if( $ipNumber < 238855735 )
62
  return false;
63
 
64
- if( (238855735 <= $ipNumber) && ($ipNumber <= 392368459) ){
65
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-4.php';
66
  if( isset($a[$ipNumber]) ) return true;
67
  foreach($a as $minIpValue => $maxIpValue){
@@ -72,10 +79,10 @@ class MchGdbcUnTrustedIPRanges
72
  return false;
73
  }
74
 
75
- if( $ipNumber < 392368678 )
76
  return false;
77
 
78
- if( (392368678 <= $ipNumber) && ($ipNumber <= 465539578) ){
79
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-5.php';
80
  if( isset($a[$ipNumber]) ) return true;
81
  foreach($a as $minIpValue => $maxIpValue){
@@ -86,10 +93,10 @@ class MchGdbcUnTrustedIPRanges
86
  return false;
87
  }
88
 
89
- if( $ipNumber < 465540250 )
90
  return false;
91
 
92
- if( (465540250 <= $ipNumber) && ($ipNumber <= 531492944) ){
93
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-6.php';
94
  if( isset($a[$ipNumber]) ) return true;
95
  foreach($a as $minIpValue => $maxIpValue){
@@ -100,10 +107,10 @@ class MchGdbcUnTrustedIPRanges
100
  return false;
101
  }
102
 
103
- if( $ipNumber < 531492945 )
104
  return false;
105
 
106
- if( (531492945 <= $ipNumber) && ($ipNumber <= 622165411) ){
107
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-7.php';
108
  if( isset($a[$ipNumber]) ) return true;
109
  foreach($a as $minIpValue => $maxIpValue){
@@ -114,10 +121,10 @@ class MchGdbcUnTrustedIPRanges
114
  return false;
115
  }
116
 
117
- if( $ipNumber < 622165608 )
118
  return false;
119
 
120
- if( (622165608 <= $ipNumber) && ($ipNumber <= 630235883) ){
121
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-8.php';
122
  if( isset($a[$ipNumber]) ) return true;
123
  foreach($a as $minIpValue => $maxIpValue){
@@ -128,10 +135,10 @@ class MchGdbcUnTrustedIPRanges
128
  return false;
129
  }
130
 
131
- if( $ipNumber < 630241586 )
132
  return false;
133
 
134
- if( (630241586 <= $ipNumber) && ($ipNumber <= 692567807) ){
135
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-9.php';
136
  if( isset($a[$ipNumber]) ) return true;
137
  foreach($a as $minIpValue => $maxIpValue){
@@ -142,10 +149,10 @@ class MchGdbcUnTrustedIPRanges
142
  return false;
143
  }
144
 
145
- if( $ipNumber < 692574208 )
146
  return false;
147
 
148
- if( (692574208 <= $ipNumber) && ($ipNumber <= 720312496) ){
149
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-10.php';
150
  if( isset($a[$ipNumber]) ) return true;
151
  foreach($a as $minIpValue => $maxIpValue){
@@ -156,24 +163,17 @@ class MchGdbcUnTrustedIPRanges
156
  return false;
157
  }
158
 
159
- if( $ipNumber < 720504847 )
160
  return false;
161
 
162
- if( (720504847 <= $ipNumber) && ($ipNumber <= 773718015) ){
163
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-11.php';
164
- if( isset($a[$ipNumber]) ) return true;
165
- foreach($a as $minIpValue => $maxIpValue){
166
- if( 1 === $maxIpValue ) break;
167
- if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
168
- return true;
169
- }
170
- return false;
171
  }
172
 
173
- if( $ipNumber < 773717888 )
174
  return false;
175
 
176
- if( (773717888 <= $ipNumber) && ($ipNumber <= 781760225) ){
177
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-12.php';
178
  if( isset($a[$ipNumber]) ) return true;
179
  foreach($a as $minIpValue => $maxIpValue){
@@ -184,10 +184,10 @@ class MchGdbcUnTrustedIPRanges
184
  return false;
185
  }
186
 
187
- if( $ipNumber < 782107826 )
188
  return false;
189
 
190
- if( (782107826 <= $ipNumber) && ($ipNumber <= 825252775) ){
191
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-13.php';
192
  if( isset($a[$ipNumber]) ) return true;
193
  foreach($a as $minIpValue => $maxIpValue){
@@ -198,24 +198,17 @@ class MchGdbcUnTrustedIPRanges
198
  return false;
199
  }
200
 
201
- if( $ipNumber < 825252946 )
202
  return false;
203
 
204
- if( (825252946 <= $ipNumber) && ($ipNumber <= 844571375) ){
205
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-14.php';
206
- if( isset($a[$ipNumber]) ) return true;
207
- foreach($a as $minIpValue => $maxIpValue){
208
- if( 1 === $maxIpValue ) break;
209
- if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
210
- return true;
211
- }
212
- return false;
213
  }
214
 
215
- if( $ipNumber < 844599310 )
216
  return false;
217
 
218
- if( (844599310 <= $ipNumber) && ($ipNumber <= 974614106) ){
219
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-15.php';
220
  if( isset($a[$ipNumber]) ) return true;
221
  foreach($a as $minIpValue => $maxIpValue){
@@ -226,10 +219,10 @@ class MchGdbcUnTrustedIPRanges
226
  return false;
227
  }
228
 
229
- if( $ipNumber < 974614402 )
230
  return false;
231
 
232
- if( (974614402 <= $ipNumber) && ($ipNumber <= 987614860) ){
233
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-16.php';
234
  if( isset($a[$ipNumber]) ) return true;
235
  foreach($a as $minIpValue => $maxIpValue){
@@ -240,18 +233,11 @@ class MchGdbcUnTrustedIPRanges
240
  return false;
241
  }
242
 
243
- if( $ipNumber < 987614866 )
244
- return false;
245
-
246
- if( (987614866 <= $ipNumber) && ($ipNumber <= 992825128) ){
247
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-17.php'; return isset($a[$ipNumber]);
248
- }
249
-
250
- if( $ipNumber < 992825129 )
251
  return false;
252
 
253
- if( (992825129 <= $ipNumber) && ($ipNumber <= 1009863780) ){
254
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-18.php';
255
  if( isset($a[$ipNumber]) ) return true;
256
  foreach($a as $minIpValue => $maxIpValue){
257
  if( 1 === $maxIpValue ) break;
@@ -261,25 +247,18 @@ class MchGdbcUnTrustedIPRanges
261
  return false;
262
  }
263
 
264
- if( $ipNumber < 1009894638 )
265
  return false;
266
 
267
- if( (1009894638 <= $ipNumber) && ($ipNumber <= 1024142645) ){
268
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-19.php';
269
- if( isset($a[$ipNumber]) ) return true;
270
- foreach($a as $minIpValue => $maxIpValue){
271
- if( 1 === $maxIpValue ) break;
272
- if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
273
- return true;
274
- }
275
- return false;
276
  }
277
 
278
- if( $ipNumber < 1024188416 )
279
  return false;
280
 
281
- if( (1024188416 <= $ipNumber) && ($ipNumber <= 1032761035) ){
282
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-20.php';
283
  if( isset($a[$ipNumber]) ) return true;
284
  foreach($a as $minIpValue => $maxIpValue){
285
  if( 1 === $maxIpValue ) break;
@@ -289,25 +268,25 @@ class MchGdbcUnTrustedIPRanges
289
  return false;
290
  }
291
 
292
- if( $ipNumber < 1032761096 )
293
  return false;
294
 
295
- if( (1032761096 <= $ipNumber) && ($ipNumber <= 1034826706) ){
296
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-21.php'; return isset($a[$ipNumber]);
297
  }
298
 
299
- if( $ipNumber < 1034826707 )
300
  return false;
301
 
302
- if( (1034826707 <= $ipNumber) && ($ipNumber <= 1046325069) ){
303
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-22.php'; return isset($a[$ipNumber]);
304
  }
305
 
306
- if( $ipNumber < 1046352677 )
307
  return false;
308
 
309
- if( (1046352677 <= $ipNumber) && ($ipNumber <= 1054174890) ){
310
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-23.php';
311
  if( isset($a[$ipNumber]) ) return true;
312
  foreach($a as $minIpValue => $maxIpValue){
313
  if( 1 === $maxIpValue ) break;
@@ -317,18 +296,11 @@ class MchGdbcUnTrustedIPRanges
317
  return false;
318
  }
319
 
320
- if( $ipNumber < 1054176603 )
321
- return false;
322
-
323
- if( (1054176603 <= $ipNumber) && ($ipNumber <= 1078942392) ){
324
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-24.php'; return isset($a[$ipNumber]);
325
- }
326
-
327
- if( $ipNumber < 1078942682 )
328
  return false;
329
 
330
- if( (1078942682 <= $ipNumber) && ($ipNumber <= 1116974082) ){
331
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-25.php';
332
  if( isset($a[$ipNumber]) ) return true;
333
  foreach($a as $minIpValue => $maxIpValue){
334
  if( 1 === $maxIpValue ) break;
@@ -338,11 +310,11 @@ class MchGdbcUnTrustedIPRanges
338
  return false;
339
  }
340
 
341
- if( $ipNumber < 1116989469 )
342
  return false;
343
 
344
- if( (1116989469 <= $ipNumber) && ($ipNumber <= 1151886614) ){
345
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-26.php';
346
  if( isset($a[$ipNumber]) ) return true;
347
  foreach($a as $minIpValue => $maxIpValue){
348
  if( 1 === $maxIpValue ) break;
@@ -352,18 +324,11 @@ class MchGdbcUnTrustedIPRanges
352
  return false;
353
  }
354
 
355
- if( $ipNumber < 1151887313 )
356
- return false;
357
-
358
- if( (1151887313 <= $ipNumber) && ($ipNumber <= 1176904965) ){
359
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-27.php'; return isset($a[$ipNumber]);
360
- }
361
-
362
- if( $ipNumber < 1176905080 )
363
  return false;
364
 
365
- if( (1176905080 <= $ipNumber) && ($ipNumber <= 1244803913) ){
366
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-28.php';
367
  if( isset($a[$ipNumber]) ) return true;
368
  foreach($a as $minIpValue => $maxIpValue){
369
  if( 1 === $maxIpValue ) break;
@@ -373,25 +338,18 @@ class MchGdbcUnTrustedIPRanges
373
  return false;
374
  }
375
 
376
- if( $ipNumber < 1244806316 )
377
- return false;
378
-
379
- if( (1244806316 <= $ipNumber) && ($ipNumber <= 1279865427) ){
380
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-29.php'; return isset($a[$ipNumber]);
381
- }
382
-
383
- if( $ipNumber < 1279867686 )
384
  return false;
385
 
386
- if( (1279867686 <= $ipNumber) && ($ipNumber <= 1307401892) ){
387
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-30.php'; return isset($a[$ipNumber]);
388
  }
389
 
390
- if( $ipNumber < 1307409124 )
391
  return false;
392
 
393
- if( (1307409124 <= $ipNumber) && ($ipNumber <= 1315944958) ){
394
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-31.php';
395
  if( isset($a[$ipNumber]) ) return true;
396
  foreach($a as $minIpValue => $maxIpValue){
397
  if( 1 === $maxIpValue ) break;
@@ -401,18 +359,18 @@ class MchGdbcUnTrustedIPRanges
401
  return false;
402
  }
403
 
404
- if( $ipNumber < 1315944962 )
405
  return false;
406
 
407
- if( (1315944962 <= $ipNumber) && ($ipNumber <= 1333520476) ){
408
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-32.php'; return isset($a[$ipNumber]);
409
  }
410
 
411
- if( $ipNumber < 1333526632 )
412
  return false;
413
 
414
- if( (1333526632 <= $ipNumber) && ($ipNumber <= 1348368191) ){
415
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-33.php';
416
  if( isset($a[$ipNumber]) ) return true;
417
  foreach($a as $minIpValue => $maxIpValue){
418
  if( 1 === $maxIpValue ) break;
@@ -422,11 +380,11 @@ class MchGdbcUnTrustedIPRanges
422
  return false;
423
  }
424
 
425
- if( $ipNumber < 1348395379 )
426
  return false;
427
 
428
- if( (1348395379 <= $ipNumber) && ($ipNumber <= 1369957644) ){
429
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-34.php';
430
  if( isset($a[$ipNumber]) ) return true;
431
  foreach($a as $minIpValue => $maxIpValue){
432
  if( 1 === $maxIpValue ) break;
@@ -436,25 +394,18 @@ class MchGdbcUnTrustedIPRanges
436
  return false;
437
  }
438
 
439
- if( $ipNumber < 1369968150 )
440
- return false;
441
-
442
- if( (1369968150 <= $ipNumber) && ($ipNumber <= 1386583778) ){
443
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-35.php'; return isset($a[$ipNumber]);
444
- }
445
-
446
- if( $ipNumber < 1386583812 )
447
  return false;
448
 
449
- if( (1386583812 <= $ipNumber) && ($ipNumber <= 1402283290) ){
450
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-36.php'; return isset($a[$ipNumber]);
451
  }
452
 
453
- if( $ipNumber < 1402283291 )
454
  return false;
455
 
456
- if( (1402283291 <= $ipNumber) && ($ipNumber <= 1412888636) ){
457
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-37.php';
458
  if( isset($a[$ipNumber]) ) return true;
459
  foreach($a as $minIpValue => $maxIpValue){
460
  if( 1 === $maxIpValue ) break;
@@ -464,32 +415,18 @@ class MchGdbcUnTrustedIPRanges
464
  return false;
465
  }
466
 
467
- if( $ipNumber < 1412890496 )
468
  return false;
469
 
470
- if( (1412890496 <= $ipNumber) && ($ipNumber <= 1427827162) ){
471
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-38.php'; return isset($a[$ipNumber]);
472
- }
473
-
474
- if( $ipNumber < 1427827167 )
475
- return false;
476
-
477
- if( (1427827167 <= $ipNumber) && ($ipNumber <= 1435238656) ){
478
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-39.php';
479
- if( isset($a[$ipNumber]) ) return true;
480
- foreach($a as $minIpValue => $maxIpValue){
481
- if( 1 === $maxIpValue ) break;
482
- if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
483
- return true;
484
- }
485
- return false;
486
  }
487
 
488
- if( $ipNumber < 1435238662 )
489
  return false;
490
 
491
- if( (1435238662 <= $ipNumber) && ($ipNumber <= 1442946774) ){
492
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-40.php';
493
  if( isset($a[$ipNumber]) ) return true;
494
  foreach($a as $minIpValue => $maxIpValue){
495
  if( 1 === $maxIpValue ) break;
@@ -499,11 +436,11 @@ class MchGdbcUnTrustedIPRanges
499
  return false;
500
  }
501
 
502
- if( $ipNumber < 1443224771 )
503
  return false;
504
 
505
- if( (1443224771 <= $ipNumber) && ($ipNumber <= 1467343272) ){
506
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-41.php';
507
  if( isset($a[$ipNumber]) ) return true;
508
  foreach($a as $minIpValue => $maxIpValue){
509
  if( 1 === $maxIpValue ) break;
@@ -513,11 +450,11 @@ class MchGdbcUnTrustedIPRanges
513
  return false;
514
  }
515
 
516
- if( $ipNumber < 1467343999 )
517
  return false;
518
 
519
- if( (1467343999 <= $ipNumber) && ($ipNumber <= 1486280601) ){
520
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-42.php';
521
  if( isset($a[$ipNumber]) ) return true;
522
  foreach($a as $minIpValue => $maxIpValue){
523
  if( 1 === $maxIpValue ) break;
@@ -527,32 +464,25 @@ class MchGdbcUnTrustedIPRanges
527
  return false;
528
  }
529
 
530
- if( $ipNumber < 1486282480 )
531
- return false;
532
-
533
- if( (1486282480 <= $ipNumber) && ($ipNumber <= 1493146493) ){
534
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-43.php'; return isset($a[$ipNumber]);
535
- }
536
-
537
- if( $ipNumber < 1493154090 )
538
  return false;
539
 
540
- if( (1493154090 <= $ipNumber) && ($ipNumber <= 1508317922) ){
541
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-44.php'; return isset($a[$ipNumber]);
542
  }
543
 
544
- if( $ipNumber < 1508325553 )
545
  return false;
546
 
547
- if( (1508325553 <= $ipNumber) && ($ipNumber <= 1534695450) ){
548
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-45.php'; return isset($a[$ipNumber]);
549
  }
550
 
551
- if( $ipNumber < 1534696292 )
552
  return false;
553
 
554
- if( (1534696292 <= $ipNumber) && ($ipNumber <= 1541427566) ){
555
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-46.php';
556
  if( isset($a[$ipNumber]) ) return true;
557
  foreach($a as $minIpValue => $maxIpValue){
558
  if( 1 === $maxIpValue ) break;
@@ -562,11 +492,11 @@ class MchGdbcUnTrustedIPRanges
562
  return false;
563
  }
564
 
565
- if( $ipNumber < 1541433131 )
566
  return false;
567
 
568
- if( (1541433131 <= $ipNumber) && ($ipNumber <= 1551765972) ){
569
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-47.php';
570
  if( isset($a[$ipNumber]) ) return true;
571
  foreach($a as $minIpValue => $maxIpValue){
572
  if( 1 === $maxIpValue ) break;
@@ -576,18 +506,11 @@ class MchGdbcUnTrustedIPRanges
576
  return false;
577
  }
578
 
579
- if( $ipNumber < 1551766980 )
580
  return false;
581
 
582
- if( (1551766980 <= $ipNumber) && ($ipNumber <= 1571685050) ){
583
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-48.php'; return isset($a[$ipNumber]);
584
- }
585
-
586
- if( $ipNumber < 1571685058 )
587
- return false;
588
-
589
- if( (1571685058 <= $ipNumber) && ($ipNumber <= 1582860178) ){
590
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-49.php';
591
  if( isset($a[$ipNumber]) ) return true;
592
  foreach($a as $minIpValue => $maxIpValue){
593
  if( 1 === $maxIpValue ) break;
@@ -597,11 +520,11 @@ class MchGdbcUnTrustedIPRanges
597
  return false;
598
  }
599
 
600
- if( $ipNumber < 1582868879 )
601
  return false;
602
 
603
- if( (1582868879 <= $ipNumber) && ($ipNumber <= 1593442178) ){
604
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-50.php';
605
  if( isset($a[$ipNumber]) ) return true;
606
  foreach($a as $minIpValue => $maxIpValue){
607
  if( 1 === $maxIpValue ) break;
@@ -611,32 +534,32 @@ class MchGdbcUnTrustedIPRanges
611
  return false;
612
  }
613
 
614
- if( $ipNumber < 1593507031 )
615
  return false;
616
 
617
- if( (1593507031 <= $ipNumber) && ($ipNumber <= 1598510322) ){
618
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-51.php'; return isset($a[$ipNumber]);
619
- }
620
-
621
- if( $ipNumber < 1598511182 )
 
 
 
622
  return false;
623
-
624
- if( (1598511182 <= $ipNumber) && ($ipNumber <= 1603182781) ){
625
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-52.php'; return isset($a[$ipNumber]);
626
  }
627
 
628
- if( $ipNumber < 1603182819 )
629
  return false;
630
 
631
- if( (1603182819 <= $ipNumber) && ($ipNumber <= 1607721049) ){
632
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-53.php'; return isset($a[$ipNumber]);
633
  }
634
 
635
- if( $ipNumber < 1607725405 )
636
  return false;
637
 
638
- if( (1607725405 <= $ipNumber) && ($ipNumber <= 1701629744) ){
639
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-54.php';
640
  if( isset($a[$ipNumber]) ) return true;
641
  foreach($a as $minIpValue => $maxIpValue){
642
  if( 1 === $maxIpValue ) break;
@@ -646,11 +569,11 @@ class MchGdbcUnTrustedIPRanges
646
  return false;
647
  }
648
 
649
- if( $ipNumber < 1701637361 )
650
  return false;
651
 
652
- if( (1701637361 <= $ipNumber) && ($ipNumber <= 1744397334) ){
653
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-55.php';
654
  if( isset($a[$ipNumber]) ) return true;
655
  foreach($a as $minIpValue => $maxIpValue){
656
  if( 1 === $maxIpValue ) break;
@@ -660,11 +583,11 @@ class MchGdbcUnTrustedIPRanges
660
  return false;
661
  }
662
 
663
- if( $ipNumber < 1744400288 )
664
  return false;
665
 
666
- if( (1744400288 <= $ipNumber) && ($ipNumber <= 1795189233) ){
667
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-56.php';
668
  if( isset($a[$ipNumber]) ) return true;
669
  foreach($a as $minIpValue => $maxIpValue){
670
  if( 1 === $maxIpValue ) break;
@@ -674,11 +597,11 @@ class MchGdbcUnTrustedIPRanges
674
  return false;
675
  }
676
 
677
- if( $ipNumber < 1795249930 )
678
  return false;
679
 
680
- if( (1795249930 <= $ipNumber) && ($ipNumber <= 1832863652) ){
681
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-57.php';
682
  if( isset($a[$ipNumber]) ) return true;
683
  foreach($a as $minIpValue => $maxIpValue){
684
  if( 1 === $maxIpValue ) break;
@@ -688,67 +611,46 @@ class MchGdbcUnTrustedIPRanges
688
  return false;
689
  }
690
 
691
- if( $ipNumber < 1832863656 )
692
  return false;
693
 
694
- if( (1832863656 <= $ipNumber) && ($ipNumber <= 1839302082) ){
695
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-58.php';
696
- if( isset($a[$ipNumber]) ) return true;
697
- foreach($a as $minIpValue => $maxIpValue){
698
- if( 1 === $maxIpValue ) break;
699
- if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
700
- return true;
701
- }
702
- return false;
703
  }
704
 
705
- if( $ipNumber < 1839302115 )
706
  return false;
707
 
708
- if( (1839302115 <= $ipNumber) && ($ipNumber <= 1840785185) ){
709
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-59.php'; return isset($a[$ipNumber]);
710
  }
711
 
712
- if( $ipNumber < 1840785489 )
713
  return false;
714
 
715
- if( (1840785489 <= $ipNumber) && ($ipNumber <= 1850579169) ){
716
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-60.php';
717
- if( isset($a[$ipNumber]) ) return true;
718
- foreach($a as $minIpValue => $maxIpValue){
719
- if( 1 === $maxIpValue ) break;
720
- if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
721
- return true;
722
- }
723
- return false;
724
  }
725
 
726
- if( $ipNumber < 1850579271 )
727
  return false;
728
 
729
- if( (1850579271 <= $ipNumber) && ($ipNumber <= 1878852966) ){
730
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-61.php';
731
- if( isset($a[$ipNumber]) ) return true;
732
- foreach($a as $minIpValue => $maxIpValue){
733
- if( 1 === $maxIpValue ) break;
734
- if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
735
- return true;
736
- }
737
- return false;
738
  }
739
 
740
- if( $ipNumber < 1879012346 )
741
  return false;
742
 
743
- if( (1879012346 <= $ipNumber) && ($ipNumber <= 1893243226) ){
744
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-62.php'; return isset($a[$ipNumber]);
745
  }
746
 
747
- if( $ipNumber < 1893243227 )
748
  return false;
749
 
750
- if( (1893243227 <= $ipNumber) && ($ipNumber <= 1906571666) ){
751
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-63.php';
752
  if( isset($a[$ipNumber]) ) return true;
753
  foreach($a as $minIpValue => $maxIpValue){
754
  if( 1 === $maxIpValue ) break;
@@ -758,25 +660,18 @@ class MchGdbcUnTrustedIPRanges
758
  return false;
759
  }
760
 
761
- if( $ipNumber < 1906571674 )
762
  return false;
763
 
764
- if( (1906571674 <= $ipNumber) && ($ipNumber <= 1925928421) ){
765
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-64.php';
766
- if( isset($a[$ipNumber]) ) return true;
767
- foreach($a as $minIpValue => $maxIpValue){
768
- if( 1 === $maxIpValue ) break;
769
- if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
770
- return true;
771
- }
772
- return false;
773
  }
774
 
775
- if( $ipNumber < 1925928815 )
776
  return false;
777
 
778
- if( (1925928815 <= $ipNumber) && ($ipNumber <= 1943109213) ){
779
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-65.php';
780
  if( isset($a[$ipNumber]) ) return true;
781
  foreach($a as $minIpValue => $maxIpValue){
782
  if( 1 === $maxIpValue ) break;
@@ -786,11 +681,11 @@ class MchGdbcUnTrustedIPRanges
786
  return false;
787
  }
788
 
789
- if( $ipNumber < 1943120125 )
790
  return false;
791
 
792
- if( (1943120125 <= $ipNumber) && ($ipNumber <= 1954511181) ){
793
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-66.php';
794
  if( isset($a[$ipNumber]) ) return true;
795
  foreach($a as $minIpValue => $maxIpValue){
796
  if( 1 === $maxIpValue ) break;
@@ -800,11 +695,11 @@ class MchGdbcUnTrustedIPRanges
800
  return false;
801
  }
802
 
803
- if( $ipNumber < 1954511221 )
804
  return false;
805
 
806
- if( (1954511221 <= $ipNumber) && ($ipNumber <= 1975656468) ){
807
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-67.php';
808
  if( isset($a[$ipNumber]) ) return true;
809
  foreach($a as $minIpValue => $maxIpValue){
810
  if( 1 === $maxIpValue ) break;
@@ -814,18 +709,18 @@ class MchGdbcUnTrustedIPRanges
814
  return false;
815
  }
816
 
817
- if( $ipNumber < 1975697620 )
818
  return false;
819
 
820
- if( (1975697620 <= $ipNumber) && ($ipNumber <= 1982063171) ){
821
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-68.php'; return isset($a[$ipNumber]);
822
  }
823
 
824
- if( $ipNumber < 1982066241 )
825
  return false;
826
 
827
- if( (1982066241 <= $ipNumber) && ($ipNumber <= 1994711061) ){
828
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-69.php';
829
  if( isset($a[$ipNumber]) ) return true;
830
  foreach($a as $minIpValue => $maxIpValue){
831
  if( 1 === $maxIpValue ) break;
@@ -835,18 +730,18 @@ class MchGdbcUnTrustedIPRanges
835
  return false;
836
  }
837
 
838
- if( $ipNumber < 1994716410 )
839
  return false;
840
 
841
- if( (1994716410 <= $ipNumber) && ($ipNumber <= 2009323928) ){
842
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-70.php'; return isset($a[$ipNumber]);
843
  }
844
 
845
- if( $ipNumber < 2009331031 )
846
  return false;
847
 
848
- if( (2009331031 <= $ipNumber) && ($ipNumber <= 2027002034) ){
849
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-71.php';
850
  if( isset($a[$ipNumber]) ) return true;
851
  foreach($a as $minIpValue => $maxIpValue){
852
  if( 1 === $maxIpValue ) break;
@@ -856,11 +751,11 @@ class MchGdbcUnTrustedIPRanges
856
  return false;
857
  }
858
 
859
- if( $ipNumber < 2027007465 )
860
  return false;
861
 
862
- if( (2027007465 <= $ipNumber) && ($ipNumber <= 2039487054) ){
863
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-72.php';
864
  if( isset($a[$ipNumber]) ) return true;
865
  foreach($a as $minIpValue => $maxIpValue){
866
  if( 1 === $maxIpValue ) break;
@@ -870,18 +765,18 @@ class MchGdbcUnTrustedIPRanges
870
  return false;
871
  }
872
 
873
- if( $ipNumber < 2039490959 )
874
  return false;
875
 
876
- if( (2039490959 <= $ipNumber) && ($ipNumber <= 2042955798) ){
877
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-73.php'; return isset($a[$ipNumber]);
878
  }
879
 
880
- if( $ipNumber < 2042956535 )
881
  return false;
882
 
883
- if( (2042956535 <= $ipNumber) && ($ipNumber <= 2058584592) ){
884
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-74.php';
885
  if( isset($a[$ipNumber]) ) return true;
886
  foreach($a as $minIpValue => $maxIpValue){
887
  if( 1 === $maxIpValue ) break;
@@ -891,25 +786,18 @@ class MchGdbcUnTrustedIPRanges
891
  return false;
892
  }
893
 
894
- if( $ipNumber < 2058585654 )
895
  return false;
896
 
897
- if( (2058585654 <= $ipNumber) && ($ipNumber <= 2067882040) ){
898
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-75.php';
899
- if( isset($a[$ipNumber]) ) return true;
900
- foreach($a as $minIpValue => $maxIpValue){
901
- if( 1 === $maxIpValue ) break;
902
- if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
903
- return true;
904
- }
905
- return false;
906
  }
907
 
908
- if( $ipNumber < 2067886907 )
909
  return false;
910
 
911
- if( (2067886907 <= $ipNumber) && ($ipNumber <= 2088348444) ){
912
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-76.php';
913
  if( isset($a[$ipNumber]) ) return true;
914
  foreach($a as $minIpValue => $maxIpValue){
915
  if( 1 === $maxIpValue ) break;
@@ -919,11 +807,11 @@ class MchGdbcUnTrustedIPRanges
919
  return false;
920
  }
921
 
922
- if( $ipNumber < 2088349747 )
923
  return false;
924
 
925
- if( (2088349747 <= $ipNumber) && ($ipNumber <= 2102031376) ){
926
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-77.php';
927
  if( isset($a[$ipNumber]) ) return true;
928
  foreach($a as $minIpValue => $maxIpValue){
929
  if( 1 === $maxIpValue ) break;
@@ -933,11 +821,11 @@ class MchGdbcUnTrustedIPRanges
933
  return false;
934
  }
935
 
936
- if( $ipNumber < 2102033240 )
937
  return false;
938
 
939
- if( (2102033240 <= $ipNumber) && ($ipNumber <= 2152447034) ){
940
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-78.php';
941
  if( isset($a[$ipNumber]) ) return true;
942
  foreach($a as $minIpValue => $maxIpValue){
943
  if( 1 === $maxIpValue ) break;
@@ -947,11 +835,11 @@ class MchGdbcUnTrustedIPRanges
947
  return false;
948
  }
949
 
950
- if( $ipNumber < 2152447684 )
951
  return false;
952
 
953
- if( (2152447684 <= $ipNumber) && ($ipNumber <= 2319159925) ){
954
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-79.php';
955
  if( isset($a[$ipNumber]) ) return true;
956
  foreach($a as $minIpValue => $maxIpValue){
957
  if( 1 === $maxIpValue ) break;
@@ -961,11 +849,11 @@ class MchGdbcUnTrustedIPRanges
961
  return false;
962
  }
963
 
964
- if( $ipNumber < 2319181891 )
965
  return false;
966
 
967
- if( (2319181891 <= $ipNumber) && ($ipNumber <= 2449408820) ){
968
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-80.php';
969
  if( isset($a[$ipNumber]) ) return true;
970
  foreach($a as $minIpValue => $maxIpValue){
971
  if( 1 === $maxIpValue ) break;
@@ -975,11 +863,11 @@ class MchGdbcUnTrustedIPRanges
975
  return false;
976
  }
977
 
978
- if( $ipNumber < 2449408825 )
979
  return false;
980
 
981
- if( (2449408825 <= $ipNumber) && ($ipNumber <= 2610851998) ){
982
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-81.php';
983
  if( isset($a[$ipNumber]) ) return true;
984
  foreach($a as $minIpValue => $maxIpValue){
985
  if( 1 === $maxIpValue ) break;
@@ -989,11 +877,11 @@ class MchGdbcUnTrustedIPRanges
989
  return false;
990
  }
991
 
992
- if( $ipNumber < 2612598121 )
993
  return false;
994
 
995
- if( (2612598121 <= $ipNumber) && ($ipNumber <= 2733852210) ){
996
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-82.php';
997
  if( isset($a[$ipNumber]) ) return true;
998
  foreach($a as $minIpValue => $maxIpValue){
999
  if( 1 === $maxIpValue ) break;
@@ -1003,11 +891,11 @@ class MchGdbcUnTrustedIPRanges
1003
  return false;
1004
  }
1005
 
1006
- if( $ipNumber < 2733852895 )
1007
  return false;
1008
 
1009
- if( (2733852895 <= $ipNumber) && ($ipNumber <= 2874979559) ){
1010
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-83.php';
1011
  if( isset($a[$ipNumber]) ) return true;
1012
  foreach($a as $minIpValue => $maxIpValue){
1013
  if( 1 === $maxIpValue ) break;
@@ -1017,11 +905,11 @@ class MchGdbcUnTrustedIPRanges
1017
  return false;
1018
  }
1019
 
1020
- if( $ipNumber < 2874986470 )
1021
  return false;
1022
 
1023
- if( (2874986470 <= $ipNumber) && ($ipNumber <= 2917357109) ){
1024
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-84.php';
1025
  if( isset($a[$ipNumber]) ) return true;
1026
  foreach($a as $minIpValue => $maxIpValue){
1027
  if( 1 === $maxIpValue ) break;
@@ -1031,11 +919,11 @@ class MchGdbcUnTrustedIPRanges
1031
  return false;
1032
  }
1033
 
1034
- if( $ipNumber < 2917357775 )
1035
  return false;
1036
 
1037
- if( (2917357775 <= $ipNumber) && ($ipNumber <= 2945416649) ){
1038
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-85.php';
1039
  if( isset($a[$ipNumber]) ) return true;
1040
  foreach($a as $minIpValue => $maxIpValue){
1041
  if( 1 === $maxIpValue ) break;
@@ -1045,11 +933,11 @@ class MchGdbcUnTrustedIPRanges
1045
  return false;
1046
  }
1047
 
1048
- if( $ipNumber < 2945417903 )
1049
  return false;
1050
 
1051
- if( (2945417903 <= $ipNumber) && ($ipNumber <= 2956683708) ){
1052
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-86.php';
1053
  if( isset($a[$ipNumber]) ) return true;
1054
  foreach($a as $minIpValue => $maxIpValue){
1055
  if( 1 === $maxIpValue ) break;
@@ -1059,11 +947,11 @@ class MchGdbcUnTrustedIPRanges
1059
  return false;
1060
  }
1061
 
1062
- if( $ipNumber < 2956705899 )
1063
  return false;
1064
 
1065
- if( (2956705899 <= $ipNumber) && ($ipNumber <= 2966923432) ){
1066
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-87.php';
1067
  if( isset($a[$ipNumber]) ) return true;
1068
  foreach($a as $minIpValue => $maxIpValue){
1069
  if( 1 === $maxIpValue ) break;
@@ -1073,11 +961,18 @@ class MchGdbcUnTrustedIPRanges
1073
  return false;
1074
  }
1075
 
1076
- if( $ipNumber < 2966928625 )
1077
  return false;
1078
 
1079
- if( (2966928625 <= $ipNumber) && ($ipNumber <= 2983140294) ){
1080
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-88.php';
 
 
 
 
 
 
 
1081
  if( isset($a[$ipNumber]) ) return true;
1082
  foreach($a as $minIpValue => $maxIpValue){
1083
  if( 1 === $maxIpValue ) break;
@@ -1087,25 +982,11 @@ class MchGdbcUnTrustedIPRanges
1087
  return false;
1088
  }
1089
 
1090
- if( $ipNumber < 2983144973 )
1091
- return false;
1092
-
1093
- if( (2983144973 <= $ipNumber) && ($ipNumber <= 2990497410) ){
1094
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-89.php'; return isset($a[$ipNumber]);
1095
- }
1096
-
1097
- if( $ipNumber < 2990499461 )
1098
- return false;
1099
-
1100
- if( (2990499461 <= $ipNumber) && ($ipNumber <= 2996059636) ){
1101
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-90.php'; return isset($a[$ipNumber]);
1102
- }
1103
-
1104
- if( $ipNumber < 2996074004 )
1105
  return false;
1106
 
1107
- if( (2996074004 <= $ipNumber) && ($ipNumber <= 3001925689) ){
1108
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-91.php';
1109
  if( isset($a[$ipNumber]) ) return true;
1110
  foreach($a as $minIpValue => $maxIpValue){
1111
  if( 1 === $maxIpValue ) break;
@@ -1115,18 +996,11 @@ class MchGdbcUnTrustedIPRanges
1115
  return false;
1116
  }
1117
 
1118
- if( $ipNumber < 3001952623 )
1119
- return false;
1120
-
1121
- if( (3001952623 <= $ipNumber) && ($ipNumber <= 3031388560) ){
1122
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-92.php'; return isset($a[$ipNumber]);
1123
- }
1124
-
1125
- if( $ipNumber < 3031390328 )
1126
  return false;
1127
 
1128
- if( (3031390328 <= $ipNumber) && ($ipNumber <= 3056862150) ){
1129
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-93.php';
1130
  if( isset($a[$ipNumber]) ) return true;
1131
  foreach($a as $minIpValue => $maxIpValue){
1132
  if( 1 === $maxIpValue ) break;
@@ -1136,25 +1010,25 @@ class MchGdbcUnTrustedIPRanges
1136
  return false;
1137
  }
1138
 
1139
- if( $ipNumber < 3056867378 )
1140
  return false;
1141
 
1142
- if( (3056867378 <= $ipNumber) && ($ipNumber <= 3073713698) ){
1143
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-94.php'; return isset($a[$ipNumber]);
1144
  }
1145
 
1146
- if( $ipNumber < 3073783199 )
1147
  return false;
1148
 
1149
- if( (3073783199 <= $ipNumber) && ($ipNumber <= 3091173043) ){
1150
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-95.php'; return isset($a[$ipNumber]);
1151
  }
1152
 
1153
- if( $ipNumber < 3091545498 )
1154
  return false;
1155
 
1156
- if( (3091545498 <= $ipNumber) && ($ipNumber <= 3105417929) ){
1157
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-96.php';
1158
  if( isset($a[$ipNumber]) ) return true;
1159
  foreach($a as $minIpValue => $maxIpValue){
1160
  if( 1 === $maxIpValue ) break;
@@ -1164,11 +1038,11 @@ class MchGdbcUnTrustedIPRanges
1164
  return false;
1165
  }
1166
 
1167
- if( $ipNumber < 3105428466 )
1168
  return false;
1169
 
1170
- if( (3105428466 <= $ipNumber) && ($ipNumber <= 3123600714) ){
1171
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-97.php';
1172
  if( isset($a[$ipNumber]) ) return true;
1173
  foreach($a as $minIpValue => $maxIpValue){
1174
  if( 1 === $maxIpValue ) break;
@@ -1178,11 +1052,11 @@ class MchGdbcUnTrustedIPRanges
1178
  return false;
1179
  }
1180
 
1181
- if( $ipNumber < 3123600715 )
1182
  return false;
1183
 
1184
- if( (3123600715 <= $ipNumber) && ($ipNumber <= 3134246801) ){
1185
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-98.php';
1186
  if( isset($a[$ipNumber]) ) return true;
1187
  foreach($a as $minIpValue => $maxIpValue){
1188
  if( 1 === $maxIpValue ) break;
@@ -1192,32 +1066,32 @@ class MchGdbcUnTrustedIPRanges
1192
  return false;
1193
  }
1194
 
1195
- if( $ipNumber < 3134258994 )
1196
  return false;
1197
 
1198
- if( (3134258994 <= $ipNumber) && ($ipNumber <= 3144867088) ){
1199
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-99.php'; return isset($a[$ipNumber]);
1200
  }
1201
 
1202
- if( $ipNumber < 3144867322 )
1203
  return false;
1204
 
1205
- if( (3144867322 <= $ipNumber) && ($ipNumber <= 3155786238) ){
1206
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-100.php'; return isset($a[$ipNumber]);
1207
- }
1208
-
1209
- if( $ipNumber < 3155791130 )
 
 
 
1210
  return false;
1211
-
1212
- if( (3155791130 <= $ipNumber) && ($ipNumber <= 3164750083) ){
1213
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-101.php'; return isset($a[$ipNumber]);
1214
  }
1215
 
1216
- if( $ipNumber < 3164750084 )
1217
  return false;
1218
 
1219
- if( (3164750084 <= $ipNumber) && ($ipNumber <= 3171377414) ){
1220
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-102.php';
1221
  if( isset($a[$ipNumber]) ) return true;
1222
  foreach($a as $minIpValue => $maxIpValue){
1223
  if( 1 === $maxIpValue ) break;
@@ -1227,18 +1101,18 @@ class MchGdbcUnTrustedIPRanges
1227
  return false;
1228
  }
1229
 
1230
- if( $ipNumber < 3171385241 )
1231
  return false;
1232
 
1233
- if( (3171385241 <= $ipNumber) && ($ipNumber <= 3182354207) ){
1234
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-103.php'; return isset($a[$ipNumber]);
1235
  }
1236
 
1237
- if( $ipNumber < 3182367274 )
1238
  return false;
1239
 
1240
- if( (3182367274 <= $ipNumber) && ($ipNumber <= 3191282815) ){
1241
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-104.php';
1242
  if( isset($a[$ipNumber]) ) return true;
1243
  foreach($a as $minIpValue => $maxIpValue){
1244
  if( 1 === $maxIpValue ) break;
@@ -1248,25 +1122,32 @@ class MchGdbcUnTrustedIPRanges
1248
  return false;
1249
  }
1250
 
1251
- if( $ipNumber < 3191283224 )
1252
  return false;
1253
 
1254
- if( (3191283224 <= $ipNumber) && ($ipNumber <= 3197290763) ){
1255
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-105.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
1256
  }
1257
 
1258
- if( $ipNumber < 3197293977 )
1259
  return false;
1260
 
1261
- if( (3197293977 <= $ipNumber) && ($ipNumber <= 3203332781) ){
1262
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-106.php'; return isset($a[$ipNumber]);
1263
  }
1264
 
1265
- if( $ipNumber < 3203334625 )
1266
  return false;
1267
 
1268
- if( (3203334625 <= $ipNumber) && ($ipNumber <= 3229513777) ){
1269
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-107.php';
1270
  if( isset($a[$ipNumber]) ) return true;
1271
  foreach($a as $minIpValue => $maxIpValue){
1272
  if( 1 === $maxIpValue ) break;
@@ -1276,11 +1157,11 @@ class MchGdbcUnTrustedIPRanges
1276
  return false;
1277
  }
1278
 
1279
- if( $ipNumber < 3229513779 )
1280
  return false;
1281
 
1282
- if( (3229513779 <= $ipNumber) && ($ipNumber <= 3245048232) ){
1283
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-108.php';
1284
  if( isset($a[$ipNumber]) ) return true;
1285
  foreach($a as $minIpValue => $maxIpValue){
1286
  if( 1 === $maxIpValue ) break;
@@ -1290,11 +1171,11 @@ class MchGdbcUnTrustedIPRanges
1290
  return false;
1291
  }
1292
 
1293
- if( $ipNumber < 3245048291 )
1294
  return false;
1295
 
1296
- if( (3245048291 <= $ipNumber) && ($ipNumber <= 3270338321) ){
1297
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-109.php';
1298
  if( isset($a[$ipNumber]) ) return true;
1299
  foreach($a as $minIpValue => $maxIpValue){
1300
  if( 1 === $maxIpValue ) break;
@@ -1304,11 +1185,11 @@ class MchGdbcUnTrustedIPRanges
1304
  return false;
1305
  }
1306
 
1307
- if( $ipNumber < 3270643202 )
1308
  return false;
1309
 
1310
- if( (3270643202 <= $ipNumber) && ($ipNumber <= 3286317884) ){
1311
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-110.php';
1312
  if( isset($a[$ipNumber]) ) return true;
1313
  foreach($a as $minIpValue => $maxIpValue){
1314
  if( 1 === $maxIpValue ) break;
@@ -1318,11 +1199,11 @@ class MchGdbcUnTrustedIPRanges
1318
  return false;
1319
  }
1320
 
1321
- if( $ipNumber < 3286317932 )
1322
  return false;
1323
 
1324
- if( (3286317932 <= $ipNumber) && ($ipNumber <= 3325200409) ){
1325
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-111.php';
1326
  if( isset($a[$ipNumber]) ) return true;
1327
  foreach($a as $minIpValue => $maxIpValue){
1328
  if( 1 === $maxIpValue ) break;
@@ -1332,11 +1213,11 @@ class MchGdbcUnTrustedIPRanges
1332
  return false;
1333
  }
1334
 
1335
- if( $ipNumber < 3325200947 )
1336
  return false;
1337
 
1338
- if( (3325200947 <= $ipNumber) && ($ipNumber <= 3350495617) ){
1339
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-112.php';
1340
  if( isset($a[$ipNumber]) ) return true;
1341
  foreach($a as $minIpValue => $maxIpValue){
1342
  if( 1 === $maxIpValue ) break;
@@ -1346,11 +1227,11 @@ class MchGdbcUnTrustedIPRanges
1346
  return false;
1347
  }
1348
 
1349
- if( $ipNumber < 3350495676 )
1350
  return false;
1351
 
1352
- if( (3350495676 <= $ipNumber) && ($ipNumber <= 3361838283) ){
1353
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-113.php';
1354
  if( isset($a[$ipNumber]) ) return true;
1355
  foreach($a as $minIpValue => $maxIpValue){
1356
  if( 1 === $maxIpValue ) break;
@@ -1360,18 +1241,18 @@ class MchGdbcUnTrustedIPRanges
1360
  return false;
1361
  }
1362
 
1363
- if( $ipNumber < 3361844894 )
1364
  return false;
1365
 
1366
- if( (3361844894 <= $ipNumber) && ($ipNumber <= 3374689084) ){
1367
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-114.php'; return isset($a[$ipNumber]);
1368
  }
1369
 
1370
- if( $ipNumber < 3374689695 )
1371
  return false;
1372
 
1373
- if( (3374689695 <= $ipNumber) && ($ipNumber <= 3386743177) ){
1374
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-115.php';
1375
  if( isset($a[$ipNumber]) ) return true;
1376
  foreach($a as $minIpValue => $maxIpValue){
1377
  if( 1 === $maxIpValue ) break;
@@ -1381,11 +1262,11 @@ class MchGdbcUnTrustedIPRanges
1381
  return false;
1382
  }
1383
 
1384
- if( $ipNumber < 3386743815 )
1385
  return false;
1386
 
1387
- if( (3386743815 <= $ipNumber) && ($ipNumber <= 3395506851) ){
1388
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-116.php';
1389
  if( isset($a[$ipNumber]) ) return true;
1390
  foreach($a as $minIpValue => $maxIpValue){
1391
  if( 1 === $maxIpValue ) break;
@@ -1395,11 +1276,11 @@ class MchGdbcUnTrustedIPRanges
1395
  return false;
1396
  }
1397
 
1398
- if( $ipNumber < 3395510538 )
1399
  return false;
1400
 
1401
- if( (3395510538 <= $ipNumber) && ($ipNumber <= 3401495319) ){
1402
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-117.php';
1403
  if( isset($a[$ipNumber]) ) return true;
1404
  foreach($a as $minIpValue => $maxIpValue){
1405
  if( 1 === $maxIpValue ) break;
@@ -1409,11 +1290,11 @@ class MchGdbcUnTrustedIPRanges
1409
  return false;
1410
  }
1411
 
1412
- if( $ipNumber < 3401495344 )
1413
  return false;
1414
 
1415
- if( (3401495344 <= $ipNumber) && ($ipNumber <= 3416434810) ){
1416
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-118.php';
1417
  if( isset($a[$ipNumber]) ) return true;
1418
  foreach($a as $minIpValue => $maxIpValue){
1419
  if( 1 === $maxIpValue ) break;
@@ -1423,11 +1304,11 @@ class MchGdbcUnTrustedIPRanges
1423
  return false;
1424
  }
1425
 
1426
- if( $ipNumber < 3416452089 )
1427
  return false;
1428
 
1429
- if( (3416452089 <= $ipNumber) && ($ipNumber <= 3457165980) ){
1430
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-119.php';
1431
  if( isset($a[$ipNumber]) ) return true;
1432
  foreach($a as $minIpValue => $maxIpValue){
1433
  if( 1 === $maxIpValue ) break;
@@ -1437,11 +1318,11 @@ class MchGdbcUnTrustedIPRanges
1437
  return false;
1438
  }
1439
 
1440
- if( $ipNumber < 3457166059 )
1441
  return false;
1442
 
1443
- if( (3457166059 <= $ipNumber) && ($ipNumber <= 3506795478) ){
1444
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-120.php';
1445
  if( isset($a[$ipNumber]) ) return true;
1446
  foreach($a as $minIpValue => $maxIpValue){
1447
  if( 1 === $maxIpValue ) break;
@@ -1451,11 +1332,11 @@ class MchGdbcUnTrustedIPRanges
1451
  return false;
1452
  }
1453
 
1454
- if( $ipNumber < 3506842949 )
1455
  return false;
1456
 
1457
- if( (3506842949 <= $ipNumber) && ($ipNumber <= 3528598916) ){
1458
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-121.php';
1459
  if( isset($a[$ipNumber]) ) return true;
1460
  foreach($a as $minIpValue => $maxIpValue){
1461
  if( 1 === $maxIpValue ) break;
@@ -1465,32 +1346,25 @@ class MchGdbcUnTrustedIPRanges
1465
  return false;
1466
  }
1467
 
1468
- if( $ipNumber < 3528601909 )
1469
  return false;
1470
 
1471
- if( (3528601909 <= $ipNumber) && ($ipNumber <= 3547956288) ){
1472
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-122.php';
1473
- if( isset($a[$ipNumber]) ) return true;
1474
- foreach($a as $minIpValue => $maxIpValue){
1475
- if( 1 === $maxIpValue ) break;
1476
- if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
1477
- return true;
1478
- }
1479
- return false;
1480
  }
1481
 
1482
- if( $ipNumber < 3547963022 )
1483
  return false;
1484
 
1485
- if( (3547963022 <= $ipNumber) && ($ipNumber <= 3559024391) ){
1486
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-123.php'; return isset($a[$ipNumber]);
1487
  }
1488
 
1489
- if( $ipNumber < 3559024521 )
1490
  return false;
1491
 
1492
- if( (3559024521 <= $ipNumber) && ($ipNumber <= 3568228624) ){
1493
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-124.php';
1494
  if( isset($a[$ipNumber]) ) return true;
1495
  foreach($a as $minIpValue => $maxIpValue){
1496
  if( 1 === $maxIpValue ) break;
@@ -1500,25 +1374,18 @@ class MchGdbcUnTrustedIPRanges
1500
  return false;
1501
  }
1502
 
1503
- if( $ipNumber < 3568232682 )
1504
- return false;
1505
-
1506
- if( (3568232682 <= $ipNumber) && ($ipNumber <= 3579306050) ){
1507
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-125.php'; return isset($a[$ipNumber]);
1508
- }
1509
-
1510
- if( $ipNumber < 3579306062 )
1511
  return false;
1512
 
1513
- if( (3579306062 <= $ipNumber) && ($ipNumber <= 3626894402) ){
1514
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-126.php'; return isset($a[$ipNumber]);
1515
  }
1516
 
1517
- if( $ipNumber < 3626901250 )
1518
  return false;
1519
 
1520
- if( (3626901250 <= $ipNumber) && ($ipNumber <= 3645587082) ){
1521
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-127.php';
1522
  if( isset($a[$ipNumber]) ) return true;
1523
  foreach($a as $minIpValue => $maxIpValue){
1524
  if( 1 === $maxIpValue ) break;
@@ -1528,32 +1395,32 @@ class MchGdbcUnTrustedIPRanges
1528
  return false;
1529
  }
1530
 
1531
- if( $ipNumber < 3645623538 )
1532
  return false;
1533
 
1534
- if( (3645623538 <= $ipNumber) && ($ipNumber <= 3657845710) ){
1535
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-128.php'; return isset($a[$ipNumber]);
1536
  }
1537
 
1538
- if( $ipNumber < 3657846694 )
1539
  return false;
1540
 
1541
- if( (3657846694 <= $ipNumber) && ($ipNumber <= 3664532738) ){
1542
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-129.php'; return isset($a[$ipNumber]);
1543
  }
1544
 
1545
- if( $ipNumber < 3664532798 )
1546
  return false;
1547
 
1548
- if( (3664532798 <= $ipNumber) && ($ipNumber <= 3683940590) ){
1549
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-130.php'; return isset($a[$ipNumber]);
1550
  }
1551
 
1552
- if( $ipNumber < 3683941197 )
1553
  return false;
1554
 
1555
- if( (3683941197 <= $ipNumber) && ($ipNumber <= 3703479637) ){
1556
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-131.php';
1557
  if( isset($a[$ipNumber]) ) return true;
1558
  foreach($a as $minIpValue => $maxIpValue){
1559
  if( 1 === $maxIpValue ) break;
@@ -1563,11 +1430,11 @@ class MchGdbcUnTrustedIPRanges
1563
  return false;
1564
  }
1565
 
1566
- if( $ipNumber < 3703484692 )
1567
  return false;
1568
 
1569
- if( (3703484692 <= $ipNumber) && ($ipNumber <= 3720384024) ){
1570
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-132.php';
1571
  if( isset($a[$ipNumber]) ) return true;
1572
  foreach($a as $minIpValue => $maxIpValue){
1573
  if( 1 === $maxIpValue ) break;
@@ -1577,25 +1444,25 @@ class MchGdbcUnTrustedIPRanges
1577
  return false;
1578
  }
1579
 
1580
- if( $ipNumber < 3720384329 )
1581
  return false;
1582
 
1583
- if( (3720384329 <= $ipNumber) && ($ipNumber <= 3731494034) ){
1584
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-133.php'; return isset($a[$ipNumber]);
1585
  }
1586
 
1587
- if( $ipNumber < 3731508504 )
1588
  return false;
1589
 
1590
- if( (3731508504 <= $ipNumber) && ($ipNumber <= 3736741346) ){
1591
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-134.php'; return isset($a[$ipNumber]);
1592
  }
1593
 
1594
- if( $ipNumber < 3736741443 )
1595
  return false;
1596
 
1597
- if( (3736741443 <= $ipNumber) && ($ipNumber <= 3742413953) ){
1598
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-135.php';
1599
  if( isset($a[$ipNumber]) ) return true;
1600
  foreach($a as $minIpValue => $maxIpValue){
1601
  if( 1 === $maxIpValue ) break;
@@ -1605,11 +1472,11 @@ class MchGdbcUnTrustedIPRanges
1605
  return false;
1606
  }
1607
 
1608
- if( $ipNumber < 3742418792 )
1609
  return false;
1610
 
1611
- if( (3742418792 <= $ipNumber) && ($ipNumber <= 3758089806) ){
1612
- $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-136.php';
1613
  if( isset($a[$ipNumber]) ) return true;
1614
  foreach($a as $minIpValue => $maxIpValue){
1615
  if( 1 === $maxIpValue ) break;
@@ -1629,10 +1496,10 @@ class MchGdbcUnTrustedIPRanges
1629
 
1630
  $ipNumber = MchGdbcIPUtils::ipAddressToNumber($ipAddress, $ipVersion, true);
1631
 
1632
- if( $ipNumber < 16812144 )
1633
  return false;
1634
 
1635
- if( (16812144 <= $ipNumber) && ($ipNumber <= 414417514) ){
1636
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-0.php';
1637
  if( isset($a[$ipNumber]) ) return true;
1638
  foreach($a as $minIpValue => $maxIpValue){
@@ -1643,11 +1510,18 @@ class MchGdbcUnTrustedIPRanges
1643
  return false;
1644
  }
1645
 
1646
- if( $ipNumber < 414516839 )
 
 
 
 
 
 
 
1647
  return false;
1648
 
1649
- if( (414516839 <= $ipNumber) && ($ipNumber <= 664701639) ){
1650
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-1.php';
1651
  if( isset($a[$ipNumber]) ) return true;
1652
  foreach($a as $minIpValue => $maxIpValue){
1653
  if( 1 === $maxIpValue ) break;
@@ -1657,17 +1531,10 @@ class MchGdbcUnTrustedIPRanges
1657
  return false;
1658
  }
1659
 
1660
- if( $ipNumber < 664701957 )
1661
  return false;
1662
 
1663
- if( (664701957 <= $ipNumber) && ($ipNumber <= 702492743) ){
1664
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-2.php'; return isset($a[$ipNumber]);
1665
- }
1666
-
1667
- if( $ipNumber < 702494093 )
1668
- return false;
1669
-
1670
- if( (702494093 <= $ipNumber) && ($ipNumber <= 872955545) ){
1671
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-3.php';
1672
  if( isset($a[$ipNumber]) ) return true;
1673
  foreach($a as $minIpValue => $maxIpValue){
@@ -1681,8 +1548,15 @@ class MchGdbcUnTrustedIPRanges
1681
  if( $ipNumber < 873079109 )
1682
  return false;
1683
 
1684
- if( (873079109 <= $ipNumber) && ($ipNumber <= 1054000748) ){
1685
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-4.php';
 
 
 
 
 
 
 
1686
  if( isset($a[$ipNumber]) ) return true;
1687
  foreach($a as $minIpValue => $maxIpValue){
1688
  if( 1 === $maxIpValue ) break;
@@ -1692,11 +1566,11 @@ class MchGdbcUnTrustedIPRanges
1692
  return false;
1693
  }
1694
 
1695
- if( $ipNumber < 1054000792 )
1696
  return false;
1697
 
1698
- if( (1054000792 <= $ipNumber) && ($ipNumber <= 1248222695) ){
1699
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-5.php';
1700
  if( isset($a[$ipNumber]) ) return true;
1701
  foreach($a as $minIpValue => $maxIpValue){
1702
  if( 1 === $maxIpValue ) break;
@@ -1706,11 +1580,18 @@ class MchGdbcUnTrustedIPRanges
1706
  return false;
1707
  }
1708
 
1709
- if( $ipNumber < 1248555366 )
1710
  return false;
1711
 
1712
- if( (1248555366 <= $ipNumber) && ($ipNumber <= 1347769416) ){
1713
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-6.php';
 
 
 
 
 
 
 
1714
  if( isset($a[$ipNumber]) ) return true;
1715
  foreach($a as $minIpValue => $maxIpValue){
1716
  if( 1 === $maxIpValue ) break;
@@ -1720,11 +1601,11 @@ class MchGdbcUnTrustedIPRanges
1720
  return false;
1721
  }
1722
 
1723
- if( $ipNumber < 1347769566 )
1724
  return false;
1725
 
1726
- if( (1347769566 <= $ipNumber) && ($ipNumber <= 1419699152) ){
1727
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-7.php';
1728
  if( isset($a[$ipNumber]) ) return true;
1729
  foreach($a as $minIpValue => $maxIpValue){
1730
  if( 1 === $maxIpValue ) break;
@@ -1734,11 +1615,11 @@ class MchGdbcUnTrustedIPRanges
1734
  return false;
1735
  }
1736
 
1737
- if( $ipNumber < 1419699153 )
1738
  return false;
1739
 
1740
- if( (1419699153 <= $ipNumber) && ($ipNumber <= 1489399671) ){
1741
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-8.php';
1742
  if( isset($a[$ipNumber]) ) return true;
1743
  foreach($a as $minIpValue => $maxIpValue){
1744
  if( 1 === $maxIpValue ) break;
@@ -1748,11 +1629,11 @@ class MchGdbcUnTrustedIPRanges
1748
  return false;
1749
  }
1750
 
1751
- if( $ipNumber < 1489402011 )
1752
  return false;
1753
 
1754
- if( (1489402011 <= $ipNumber) && ($ipNumber <= 1558104530) ){
1755
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-9.php';
1756
  if( isset($a[$ipNumber]) ) return true;
1757
  foreach($a as $minIpValue => $maxIpValue){
1758
  if( 1 === $maxIpValue ) break;
@@ -1762,11 +1643,11 @@ class MchGdbcUnTrustedIPRanges
1762
  return false;
1763
  }
1764
 
1765
- if( $ipNumber < 1558104531 )
1766
  return false;
1767
 
1768
- if( (1558104531 <= $ipNumber) && ($ipNumber <= 1610369408) ){
1769
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-10.php';
1770
  if( isset($a[$ipNumber]) ) return true;
1771
  foreach($a as $minIpValue => $maxIpValue){
1772
  if( 1 === $maxIpValue ) break;
@@ -1776,18 +1657,11 @@ class MchGdbcUnTrustedIPRanges
1776
  return false;
1777
  }
1778
 
1779
- if( $ipNumber < 1610370833 )
1780
  return false;
1781
 
1782
- if( (1610370833 <= $ipNumber) && ($ipNumber <= 1790664786) ){
1783
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-11.php'; return isset($a[$ipNumber]);
1784
- }
1785
-
1786
- if( $ipNumber < 1790665292 )
1787
- return false;
1788
-
1789
- if( (1790665292 <= $ipNumber) && ($ipNumber <= 1891260809) ){
1790
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-12.php';
1791
  if( isset($a[$ipNumber]) ) return true;
1792
  foreach($a as $minIpValue => $maxIpValue){
1793
  if( 1 === $maxIpValue ) break;
@@ -1797,25 +1671,25 @@ class MchGdbcUnTrustedIPRanges
1797
  return false;
1798
  }
1799
 
1800
- if( $ipNumber < 1891858269 )
1801
  return false;
1802
 
1803
- if( (1891858269 <= $ipNumber) && ($ipNumber <= 1973646158) ){
1804
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-13.php'; return isset($a[$ipNumber]);
1805
  }
1806
 
1807
- if( $ipNumber < 1973646163 )
1808
  return false;
1809
 
1810
- if( (1973646163 <= $ipNumber) && ($ipNumber <= 1974129568) ){
1811
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-14.php'; return isset($a[$ipNumber]);
1812
  }
1813
 
1814
- if( $ipNumber < 1974129589 )
1815
  return false;
1816
 
1817
- if( (1974129589 <= $ipNumber) && ($ipNumber <= 2026094691) ){
1818
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-15.php';
1819
  if( isset($a[$ipNumber]) ) return true;
1820
  foreach($a as $minIpValue => $maxIpValue){
1821
  if( 1 === $maxIpValue ) break;
@@ -1825,11 +1699,18 @@ class MchGdbcUnTrustedIPRanges
1825
  return false;
1826
  }
1827
 
1828
- if( $ipNumber < 2026094692 )
1829
  return false;
1830
 
1831
- if( (2026094692 <= $ipNumber) && ($ipNumber <= 2052654804) ){
1832
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-16.php';
 
 
 
 
 
 
 
1833
  if( isset($a[$ipNumber]) ) return true;
1834
  foreach($a as $minIpValue => $maxIpValue){
1835
  if( 1 === $maxIpValue ) break;
@@ -1839,11 +1720,11 @@ class MchGdbcUnTrustedIPRanges
1839
  return false;
1840
  }
1841
 
1842
- if( $ipNumber < 2052676434 )
1843
  return false;
1844
 
1845
- if( (2052676434 <= $ipNumber) && ($ipNumber <= 2317651791) ){
1846
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-17.php';
1847
  if( isset($a[$ipNumber]) ) return true;
1848
  foreach($a as $minIpValue => $maxIpValue){
1849
  if( 1 === $maxIpValue ) break;
@@ -1853,11 +1734,11 @@ class MchGdbcUnTrustedIPRanges
1853
  return false;
1854
  }
1855
 
1856
- if( $ipNumber < 2317651948 )
1857
  return false;
1858
 
1859
- if( (2317651948 <= $ipNumber) && ($ipNumber <= 2734486098) ){
1860
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-18.php';
1861
  if( isset($a[$ipNumber]) ) return true;
1862
  foreach($a as $minIpValue => $maxIpValue){
1863
  if( 1 === $maxIpValue ) break;
@@ -1867,11 +1748,11 @@ class MchGdbcUnTrustedIPRanges
1867
  return false;
1868
  }
1869
 
1870
- if( $ipNumber < 2734486319 )
1871
  return false;
1872
 
1873
- if( (2734486319 <= $ipNumber) && ($ipNumber <= 2973134498) ){
1874
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-19.php';
1875
  if( isset($a[$ipNumber]) ) return true;
1876
  foreach($a as $minIpValue => $maxIpValue){
1877
  if( 1 === $maxIpValue ) break;
@@ -1881,11 +1762,18 @@ class MchGdbcUnTrustedIPRanges
1881
  return false;
1882
  }
1883
 
1884
- if( $ipNumber < 2973143127 )
1885
  return false;
1886
 
1887
- if( (2973143127 <= $ipNumber) && ($ipNumber <= 3015265740) ){
1888
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-20.php';
 
 
 
 
 
 
 
1889
  if( isset($a[$ipNumber]) ) return true;
1890
  foreach($a as $minIpValue => $maxIpValue){
1891
  if( 1 === $maxIpValue ) break;
@@ -1895,32 +1783,32 @@ class MchGdbcUnTrustedIPRanges
1895
  return false;
1896
  }
1897
 
1898
- if( $ipNumber < 3015272562 )
1899
  return false;
1900
 
1901
- if( (3015272562 <= $ipNumber) && ($ipNumber <= 3084520871) ){
1902
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-21.php'; return isset($a[$ipNumber]);
1903
  }
1904
 
1905
- if( $ipNumber < 3084520882 )
1906
  return false;
1907
 
1908
- if( (3084520882 <= $ipNumber) && ($ipNumber <= 3126705449) ){
1909
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-22.php';
1910
- if( isset($a[$ipNumber]) ) return true;
1911
- foreach($a as $minIpValue => $maxIpValue){
1912
- if( 1 === $maxIpValue ) break;
1913
- if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
1914
- return true;
1915
- }
1916
  return false;
 
 
 
1917
  }
1918
 
1919
- if( $ipNumber < 3126705644 )
1920
  return false;
1921
 
1922
- if( (3126705644 <= $ipNumber) && ($ipNumber <= 3190058802) ){
1923
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-23.php';
1924
  if( isset($a[$ipNumber]) ) return true;
1925
  foreach($a as $minIpValue => $maxIpValue){
1926
  if( 1 === $maxIpValue ) break;
@@ -1930,18 +1818,53 @@ class MchGdbcUnTrustedIPRanges
1930
  return false;
1931
  }
1932
 
1933
- if( $ipNumber < 3190063834 )
1934
  return false;
1935
 
1936
- if( (3190063834 <= $ipNumber) && ($ipNumber <= 3206630459) ){
1937
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-24.php'; return isset($a[$ipNumber]);
1938
  }
1939
 
1940
- if( $ipNumber < 3206673834 )
1941
  return false;
1942
 
1943
- if( (3206673834 <= $ipNumber) && ($ipNumber <= 3325714553) ){
1944
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-25.php';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1945
  if( isset($a[$ipNumber]) ) return true;
1946
  foreach($a as $minIpValue => $maxIpValue){
1947
  if( 1 === $maxIpValue ) break;
@@ -1951,11 +1874,11 @@ class MchGdbcUnTrustedIPRanges
1951
  return false;
1952
  }
1953
 
1954
- if( $ipNumber < 3325716160 )
1955
  return false;
1956
 
1957
- if( (3325716160 <= $ipNumber) && ($ipNumber <= 3398105188) ){
1958
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-26.php';
1959
  if( isset($a[$ipNumber]) ) return true;
1960
  foreach($a as $minIpValue => $maxIpValue){
1961
  if( 1 === $maxIpValue ) break;
@@ -1965,11 +1888,46 @@ class MchGdbcUnTrustedIPRanges
1965
  return false;
1966
  }
1967
 
1968
- if( $ipNumber < 3398301826 )
1969
  return false;
1970
 
1971
- if( (3398301826 <= $ipNumber) && ($ipNumber <= 3571651700) ){
1972
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-27.php';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1973
  if( isset($a[$ipNumber]) ) return true;
1974
  foreach($a as $minIpValue => $maxIpValue){
1975
  if( 1 === $maxIpValue ) break;
@@ -1979,11 +1937,11 @@ class MchGdbcUnTrustedIPRanges
1979
  return false;
1980
  }
1981
 
1982
- if( $ipNumber < 3571669215 )
1983
  return false;
1984
 
1985
- if( (3571669215 <= $ipNumber) && ($ipNumber <= 3716326130) ){
1986
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-28.php';
1987
  if( isset($a[$ipNumber]) ) return true;
1988
  foreach($a as $minIpValue => $maxIpValue){
1989
  if( 1 === $maxIpValue ) break;
@@ -1993,11 +1951,11 @@ class MchGdbcUnTrustedIPRanges
1993
  return false;
1994
  }
1995
 
1996
- if( $ipNumber < 3716378688 )
1997
  return false;
1998
 
1999
- if( (3716378688 <= $ipNumber) && ($ipNumber <= 3758034679) ){
2000
- $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-29.php';
2001
  if( isset($a[$ipNumber]) ) return true;
2002
  foreach($a as $minIpValue => $maxIpValue){
2003
  if( 1 === $maxIpValue ) break;
@@ -2007,6 +1965,13 @@ class MchGdbcUnTrustedIPRanges
2007
  return false;
2008
  }
2009
 
 
 
 
 
 
 
 
2010
  return false;
2011
  }
2012
 
12
  if( $ipNumber < 16815956 )
13
  return false;
14
 
15
+ if( (16815956 <= $ipNumber) && ($ipNumber <= 85091870) ){
16
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-0.php';
17
  if( isset($a[$ipNumber]) ) return true;
18
  foreach($a as $minIpValue => $maxIpValue){
23
  return false;
24
  }
25
 
26
+ if( $ipNumber < 85105765 )
27
  return false;
28
 
29
+ if( (85105765 <= $ipNumber) && ($ipNumber <= 97401757) ){
30
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-1.php';
31
  if( isset($a[$ipNumber]) ) return true;
32
  foreach($a as $minIpValue => $maxIpValue){
37
  return false;
38
  }
39
 
40
+ if( $ipNumber < 97410585 )
41
  return false;
42
 
43
+ if( (97410585 <= $ipNumber) && ($ipNumber <= 239060164) ){
44
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-2.php';
45
+ if( isset($a[$ipNumber]) ) return true;
46
+ foreach($a as $minIpValue => $maxIpValue){
47
+ if( 1 === $maxIpValue ) break;
48
+ if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
49
+ return true;
50
+ }
51
+ return false;
52
  }
53
 
54
+ if( $ipNumber < 239060199 )
55
  return false;
56
 
57
+ if( (239060199 <= $ipNumber) && ($ipNumber <= 392316289) ){
58
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-3.php';
59
  if( isset($a[$ipNumber]) ) return true;
60
  foreach($a as $minIpValue => $maxIpValue){
65
  return false;
66
  }
67
 
68
+ if( $ipNumber < 392316292 )
69
  return false;
70
 
71
+ if( (392316292 <= $ipNumber) && ($ipNumber <= 463061423) ){
72
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-4.php';
73
  if( isset($a[$ipNumber]) ) return true;
74
  foreach($a as $minIpValue => $maxIpValue){
79
  return false;
80
  }
81
 
82
+ if( $ipNumber < 463061426 )
83
  return false;
84
 
85
+ if( (463061426 <= $ipNumber) && ($ipNumber <= 541195815) ){
86
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-5.php';
87
  if( isset($a[$ipNumber]) ) return true;
88
  foreach($a as $minIpValue => $maxIpValue){
93
  return false;
94
  }
95
 
96
+ if( $ipNumber < 541195822 )
97
  return false;
98
 
99
+ if( (541195822 <= $ipNumber) && ($ipNumber <= 634133429) ){
100
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-6.php';
101
  if( isset($a[$ipNumber]) ) return true;
102
  foreach($a as $minIpValue => $maxIpValue){
107
  return false;
108
  }
109
 
110
+ if( $ipNumber < 634133863 )
111
  return false;
112
 
113
+ if( (634133863 <= $ipNumber) && ($ipNumber <= 701382440) ){
114
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-7.php';
115
  if( isset($a[$ipNumber]) ) return true;
116
  foreach($a as $minIpValue => $maxIpValue){
121
  return false;
122
  }
123
 
124
+ if( $ipNumber < 701437673 )
125
  return false;
126
 
127
+ if( (701437673 <= $ipNumber) && ($ipNumber <= 738181119) ){
128
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-8.php';
129
  if( isset($a[$ipNumber]) ) return true;
130
  foreach($a as $minIpValue => $maxIpValue){
135
  return false;
136
  }
137
 
138
+ if( $ipNumber < 738181001 )
139
  return false;
140
 
141
+ if( (738181001 <= $ipNumber) && ($ipNumber <= 778687475) ){
142
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-9.php';
143
  if( isset($a[$ipNumber]) ) return true;
144
  foreach($a as $minIpValue => $maxIpValue){
149
  return false;
150
  }
151
 
152
+ if( $ipNumber < 778687533 )
153
  return false;
154
 
155
+ if( (778687533 <= $ipNumber) && ($ipNumber <= 831584924) ){
156
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-10.php';
157
  if( isset($a[$ipNumber]) ) return true;
158
  foreach($a as $minIpValue => $maxIpValue){
163
  return false;
164
  }
165
 
166
+ if( $ipNumber < 831602220 )
167
  return false;
168
 
169
+ if( (831602220 <= $ipNumber) && ($ipNumber <= 845797590) ){
170
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-11.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
171
  }
172
 
173
+ if( $ipNumber < 845811349 )
174
  return false;
175
 
176
+ if( (845811349 <= $ipNumber) && ($ipNumber <= 976790522) ){
177
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-12.php';
178
  if( isset($a[$ipNumber]) ) return true;
179
  foreach($a as $minIpValue => $maxIpValue){
184
  return false;
185
  }
186
 
187
+ if( $ipNumber < 976823314 )
188
  return false;
189
 
190
+ if( (976823314 <= $ipNumber) && ($ipNumber <= 989129666) ){
191
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-13.php';
192
  if( isset($a[$ipNumber]) ) return true;
193
  foreach($a as $minIpValue => $maxIpValue){
198
  return false;
199
  }
200
 
201
+ if( $ipNumber < 989130074 )
202
  return false;
203
 
204
+ if( (989130074 <= $ipNumber) && ($ipNumber <= 994027447) ){
205
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-14.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
206
  }
207
 
208
+ if( $ipNumber < 994027449 )
209
  return false;
210
 
211
+ if( (994027449 <= $ipNumber) && ($ipNumber <= 1017727792) ){
212
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-15.php';
213
  if( isset($a[$ipNumber]) ) return true;
214
  foreach($a as $minIpValue => $maxIpValue){
219
  return false;
220
  }
221
 
222
+ if( $ipNumber < 1017727793 )
223
  return false;
224
 
225
+ if( (1017727793 <= $ipNumber) && ($ipNumber <= 1024685522) ){
226
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-16.php';
227
  if( isset($a[$ipNumber]) ) return true;
228
  foreach($a as $minIpValue => $maxIpValue){
233
  return false;
234
  }
235
 
236
+ if( $ipNumber < 1024686467 )
 
 
 
 
 
 
 
237
  return false;
238
 
239
+ if( (1024686467 <= $ipNumber) && ($ipNumber <= 1033064655) ){
240
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-17.php';
241
  if( isset($a[$ipNumber]) ) return true;
242
  foreach($a as $minIpValue => $maxIpValue){
243
  if( 1 === $maxIpValue ) break;
247
  return false;
248
  }
249
 
250
+ if( $ipNumber < 1033064656 )
251
  return false;
252
 
253
+ if( (1033064656 <= $ipNumber) && ($ipNumber <= 1035213228) ){
254
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-18.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
255
  }
256
 
257
+ if( $ipNumber < 1035225093 )
258
  return false;
259
 
260
+ if( (1035225093 <= $ipNumber) && ($ipNumber <= 1048810684) ){
261
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-19.php';
262
  if( isset($a[$ipNumber]) ) return true;
263
  foreach($a as $minIpValue => $maxIpValue){
264
  if( 1 === $maxIpValue ) break;
268
  return false;
269
  }
270
 
271
+ if( $ipNumber < 1048936462 )
272
  return false;
273
 
274
+ if( (1048936462 <= $ipNumber) && ($ipNumber <= 1066349395) ){
275
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-20.php'; return isset($a[$ipNumber]);
276
  }
277
 
278
+ if( $ipNumber < 1066349412 )
279
  return false;
280
 
281
+ if( (1066349412 <= $ipNumber) && ($ipNumber <= 1086596058) ){
282
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-21.php'; return isset($a[$ipNumber]);
283
  }
284
 
285
+ if( $ipNumber < 1086617328 )
286
  return false;
287
 
288
+ if( (1086617328 <= $ipNumber) && ($ipNumber <= 1121013191) ){
289
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-22.php';
290
  if( isset($a[$ipNumber]) ) return true;
291
  foreach($a as $minIpValue => $maxIpValue){
292
  if( 1 === $maxIpValue ) break;
296
  return false;
297
  }
298
 
299
+ if( $ipNumber < 1121067700 )
 
 
 
 
 
 
 
300
  return false;
301
 
302
+ if( (1121067700 <= $ipNumber) && ($ipNumber <= 1158435765) ){
303
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-23.php';
304
  if( isset($a[$ipNumber]) ) return true;
305
  foreach($a as $minIpValue => $maxIpValue){
306
  if( 1 === $maxIpValue ) break;
310
  return false;
311
  }
312
 
313
+ if( $ipNumber < 1158438025 )
314
  return false;
315
 
316
+ if( (1158438025 <= $ipNumber) && ($ipNumber <= 1182045092) ){
317
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-24.php';
318
  if( isset($a[$ipNumber]) ) return true;
319
  foreach($a as $minIpValue => $maxIpValue){
320
  if( 1 === $maxIpValue ) break;
324
  return false;
325
  }
326
 
327
+ if( $ipNumber < 1182183281 )
 
 
 
 
 
 
 
328
  return false;
329
 
330
+ if( (1182183281 <= $ipNumber) && ($ipNumber <= 1245706538) ){
331
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-25.php';
332
  if( isset($a[$ipNumber]) ) return true;
333
  foreach($a as $minIpValue => $maxIpValue){
334
  if( 1 === $maxIpValue ) break;
338
  return false;
339
  }
340
 
341
+ if( $ipNumber < 1245706891 )
 
 
 
 
 
 
 
342
  return false;
343
 
344
+ if( (1245706891 <= $ipNumber) && ($ipNumber <= 1287607042) ){
345
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-26.php'; return isset($a[$ipNumber]);
346
  }
347
 
348
+ if( $ipNumber < 1287610491 )
349
  return false;
350
 
351
+ if( (1287610491 <= $ipNumber) && ($ipNumber <= 1311664348) ){
352
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-27.php';
353
  if( isset($a[$ipNumber]) ) return true;
354
  foreach($a as $minIpValue => $maxIpValue){
355
  if( 1 === $maxIpValue ) break;
359
  return false;
360
  }
361
 
362
+ if( $ipNumber < 1311664644 )
363
  return false;
364
 
365
+ if( (1311664644 <= $ipNumber) && ($ipNumber <= 1328550155) ){
366
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-28.php'; return isset($a[$ipNumber]);
367
  }
368
 
369
+ if( $ipNumber < 1328550295 )
370
  return false;
371
 
372
+ if( (1328550295 <= $ipNumber) && ($ipNumber <= 1347858155) ){
373
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-29.php';
374
  if( isset($a[$ipNumber]) ) return true;
375
  foreach($a as $minIpValue => $maxIpValue){
376
  if( 1 === $maxIpValue ) break;
380
  return false;
381
  }
382
 
383
+ if( $ipNumber < 1347873154 )
384
  return false;
385
 
386
+ if( (1347873154 <= $ipNumber) && ($ipNumber <= 1370074689) ){
387
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-30.php';
388
  if( isset($a[$ipNumber]) ) return true;
389
  foreach($a as $minIpValue => $maxIpValue){
390
  if( 1 === $maxIpValue ) break;
394
  return false;
395
  }
396
 
397
+ if( $ipNumber < 1370074736 )
 
 
 
 
 
 
 
398
  return false;
399
 
400
+ if( (1370074736 <= $ipNumber) && ($ipNumber <= 1388575066) ){
401
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-31.php'; return isset($a[$ipNumber]);
402
  }
403
 
404
+ if( $ipNumber < 1388575294 )
405
  return false;
406
 
407
+ if( (1388575294 <= $ipNumber) && ($ipNumber <= 1408046341) ){
408
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-32.php';
409
  if( isset($a[$ipNumber]) ) return true;
410
  foreach($a as $minIpValue => $maxIpValue){
411
  if( 1 === $maxIpValue ) break;
415
  return false;
416
  }
417
 
418
+ if( $ipNumber < 1408048744 )
419
  return false;
420
 
421
+ if( (1408048744 <= $ipNumber) && ($ipNumber <= 1427835155) ){
422
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-33.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
423
  }
424
 
425
+ if( $ipNumber < 1427979300 )
426
  return false;
427
 
428
+ if( (1427979300 <= $ipNumber) && ($ipNumber <= 1440117714) ){
429
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-34.php';
430
  if( isset($a[$ipNumber]) ) return true;
431
  foreach($a as $minIpValue => $maxIpValue){
432
  if( 1 === $maxIpValue ) break;
436
  return false;
437
  }
438
 
439
+ if( $ipNumber < 1440117730 )
440
  return false;
441
 
442
+ if( (1440117730 <= $ipNumber) && ($ipNumber <= 1466610796) ){
443
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-35.php';
444
  if( isset($a[$ipNumber]) ) return true;
445
  foreach($a as $minIpValue => $maxIpValue){
446
  if( 1 === $maxIpValue ) break;
450
  return false;
451
  }
452
 
453
+ if( $ipNumber < 1466610799 )
454
  return false;
455
 
456
+ if( (1466610799 <= $ipNumber) && ($ipNumber <= 1486276004) ){
457
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-36.php';
458
  if( isset($a[$ipNumber]) ) return true;
459
  foreach($a as $minIpValue => $maxIpValue){
460
  if( 1 === $maxIpValue ) break;
464
  return false;
465
  }
466
 
467
+ if( $ipNumber < 1486276021 )
 
 
 
 
 
 
 
468
  return false;
469
 
470
+ if( (1486276021 <= $ipNumber) && ($ipNumber <= 1494666178) ){
471
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-37.php'; return isset($a[$ipNumber]);
472
  }
473
 
474
+ if( $ipNumber < 1494683893 )
475
  return false;
476
 
477
+ if( (1494683893 <= $ipNumber) && ($ipNumber <= 1509882884) ){
478
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-38.php'; return isset($a[$ipNumber]);
479
  }
480
 
481
+ if( $ipNumber < 1509885974 )
482
  return false;
483
 
484
+ if( (1509885974 <= $ipNumber) && ($ipNumber <= 1539837058) ){
485
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-39.php';
486
  if( isset($a[$ipNumber]) ) return true;
487
  foreach($a as $minIpValue => $maxIpValue){
488
  if( 1 === $maxIpValue ) break;
492
  return false;
493
  }
494
 
495
+ if( $ipNumber < 1539837061 )
496
  return false;
497
 
498
+ if( (1539837061 <= $ipNumber) && ($ipNumber <= 1547903649) ){
499
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-40.php';
500
  if( isset($a[$ipNumber]) ) return true;
501
  foreach($a as $minIpValue => $maxIpValue){
502
  if( 1 === $maxIpValue ) break;
506
  return false;
507
  }
508
 
509
+ if( $ipNumber < 1548092161 )
510
  return false;
511
 
512
+ if( (1548092161 <= $ipNumber) && ($ipNumber <= 1572091373) ){
513
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-41.php';
 
 
 
 
 
 
 
514
  if( isset($a[$ipNumber]) ) return true;
515
  foreach($a as $minIpValue => $maxIpValue){
516
  if( 1 === $maxIpValue ) break;
520
  return false;
521
  }
522
 
523
+ if( $ipNumber < 1572094647 )
524
  return false;
525
 
526
+ if( (1572094647 <= $ipNumber) && ($ipNumber <= 1585984048) ){
527
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-42.php';
528
  if( isset($a[$ipNumber]) ) return true;
529
  foreach($a as $minIpValue => $maxIpValue){
530
  if( 1 === $maxIpValue ) break;
534
  return false;
535
  }
536
 
537
+ if( $ipNumber < 1585984136 )
538
  return false;
539
 
540
+ if( (1585984136 <= $ipNumber) && ($ipNumber <= 1598555117) ){
541
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-43.php';
542
+ if( isset($a[$ipNumber]) ) return true;
543
+ foreach($a as $minIpValue => $maxIpValue){
544
+ if( 1 === $maxIpValue ) break;
545
+ if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
546
+ return true;
547
+ }
548
  return false;
 
 
 
549
  }
550
 
551
+ if( $ipNumber < 1598555495 )
552
  return false;
553
 
554
+ if( (1598555495 <= $ipNumber) && ($ipNumber <= 1607699306) ){
555
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-44.php'; return isset($a[$ipNumber]);
556
  }
557
 
558
+ if( $ipNumber < 1607701104 )
559
  return false;
560
 
561
+ if( (1607701104 <= $ipNumber) && ($ipNumber <= 1700737044) ){
562
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-45.php';
563
  if( isset($a[$ipNumber]) ) return true;
564
  foreach($a as $minIpValue => $maxIpValue){
565
  if( 1 === $maxIpValue ) break;
569
  return false;
570
  }
571
 
572
+ if( $ipNumber < 1700758142 )
573
  return false;
574
 
575
+ if( (1700758142 <= $ipNumber) && ($ipNumber <= 1743776611) ){
576
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-46.php';
577
  if( isset($a[$ipNumber]) ) return true;
578
  foreach($a as $minIpValue => $maxIpValue){
579
  if( 1 === $maxIpValue ) break;
583
  return false;
584
  }
585
 
586
+ if( $ipNumber < 1743776744 )
587
  return false;
588
 
589
+ if( (1743776744 <= $ipNumber) && ($ipNumber <= 1790579527) ){
590
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-47.php';
591
  if( isset($a[$ipNumber]) ) return true;
592
  foreach($a as $minIpValue => $maxIpValue){
593
  if( 1 === $maxIpValue ) break;
597
  return false;
598
  }
599
 
600
+ if( $ipNumber < 1790579578 )
601
  return false;
602
 
603
+ if( (1790579578 <= $ipNumber) && ($ipNumber <= 1832853484) ){
604
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-48.php';
605
  if( isset($a[$ipNumber]) ) return true;
606
  foreach($a as $minIpValue => $maxIpValue){
607
  if( 1 === $maxIpValue ) break;
611
  return false;
612
  }
613
 
614
+ if( $ipNumber < 1832858772 )
615
  return false;
616
 
617
+ if( (1832858772 <= $ipNumber) && ($ipNumber <= 1839306072) ){
618
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-49.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
619
  }
620
 
621
+ if( $ipNumber < 1839306090 )
622
  return false;
623
 
624
+ if( (1839306090 <= $ipNumber) && ($ipNumber <= 1841957225) ){
625
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-50.php'; return isset($a[$ipNumber]);
626
  }
627
 
628
+ if( $ipNumber < 1841961423 )
629
  return false;
630
 
631
+ if( (1841961423 <= $ipNumber) && ($ipNumber <= 1860858805) ){
632
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-51.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
633
  }
634
 
635
+ if( $ipNumber < 1860859189 )
636
  return false;
637
 
638
+ if( (1860859189 <= $ipNumber) && ($ipNumber <= 1888270585) ){
639
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-52.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
640
  }
641
 
642
+ if( $ipNumber < 1888270654 )
643
  return false;
644
 
645
+ if( (1888270654 <= $ipNumber) && ($ipNumber <= 1901584635) ){
646
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-53.php'; return isset($a[$ipNumber]);
647
  }
648
 
649
+ if( $ipNumber < 1901611522 )
650
  return false;
651
 
652
+ if( (1901611522 <= $ipNumber) && ($ipNumber <= 1914901942) ){
653
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-54.php';
654
  if( isset($a[$ipNumber]) ) return true;
655
  foreach($a as $minIpValue => $maxIpValue){
656
  if( 1 === $maxIpValue ) break;
660
  return false;
661
  }
662
 
663
+ if( $ipNumber < 1914903011 )
664
  return false;
665
 
666
+ if( (1914903011 <= $ipNumber) && ($ipNumber <= 1934034381) ){
667
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-55.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
668
  }
669
 
670
+ if( $ipNumber < 1934093419 )
671
  return false;
672
 
673
+ if( (1934093419 <= $ipNumber) && ($ipNumber <= 1945093072) ){
674
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-56.php';
675
  if( isset($a[$ipNumber]) ) return true;
676
  foreach($a as $minIpValue => $maxIpValue){
677
  if( 1 === $maxIpValue ) break;
681
  return false;
682
  }
683
 
684
+ if( $ipNumber < 1945093224 )
685
  return false;
686
 
687
+ if( (1945093224 <= $ipNumber) && ($ipNumber <= 1963451272) ){
688
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-57.php';
689
  if( isset($a[$ipNumber]) ) return true;
690
  foreach($a as $minIpValue => $maxIpValue){
691
  if( 1 === $maxIpValue ) break;
695
  return false;
696
  }
697
 
698
+ if( $ipNumber < 1963454311 )
699
  return false;
700
 
701
+ if( (1963454311 <= $ipNumber) && ($ipNumber <= 1978992229) ){
702
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-58.php';
703
  if( isset($a[$ipNumber]) ) return true;
704
  foreach($a as $minIpValue => $maxIpValue){
705
  if( 1 === $maxIpValue ) break;
709
  return false;
710
  }
711
 
712
+ if( $ipNumber < 1978992235 )
713
  return false;
714
 
715
+ if( (1978992235 <= $ipNumber) && ($ipNumber <= 1986076949) ){
716
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-59.php'; return isset($a[$ipNumber]);
717
  }
718
 
719
+ if( $ipNumber < 1986077075 )
720
  return false;
721
 
722
+ if( (1986077075 <= $ipNumber) && ($ipNumber <= 1999592450) ){
723
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-60.php';
724
  if( isset($a[$ipNumber]) ) return true;
725
  foreach($a as $minIpValue => $maxIpValue){
726
  if( 1 === $maxIpValue ) break;
730
  return false;
731
  }
732
 
733
+ if( $ipNumber < 1999597607 )
734
  return false;
735
 
736
+ if( (1999597607 <= $ipNumber) && ($ipNumber <= 2010022315) ){
737
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-61.php'; return isset($a[$ipNumber]);
738
  }
739
 
740
+ if( $ipNumber < 2010024198 )
741
  return false;
742
 
743
+ if( (2010024198 <= $ipNumber) && ($ipNumber <= 2030993196) ){
744
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-62.php';
745
  if( isset($a[$ipNumber]) ) return true;
746
  foreach($a as $minIpValue => $maxIpValue){
747
  if( 1 === $maxIpValue ) break;
751
  return false;
752
  }
753
 
754
+ if( $ipNumber < 2030996018 )
755
  return false;
756
 
757
+ if( (2030996018 <= $ipNumber) && ($ipNumber <= 2040204282) ){
758
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-63.php';
759
  if( isset($a[$ipNumber]) ) return true;
760
  foreach($a as $minIpValue => $maxIpValue){
761
  if( 1 === $maxIpValue ) break;
765
  return false;
766
  }
767
 
768
+ if( $ipNumber < 2040204474 )
769
  return false;
770
 
771
+ if( (2040204474 <= $ipNumber) && ($ipNumber <= 2046732823) ){
772
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-64.php'; return isset($a[$ipNumber]);
773
  }
774
 
775
+ if( $ipNumber < 2046733276 )
776
  return false;
777
 
778
+ if( (2046733276 <= $ipNumber) && ($ipNumber <= 2061557322) ){
779
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-65.php';
780
  if( isset($a[$ipNumber]) ) return true;
781
  foreach($a as $minIpValue => $maxIpValue){
782
  if( 1 === $maxIpValue ) break;
786
  return false;
787
  }
788
 
789
+ if( $ipNumber < 2061557653 )
790
  return false;
791
 
792
+ if( (2061557653 <= $ipNumber) && ($ipNumber <= 2072388051) ){
793
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-66.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
794
  }
795
 
796
+ if( $ipNumber < 2072393339 )
797
  return false;
798
 
799
+ if( (2072393339 <= $ipNumber) && ($ipNumber <= 2090880146) ){
800
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-67.php';
801
  if( isset($a[$ipNumber]) ) return true;
802
  foreach($a as $minIpValue => $maxIpValue){
803
  if( 1 === $maxIpValue ) break;
807
  return false;
808
  }
809
 
810
+ if( $ipNumber < 2090883857 )
811
  return false;
812
 
813
+ if( (2090883857 <= $ipNumber) && ($ipNumber <= 2104904493) ){
814
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-68.php';
815
  if( isset($a[$ipNumber]) ) return true;
816
  foreach($a as $minIpValue => $maxIpValue){
817
  if( 1 === $maxIpValue ) break;
821
  return false;
822
  }
823
 
824
+ if( $ipNumber < 2104905144 )
825
  return false;
826
 
827
+ if( (2104905144 <= $ipNumber) && ($ipNumber <= 2195809668) ){
828
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-69.php';
829
  if( isset($a[$ipNumber]) ) return true;
830
  foreach($a as $minIpValue => $maxIpValue){
831
  if( 1 === $maxIpValue ) break;
835
  return false;
836
  }
837
 
838
+ if( $ipNumber < 2195852050 )
839
  return false;
840
 
841
+ if( (2195852050 <= $ipNumber) && ($ipNumber <= 2356697706) ){
842
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-70.php';
843
  if( isset($a[$ipNumber]) ) return true;
844
  foreach($a as $minIpValue => $maxIpValue){
845
  if( 1 === $maxIpValue ) break;
849
  return false;
850
  }
851
 
852
+ if( $ipNumber < 2356697731 )
853
  return false;
854
 
855
+ if( (2356697731 <= $ipNumber) && ($ipNumber <= 2513629228) ){
856
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-71.php';
857
  if( isset($a[$ipNumber]) ) return true;
858
  foreach($a as $minIpValue => $maxIpValue){
859
  if( 1 === $maxIpValue ) break;
863
  return false;
864
  }
865
 
866
+ if( $ipNumber < 2513629531 )
867
  return false;
868
 
869
+ if( (2513629531 <= $ipNumber) && ($ipNumber <= 2684168497) ){
870
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-72.php';
871
  if( isset($a[$ipNumber]) ) return true;
872
  foreach($a as $minIpValue => $maxIpValue){
873
  if( 1 === $maxIpValue ) break;
877
  return false;
878
  }
879
 
880
+ if( $ipNumber < 2684168525 )
881
  return false;
882
 
883
+ if( (2684168525 <= $ipNumber) && ($ipNumber <= 2807574116) ){
884
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-73.php';
885
  if( isset($a[$ipNumber]) ) return true;
886
  foreach($a as $minIpValue => $maxIpValue){
887
  if( 1 === $maxIpValue ) break;
891
  return false;
892
  }
893
 
894
+ if( $ipNumber < 2808152064 )
895
  return false;
896
 
897
+ if( (2808152064 <= $ipNumber) && ($ipNumber <= 2905856087) ){
898
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-74.php';
899
  if( isset($a[$ipNumber]) ) return true;
900
  foreach($a as $minIpValue => $maxIpValue){
901
  if( 1 === $maxIpValue ) break;
905
  return false;
906
  }
907
 
908
+ if( $ipNumber < 2905943393 )
909
  return false;
910
 
911
+ if( (2905943393 <= $ipNumber) && ($ipNumber <= 2927689582) ){
912
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-75.php';
913
  if( isset($a[$ipNumber]) ) return true;
914
  foreach($a as $minIpValue => $maxIpValue){
915
  if( 1 === $maxIpValue ) break;
919
  return false;
920
  }
921
 
922
+ if( $ipNumber < 2927692652 )
923
  return false;
924
 
925
+ if( (2927692652 <= $ipNumber) && ($ipNumber <= 2953403751) ){
926
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-76.php';
927
  if( isset($a[$ipNumber]) ) return true;
928
  foreach($a as $minIpValue => $maxIpValue){
929
  if( 1 === $maxIpValue ) break;
933
  return false;
934
  }
935
 
936
+ if( $ipNumber < 2953406229 )
937
  return false;
938
 
939
+ if( (2953406229 <= $ipNumber) && ($ipNumber <= 2969608564) ){
940
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-77.php';
941
  if( isset($a[$ipNumber]) ) return true;
942
  foreach($a as $minIpValue => $maxIpValue){
943
  if( 1 === $maxIpValue ) break;
947
  return false;
948
  }
949
 
950
+ if( $ipNumber < 2969608581 )
951
  return false;
952
 
953
+ if( (2969608581 <= $ipNumber) && ($ipNumber <= 2984481183) ){
954
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-78.php';
955
  if( isset($a[$ipNumber]) ) return true;
956
  foreach($a as $minIpValue => $maxIpValue){
957
  if( 1 === $maxIpValue ) break;
961
  return false;
962
  }
963
 
964
+ if( $ipNumber < 2984501406 )
965
  return false;
966
 
967
+ if( (2984501406 <= $ipNumber) && ($ipNumber <= 2992205353) ){
968
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-79.php'; return isset($a[$ipNumber]);
969
+ }
970
+
971
+ if( $ipNumber < 2992217374 )
972
+ return false;
973
+
974
+ if( (2992217374 <= $ipNumber) && ($ipNumber <= 3006863764) ){
975
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-80.php';
976
  if( isset($a[$ipNumber]) ) return true;
977
  foreach($a as $minIpValue => $maxIpValue){
978
  if( 1 === $maxIpValue ) break;
982
  return false;
983
  }
984
 
985
+ if( $ipNumber < 3006865984 )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
986
  return false;
987
 
988
+ if( (3006865984 <= $ipNumber) && ($ipNumber <= 3034496560) ){
989
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-81.php';
990
  if( isset($a[$ipNumber]) ) return true;
991
  foreach($a as $minIpValue => $maxIpValue){
992
  if( 1 === $maxIpValue ) break;
996
  return false;
997
  }
998
 
999
+ if( $ipNumber < 3034669747 )
 
 
 
 
 
 
 
1000
  return false;
1001
 
1002
+ if( (3034669747 <= $ipNumber) && ($ipNumber <= 3058293706) ){
1003
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-82.php';
1004
  if( isset($a[$ipNumber]) ) return true;
1005
  foreach($a as $minIpValue => $maxIpValue){
1006
  if( 1 === $maxIpValue ) break;
1010
  return false;
1011
  }
1012
 
1013
+ if( $ipNumber < 3058294884 )
1014
  return false;
1015
 
1016
+ if( (3058294884 <= $ipNumber) && ($ipNumber <= 3074346777) ){
1017
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-83.php'; return isset($a[$ipNumber]);
1018
  }
1019
 
1020
+ if( $ipNumber < 3074353129 )
1021
  return false;
1022
 
1023
+ if( (3074353129 <= $ipNumber) && ($ipNumber <= 3094015830) ){
1024
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-84.php'; return isset($a[$ipNumber]);
1025
  }
1026
 
1027
+ if( $ipNumber < 3094016205 )
1028
  return false;
1029
 
1030
+ if( (3094016205 <= $ipNumber) && ($ipNumber <= 3111313807) ){
1031
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-85.php';
1032
  if( isset($a[$ipNumber]) ) return true;
1033
  foreach($a as $minIpValue => $maxIpValue){
1034
  if( 1 === $maxIpValue ) break;
1038
  return false;
1039
  }
1040
 
1041
+ if( $ipNumber < 3111471203 )
1042
  return false;
1043
 
1044
+ if( (3111471203 <= $ipNumber) && ($ipNumber <= 3126666327) ){
1045
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-86.php';
1046
  if( isset($a[$ipNumber]) ) return true;
1047
  foreach($a as $minIpValue => $maxIpValue){
1048
  if( 1 === $maxIpValue ) break;
1052
  return false;
1053
  }
1054
 
1055
+ if( $ipNumber < 3126676390 )
1056
  return false;
1057
 
1058
+ if( (3126676390 <= $ipNumber) && ($ipNumber <= 3138251843) ){
1059
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-87.php';
1060
  if( isset($a[$ipNumber]) ) return true;
1061
  foreach($a as $minIpValue => $maxIpValue){
1062
  if( 1 === $maxIpValue ) break;
1066
  return false;
1067
  }
1068
 
1069
+ if( $ipNumber < 3138285473 )
1070
  return false;
1071
 
1072
+ if( (3138285473 <= $ipNumber) && ($ipNumber <= 3148772602) ){
1073
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-88.php'; return isset($a[$ipNumber]);
1074
  }
1075
 
1076
+ if( $ipNumber < 3148772605 )
1077
  return false;
1078
 
1079
+ if( (3148772605 <= $ipNumber) && ($ipNumber <= 3162048407) ){
1080
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-89.php';
1081
+ if( isset($a[$ipNumber]) ) return true;
1082
+ foreach($a as $minIpValue => $maxIpValue){
1083
+ if( 1 === $maxIpValue ) break;
1084
+ if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
1085
+ return true;
1086
+ }
1087
  return false;
 
 
 
1088
  }
1089
 
1090
+ if( $ipNumber < 3162053020 )
1091
  return false;
1092
 
1093
+ if( (3162053020 <= $ipNumber) && ($ipNumber <= 3171001235) ){
1094
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-90.php';
1095
  if( isset($a[$ipNumber]) ) return true;
1096
  foreach($a as $minIpValue => $maxIpValue){
1097
  if( 1 === $maxIpValue ) break;
1101
  return false;
1102
  }
1103
 
1104
+ if( $ipNumber < 3171001386 )
1105
  return false;
1106
 
1107
+ if( (3171001386 <= $ipNumber) && ($ipNumber <= 3182116367) ){
1108
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-91.php'; return isset($a[$ipNumber]);
1109
  }
1110
 
1111
+ if( $ipNumber < 3182116953 )
1112
  return false;
1113
 
1114
+ if( (3182116953 <= $ipNumber) && ($ipNumber <= 3190168428) ){
1115
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-92.php';
1116
  if( isset($a[$ipNumber]) ) return true;
1117
  foreach($a as $minIpValue => $maxIpValue){
1118
  if( 1 === $maxIpValue ) break;
1122
  return false;
1123
  }
1124
 
1125
+ if( $ipNumber < 3190173942 )
1126
  return false;
1127
 
1128
+ if( (3190173942 <= $ipNumber) && ($ipNumber <= 3197025290) ){
1129
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-93.php';
1130
+ if( isset($a[$ipNumber]) ) return true;
1131
+ foreach($a as $minIpValue => $maxIpValue){
1132
+ if( 1 === $maxIpValue ) break;
1133
+ if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
1134
+ return true;
1135
+ }
1136
+ return false;
1137
  }
1138
 
1139
+ if( $ipNumber < 3197030238 )
1140
  return false;
1141
 
1142
+ if( (3197030238 <= $ipNumber) && ($ipNumber <= 3202199715) ){
1143
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-94.php'; return isset($a[$ipNumber]);
1144
  }
1145
 
1146
+ if( $ipNumber < 3202201434 )
1147
  return false;
1148
 
1149
+ if( (3202201434 <= $ipNumber) && ($ipNumber <= 3227750368) ){
1150
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-95.php';
1151
  if( isset($a[$ipNumber]) ) return true;
1152
  foreach($a as $minIpValue => $maxIpValue){
1153
  if( 1 === $maxIpValue ) break;
1157
  return false;
1158
  }
1159
 
1160
+ if( $ipNumber < 3227750369 )
1161
  return false;
1162
 
1163
+ if( (3227750369 <= $ipNumber) && ($ipNumber <= 3245144635) ){
1164
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-96.php';
1165
  if( isset($a[$ipNumber]) ) return true;
1166
  foreach($a as $minIpValue => $maxIpValue){
1167
  if( 1 === $maxIpValue ) break;
1171
  return false;
1172
  }
1173
 
1174
+ if( $ipNumber < 3245152416 )
1175
  return false;
1176
 
1177
+ if( (3245152416 <= $ipNumber) && ($ipNumber <= 3273080580) ){
1178
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-97.php';
1179
  if( isset($a[$ipNumber]) ) return true;
1180
  foreach($a as $minIpValue => $maxIpValue){
1181
  if( 1 === $maxIpValue ) break;
1185
  return false;
1186
  }
1187
 
1188
+ if( $ipNumber < 3273088922 )
1189
  return false;
1190
 
1191
+ if( (3273088922 <= $ipNumber) && ($ipNumber <= 3291057061) ){
1192
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-98.php';
1193
  if( isset($a[$ipNumber]) ) return true;
1194
  foreach($a as $minIpValue => $maxIpValue){
1195
  if( 1 === $maxIpValue ) break;
1199
  return false;
1200
  }
1201
 
1202
+ if( $ipNumber < 3291073821 )
1203
  return false;
1204
 
1205
+ if( (3291073821 <= $ipNumber) && ($ipNumber <= 3326600231) ){
1206
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-99.php';
1207
  if( isset($a[$ipNumber]) ) return true;
1208
  foreach($a as $minIpValue => $maxIpValue){
1209
  if( 1 === $maxIpValue ) break;
1213
  return false;
1214
  }
1215
 
1216
+ if( $ipNumber < 3326600246 )
1217
  return false;
1218
 
1219
+ if( (3326600246 <= $ipNumber) && ($ipNumber <= 3355801811) ){
1220
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-100.php';
1221
  if( isset($a[$ipNumber]) ) return true;
1222
  foreach($a as $minIpValue => $maxIpValue){
1223
  if( 1 === $maxIpValue ) break;
1227
  return false;
1228
  }
1229
 
1230
+ if( $ipNumber < 3355829370 )
1231
  return false;
1232
 
1233
+ if( (3355829370 <= $ipNumber) && ($ipNumber <= 3363063505) ){
1234
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-101.php';
1235
  if( isset($a[$ipNumber]) ) return true;
1236
  foreach($a as $minIpValue => $maxIpValue){
1237
  if( 1 === $maxIpValue ) break;
1241
  return false;
1242
  }
1243
 
1244
+ if( $ipNumber < 3363064044 )
1245
  return false;
1246
 
1247
+ if( (3363064044 <= $ipNumber) && ($ipNumber <= 3376751934) ){
1248
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-102.php'; return isset($a[$ipNumber]);
1249
  }
1250
 
1251
+ if( $ipNumber < 3376761357 )
1252
  return false;
1253
 
1254
+ if( (3376761357 <= $ipNumber) && ($ipNumber <= 3387562061) ){
1255
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-103.php';
1256
  if( isset($a[$ipNumber]) ) return true;
1257
  foreach($a as $minIpValue => $maxIpValue){
1258
  if( 1 === $maxIpValue ) break;
1262
  return false;
1263
  }
1264
 
1265
+ if( $ipNumber < 3387565208 )
1266
  return false;
1267
 
1268
+ if( (3387565208 <= $ipNumber) && ($ipNumber <= 3395805885) ){
1269
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-104.php';
1270
  if( isset($a[$ipNumber]) ) return true;
1271
  foreach($a as $minIpValue => $maxIpValue){
1272
  if( 1 === $maxIpValue ) break;
1276
  return false;
1277
  }
1278
 
1279
+ if( $ipNumber < 3395809746 )
1280
  return false;
1281
 
1282
+ if( (3395809746 <= $ipNumber) && ($ipNumber <= 3403312232) ){
1283
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-105.php';
1284
  if( isset($a[$ipNumber]) ) return true;
1285
  foreach($a as $minIpValue => $maxIpValue){
1286
  if( 1 === $maxIpValue ) break;
1290
  return false;
1291
  }
1292
 
1293
+ if( $ipNumber < 3403343386 )
1294
  return false;
1295
 
1296
+ if( (3403343386 <= $ipNumber) && ($ipNumber <= 3417356420) ){
1297
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-106.php';
1298
  if( isset($a[$ipNumber]) ) return true;
1299
  foreach($a as $minIpValue => $maxIpValue){
1300
  if( 1 === $maxIpValue ) break;
1304
  return false;
1305
  }
1306
 
1307
+ if( $ipNumber < 3417372067 )
1308
  return false;
1309
 
1310
+ if( (3417372067 <= $ipNumber) && ($ipNumber <= 3468128103) ){
1311
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-107.php';
1312
  if( isset($a[$ipNumber]) ) return true;
1313
  foreach($a as $minIpValue => $maxIpValue){
1314
  if( 1 === $maxIpValue ) break;
1318
  return false;
1319
  }
1320
 
1321
+ if( $ipNumber < 3468128157 )
1322
  return false;
1323
 
1324
+ if( (3468128157 <= $ipNumber) && ($ipNumber <= 3507770023) ){
1325
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-108.php';
1326
  if( isset($a[$ipNumber]) ) return true;
1327
  foreach($a as $minIpValue => $maxIpValue){
1328
  if( 1 === $maxIpValue ) break;
1332
  return false;
1333
  }
1334
 
1335
+ if( $ipNumber < 3507770302 )
1336
  return false;
1337
 
1338
+ if( (3507770302 <= $ipNumber) && ($ipNumber <= 3529281249) ){
1339
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-109.php';
1340
  if( isset($a[$ipNumber]) ) return true;
1341
  foreach($a as $minIpValue => $maxIpValue){
1342
  if( 1 === $maxIpValue ) break;
1346
  return false;
1347
  }
1348
 
1349
+ if( $ipNumber < 3529310250 )
1350
  return false;
1351
 
1352
+ if( (3529310250 <= $ipNumber) && ($ipNumber <= 3548658678) ){
1353
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-110.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
1354
  }
1355
 
1356
+ if( $ipNumber < 3548722129 )
1357
  return false;
1358
 
1359
+ if( (3548722129 <= $ipNumber) && ($ipNumber <= 3559416178) ){
1360
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-111.php'; return isset($a[$ipNumber]);
1361
  }
1362
 
1363
+ if( $ipNumber < 3559416505 )
1364
  return false;
1365
 
1366
+ if( (3559416505 <= $ipNumber) && ($ipNumber <= 3571197924) ){
1367
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-112.php';
1368
  if( isset($a[$ipNumber]) ) return true;
1369
  foreach($a as $minIpValue => $maxIpValue){
1370
  if( 1 === $maxIpValue ) break;
1374
  return false;
1375
  }
1376
 
1377
+ if( $ipNumber < 3571202776 )
 
 
 
 
 
 
 
1378
  return false;
1379
 
1380
+ if( (3571202776 <= $ipNumber) && ($ipNumber <= 3588159314) ){
1381
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-113.php'; return isset($a[$ipNumber]);
1382
  }
1383
 
1384
+ if( $ipNumber < 3588171364 )
1385
  return false;
1386
 
1387
+ if( (3588171364 <= $ipNumber) && ($ipNumber <= 3642210965) ){
1388
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-114.php';
1389
  if( isset($a[$ipNumber]) ) return true;
1390
  foreach($a as $minIpValue => $maxIpValue){
1391
  if( 1 === $maxIpValue ) break;
1395
  return false;
1396
  }
1397
 
1398
+ if( $ipNumber < 3642210966 )
1399
  return false;
1400
 
1401
+ if( (3642210966 <= $ipNumber) && ($ipNumber <= 3658388168) ){
1402
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-115.php'; return isset($a[$ipNumber]);
1403
  }
1404
 
1405
+ if( $ipNumber < 3658389682 )
1406
  return false;
1407
 
1408
+ if( (3658389682 <= $ipNumber) && ($ipNumber <= 3666942786) ){
1409
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-116.php'; return isset($a[$ipNumber]);
1410
  }
1411
 
1412
+ if( $ipNumber < 3666942862 )
1413
  return false;
1414
 
1415
+ if( (3666942862 <= $ipNumber) && ($ipNumber <= 3684254071) ){
1416
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-117.php'; return isset($a[$ipNumber]);
1417
  }
1418
 
1419
+ if( $ipNumber < 3684254152 )
1420
  return false;
1421
 
1422
+ if( (3684254152 <= $ipNumber) && ($ipNumber <= 3703715172) ){
1423
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-118.php';
1424
  if( isset($a[$ipNumber]) ) return true;
1425
  foreach($a as $minIpValue => $maxIpValue){
1426
  if( 1 === $maxIpValue ) break;
1430
  return false;
1431
  }
1432
 
1433
+ if( $ipNumber < 3703715185 )
1434
  return false;
1435
 
1436
+ if( (3703715185 <= $ipNumber) && ($ipNumber <= 3721045930) ){
1437
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-119.php';
1438
  if( isset($a[$ipNumber]) ) return true;
1439
  foreach($a as $minIpValue => $maxIpValue){
1440
  if( 1 === $maxIpValue ) break;
1444
  return false;
1445
  }
1446
 
1447
+ if( $ipNumber < 3721046422 )
1448
  return false;
1449
 
1450
+ if( (3721046422 <= $ipNumber) && ($ipNumber <= 3731791032) ){
1451
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-120.php'; return isset($a[$ipNumber]);
1452
  }
1453
 
1454
+ if( $ipNumber < 3731800593 )
1455
  return false;
1456
 
1457
+ if( (3731800593 <= $ipNumber) && ($ipNumber <= 3736742058) ){
1458
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-121.php'; return isset($a[$ipNumber]);
1459
  }
1460
 
1461
+ if( $ipNumber < 3736742079 )
1462
  return false;
1463
 
1464
+ if( (3736742079 <= $ipNumber) && ($ipNumber <= 3742387631) ){
1465
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-122.php';
1466
  if( isset($a[$ipNumber]) ) return true;
1467
  foreach($a as $minIpValue => $maxIpValue){
1468
  if( 1 === $maxIpValue ) break;
1472
  return false;
1473
  }
1474
 
1475
+ if( $ipNumber < 3742394159 )
1476
  return false;
1477
 
1478
+ if( (3742394159 <= $ipNumber) && ($ipNumber <= 3758080110) ){
1479
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-123.php';
1480
  if( isset($a[$ipNumber]) ) return true;
1481
  foreach($a as $minIpValue => $maxIpValue){
1482
  if( 1 === $maxIpValue ) break;
1496
 
1497
  $ipNumber = MchGdbcIPUtils::ipAddressToNumber($ipAddress, $ipVersion, true);
1498
 
1499
+ if( $ipNumber < 16835320 )
1500
  return false;
1501
 
1502
+ if( (16835320 <= $ipNumber) && ($ipNumber <= 405335773) ){
1503
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-0.php';
1504
  if( isset($a[$ipNumber]) ) return true;
1505
  foreach($a as $minIpValue => $maxIpValue){
1510
  return false;
1511
  }
1512
 
1513
+ if( $ipNumber < 405338291 )
1514
+ return false;
1515
+
1516
+ if( (405338291 <= $ipNumber) && ($ipNumber <= 634139509) ){
1517
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-1.php'; return isset($a[$ipNumber]);
1518
+ }
1519
+
1520
+ if( $ipNumber < 634159951 )
1521
  return false;
1522
 
1523
+ if( (634159951 <= $ipNumber) && ($ipNumber <= 762445540) ){
1524
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-2.php';
1525
  if( isset($a[$ipNumber]) ) return true;
1526
  foreach($a as $minIpValue => $maxIpValue){
1527
  if( 1 === $maxIpValue ) break;
1531
  return false;
1532
  }
1533
 
1534
+ if( $ipNumber < 762445542 )
1535
  return false;
1536
 
1537
+ if( (762445542 <= $ipNumber) && ($ipNumber <= 873073510) ){
 
 
 
 
 
 
 
1538
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-3.php';
1539
  if( isset($a[$ipNumber]) ) return true;
1540
  foreach($a as $minIpValue => $maxIpValue){
1548
  if( $ipNumber < 873079109 )
1549
  return false;
1550
 
1551
+ if( (873079109 <= $ipNumber) && ($ipNumber <= 1038072529) ){
1552
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-4.php'; return isset($a[$ipNumber]);
1553
+ }
1554
+
1555
+ if( $ipNumber < 1038085100 )
1556
+ return false;
1557
+
1558
+ if( (1038085100 <= $ipNumber) && ($ipNumber <= 1138263042) ){
1559
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-5.php';
1560
  if( isset($a[$ipNumber]) ) return true;
1561
  foreach($a as $minIpValue => $maxIpValue){
1562
  if( 1 === $maxIpValue ) break;
1566
  return false;
1567
  }
1568
 
1569
+ if( $ipNumber < 1138263055 )
1570
  return false;
1571
 
1572
+ if( (1138263055 <= $ipNumber) && ($ipNumber <= 1294830968) ){
1573
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-6.php';
1574
  if( isset($a[$ipNumber]) ) return true;
1575
  foreach($a as $minIpValue => $maxIpValue){
1576
  if( 1 === $maxIpValue ) break;
1580
  return false;
1581
  }
1582
 
1583
+ if( $ipNumber < 1294831209 )
1584
  return false;
1585
 
1586
+ if( (1294831209 <= $ipNumber) && ($ipNumber <= 1354532621) ){
1587
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-7.php'; return isset($a[$ipNumber]);
1588
+ }
1589
+
1590
+ if( $ipNumber < 1354572666 )
1591
+ return false;
1592
+
1593
+ if( (1354572666 <= $ipNumber) && ($ipNumber <= 1420851777) ){
1594
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-8.php';
1595
  if( isset($a[$ipNumber]) ) return true;
1596
  foreach($a as $minIpValue => $maxIpValue){
1597
  if( 1 === $maxIpValue ) break;
1601
  return false;
1602
  }
1603
 
1604
+ if( $ipNumber < 1421115196 )
1605
  return false;
1606
 
1607
+ if( (1421115196 <= $ipNumber) && ($ipNumber <= 1489446397) ){
1608
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-9.php';
1609
  if( isset($a[$ipNumber]) ) return true;
1610
  foreach($a as $minIpValue => $maxIpValue){
1611
  if( 1 === $maxIpValue ) break;
1615
  return false;
1616
  }
1617
 
1618
+ if( $ipNumber < 1489533269 )
1619
  return false;
1620
 
1621
+ if( (1489533269 <= $ipNumber) && ($ipNumber <= 1558113593) ){
1622
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-10.php';
1623
  if( isset($a[$ipNumber]) ) return true;
1624
  foreach($a as $minIpValue => $maxIpValue){
1625
  if( 1 === $maxIpValue ) break;
1629
  return false;
1630
  }
1631
 
1632
+ if( $ipNumber < 1558113594 )
1633
  return false;
1634
 
1635
+ if( (1558113594 <= $ipNumber) && ($ipNumber <= 1610380701) ){
1636
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-11.php';
1637
  if( isset($a[$ipNumber]) ) return true;
1638
  foreach($a as $minIpValue => $maxIpValue){
1639
  if( 1 === $maxIpValue ) break;
1643
  return false;
1644
  }
1645
 
1646
+ if( $ipNumber < 1610380761 )
1647
  return false;
1648
 
1649
+ if( (1610380761 <= $ipNumber) && ($ipNumber <= 1753423791) ){
1650
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-12.php';
1651
  if( isset($a[$ipNumber]) ) return true;
1652
  foreach($a as $minIpValue => $maxIpValue){
1653
  if( 1 === $maxIpValue ) break;
1657
  return false;
1658
  }
1659
 
1660
+ if( $ipNumber < 1753424998 )
1661
  return false;
1662
 
1663
+ if( (1753424998 <= $ipNumber) && ($ipNumber <= 1841928851) ){
1664
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-13.php';
 
 
 
 
 
 
 
1665
  if( isset($a[$ipNumber]) ) return true;
1666
  foreach($a as $minIpValue => $maxIpValue){
1667
  if( 1 === $maxIpValue ) break;
1671
  return false;
1672
  }
1673
 
1674
+ if( $ipNumber < 1841928852 )
1675
  return false;
1676
 
1677
+ if( (1841928852 <= $ipNumber) && ($ipNumber <= 1951035970) ){
1678
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-14.php'; return isset($a[$ipNumber]);
1679
  }
1680
 
1681
+ if( $ipNumber < 1951141367 )
1682
  return false;
1683
 
1684
+ if( (1951141367 <= $ipNumber) && ($ipNumber <= 1996614214) ){
1685
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-15.php'; return isset($a[$ipNumber]);
1686
  }
1687
 
1688
+ if( $ipNumber < 1996848367 )
1689
  return false;
1690
 
1691
+ if( (1996848367 <= $ipNumber) && ($ipNumber <= 2074261064) ){
1692
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-16.php';
1693
  if( isset($a[$ipNumber]) ) return true;
1694
  foreach($a as $minIpValue => $maxIpValue){
1695
  if( 1 === $maxIpValue ) break;
1699
  return false;
1700
  }
1701
 
1702
+ if( $ipNumber < 2074261065 )
1703
  return false;
1704
 
1705
+ if( (2074261065 <= $ipNumber) && ($ipNumber <= 2192844950) ){
1706
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-17.php'; return isset($a[$ipNumber]);
1707
+ }
1708
+
1709
+ if( $ipNumber < 2192850838 )
1710
+ return false;
1711
+
1712
+ if( (2192850838 <= $ipNumber) && ($ipNumber <= 2634543760) ){
1713
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-18.php';
1714
  if( isset($a[$ipNumber]) ) return true;
1715
  foreach($a as $minIpValue => $maxIpValue){
1716
  if( 1 === $maxIpValue ) break;
1720
  return false;
1721
  }
1722
 
1723
+ if( $ipNumber < 2634544116 )
1724
  return false;
1725
 
1726
+ if( (2634544116 <= $ipNumber) && ($ipNumber <= 2923393340) ){
1727
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-19.php';
1728
  if( isset($a[$ipNumber]) ) return true;
1729
  foreach($a as $minIpValue => $maxIpValue){
1730
  if( 1 === $maxIpValue ) break;
1734
  return false;
1735
  }
1736
 
1737
+ if( $ipNumber < 2923396222 )
1738
  return false;
1739
 
1740
+ if( (2923396222 <= $ipNumber) && ($ipNumber <= 2984756754) ){
1741
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-20.php';
1742
  if( isset($a[$ipNumber]) ) return true;
1743
  foreach($a as $minIpValue => $maxIpValue){
1744
  if( 1 === $maxIpValue ) break;
1748
  return false;
1749
  }
1750
 
1751
+ if( $ipNumber < 2984757368 )
1752
  return false;
1753
 
1754
+ if( (2984757368 <= $ipNumber) && ($ipNumber <= 3000053421) ){
1755
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-21.php';
1756
  if( isset($a[$ipNumber]) ) return true;
1757
  foreach($a as $minIpValue => $maxIpValue){
1758
  if( 1 === $maxIpValue ) break;
1762
  return false;
1763
  }
1764
 
1765
+ if( $ipNumber < 3000054423 )
1766
  return false;
1767
 
1768
+ if( (3000054423 <= $ipNumber) && ($ipNumber <= 3084521166) ){
1769
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-22.php'; return isset($a[$ipNumber]);
1770
+ }
1771
+
1772
+ if( $ipNumber < 3084521701 )
1773
+ return false;
1774
+
1775
+ if( (3084521701 <= $ipNumber) && ($ipNumber <= 3126834640) ){
1776
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-23.php';
1777
  if( isset($a[$ipNumber]) ) return true;
1778
  foreach($a as $minIpValue => $maxIpValue){
1779
  if( 1 === $maxIpValue ) break;
1783
  return false;
1784
  }
1785
 
1786
+ if( $ipNumber < 3126835627 )
1787
  return false;
1788
 
1789
+ if( (3126835627 <= $ipNumber) && ($ipNumber <= 3147856000) ){
1790
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-24.php'; return isset($a[$ipNumber]);
1791
  }
1792
 
1793
+ if( $ipNumber < 3147856016 )
1794
  return false;
1795
 
1796
+ if( (3147856016 <= $ipNumber) && ($ipNumber <= 3147894822) ){
1797
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-25.php'; return isset($a[$ipNumber]);
1798
+ }
1799
+
1800
+ if( $ipNumber < 3147894833 )
 
 
 
1801
  return false;
1802
+
1803
+ if( (3147894833 <= $ipNumber) && ($ipNumber <= 3147944127) ){
1804
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-26.php'; return isset($a[$ipNumber]);
1805
  }
1806
 
1807
+ if( $ipNumber < 3147944131 )
1808
  return false;
1809
 
1810
+ if( (3147944131 <= $ipNumber) && ($ipNumber <= 3162040858) ){
1811
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-27.php';
1812
  if( isset($a[$ipNumber]) ) return true;
1813
  foreach($a as $minIpValue => $maxIpValue){
1814
  if( 1 === $maxIpValue ) break;
1818
  return false;
1819
  }
1820
 
1821
+ if( $ipNumber < 3162042661 )
1822
  return false;
1823
 
1824
+ if( (3162042661 <= $ipNumber) && ($ipNumber <= 3185191419) ){
1825
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-28.php'; return isset($a[$ipNumber]);
1826
  }
1827
 
1828
+ if( $ipNumber < 3185191420 )
1829
  return false;
1830
 
1831
+ if( (3185191420 <= $ipNumber) && ($ipNumber <= 3185224995) ){
1832
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-29.php'; return isset($a[$ipNumber]);
1833
+ }
1834
+
1835
+ if( $ipNumber < 3185225005 )
1836
+ return false;
1837
+
1838
+ if( (3185225005 <= $ipNumber) && ($ipNumber <= 3185267346) ){
1839
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-30.php'; return isset($a[$ipNumber]);
1840
+ }
1841
+
1842
+ if( $ipNumber < 3185267400 )
1843
+ return false;
1844
+
1845
+ if( (3185267400 <= $ipNumber) && ($ipNumber <= 3185281788) ){
1846
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-31.php'; return isset($a[$ipNumber]);
1847
+ }
1848
+
1849
+ if( $ipNumber < 3185282308 )
1850
+ return false;
1851
+
1852
+ if( (3185282308 <= $ipNumber) && ($ipNumber <= 3185302597) ){
1853
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-32.php'; return isset($a[$ipNumber]);
1854
+ }
1855
+
1856
+ if( $ipNumber < 3185302605 )
1857
+ return false;
1858
+
1859
+ if( (3185302605 <= $ipNumber) && ($ipNumber <= 3200942762) ){
1860
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-33.php'; return isset($a[$ipNumber]);
1861
+ }
1862
+
1863
+ if( $ipNumber < 3200951797 )
1864
+ return false;
1865
+
1866
+ if( (3200951797 <= $ipNumber) && ($ipNumber <= 3281695573) ){
1867
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-34.php';
1868
  if( isset($a[$ipNumber]) ) return true;
1869
  foreach($a as $minIpValue => $maxIpValue){
1870
  if( 1 === $maxIpValue ) break;
1874
  return false;
1875
  }
1876
 
1877
+ if( $ipNumber < 3281701112 )
1878
  return false;
1879
 
1880
+ if( (3281701112 <= $ipNumber) && ($ipNumber <= 3366247754) ){
1881
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-35.php';
1882
  if( isset($a[$ipNumber]) ) return true;
1883
  foreach($a as $minIpValue => $maxIpValue){
1884
  if( 1 === $maxIpValue ) break;
1888
  return false;
1889
  }
1890
 
1891
+ if( $ipNumber < 3366299806 )
1892
  return false;
1893
 
1894
+ if( (3366299806 <= $ipNumber) && ($ipNumber <= 3383154951) ){
1895
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-36.php'; return isset($a[$ipNumber]);
1896
+ }
1897
+
1898
+ if( $ipNumber < 3383154957 )
1899
+ return false;
1900
+
1901
+ if( (3383154957 <= $ipNumber) && ($ipNumber <= 3383515342) ){
1902
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-37.php'; return isset($a[$ipNumber]);
1903
+ }
1904
+
1905
+ if( $ipNumber < 3383515349 )
1906
+ return false;
1907
+
1908
+ if( (3383515349 <= $ipNumber) && ($ipNumber <= 3383553418) ){
1909
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-38.php'; return isset($a[$ipNumber]);
1910
+ }
1911
+
1912
+ if( $ipNumber < 3383553433 )
1913
+ return false;
1914
+
1915
+ if( (3383553433 <= $ipNumber) && ($ipNumber <= 3383599916) ){
1916
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-39.php'; return isset($a[$ipNumber]);
1917
+ }
1918
+
1919
+ if( $ipNumber < 3383599924 )
1920
+ return false;
1921
+
1922
+ if( (3383599924 <= $ipNumber) && ($ipNumber <= 3383716828) ){
1923
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-40.php'; return isset($a[$ipNumber]);
1924
+ }
1925
+
1926
+ if( $ipNumber < 3383716860 )
1927
+ return false;
1928
+
1929
+ if( (3383716860 <= $ipNumber) && ($ipNumber <= 3494127283) ){
1930
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-41.php';
1931
  if( isset($a[$ipNumber]) ) return true;
1932
  foreach($a as $minIpValue => $maxIpValue){
1933
  if( 1 === $maxIpValue ) break;
1937
  return false;
1938
  }
1939
 
1940
+ if( $ipNumber < 3494132447 )
1941
  return false;
1942
 
1943
+ if( (3494132447 <= $ipNumber) && ($ipNumber <= 3585863852) ){
1944
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-42.php';
1945
  if( isset($a[$ipNumber]) ) return true;
1946
  foreach($a as $minIpValue => $maxIpValue){
1947
  if( 1 === $maxIpValue ) break;
1951
  return false;
1952
  }
1953
 
1954
+ if( $ipNumber < 3585863857 )
1955
  return false;
1956
 
1957
+ if( (3585863857 <= $ipNumber) && ($ipNumber <= 3727495226) ){
1958
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-43.php';
1959
  if( isset($a[$ipNumber]) ) return true;
1960
  foreach($a as $minIpValue => $maxIpValue){
1961
  if( 1 === $maxIpValue ) break;
1965
  return false;
1966
  }
1967
 
1968
+ if( $ipNumber < 3727495235 )
1969
+ return false;
1970
+
1971
+ if( (3727495235 <= $ipNumber) && ($ipNumber <= 3758092949) ){
1972
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-44.php'; return isset($a[$ipNumber]);
1973
+ }
1974
+
1975
  return false;
1976
  }
1977
 
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-0.php CHANGED
@@ -1 +1 @@
1
- <?php return array(90614272=>90614783,87957504=>87965695,87954832=>87955455,87954432=>87954823,87951064=>87952383,87951024=>87951055,87951000=>87951015,87950848=>87950991,87560192=>87560447,249189286=>1,249191419=>1,249207959=>1,249192866=>1,249188561=>1,248929807=>1,248926199=>1,392284868=>1,249170292=>1,249208257=>1,249187404=>1,249189237=>1,249211406=>1,249388506=>1,249388216=>1,249388738=>1,256469073=>1,256469074=>1,249364424=>1,249226197=>1,249216044=>1,248923182=>1,249220390=>1,249223476=>1,249225319=>1,249208419=>1,248461418=>1,244852167=>1,244852162=>1,245135428=>1,245135456=>1,245444008=>1,245136053=>1,244536702=>1,244457242=>1,244050825=>1,244050450=>1,244050910=>1,244094750=>1,244408423=>1,244404644=>1,246531325=>1,246543462=>1,248178225=>1,248159705=>1,248178304=>1,248455827=>1,248459974=>1,248456746=>1,248146946=>1,248130060=>1,247864259=>1,247591003=>1,247910873=>1,247910885=>1,248045157=>1,247949604=>1,256469077=>1,256491587=>1,391911835=>1,391910730=>1,391912050=>1,391959858=>1,392052644=>1,392037379=>1,391910644=>1,391910257=>1,391759547=>1,391759377=>1,391856651=>1,391869307=>1,391909605=>1,392052729=>1,392062357=>1,392120169=>1,392115605=>1,392128025=>1,392128051=>1,392218985=>1,392130821=>1,392112925=>1,392112033=>1,392091427=>1,392063088=>1,392104239=>1,392110846=>1,392111751=>1,391757976=>1,391704236=>1,307364804=>1,307364744=>1,307364813=>1,308732938=>1,313853221=>1,310182366=>1,307363934=>1,307363926=>1,256469078=>1,392282547=>1,392266086=>1,256491588=>1,244045493=>1,317587797=>1,317588053=>1,391658317=>1,387915489=>1,391672187=>1,391674294=>1,391702533=>1,387775074=>1,387745551=>1,387376283=>1,387298748=>1,387471809=>1,387491418=>1,387732455=>1,392283563=>1,244045250=>1,98813649=>1,98719315=>1,98831698=>1,98862318=>1,100176148=>1,98995139=>1,98714842=>1,98340609=>1,96982600=>1,96982525=>1,96983554=>1,96984402=>1,98330088=>1,97397668=>1,100180994=>1,100239298=>1,100592522=>1,100558192=>1,134509886=>1,135364537=>1,135946797=>1,135791203=>1,100245493=>1,100245457=>1,100241752=>1,100239395=>1,100241828=>1,100242841=>1,100245446=>1,100242916=>1,96982196=>1,96982066=>1,96785755=>1,96784388=>1,96788943=>1,96789122=>1,96886342=>1,96789409=>1,96779959=>1,96779919=>1,96760088=>1,96757217=>1,96762426=>1,96762427=>1,96776516=>1,96767259=>1,96960897=>1,96961212=>1,96970273=>1,96970011=>1,96970703=>1,96979046=>1,96980737=>1,96979090=>1,96966273=>1,96964332=>1,96964208=>1,96961985=>1,96964220=>1,96964291=>1,96964293=>1,135952850=>1,136028961=>1,241576714=>1,241573985=>1,241759171=>1,241889359=>1,241891005=>1,241889425=>1,241573891=>1,241364091=>1,241187015=>1,239067212=>1,241243537=>1,241246894=>1,241359527=>1,241336158=>1,241891021=>1,242429745=>1,244029884=>1,244012470=>1,244044248=>1,244045235=>1,244045239=>1,244045237=>1,244012356=>1,244005896=>1,242980380=>1,242706820=>1,243854465=>1,243854486=>1,244005078=>1,243856386=>1,239052615=>1,239052092=>1,213789084=>1,213789083=>1,213789085=>1,213789086=>1,234887362=>1,214527161=>1,213090764=>1,212682693=>1,136291851=>1,136041203=>1,136811384=>1,136882038=>1,209915058=>1,208330610=>1,236023298=>1,236113757=>1,237157450=>1,237000866=>1,237241544=>1,237472774=>1,239051300=>1,238103074=>1,236811341=>1,236801642=>1,236430666=>1,236120736=>1,236721818=>1,236794254=>1,236796431=>1,392287630=>1,392371320=>1,402974311=>1,402940117=>1,403019773=>1,403074424=>1,403091038=>1,403080592=>1,402829240=>1,402828777=>1,402564602=>1,402564484=>1,402564830=>1,402565095=>1,402641374=>1,402632364=>1,403104651=>1,403197102=>1,404206424=>1,404049271=>1,404409946=>1,404418838=>1,404615521=>1,404506171=>1,404011329=>1,403702059=>1,403291142=>1,403217001=>1,403368766=>1,403440690=>1,403696245=>1,403579503=>1,402561485=>1,402561483=>1,401481261=>1,401481260=>1,401481262=>1,401528175=>1,401541776=>1,401540532=>1,401481259=>1,401481258=>1,401481251=>1,401481250=>1,401481252=>1,401481254=>1,401481257=>1,401481255=>1,401542066=>1,401545444=>1,402287831=>1,401912994=>1,402363154=>1,402482191=>1,402557628=>1,402554918=>1,401804438=>1,401576317=>1,401546561=>1,401546012=>1,401546722=>1,401568101=>1,401576203=>1,404917805=>1,405173261=>1,411863973=>1,411667877=>1,412085870=>1,412086558=>1,412159939=>1,412135469=>1,411482587=>1,411460339=>1,410630285=>1,410414876=>1,410683014=>1,410793875=>1,411444239=>1,411181419=>1,412367801=>1,412510332=>1,413934194=>1,413875065=>1,414163646=>1,414241275=>1,414417514=>1,414338406=>1,413611902=>1,413180616=>1,412829869=>1,412554935=>1,412830815=>1,412836171=>1,412956984=>1,412951869=>1,410223816=>1,410113348=>1,406387016=>1,406381868=>1,406868189=>1,407081264=>1,408158860=>1,407123249=>1,406009212=>1,405931427=>1,405474893=>1,405464633=>1,405533142=>1,405622770=>1,405842842=>1,405824829=>1,408340541=>1,408583548=>1,409954628=>1,409654446=>1,409994354=>1,409996081=>1,410014913=>1,410013557=>1,409156088=>1,409108669=>1,408693467=>1,408603402=>1,408954430=>1,408989032=>1,408997426=>1,401478117=>1,401356843=>1,392732222=>1,392732221=>1,392732223=>1,392732224=>1,392732230=>1,392732229=>1,392732217=>1,392732215=>1,392732201=>1,392732198=>1,392732203=>1,392732210=>1,392732214=>1,392732212=>1,392732231=>1,392732233=>1,392732266=>1,392732262=>1,392732267=>1,392732269=>1,392732276=>1,392732274=>1,392732258=>1,392732257=>1,392732236=>1,392732234=>1,392732239=>1,392732240=>1,392732250=>1,392732242=>1,392732195=>1,392732188=>1,392580283=>1,392394993=>1,392601719=>1,392620503=>1,392732162=>1,392732161=>1,392393335=>1,392392576=>1,392388959=>1,392378103=>1,392389175=>1,392389299=>1,392392439=>1,392390113=>1,392732163=>1,392732165=>1,392732180=>1,392732178=>1,392732183=>1,392732185=>1,392732187=>1,392732186=>1,392732176=>1,392732173=>1,392732167=>1,392732166=>1,392732169=>1,392732170=>1,392732171=>1,392732281=>1,392732286=>1,392732389=>1,392732388=>1,392732394=>1,392732403=>1,392732409=>1,392732405=>1,392732384=>1,392732381=>1,392732371=>1,392732370=>1,392732372=>1,392732373=>1,392732377=>1,392732375=>1,392732410=>1,392732413=>1,401266587=>1,401266586=>1,401266588=>1,401266589=>1,401335146=>1,401266590=>1,401215398=>1,401145940=>1,393675873=>1,392732414=>1,393907456=>1,400720815=>1,400795514=>1,400721028=>1,392732365=>1,392732363=>1,392732315=>1,392732314=>1,392732317=>1,392732322=>1,392732327=>1,392732324=>1,392732312=>1,392732311=>1,392732295=>1,392732287=>1,392732296=>1,392732298=>1,392732302=>1,392732301=>1,392732329=>1,392732330=>1,392732350=>1,392732349=>1,392732352=>1,392732353=>1,392732359=>1,392732357=>1,392732345=>1,392732344=>1,392732336=>1,392732331=>1,392732337=>1,392732339=>1,392732341=>1,96756723=>1,96749543=>1,84478581=>1,84478195=>1,84481775=>1,84482166=>1,84484079=>1,84482779=>1,84477948=>1,84477604=>1,84021773=>1,83928301=>1,84049994=>1,84052599=>1,84074862=>1,84066071=>1,84484326=>1,84484381=>1,84491793=>1,84490889=>1,84492048=>1,84494312=>1,84496282=>1,84496134=>1,84490706=>1,84489772=>1,84485451=>1,84485186=>1,84485772=>1,84486915=>1,84486992=>1,83907316=>1,83905451=>1,49292855=>1,49291035=>1,49308794=>1,49310929=>1,49320983=>1,49318752=>1,48891973=>1,48669950=>1,47896176=>1,47835872=>1,48070493=>1,48336262=>1,48372246=>1,48359260=>1,49321411=>1,49333111=>1,49647371=>1,49627137=>1,69156934=>1,69445221=>1,83898306=>1,83889608=>1,49471298=>1,49463050=>1,49363876=>1,49337293=>1,49394331=>1,49395820=>1,49401433=>1,84496681=>1,84497356=>1,85167608=>1,84928453=>1,85172839=>1,85178405=>1,85571730=>1,85377940=>1,84922422=>1,84892244=>1,84698254=>1,84691329=>1,84714946=>1,84716222=>1,84839188=>1,84823229=>1,85662407=>1,85682722=>1,86462185=>1,86462053=>1,86462216=>1,86462492=>1,86462842=>1,86462599=>1,86461904=>1,86245026=>1,86161178=>1,85737045=>1,86161357=>1,86207495=>1,86244343=>1,84677839=>1,84540906=>1,84505851=>1,84505829=>1,84506868=>1,84506989=>1,84509146=>1,84507473=>1,84504300=>1,84504197=>1,84499348=>1,84498506=>1,84499900=>1,84501867=>1,84503638=>1,84503626=>1,84511587=>1,84511900=>1,84519716=>1,84516427=>1,84524852=>1,84525964=>1,84534123=>1,84530380=>1,84516246=>1,84515857=>1,84512585=>1,84511939=>1,84513483=>1,84514801=>1,84515186=>1,45879514=>1,45879453=>1,28115825=>1,28115302=>1,28169312=>1,28263437=>1,28290132=>1,28287639=>1,28115207=>1,28097739=>1,27903717=>1,27902885=>1,27904549=>1,27905099=>1,28002924=>1,28000305=>1,28308065=>1,28542574=>1,28555093=>1,28554677=>1,28555097=>1,28555101=>1,28555769=>1,28555117=>1,28553253=>1,28552946=>1,28545689=>1,28544946=>1,28545794=>1,28548634=>1,28550542=>1,27902153=>1,27902006=>1,17094125=>1,17086823=>1,17370679=>1,18890242=>1,19023239=>1,19016117=>1,17080011=>1,16889300=>1,16887793=>1,16833486=>1,16888089=>1,16889196=>1,16889293=>1,16889248=>1,19047225=>1,19053605=>1,27534412=>1,27533748=>1,27537230=>1,27650084=>1,27650963=>1,27650348=>1,27486591=>1,27484261=>1,27334361=>1,27332623=>1,27335418=>1,27383712=>1,27462316=>1,28555773=>1,28556761=>1,39211873=>1,39207751=>1,39649217=>1,39667836=>1,39900567=>1,39719845=>1,39199122=>1,39188261=>1,37541580=>1,35945480=>1,39116248=>1,39131631=>1,39178461=>1,39166722=>1,39953143=>1,40434920=>1,45337363=>1,42476657=>1,45337539=>1,45355163=>1,45879384=>1,45587202=>1,42462956=>1,41898638=>1,40819503=>1,40778820=>1,40845338=>1,40846876=>1,41619912=>1,35793448=>1,35318348=>1,29383474=>1,29016066=>1,29439868=>1,29766423=>1,30066043=>1,30036345=>1,28999528=>1,28988932=>1,28557865=>1,28556925=>1,28558601=>1,28558885=>1,28975667=>1,28975666=>1,30079922=>1,30359234=>1,33663824=>1,33515012=>1,33936009=>1,33961278=>1,35208221=>1,34139759=>1,32225593=>1,32136051=>1,30499811=>1,30364383=>1,30505527=>1,32124209=>1,32124210=>1,86462873=>1,86463168=>1,93907209=>1,93907201=>1,93927146=>1,94054109=>1,94320157=>1,94196443=>1,93781620=>1,93779785=>1,93767872=>1,93716087=>1,93768880=>1,93768902=>1,93777866=>1,93770064=>1,94387728=>1,94388770=>1,94691763=>1,94683989=>1,94714539=>1,94717009=>1,94871511=>1,94734232=>1,94683776=>1,94672638=>1,94432645=>1,94394786=>1,94435088=>1,94435091=>1,94638742=>1,93714512=>1,93559991=>1,92790610=>1,92790608=>1,92790611=>1,92791921=>1,92792106=>1,92792105=>1,92789655=>1,92789652=>1,92781129=>1,92781113=>1,92782209=>1,92783330=>1,92788746=>1,92784398=>1,92792120=>1,92792388=>1,93309351=>1,93150891=>1,93312840=>1,93399617=>1,93539945=>1,93488994=>1,93129046=>1,93126849=>1,92966516=>1,92797671=>1,92994306=>1,93089449=>1,93115825=>1,95194071=>1,95195803=>1,96736341=>1,96736261=>1,96738249=>1,96740374=>1,96742536=>1,96742383=>1,96735477=>1,96734771=>1,96731285=>1,96731178=>1,96731521=>1,96733846=>1,96734367=>1,96734287=>1,96744805=>1,96744810=>1,16812144=>1,96748710=>1,96749668=>1,96749767=>1,96753786=>1,96749775=>1,96748426=>1,96748388=>1,96747828=>1,96744811=>1,96748194=>1,96748273=>1,96748329=>1,96388097=>1,96359941=>1,96306255=>1,96305851=>1,96306614=>1,96307414=>1,96308470=>1,96308358=>1,96305813=>1,96287278=>1,95404613=>1,95392215=>1,95414614=>1,95573943=>1,96141564=>1,96130715=>1,96308854=>1,96308947=>1,96314781=>1,96314596=>1,96315444=>1,96334811=>1,96345089=>1,96335588=>1,96312970=>1,96312632=>1,96309893=>1,96309020=>1,96311212=>1,96311393=>1,96311737=>1,92780945=>1,92780568=>1,87559177=>1,87559170=>1,87559178=>1,87559181=>1,87572314=>1,87571738=>1,87559169=>1,87363767=>1,86863037=>1,86860822=>1,86863166=>1,86863299=>1,87168092=>1,86881337=>1,87590534=>1,87613757=>1,87951018=>1,87951016=>1,87951019=>1,87951061=>1,87951063=>1,87951062=>1,87950995=>1,87950994=>1,87684562=>1,87648082=>1,87892543=>1,87929699=>1,87950992=>1,86860399=>1,86860339=>1,86465910=>1,86465735=>1,86466446=>1,86471232=>1,86473824=>1,86473282=>1,86464892=>1,86464566=>1,86463544=>1,86463449=>1,86463705=>1,86464206=>1,86464531=>1,86464520=>1,86497550=>1,86532105=>1,86853660=>1,86853649=>1,86853798=>1,86854929=>1,86860159=>1,86855685=>1,86818895=>1,86809308=>1,86795116=>1,86701614=>1,86795169=>1,86795710=>1,86797073=>1,87954825=>1,87954826=>1,92762914=>1,92761312=>1,92770152=>1,92770755=>1,92772560=>1,92772495=>1,92760141=>1,92755223=>1,92404397=>1,92320143=>1,92605786=>1,92738853=>1,92751852=>1,92750549=>1,92773173=>1,92773241=>1,92775393=>1,92775350=>1,92778617=>1,92779192=>1,92779989=>1,92779984=>1,92775241=>1,92775129=>1,92774254=>1,92773989=>1,92774272=>1,92774717=>1,92774961=>1,92311439=>1,90808101=>1,89082601=>1,89082357=>1,89085396=>1,89089054=>1,89115679=>1,89089097=>1,89082249=>1,89081576=>1,88055516=>1,87954827=>1,88521672=>1,89080993=>1,89081518=>1,89081201=>1,89125502=>1,89331053=>1,90649828=>1,90548286=>1,90724893=>1,90728998=>1,90786872=>1,90729048=>1,90531969=>1,90531654=>1,90521694=>1,90213074=>1,90521787=>1,90530452=>1,90531410=>1,96755692=>1,);?>
1
+ <?php return array(90614272=>90614783,87957504=>87965695,87954832=>87955455,87954432=>87954823,87951064=>87952383,87951024=>87951055,87951000=>87951015,87950848=>87950991,87560192=>87560447,97403795=>1,98312457=>1,97391910=>1,97011244=>1,98831698=>1,98719315=>1,98714842=>1,98395043=>1,98538505=>1,98704664=>1,98340610=>1,98340609=>1,98865488=>1,100245446=>1,100242841=>1,100245457=>1,100558192=>1,100592178=>1,100564857=>1,100241828=>1,100196734=>1,98962130=>1,97011242=>1,98995254=>1,99077530=>1,99078241=>1,98862318=>1,96966273=>1,96779959=>1,96779958=>1,96784388=>1,96785755=>1,96789409=>1,96788943=>1,96779956=>1,96779919=>1,96779912=>1,96771893=>1,96779913=>1,96779914=>1,96779917=>1,96792434=>1,96886342=>1,100617884=>1,96964332=>1,96970011=>1,96970273=>1,96970703=>1,96964293=>1,96964291=>1,96961212=>1,96960897=>1,96961985=>1,96964208=>1,96964220=>1,96989301=>1,134427116=>1,241246467=>1,241245530=>1,241242013=>1,241252304=>1,241264231=>1,241286765=>1,241281885=>1,241241589=>1,241240691=>1,241173268=>1,239067212=>1,241206551=>1,241209973=>1,241220838=>1,241220347=>1,241289677=>1,241291077=>1,241396935=>1,241394209=>1,241400762=>1,241405399=>1,241568793=>1,241417549=>1,241367663=>1,241359964=>1,241296826=>1,241296009=>1,241297781=>1,241309513=>1,241357379=>1,241313725=>1,239052092=>1,239051300=>1,135952853=>1,135946797=>1,136291851=>1,136882976=>1,203619524=>1,202775560=>1,135937352=>1,135937351=>1,135003722=>1,134473408=>1,135041608=>1,135364537=>1,135937350=>1,135937349=>1,204443530=>1,211446810=>1,236801642=>1,236113757=>1,237000932=>1,237157450=>1,238103074=>1,237472774=>1,235059087=>1,223030271=>1,212682693=>1,211906343=>1,212858226=>1,213359421=>1,214895892=>1,214674239=>1,96771347=>1,96750535=>1,94718118=>1,94717360=>1,94720442=>1,94721990=>1,94797722=>1,94751555=>1,94699391=>1,94696796=>1,94673497=>1,94435148=>1,94687893=>1,94690249=>1,94693961=>1,94690461=>1,94806073=>1,94817503=>1,95194071=>1,94886325=>1,95392215=>1,95392689=>1,95414614=>1,95404613=>1,94874176=>1,94869252=>1,94844370=>1,94821994=>1,94853493=>1,94857730=>1,94868607=>1,94435132=>1,94435091=>1,93900474=>1,93900463=>1,93900475=>1,93907201=>1,94008498=>1,93907209=>1,93900460=>1,93900455=>1,93772715=>1,93769942=>1,93773193=>1,93773265=>1,93779785=>1,94027418=>1,94027456=>1,94392037=>1,94388770=>1,94394786=>1,94427806=>1,94435088=>1,94432645=>1,94388050=>1,94387728=>1,94053123=>1,94046094=>1,94196443=>1,94308109=>1,94378265=>1,95569502=>1,95573991=>1,96739152=>1,96738322=>1,96740374=>1,96742177=>1,96742187=>1,96742185=>1,96738259=>1,96738249=>1,96734367=>1,96734360=>1,96734771=>1,96736261=>1,96737990=>1,96736341=>1,96742383=>1,96742386=>1,96750295=>1,96749775=>1,241573891=>1,96753786=>1,96756723=>1,96755692=>1,96749767=>1,96749668=>1,96748194=>1,96747828=>1,96748273=>1,96748710=>1,96749080=>1,96733846=>1,96731521=>1,96308854=>1,96308451=>1,96308947=>1,96309259=>1,96311737=>1,96309893=>1,96308358=>1,96307414=>1,96305813=>1,96287278=>1,96305851=>1,96306255=>1,96306854=>1,96312632=>1,96312970=>1,96319491=>1,96317546=>1,96334811=>1,96359941=>1,96731285=>1,96388097=>1,96317354=>1,96317236=>1,96314781=>1,96313695=>1,96314902=>1,96315184=>1,96317198=>1,96757217=>1,241573985=>1,400721028=>1,400720100=>1,400722237=>1,400745910=>1,400800554=>1,400800520=>1,393907456=>1,393660953=>1,392561589=>1,392393816=>1,392601719=>1,392695326=>1,393101367=>1,392973570=>1,400803426=>1,400878640=>1,401546561=>1,401546167=>1,401546722=>1,401566310=>1,401573390=>1,401568101=>1,401546012=>1,401544723=>1,401335146=>1,401145940=>1,401335149=>1,401478117=>1,401541776=>1,401528175=>1,392393475=>1,392379423=>1,391958564=>1,391921238=>1,391959624=>1,391960443=>1,391961450=>1,391961412=>1,391912050=>1,391910730=>1,391864360=>1,391856651=>1,391864553=>1,391871612=>1,391910257=>1,391909605=>1,392043440=>1,392052644=>1,392111751=>1,392110471=>1,392112925=>1,392130821=>1,392249973=>1,392165502=>1,392104547=>1,392104239=>1,392063088=>1,392062357=>1,392064044=>1,392091427=>1,392099974=>1,401576317=>1,401579322=>1,404732295=>1,404615521=>1,404917805=>1,404980415=>1,404980843=>1,404980789=>1,404506171=>1,404418838=>1,404011329=>1,403702059=>1,404049271=>1,404097029=>1,404409946=>1,404407299=>1,404984439=>1,404989164=>1,405009360=>1,405005529=>1,405334225=>1,405334635=>1,405335773=>1,405334726=>1,405005360=>1,405004022=>1,404996869=>1,404989190=>1,405000201=>1,405000780=>1,405003713=>1,405002442=>1,403696245=>1,403579503=>1,402428984=>1,402405077=>1,402494883=>1,402510065=>1,402564484=>1,402554918=>1,402221443=>1,402100996=>1,401883612=>1,401877906=>1,401884254=>1,401912994=>1,402019491=>1,401952809=>1,402564602=>1,402564830=>1,403169378=>1,403091038=>1,403197102=>1,403217001=>1,403440690=>1,403287904=>1,403074424=>1,403019773=>1,402584591=>1,402565095=>1,402642195=>1,402829240=>1,402940117=>1,391760097=>1,391759547=>1,245444008=>1,245077735=>1,247104741=>1,247105742=>1,247126498=>1,247113947=>1,244852167=>1,244852162=>1,244409159=>1,244409056=>1,244414558=>1,244456535=>1,244475444=>1,244456937=>1,247134468=>1,247910873=>1,248146946=>1,248131948=>1,248159705=>1,248178225=>1,248257388=>1,248178304=>1,248130060=>1,248112513=>1,247923607=>1,247910885=>1,247949604=>1,247950663=>1,248001875=>1,247951795=>1,244404718=>1,244188193=>1,241891018=>1,241891009=>1,241891093=>1,241891148=>1,241979044=>1,241977894=>1,241890270=>1,241889599=>1,241759171=>1,241576243=>1,241786656=>1,241786689=>1,241845586=>1,241786744=>1,241983016=>1,241988210=>1,244045250=>1,244044248=>1,244052684=>1,244094750=>1,244145489=>1,244121026=>1,244044247=>1,244029884=>1,243854465=>1,243185046=>1,243854468=>1,243854486=>1,244005896=>1,248447034=>1,248447109=>1,387231941=>1,318243157=>1,387504434=>1,387717410=>1,387722740=>1,387722601=>1,317588053=>1,317587797=>1,307364744=>1,307363934=>1,307364813=>1,308732939=>1,313853221=>1,310182366=>1,387732455=>1,387742859=>1,391680842=>1,391674010=>1,391680843=>1,391696496=>1,391704236=>1,391702533=>1,391672187=>1,391263538=>1,387761068=>1,387758653=>1,387766032=>1,387775074=>1,387915489=>1,387893413=>1,302183655=>1,259880840=>1,249173256=>1,248938012=>1,249181645=>1,249182266=>1,249187976=>1,249187341=>1,248929296=>1,248928727=>1,248447922=>1,248447184=>1,248447966=>1,248451046=>1,248463248=>1,248455186=>1,249188580=>1,249188646=>1,249212348=>1,249208296=>1,249213297=>1,249222444=>1,256469073=>1,249229557=>1,249194885=>1,249193184=>1,249189706=>1,249188966=>1,249190305=>1,249190463=>1,249191640=>1,93768943=>1,93656903=>1,39628207=>1,39312354=>1,39647857=>1,39674665=>1,39702373=>1,39687274=>1,39309207=>1,39209469=>1,39050548=>1,37176347=>1,39062424=>1,39115054=>1,39198121=>1,39116237=>1,39711802=>1,39804288=>1,41513163=>1,40846876=>1,41662958=>1,42462956=>1,45150063=>1,42720863=>1,40819503=>1,40800902=>1,39843938=>1,39833755=>1,40360457=>1,40673623=>1,40778820=>1,35433674=>1,35207760=>1,29707599=>1,29691537=>1,29766423=>1,30036345=>1,30359234=>1,30264375=>1,29467424=>1,29467259=>1,29016066=>1,28989331=>1,29189144=>1,29382806=>1,29467248=>1,29467227=>1,30499811=>1,30505527=>1,32225593=>1,32136051=>1,32303380=>1,33515012=>1,33911245=>1,33678539=>1,32129083=>1,32124210=>1,30522548=>1,30522547=>1,30522550=>1,31307894=>1,31942863=>1,45356265=>1,45587202=>1,84484079=>1,84482779=>1,84486915=>1,84486992=>1,84488797=>1,84488788=>1,84482166=>1,84477961=>1,84074862=>1,84066071=>1,84462626=>1,84477747=>1,84477948=>1,84477826=>1,84489108=>1,84489772=>1,84496282=>1,84496134=>1,84496681=>1,84497356=>1,84503638=>1,84502214=>1,84494883=>1,84494312=>1,84490706=>1,84490252=>1,84490889=>1,84491793=>1,84492049=>1,84052599=>1,84049994=>1,48359260=>1,48336262=>1,48405584=>1,48534055=>1,48669950=>1,48666932=>1,48040179=>1,45879511=>1,45626114=>1,45625100=>1,45703937=>1,45716823=>1,45879337=>1,45818503=>1,49287685=>1,49307054=>1,49659585=>1,49643307=>1,69156934=>1,83900170=>1,83974574=>1,83973101=>1,49487721=>1,49474942=>1,49326608=>1,49321480=>1,49359877=>1,49396589=>1,49398245=>1,28988934=>1,28988932=>1,20720670=>1,20248611=>1,20724160=>1,21005298=>1,22361506=>1,22305105=>1,19985343=>1,19060962=>1,18890242=>1,18146402=>1,18960651=>1,19016117=>1,19047225=>1,19041994=>1,22872767=>1,27269746=>1,27485212=>1,27401509=>1,27486132=>1,27487801=>1,27615909=>1,27599009=>1,27396681=>1,27349474=>1,27273122=>1,27269993=>1,27285301=>1,27294639=>1,27307503=>1,17093885=>1,16908227=>1,16879141=>1,16842364=>1,16883959=>1,16884342=>1,16885462=>1,16885440=>1,16842310=>1,16841454=>1,16839074=>1,16838796=>1,16839778=>1,16840043=>1,16840663=>1,16840413=>1,16885490=>1,16885840=>1,16889307=>1,16889230=>1,16891005=>1,16891696=>1,16899249=>1,16898214=>1,16889149=>1,16889114=>1,16886553=>1,16886279=>1,16887127=>1,16887348=>1,16889098=>1,27640380=>1,27641739=>1,28544946=>1,28258513=>1,28545689=>1,28545794=>1,28552946=>1,28548329=>1,28257920=>1,28257817=>1,28169280=>1,28168874=>1,28242047=>1,28242956=>1,28257669=>1,28257410=>1,28553253=>1,28555093=>1,28558601=>1,28557865=>1,28558885=>1,28559634=>1,28975667=>1,28975666=>1,28556925=>1,28556761=>1,28555101=>1,28555097=>1,28555117=>1,28555769=>1,28555773=>1,28155887=>1,28152269=>1,27914511=>1,27905955=>1,27986225=>1,28016794=>1,28017283=>1,28017061=>1,27905720=>1,27904764=>1,27650467=>1,27650183=>1,27853522=>1,27854317=>1,27904654=>1,27902536=>1,28017504=>1,28018879=>1,28109182=>1,28107830=>1,28115371=>1,28115767=>1,28116845=>1,28115776=>1,28097739=>1,28093859=>1,28090466=>1,28040575=>1,28090934=>1,28092182=>1,28092401=>1,84503639=>1,84503640=>1,90536183=>1,90535596=>1,90548286=>1,90548464=>1,90728991=>1,90649828=>1,90531969=>1,90531654=>1,90521787=>1,89331475=>1,90521952=>1,90522216=>1,90531410=>1,90530452=>1,90728998=>1,90789281=>1,92770755=>1,92765558=>1,92772495=>1,92773241=>1,92774254=>1,92773989=>1,92762914=>1,92755223=>1,92404397=>1,92320143=>1,92738853=>1,92750549=>1,92751852=>1,89331053=>1,89235710=>1,87951016=>1,87950995=>1,87951018=>1,87951019=>1,87951062=>1,87951061=>1,87950994=>1,87950992=>1,87925542=>1,87893006=>1,87925592=>1,87929356=>1,87939649=>1,87929699=>1,87951063=>1,87954825=>1,89088372=>1,89084220=>1,89089054=>1,89089097=>1,89146766=>1,89089260=>1,89081518=>1,89080993=>1,87954827=>1,87954826=>1,87982245=>1,88120986=>1,89079948=>1,92774272=>1,92774717=>1,93115825=>1,93092277=>1,93129046=>1,93132403=>1,93164961=>1,93164244=>1,93089934=>1,93034054=>1,92795081=>1,92792120=>1,92797671=>1,93016482=>1,93028704=>1,93018222=>1,93246022=>1,93256032=>1,16835320=>1,93621271=>1,93714999=>1,93715036=>1,93745565=>1,93742045=>1,93516386=>1,93516178=>1,93480116=>1,93399617=>1,93487795=>1,93488994=>1,93508517=>1,92792105=>1,92792070=>1,92779984=>1,92779192=>1,92779989=>1,92780568=>1,92780973=>1,92780945=>1,92778617=>1,92776044=>1,92775004=>1,92774961=>1,92775129=>1,92775241=>1,92775393=>1,92775350=>1,92781113=>1,92781129=>1,92788746=>1,92787228=>1,92789652=>1,92789655=>1,92790611=>1,92790608=>1,92787223=>1,92787222=>1,92783330=>1,92782209=>1,92784264=>1,92784397=>1,92784398=>1,87892543=>1,87679121=>1,85737045=>1,85684438=>1,85738556=>1,85739868=>1,86161320=>1,86161178=>1,85178405=>1,85175697=>1,84898149=>1,84716222=>1,84921222=>1,84933370=>1,85172839=>1,85167608=>1,86161357=>1,86206931=>1,86462053=>1,86461904=>1,86462185=>1,86462216=>1,86462599=>1,86462492=>1,86461455=>1,86457183=>1,86245026=>1,86244343=>1,86453038=>1,86453703=>1,86454894=>1,84715420=>1,84643757=>1,84512585=>1,84511939=>1,84513483=>1,84514801=>1,84515857=>1,84515186=>1,84511882=>1,84511746=>1,84504300=>1,84504098=>1,84505829=>1,84505851=>1,84509146=>1,84508858=>1,84516246=>1,84516427=>1,84551876=>1,84540906=>1,84551890=>1,84552826=>1,84553706=>1,84553206=>1,84538156=>1,84534123=>1,84519716=>1,84519403=>1,84524852=>1,84525964=>1,84530380=>1,86462873=>1,86463168=>1,86862648=>1,86861107=>1,86862896=>1,86863037=>1,86881337=>1,86863166=>1,86860822=>1,86860399=>1,86855683=>1,86854929=>1,86855685=>1,86855689=>1,86860339=>1,86860159=>1,87280881=>1,87284344=>1,87559196=>1,87559195=>1,87590534=>1,87613757=>1,87677305=>1,87648082=>1,87559189=>1,87559181=>1,87363767=>1,87284766=>1,87364321=>1,87559177=>1,87559178=>1,86854591=>1,86854106=>1,86466198=>1,86465735=>1,86466446=>1,86471232=>1,86473824=>1,86473282=>1,86464892=>1,86464566=>1,86463500=>1,86463449=>1,86463705=>1,86464206=>1,86464565=>1,86464531=>1,86489102=>1,86497550=>1,86809307=>1,86797073=>1,86809308=>1,86852155=>1,86853660=>1,86853649=>1,86795710=>1,86795512=>1,86498946=>1,86497923=>1,86753880=>1,86795116=>1,86795169=>1,93768880=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-1.php CHANGED
@@ -1 +1 @@
1
- <?php return array(635284480=>635284991,629506380=>1,629435355=>1,629549991=>1,629579326=>1,629624137=>1,629589908=>1,629334918=>1,629334917=>1,628666347=>1,628666041=>1,628856645=>1,628864525=>1,629175330=>1,629183923=>1,629819094=>1,629878685=>1,629878573=>1,629891352=>1,629981237=>1,630131018=>1,630130976=>1,629874300=>1,629873686=>1,629867495=>1,629867435=>1,629869619=>1,629869902=>1,629872803=>1,629872238=>1,628665586=>1,628662284=>1,627230659=>1,625912988=>1,627237017=>1,627238186=>1,628112825=>1,627966818=>1,625908860=>1,625876308=>1,624682011=>1,624672095=>1,624685546=>1,624686022=>1,625778068=>1,624686375=>1,628155171=>1,628199832=>1,628641675=>1,628641305=>1,628642976=>1,628647531=>1,630205372=>1,628648367=>1,628634092=>1,628633440=>1,628205480=>1,628202879=>1,628243630=>1,628621747=>1,628626834=>1,628662980=>1,630210920=>1,633017423=>1,633017403=>1,633017628=>1,633017757=>1,633017943=>1,633017780=>1,633017211=>1,633017012=>1,633016643=>1,633014229=>1,633016671=>1,633016875=>1,633016980=>1,633016941=>1,633017987=>1,633018344=>1,633028466=>1,633027322=>1,633030147=>1,633031049=>1,633032992=>1,633031942=>1,633027293=>1,633027101=>1,633022099=>1,633020199=>1,633023137=>1,633023259=>1,633025547=>1,633023346=>1,633014147=>1,633014090=>1,630797701=>1,630784467=>1,631082503=>1,631094330=>1,631096147=>1,631095659=>1,630784266=>1,630780152=>1,630301905=>1,630299895=>1,630353432=>1,630441145=>1,630730853=>1,630499804=>1,631096151=>1,631096242=>1,633012966=>1,633012629=>1,633012995=>1,633013098=>1,633013256=>1,633013254=>1,633012509=>1,633012506=>1,631096810=>1,631096260=>1,631226530=>1,632998295=>1,633012332=>1,624672089=>1,624670315=>1,622865865=>1,622865817=>1,622886693=>1,622998646=>1,623001379=>1,622999981=>1,622865417=>1,622865413=>1,622497506=>1,622493857=>1,622662959=>1,622670350=>1,622865409=>1,622676965=>1,623078382=>1,623107770=>1,623921708=>1,623921706=>1,623921714=>1,623923273=>1,623923380=>1,623923301=>1,623919883=>1,623919436=>1,623821372=>1,623651851=>1,623919152=>1,623919153=>1,623919432=>1,623919431=>1,622393798=>1,622352534=>1,619422063=>1,619422061=>1,619422224=>1,619422588=>1,619479035=>1,619475236=>1,619422048=>1,619421946=>1,619420177=>1,619420141=>1,619420219=>1,619420330=>1,619421848=>1,619420526=>1,619510140=>1,619591060=>1,621509781=>1,621406007=>1,621682411=>1,621725228=>1,622173078=>1,621823785=>1,620832002=>1,620828573=>1,619637040=>1,619636016=>1,619682905=>1,620381444=>1,620789548=>1,623926796=>1,623931497=>1,624648582=>1,624648383=>1,624650030=>1,624650710=>1,624651611=>1,624651193=>1,624648274=>1,624644306=>1,624636727=>1,624636328=>1,624639424=>1,624639934=>1,624644294=>1,624640287=>1,624652224=>1,624652295=>1,624660496=>1,624659156=>1,624665588=>1,624666657=>1,624666663=>1,624666660=>1,624655645=>1,624655246=>1,624653459=>1,624652362=>1,624653974=>1,624654070=>1,624654781=>1,624635675=>1,624635666=>1,623972780=>1,623934581=>1,623981809=>1,624021488=>1,624205428=>1,624204935=>1,623934580=>1,623933636=>1,623931499=>1,623931498=>1,623931500=>1,623931729=>1,623933575=>1,623932384=>1,624393962=>1,624566944=>1,624633147=>1,624630497=>1,624633411=>1,624634049=>1,624635551=>1,624634182=>1,624627401=>1,624626997=>1,624624167=>1,624571273=>1,624624316=>1,624625801=>1,624626206=>1,633036884=>1,633037092=>1,643408017=>1,642585381=>1,643788020=>1,643788028=>1,643788070=>1,643788067=>1,642458075=>1,642092682=>1,637296692=>1,637294974=>1,637296816=>1,641994376=>1,642066644=>1,642066522=>1,643994681=>1,644010177=>1,645679165=>1,645676155=>1,645679270=>1,645679712=>1,645679850=>1,645679772=>1,645676142=>1,645676138=>1,644453656=>1,644010180=>1,644521596=>1,644579618=>1,645676081=>1,645221810=>1,637242971=>1,636972051=>1,636171331=>1,636170634=>1,636172115=>1,636173369=>1,636173831=>1,636173389=>1,636170620=>1,636170530=>1,636041722=>1,635860773=>1,636052381=>1,636053101=>1,636170487=>1,636163335=>1,636174668=>1,636264458=>1,636971918=>1,636970350=>1,636971925=>1,636971926=>1,636971928=>1,636971927=>1,636970275=>1,636970274=>1,636582192=>1,636372670=>1,636958607=>1,636958676=>1,636958686=>1,645820937=>1,646072104=>1,664694265=>1,664694088=>1,664695710=>1,664696202=>1,664697912=>1,664696428=>1,664693887=>1,664693863=>1,664692335=>1,664692280=>1,664692701=>1,664692853=>1,664693670=>1,664693084=>1,664697914=>1,664698068=>1,664701435=>1,664701432=>1,664701465=>1,664701496=>1,664701639=>1,664701524=>1,664701086=>1,664701059=>1,664698581=>1,664698085=>1,664698727=>1,664698855=>1,664700962=>1,664692041=>1,664691966=>1,652559933=>1,652559926=>1,652562178=>1,658610432=>1,659363855=>1,659363339=>1,652559925=>1,652559924=>1,652541981=>1,652541980=>1,652559905=>1,652559906=>1,652559923=>1,652559914=>1,659383691=>1,659393712=>1,664683416=>1,664677367=>1,664690701=>1,664691033=>1,664691959=>1,664691431=>1,664676719=>1,664668302=>1,662152275=>1,659739487=>1,662152451=>1,662260605=>1,664666174=>1,635859152=>1,635821572=>1,633051804=>1,633051329=>1,633051964=>1,633055623=>1,633058308=>1,633057344=>1,633051301=>1,633050958=>1,633044431=>1,633044248=>1,633045414=>1,633045730=>1,633049984=>1,633049219=>1,633058322=>1,633058416=>1,633077031=>1,633075421=>1,633096314=>1,633109278=>1,633310621=>1,633290950=>1,633074449=>1,633073416=>1,633061295=>1,633058877=>1,633062249=>1,633062965=>1,633069604=>1,633067526=>1,633043092=>1,633042488=>1,633038260=>1,633038223=>1,633038522=>1,633038538=>1,633038683=>1,633038628=>1,633038172=>1,633038108=>1,633037138=>1,619420107=>1,633037151=>1,633037261=>1,633037761=>1,633037497=>1,633038748=>1,633039147=>1,633041444=>1,633040600=>1,633041711=>1,633041821=>1,633042333=>1,633042057=>1,633040396=>1,633040206=>1,633039172=>1,633039169=>1,633039707=>1,633039952=>1,633040188=>1,633312813=>1,633315991=>1,635184016=>1,635179561=>1,635200914=>1,635282146=>1,635284460=>1,635284458=>1,635105381=>1,634475972=>1,634208019=>1,634206422=>1,634316738=>1,634462564=>1,634466527=>1,634463325=>1,635291063=>1,635294305=>1,635819389=>1,635819146=>1,635819805=>1,635820093=>1,635820421=>1,635820228=>1,635819131=>1,635818880=>1,635733607=>1,635732560=>1,635818130=>1,635818220=>1,635818431=>1,634204268=>1,634194837=>1,633436731=>1,633404020=>1,633446379=>1,633484555=>1,633864460=>1,633587493=>1,633403171=>1,633369623=>1,633319359=>1,633317266=>1,633324381=>1,633326535=>1,633346786=>1,633329068=>1,633889285=>1,633889746=>1,634142407=>1,634139489=>1,634159951=>1,634191533=>1,634194572=>1,634194307=>1,634105919=>1,634104209=>1,633947567=>1,633889787=>1,633953765=>1,634101257=>1,634101301=>1,633037087=>1,619420100=>1,521768340=>1,521767363=>1,521930253=>1,521930651=>1,521971886=>1,521931686=>1,521765988=>1,521754637=>1,521669655=>1,521629282=>1,521674097=>1,521674455=>1,521739401=>1,521675325=>1,522010867=>1,522010871=>1,522264496=>1,522175502=>1,522303765=>1,522619197=>1,522838017=>1,522836964=>1,522145329=>1,522145266=>1,522144222=>1,522071620=>1,522144303=>1,522144320=>1,522144937=>1,522144693=>1,521620505=>1,521537479=>1,520652572=>1,520611942=>1,520687256=>1,520950734=>1,521045287=>1,521002444=>1,520599628=>1,520599590=>1,520338777=>1,520327613=>1,520339025=>1,520339029=>1,520352778=>1,520339037=>1,521045441=>1,521045693=>1,521257877=>1,521221004=>1,521325754=>1,521356958=>1,521383954=>1,521370037=>1,521213324=>1,521176357=>1,521089036=>1,521045698=>1,521143420=>1,521146545=>1,521167666=>1,522917365=>1,522938176=>1,532214471=>1,532214469=>1,532214475=>1,532214497=>1,532214504=>1,532214498=>1,532214467=>1,532214458=>1,532214386=>1,532214383=>1,532214389=>1,532214390=>1,532214446=>1,532214445=>1,532214505=>1,532214512=>1,532253462=>1,532252060=>1,532320344=>1,532351784=>1,532703363=>1,532703362=>1,532225427=>1,532224971=>1,532214519=>1,532214517=>1,532214520=>1,532214521=>1,532224769=>1,532214382=>1,532214381=>1,529607244=>1,528743204=>1,529708666=>1,530247687=>1,531185874=>1,530825254=>1,528696140=>1,528665264=>1,523218658=>1,523200034=>1,523220441=>1,523398790=>1,528590414=>1,523554510=>1,531187393=>1,531190721=>1,531450441=>1,531374031=>1,531489182=>1,531888835=>1,532214378=>1,532214323=>1,531373570=>1,531362867=>1,531280424=>1,531280422=>1,531280425=>1,531280426=>1,531280675=>1,520316197=>1,469669442=>1,419237657=>1,419223907=>1,419260897=>1,453054738=>1,453054742=>1,453054741=>1,419185725=>1,418807732=>1,418145566=>1,418051365=>1,418394447=>1,418418258=>1,418733976=>1,418442334=>1,454091952=>1,454107514=>1,455888183=>1,455887891=>1,455888213=>1,455888253=>1,455907826=>1,455888571=>1,455709274=>1,455707578=>1,455213995=>1,455138502=>1,455229531=>1,455256348=>1,455707443=>1,455410223=>1,417973786=>1,417942127=>1,415923346=>1,415851844=>1,415979933=>1,416150618=>1,416424674=>1,416320090=>1,415516084=>1,415509314=>1,414870788=>1,414584418=>1,414874817=>1,414957772=>1,415336730=>1,415265897=>1,416442780=>1,416585772=>1,417344153=>1,417341942=>1,417344158=>1,417555350=>1,417937607=>1,417757958=>1,417327632=>1,417238135=>1,416708939=>1,416598467=>1,416825407=>1,416904259=>1,417116766=>1,455912704=>1,455912866=>1,462655994=>1,462654066=>1,462656115=>1,462657789=>1,462674894=>1,462674090=>1,462653347=>1,462524777=>1,461573218=>1,461571166=>1,461582212=>1,461606962=>1,462492171=>1,461614338=>1,463382421=>1,465165840=>1,467476302=>1,467476290=>1,469459860=>1,469643211=>1,469655618=>1,469655573=>1,467471042=>1,467259475=>1,465540006=>1,465523385=>1,465562181=>1,465693728=>1,466442725=>1,461102564=>1,461047729=>1,456266426=>1,456012764=>1,456587483=>1,459867408=>1,459872202=>1,459871267=>1,456012723=>1,456012289=>1,455913071=>1,455912958=>1,456004653=>1,456005021=>1,456011932=>1,456005104=>1,459905615=>1,459940257=>1,461046062=>1,460983341=>1,461046178=>1,461046282=>1,461047662=>1,461046990=>1,460878346=>1,460545190=>1,459953955=>1,459944562=>1,460265690=>1,460268343=>1,460540786=>1,532703509=>1,532717040=>1,610644426=>1,610621259=>1,618802178=>1,618820819=>1,618855406=>1,618820923=>1,610615564=>1,609602272=>1,609483394=>1,609483198=>1,609507856=>1,609532549=>1,609576502=>1,609573727=>1,618897730=>1,618897748=>1,619145781=>1,619128207=>1,619148894=>1,619151281=>1,619232011=>1,619231926=>1,619124158=>1,619106088=>1,618901317=>1,618901017=>1,618956340=>1,618958130=>1,619105404=>1,618962692=>1,609455881=>1,609453351=>1,609304382=>1,609300894=>1,609312679=>1,609319350=>1,609325125=>1,609324282=>1,609289152=>1,609288910=>1,609239858=>1,609237994=>1,609241561=>1,609242057=>1,609281302=>1,609280234=>1,609329350=>1,609332242=>1,609409430=>1,609384263=>1,609419377=>1,609419807=>1,609434587=>1,609428910=>1,609383611=>1,609381032=>1,609340347=>1,609334789=>1,609352922=>1,609353545=>1,609380390=>1,619232602=>1,619232829=>1,619391437=>1,619391360=>1,619391555=>1,619391770=>1,619391919=>1,619391807=>1,619391184=>1,619391130=>1,619360409=>1,619359030=>1,619360502=>1,619361035=>1,619361062=>1,619361053=>1,619392018=>1,619392053=>1,619392957=>1,619392810=>1,619403841=>1,619404040=>1,619420097=>1,619419880=>1,619392773=>1,619392635=>1,619392166=>1,619392099=>1,619392219=>1,619392391=>1,619392493=>1,619359011=>1,619358981=>1,619284652=>1,619281828=>1,619307804=>1,619336189=>1,619337109=>1,619337082=>1,619281501=>1,619270923=>1,619233120=>1,619233087=>1,619233169=>1,619262061=>1,619270177=>1,619262233=>1,619337373=>1,619337389=>1,619339474=>1,619339247=>1,619339560=>1,619350734=>1,619358729=>1,619357408=>1,619338438=>1,619338357=>1,619337852=>1,619337637=>1,619337877=>1,619338114=>1,619338199=>1,609237346=>1,609235679=>1,534513096=>1,534513058=>1,534513143=>1,534513551=>1,534515667=>1,534513613=>1,534513049=>1,534512853=>1,533883210=>1,533873371=>1,533884826=>1,533902010=>1,534370852=>1,534179842=>1,534517479=>1,534522446=>1,606447962=>1,606390374=>1,606642205=>1,606642223=>1,607644381=>1,606647650=>1,587235124=>1,550679424=>1,534522652=>1,534522538=>1,534523142=>1,534539586=>1,534754278=>1,534584714=>1,533873368=>1,533869893=>1,533279254=>1,533184532=>1,533362696=>1,533398852=>1,533406862=>1,533406392=>1,533184529=>1,532803540=>1,532729030=>1,532722426=>1,532735161=>1,532776020=>1,532779786=>1,532777742=>1,533416177=>1,533421691=>1,533754103=>1,533723974=>1,533790768=>1,533791266=>1,533858850=>1,533804112=>1,533696353=>1,533695975=>1,533453692=>1,533425406=>1,533454532=>1,533459328=>1,533459987=>1,607645629=>1,607645733=>1,608958107=>1,608949904=>1,608999416=>1,609005064=>1,609098868=>1,609058308=>1,608949711=>1,608936734=>1,608868963=>1,608857062=>1,608869834=>1,608890343=>1,608936003=>1,608920004=>1,609124643=>1,609124821=>1,609219282=>1,609218727=>1,609229127=>1,609229845=>1,609231869=>1,609231351=>1,609192857=>1,609148249=>1,609132482=>1,609124917=>1,609134206=>1,609134627=>1,609135432=>1,608855582=>1,608848815=>1,608597606=>1,608595246=>1,608600381=>1,608659558=>1,608676729=>1,608666378=>1,608580917=>1,608575890=>1,608458202=>1,607646524=>1,608465586=>1,608466948=>1,608528430=>1,608506915=>1,608712911=>1,608722304=>1,608832310=>1,608784974=>1,608837968=>1,608843252=>1,608848746=>1,608843290=>1,608782476=>1,608763655=>1,608730944=>1,608723724=>1,608757094=>1,608757168=>1,608757240=>1,414516839=>1,);?>
1
+ <?php return array(619392012=>1,619391716=>1,619392192=>1,619400385=>1,619400686=>1,619400641=>1,619383899=>1,619380908=>1,619311971=>1,619280293=>1,619336081=>1,619336097=>1,619349825=>1,619348293=>1,619634783=>1,619659387=>1,620789548=>1,620788104=>1,620825384=>1,620837510=>1,621082699=>1,620877772=>1,620492983=>1,620477376=>1,619680344=>1,619660058=>1,620329304=>1,620380166=>1,620476652=>1,620381444=>1,619270298=>1,619231660=>1,618901302=>1,618899064=>1,618908035=>1,618961609=>1,618970849=>1,618968482=>1,618898983=>1,618854689=>1,618693509=>1,614639028=>1,618694815=>1,618694984=>1,618731712=>1,618695023=>1,619054582=>1,619057735=>1,619143251=>1,619132298=>1,619145781=>1,619145927=>1,619184244=>1,619149005=>1,619129712=>1,619129546=>1,619105851=>1,619104278=>1,619125375=>1,619128334=>1,619128563=>1,621389885=>1,621406007=>1,623919883=>1,623919436=>1,623921706=>1,623921708=>1,623923273=>1,623921714=>1,623919432=>1,623919431=>1,623805675=>1,623805608=>1,623805678=>1,623806360=>1,623919153=>1,623919152=>1,623923301=>1,623923380=>1,623932384=>1,623931729=>1,623933487=>1,623933585=>1,623934580=>1,623933636=>1,623931500=>1,623931498=>1,623924482=>1,623923483=>1,623924917=>1,623928769=>1,623931496=>1,623930574=>1,623804910=>1,623804611=>1,622150949=>1,622150945=>1,622352534=>1,622390408=>1,622639121=>1,622481974=>1,621973319=>1,621936366=>1,621429559=>1,621406075=>1,621677673=>1,621682165=>1,621725228=>1,621721210=>1,622658186=>1,622670350=>1,622998646=>1,622866430=>1,622999981=>1,623078382=>1,623651851=>1,623107770=>1,622865865=>1,622865817=>1,622688590=>1,622676930=>1,622865409=>1,622865413=>1,622865417=>1,611216940=>1,611216938=>1,609125473=>1,609124643=>1,609134206=>1,609134627=>1,609148108=>1,609143088=>1,609095469=>1,609058308=>1,609005558=>1,608987116=>1,609014856=>1,609022061=>1,609056304=>1,609022598=>1,609148249=>1,609192372=>1,609220233=>1,609219513=>1,609220313=>1,609220388=>1,609220439=>1,609220434=>1,609219417=>1,609219225=>1,609198372=>1,609193027=>1,609218609=>1,609218776=>1,609218846=>1,609218799=>1,608956721=>1,608949711=>1,608839137=>1,608838976=>1,608848077=>1,608848746=>1,608855175=>1,608848815=>1,608795688=>1,608794570=>1,608786893=>1,608784507=>1,608790355=>1,608790686=>1,608793173=>1,608790733=>1,608855582=>1,608888883=>1,608920013=>1,608919995=>1,608920986=>1,608923656=>1,608936003=>1,608931252=>1,608906771=>1,608901408=>1,608889877=>1,608889130=>1,608890366=>1,608891998=>1,608901380=>1,609220527=>1,609231351=>1,609428974=>1,609428900=>1,609429736=>1,609433287=>1,609435101=>1,609433868=>1,609428033=>1,609427952=>1,609353545=>1,609352922=>1,609363899=>1,609363909=>1,609424105=>1,609381032=>1,609435124=>1,609445503=>1,609573044=>1,609573031=>1,609573727=>1,609610929=>1,610695535=>1,610685752=>1,609517735=>1,609514797=>1,609477798=>1,609448270=>1,609483394=>1,609504481=>1,609507856=>1,609340055=>1,609339834=>1,609284317=>1,609283948=>1,609287634=>1,609288910=>1,609294343=>1,609289152=>1,609281319=>1,609279000=>1,609232997=>1,609231585=>1,609235679=>1,609237346=>1,609246785=>1,609237994=>1,609296004=>1,609296980=>1,609325993=>1,609325745=>1,609329713=>1,609331147=>1,609332658=>1,609331215=>1,609324558=>1,609317512=>1,609303175=>1,609299113=>1,609307611=>1,609310535=>1,609313683=>1,623934581=>1,623975515=>1,633037087=>1,633036884=>1,633037138=>1,633037151=>1,633037497=>1,633037261=>1,633032992=>1,633030147=>1,633023259=>1,633023137=>1,633023346=>1,633027293=>1,633027645=>1,633027322=>1,633037761=>1,633037828=>1,633038959=>1,633038896=>1,633039147=>1,633039169=>1,633039707=>1,633039172=>1,633038893=>1,633038748=>1,633038223=>1,633038091=>1,633038260=>1,633038444=>1,633038538=>1,633038522=>1,633022099=>1,633020199=>1,633014090=>1,633013835=>1,633014147=>1,633014229=>1,633016671=>1,633016643=>1,633013256=>1,633013254=>1,633012629=>1,633012509=>1,633012966=>1,633012995=>1,633013098=>1,633013037=>1,633016734=>1,633016875=>1,633017780=>1,633017757=>1,633017943=>1,633017987=>1,633019982=>1,633018344=>1,633017628=>1,633017423=>1,633016980=>1,633016941=>1,633017012=>1,633017228=>1,633017403=>1,633039952=>1,633040188=>1,633326535=>1,633325485=>1,633328522=>1,633329068=>1,633331344=>1,633329506=>1,633325051=>1,633324828=>1,633311009=>1,633310621=>1,633314478=>1,633315991=>1,633319359=>1,633316022=>1,633369623=>1,633373085=>1,633864460=>1,633530896=>1,633889285=>1,633889787=>1,634139509=>1,634139089=>1,633486127=>1,633484555=>1,633377734=>1,633374084=>1,633404020=>1,633426238=>1,633455643=>1,633150513=>1,633109688=>1,633042488=>1,633042333=>1,633042628=>1,633043092=>1,633045414=>1,633043833=>1,633041821=>1,633041776=>1,633040420=>1,633040396=>1,633040600=>1,633041444=>1,633041711=>1,633041564=>1,633045730=>1,633047521=>1,633075421=>1,633073416=>1,633076253=>1,633077031=>1,633096314=>1,633077174=>1,633067526=>1,633058416=>1,633049984=>1,633049219=>1,633057344=>1,633058308=>1,633058322=>1,633012506=>1,633012332=>1,624666661=>1,624665590=>1,624666663=>1,624670315=>1,624685546=>1,624672089=>1,624663382=>1,624659156=>1,624653459=>1,624652295=>1,624653974=>1,624654070=>1,624655246=>1,624654781=>1,624686022=>1,624818365=>1,628202730=>1,628167281=>1,628627391=>1,628627753=>1,628630562=>1,628628722=>1,628158876=>1,628145066=>1,625836194=>1,625484845=>1,625890600=>1,627152136=>1,627238842=>1,627237017=>1,624652224=>1,624651611=>1,624627401=>1,624626206=>1,624633147=>1,624633411=>1,624634182=>1,624634049=>1,624624316=>1,624624167=>1,624026348=>1,623981809=>1,624204824=>1,624252156=>1,624573272=>1,624373679=>1,624634483=>1,624634764=>1,624648383=>1,624644310=>1,624648582=>1,624650030=>1,624651193=>1,624650329=>1,624644307=>1,624641312=>1,624635675=>1,624635551=>1,624636727=>1,624639424=>1,624639934=>1,628634575=>1,628636297=>1,630298575=>1,630232252=>1,630305423=>1,630308385=>1,630442170=>1,630348184=>1,630216538=>1,630216458=>1,629981371=>1,629981322=>1,629981375=>1,629981403=>1,630150190=>1,630130747=>1,630443467=>1,630495519=>1,631096151=>1,631096147=>1,631096810=>1,631226530=>1,633001511=>1,632998295=>1,631095659=>1,631094330=>1,630760227=>1,630730853=>1,630784266=>1,630797701=>1,631082503=>1,629981244=>1,629981237=>1,628851470=>1,628666041=>1,628851952=>1,628855372=>1,629175330=>1,628864525=>1,628665586=>1,628662980=>1,628638208=>1,628637644=>1,628647444=>1,628648148=>1,628662284=>1,628650518=>1,629334917=>1,629334918=>1,629844181=>1,629667881=>1,629869619=>1,629869902=>1,629981196=>1,629913739=>1,629623970=>1,629623947=>1,629499469=>1,629335445=>1,629549335=>1,629579155=>1,629589516=>1,608783585=>1,608780186=>1,455689240=>1,455688694=>1,455689512=>1,455689740=>1,455689931=>1,455689926=>1,455410111=>1,455410088=>1,455229668=>1,455151519=>1,455256348=>1,455276148=>1,455410071=>1,455409733=>1,455689986=>1,455698450=>1,455709102=>1,455708768=>1,455709362=>1,455709555=>1,455711020=>1,455710617=>1,455708093=>1,455707321=>1,455698901=>1,455698496=>1,455699094=>1,455699210=>1,455706996=>1,455706986=>1,455138502=>1,454167032=>1,417691842=>1,417341942=>1,417714515=>1,417757958=>1,417847954=>1,417759386=>1,417116766=>1,417063250=>1,416581422=>1,416424674=>1,416703875=>1,416723027=>1,417050582=>1,417013877=>1,417942127=>1,417973523=>1,418903927=>1,418726035=>1,419153881=>1,454091952=>1,454143021=>1,454107514=>1,418559354=>1,418396308=>1,418051365=>1,418004560=>1,418145566=>1,418282595=>1,418388971=>1,455711233=>1,455711848=>1,461046990=>1,461046178=>1,461047662=>1,461047729=>1,461102564=>1,461088850=>1,461046062=>1,460983341=>1,460134658=>1,459953955=>1,460271461=>1,460540786=>1,460601385=>1,460591774=>1,461571166=>1,461573218=>1,462655994=>1,462654066=>1,462657789=>1,462658314=>1,462680146=>1,462674090=>1,462653347=>1,462529381=>1,461606962=>1,461582212=>1,461614338=>1,462492171=>1,462524777=>1,459945436=>1,459880233=>1,455888253=>1,455888213=>1,455888571=>1,455908995=>1,455912804=>1,455912112=>1,455888183=>1,455887891=>1,455712637=>1,455711913=>1,455718868=>1,455719660=>1,455732137=>1,455726086=>1,455912853=>1,455912986=>1,456012790=>1,456012666=>1,456012791=>1,457707774=>1,459876715=>1,459458444=>1,456012531=>1,456012315=>1,456005021=>1,455913103=>1,456005536=>1,456012114=>1,456012253=>1,416280657=>1,416150618=>1,409186818=>1,409108669=>1,409246049=>1,409654446=>1,409968482=>1,409721763=>1,409078841=>1,408989032=>1,408693467=>1,408651558=>1,408954430=>1,408957236=>1,408976288=>1,408965167=>1,409994294=>1,409996081=>1,410428279=>1,410346299=>1,410605118=>1,410683014=>1,410917143=>1,410798873=>1,410223816=>1,410122893=>1,410011218=>1,409999555=>1,410013557=>1,410015598=>1,410094434=>1,410018298=>1,408158860=>1,407539487=>1,405457510=>1,405454220=>1,405474893=>1,405570684=>1,405713236=>1,405622770=>1,405445330=>1,405413547=>1,405398652=>1,405339058=>1,405402713=>1,405404705=>1,405412475=>1,405404832=>1,405824829=>1,405870257=>1,406278691=>1,406275055=>1,406387016=>1,406868189=>1,407512461=>1,406918769=>1,406009212=>1,405936288=>1,405898525=>1,405891994=>1,405930645=>1,405931427=>1,405935543=>1,411181419=>1,411230411=>1,414338406=>1,414270899=>1,414373134=>1,414417514=>1,414516839=>1,414426669=>1,414241275=>1,414163646=>1,413186845=>1,413180616=>1,413875065=>1,413920853=>1,413940164=>1,413934194=>1,414546914=>1,414623585=>1,415516084=>1,415336730=>1,415525218=>1,415602193=>1,415979933=>1,415751934=>1,415332323=>1,415272390=>1,414874817=>1,414870788=>1,415114749=>1,415254181=>1,415261349=>1,412956984=>1,412951869=>1,411690050=>1,411689952=>1,411690726=>1,411692309=>1,411753722=>1,411696391=>1,411669021=>1,411668936=>1,411444239=>1,411336612=>1,411485820=>1,411525672=>1,411667512=>1,411615439=>1,411772100=>1,411809957=>1,412554935=>1,412435799=>1,412764048=>1,412829869=>1,412844882=>1,412830815=>1,412367801=>1,412085870=>1,411974715=>1,411865267=>1,412053816=>1,412084123=>1,412084262=>1,465297322=>1,465562181=>1,533184529=>1,532803540=>1,533184532=>1,533362696=>1,533403907=>1,533402640=>1,532777939=>1,532777742=>1,532717040=>1,532703936=>1,532722426=>1,532729036=>1,532776020=>1,532735161=>1,533405741=>1,533407757=>1,533709874=>1,533660692=>1,533723974=>1,533733336=>1,533747783=>1,533741438=>1,533459582=>1,533459023=>1,533422656=>1,533418000=>1,533424214=>1,533427754=>1,533441361=>1,533440190=>1,532703509=>1,532703363=>1,531858474=>1,531692858=>1,532214316=>1,532214323=>1,532214389=>1,532214350=>1,531495050=>1,531490554=>1,531373570=>1,531362867=>1,531374031=>1,531450441=>1,531478902=>1,531478858=>1,532214445=>1,532214469=>1,532225427=>1,532224971=>1,532270536=>1,532320344=>1,532703362=>1,532351784=>1,532224769=>1,532214521=>1,532214507=>1,532214474=>1,532214512=>1,532214519=>1,532214520=>1,533747960=>1,533754103=>1,608712103=>1,608702168=>1,608713897=>1,608716103=>1,608720887=>1,608720857=>1,608693329=>1,608682821=>1,608575641=>1,608508144=>1,608593585=>1,608594414=>1,608666378=>1,608659558=>1,608723606=>1,608725953=>1,608778623=>1,608776321=>1,608778961=>1,608779140=>1,608779498=>1,608779198=>1,608757721=>1,608757094=>1,608735863=>1,608727626=>1,608737454=>1,608741980=>1,608749016=>1,608468612=>1,608355234=>1,534513096=>1,534513049=>1,534513551=>1,534513613=>1,534522518=>1,534515667=>1,534180842=>1,533886290=>1,533804112=>1,533803810=>1,533805941=>1,533872771=>1,533883210=>1,533873046=>1,534522538=>1,534522611=>1,607643887=>1,607642769=>1,607645629=>1,607646524=>1,608354810=>1,608075538=>1,604477213=>1,604466232=>1,534523142=>1,534522709=>1,534584714=>1,587235124=>1,604107290=>1,531340140=>1,531261773=>1,521174244=>1,521173106=>1,521198096=>1,521204139=>1,521221004=>1,521204285=>1,521173027=>1,521172955=>1,521171541=>1,521171389=>1,521171933=>1,521172052=>1,521172331=>1,521172061=>1,521248570=>1,521274319=>1,521537479=>1,521383954=>1,521562223=>1,521622794=>1,521674428=>1,521674145=>1,521369330=>1,521353147=>1,521317774=>1,521283494=>1,521318024=>1,521321660=>1,521331595=>1,521330679=>1,521171129=>1,521146545=>1,469655573=>1,469643211=>1,469669442=>1,469713765=>1,520352778=>1,520316197=>1,467888752=>1,467476302=>1,466720775=>1,466442725=>1,466957049=>1,466959305=>1,467476299=>1,467476290=>1,520497156=>1,520504960=>1,521045441=>1,521045287=>1,521045698=>1,521047031=>1,521143865=>1,521093850=>1,520950734=>1,520950050=>1,520599590=>1,520505057=>1,520611942=>1,520652676=>1,520716579=>1,521743415=>1,521758098=>1,529668741=>1,529617866=>1,529708666=>1,530247687=>1,530742493=>1,530730339=>1,529607184=>1,528924515=>1,528596379=>1,528591902=>1,528685263=>1,528696140=>1,528913250=>1,528743204=>1,530761678=>1,530762446=>1,531147914=>1,530825254=>1,531185874=>1,531187393=>1,531255849=>1,531190721=>1,530783883=>1,530781691=>1,530768252=>1,530767465=>1,530770123=>1,530775645=>1,530776758=>1,528590414=>1,528571069=>1,522002961=>1,521989373=>1,522144222=>1,522144303=>1,522144937=>1,522144693=>1,521985100=>1,521979301=>1,521765840=>1,521763316=>1,521768340=>1,521930253=>1,521978807=>1,521971886=>1,522145266=>1,522145329=>1,523038654=>1,522949370=>1,523200034=>1,523249973=>1,528531978=>1,523586313=>1,522949220=>1,522938176=>1,522264496=>1,522176483=>1,522619197=>1,522836964=>1,522918046=>1,405338291=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-10.php CHANGED
@@ -1 +1 @@
1
- <?php return array(1567838208=>1567842303,1567763544=>1567764479,1567763528=>1567763535,1567762824=>1567763519,1567762432=>1567762815,1558113640=>1558113655,1592975588=>1,1592976427=>1,1595553457=>1,1595451018=>1,1595638766=>1,1595651625=>1,1595442280=>1,1595339361=>1,1595105933=>1,1595381254=>1,1592976491=>1,1595441705=>1,1595857956=>1,1595867762=>1,1596082756=>1,1596069118=>1,1596098562=>1,1596294981=>1,1596302165=>1,1596298562=>1,1596037556=>1,1595887659=>1,1595872236=>1,1595870374=>1,1595872609=>1,1595873426=>1,1595875411=>1,1592976492=>1,1595028284=>1,1593158089=>1,1593122290=>1,1593160684=>1,1593256322=>1,1593345933=>1,1593305336=>1,1593086116=>1,1593040204=>1,1592981016=>1,1592981015=>1,1592982133=>1,1592982280=>1,1592982876=>1,1593506404=>1,1593506405=>1,1594454074=>1,1593839201=>1,1594464981=>1,1596607379=>1,1594810515=>1,1594802416=>1,1593810047=>1,1593710670=>1,1593641995=>1,1593507590=>1,1593668840=>1,1593670205=>1,1593710661=>1,1592977250=>1,1597168212=>1,1598641519=>1,1598636396=>1,1598647552=>1,1598647744=>1,1598648585=>1,1598648069=>1,1598633427=>1,1598632117=>1,1598588091=>1,1598579955=>1,1598598531=>1,1598598736=>1,1598613272=>1,1598612081=>1,1598648766=>1,1598668200=>1,1598970216=>1,1598966341=>1,1598976694=>1,1599008105=>1,1599012629=>1,1599011617=>1,1598919207=>1,1598676698=>1,1598675296=>1,1598673405=>1,1598675612=>1,1598675756=>1,1598675947=>1,1598675927=>1,1598579514=>1,1598574241=>1,1598127409=>1,1598081806=>1,1598240818=>1,1598249588=>1,1598308807=>1,1598302890=>1,1597652922=>1,1597455375=>1,1597252617=>1,1597251752=>1,1597449159=>1,1597450950=>1,1597453824=>1,1597450971=>1,1598404813=>1,1598416920=>1,1598564617=>1,1598523749=>1,1598565344=>1,1598570977=>1,1598572056=>1,1598571063=>1,1598521062=>1,1598440600=>1,1598421011=>1,1598417363=>1,1598421061=>1,1598421071=>1,1598421529=>1,1592975063=>1,1592971764=>1,1590860491=>1,1590851390=>1,1590862304=>1,1590877068=>1,1590957304=>1,1590899573=>1,1590820892=>1,1590819200=>1,1590420188=>1,1590386704=>1,1590537093=>1,1590630909=>1,1590779187=>1,1590683362=>1,1591033959=>1,1591088729=>1,1591330302=>1,1591273855=>1,1591388304=>1,1591467522=>1,1591530846=>1,1591496385=>1,1591260634=>1,1591260300=>1,1591135299=>1,1591132709=>1,1591204000=>1,1591218691=>1,1591252321=>1,1591250959=>1,1590373089=>1,1590348749=>1,1589179657=>1,1589114703=>1,1589204330=>1,1589205590=>1,1589389366=>1,1589386376=>1,1589114576=>1,1589112991=>1,1589037521=>1,1589035225=>1,1589084783=>1,1589096277=>1,1589096782=>1,1589096323=>1,1589396073=>1,1589541405=>1,1590224770=>1,1590182606=>1,1590259654=>1,1590265595=>1,1590312369=>1,1590283772=>1,1590132587=>1,1590113125=>1,1590050844=>1,1589671457=>1,1590052012=>1,1590059591=>1,1590060050=>1,1590060049=>1,1591567243=>1,1591569343=>1,1592932777=>1,1592932610=>1,1592932820=>1,1592932866=>1,1592932934=>1,1592932915=>1,1592559511=>1,1592558137=>1,1592245890=>1,1592226950=>1,1592276834=>1,1592279400=>1,1592366895=>1,1592305763=>1,1592933292=>1,1592933302=>1,1592970907=>1,1592970905=>1,1592970917=>1,1592970935=>1,1599018353=>1,1592971640=>1,1592970904=>1,1592970903=>1,1592968122=>1,1592933307=>1,1592970785=>1,1592970787=>1,1592970847=>1,1592970818=>1,1592195526=>1,1592195287=>1,1591674547=>1,1591672510=>1,1591675928=>1,1591696816=>1,1591717325=>1,1591717307=>1,1591671756=>1,1591659966=>1,1591572383=>1,1591571604=>1,1591572781=>1,1591573392=>1,1591574148=>1,1591573686=>1,1591717749=>1,1591747986=>1,1592089394=>1,1592088919=>1,1592089395=>1,1592129337=>1,1592177661=>1,1592162499=>1,1592087863=>1,1592085157=>1,1591908224=>1,1591749794=>1,1592051282=>1,1592053530=>1,1592055066=>1,1592971794=>1,1599073200=>1,1605879302=>1,1605841335=>1,1606178435=>1,1606184971=>1,1607517099=>1,1606386525=>1,1605841319=>1,1605840908=>1,1605782154=>1,1605773471=>1,1605782155=>1,1605782157=>1,1605811797=>1,1605810581=>1,1607646738=>1,1607665566=>1,1607698995=>1,1607698957=>1,1607701658=>1,1607704418=>1,1607710759=>1,1607706915=>1,1607698951=>1,1607698449=>1,1607670404=>1,1607668033=>1,1607670660=>1,1607679775=>1,1607696672=>1,1607682541=>1,1605741520=>1,1605218654=>1,1604226073=>1,1604225840=>1,1604388621=>1,1604445370=>1,1604545294=>1,1604545289=>1,1604199615=>1,1604193652=>1,1603954021=>1,1603950844=>1,1604049838=>1,1604053625=>1,1604170787=>1,1604126780=>1,1604545295=>1,1604545296=>1,1604790803=>1,1604690720=>1,1604855242=>1,1604959335=>1,1605168246=>1,1605019786=>1,1604549004=>1,1604548995=>1,1604545341=>1,1604545316=>1,1604548969=>1,1604548970=>1,1604548986=>1,1607711760=>1,1607714049=>1,1607938036=>1,1607938022=>1,1607939222=>1,1607954382=>1,1608216840=>1,1607972631=>1,1607937998=>1,1607937979=>1,1607937685=>1,1607937659=>1,1607937780=>1,1607937899=>1,1607937943=>1,1607937942=>1,1608399206=>1,1609247464=>1,1609494345=>1,1609494332=>1,1609694859=>1,1609781604=>1,1610369408=>1,1610369383=>1,1609494282=>1,1609494237=>1,1609493794=>1,1609363529=>1,1609493950=>1,1609494067=>1,1609494153=>1,1607937608=>1,1607937582=>1,1607844859=>1,1607844446=>1,1607845705=>1,1607937126=>1,1607937134=>1,1607937129=>1,1607842786=>1,1607836714=>1,1607719013=>1,1607716247=>1,1607720972=>1,1607721383=>1,1607830341=>1,1607722398=>1,1607937135=>1,1607937146=>1,1607937418=>1,1607937408=>1,1607937422=>1,1607937467=>1,1607937572=>1,1607937468=>1,1607937348=>1,1607937277=>1,1607937210=>1,1607937169=>1,1607937213=>1,1607937218=>1,1607937256=>1,1603944991=>1,1603934281=>1,1599819000=>1,1599818024=>1,1599819737=>1,1599825574=>1,1599836924=>1,1599827293=>1,1599802059=>1,1599738212=>1,1599616770=>1,1599597010=>1,1599626646=>1,1599704998=>1,1599727747=>1,1599707109=>1,1599837447=>1,1600251780=>1,1600792691=>1,1600786524=>1,1600856115=>1,1601009128=>1,1601050137=>1,1601010320=>1,1600782090=>1,1600758941=>1,1600730484=>1,1600700873=>1,1600733642=>1,1600741407=>1,1600746015=>1,1599505842=>1,1599443819=>1,1599373595=>1,1599373507=>1,1599373769=>1,1599373808=>1,1599383643=>1,1599382562=>1,1599373480=>1,1599355654=>1,1599047968=>1,1599037447=>1,1588968981=>1,1599080683=>1,1599104552=>1,1599089994=>1,1599389080=>1,1599391284=>1,1599419554=>1,1599419118=>1,1599420527=>1,1599420906=>1,1599428392=>1,1599421003=>1,1599418769=>1,1599415663=>1,1599394174=>1,1599393082=>1,1599408354=>1,1599408711=>1,1599411273=>1,1601186954=>1,1601295508=>1,1603021495=>1,1602951510=>1,1603039689=>1,1603081414=>1,1603097490=>1,1603085590=>1,1602592950=>1,1602558422=>1,1602438853=>1,1602358685=>1,1602500834=>1,1602506052=>1,1602553247=>1,1602516133=>1,1603124184=>1,1603128842=>1,1603258774=>1,1603251414=>1,1603259868=>1,1603263607=>1,1603893766=>1,1603870472=>1,1603251412=>1,1603251388=>1,1603185938=>1,1603182911=>1,1603196085=>1,1603251340=>1,1603251347=>1,1602358391=>1,1602358363=>1,1602235300=>1,1601503017=>1,1602241804=>1,1602241805=>1,1602286888=>1,1602286883=>1,1601478301=>1,1601470582=>1,1601296812=>1,1601295976=>1,1601302621=>1,1601324600=>1,1601399110=>1,1601362238=>1,1602302994=>1,1602303917=>1,1602358163=>1,1602358062=>1,1602358177=>1,1602358178=>1,1602358319=>1,1602358194=>1,1602358058=>1,1602358031=>1,1602357650=>1,1602357644=>1,1602357689=>1,1602357775=>1,1602358021=>1,1599032163=>1,1588844359=>1,1567763541=>1,1567763540=>1,1567763542=>1,1567839900=>1,1567842249=>1,1567842086=>1,1567763523=>1,1567763521=>1,1567727793=>1,1567696114=>1,1567762820=>1,1567762822=>1,1567763520=>1,1567762823=>1,1567842250=>1,1567842252=>1,1567901229=>1,1567896029=>1,1568015564=>1,1568015863=>1,1568383441=>1,1568365069=>1,1567879426=>1,1567852874=>1,1567842254=>1,1567842253=>1,1567842255=>1,1567842264=>1,1567842802=>1,1567842733=>1,1567488171=>1,1567151740=>1,1566565458=>1,1566565446=>1,1566565491=>1,1566565492=>1,1566851607=>1,1566567959=>1,1566565445=>1,1566565443=>1,1566565365=>1,1566550849=>1,1566565381=>1,1566565407=>1,1566565427=>1,1566565425=>1,1566866770=>1,1566873670=>1,1567150397=>1,1567145974=>1,1567150494=>1,1567151017=>1,1567151425=>1,1567151357=>1,1567143632=>1,1567142693=>1,1567045154=>1,1566877496=>1,1567089481=>1,1567127936=>1,1567138251=>1,1568483343=>1,1568539379=>1,1572117588=>1,1572117086=>1,1572117914=>1,1572209876=>1,1572313936=>1,1572313895=>1,1571708314=>1,1571708293=>1,1571550737=>1,1571455604=>1,1571707273=>1,1571707274=>1,1571708181=>1,1571707422=>1,1572341014=>1,1572347014=>1,1572583309=>1,1572522197=>1,1572641371=>1,1572641372=>1,1572674070=>1,1572644637=>1,1572522052=>1,1572472899=>1,1572431154=>1,1572356835=>1,1572431276=>1,1572432429=>1,1572433343=>1,1571455325=>1,1571453857=>1,1568748195=>1,1568744605=>1,1568785643=>1,1568790020=>1,1568800348=>1,1568798737=>1,1568742962=>1,1568742230=>1,1568683538=>1,1568547490=>1,1568686273=>1,1568737555=>1,1568740455=>1,1568738701=>1,1568999021=>1,1569000859=>1,1570689820=>1,1570688447=>1,1570690990=>1,1571442094=>1,1571448925=>1,1571442103=>1,1570685271=>1,1570685259=>1,1570523207=>1,1570283487=>1,1570583318=>1,1570583397=>1,1570607816=>1,1566532774=>1,1566478891=>1,1558113619=>1,1558113617=>1,1558113629=>1,1558113631=>1,1558113638=>1,1558113637=>1,1558113616=>1,1558113613=>1,1558113603=>1,1558113602=>1,1558113604=>1,1558113605=>1,1558113612=>1,1558113606=>1,1558113656=>1,1558113658=>1,1558253509=>1,1558253448=>1,1558253561=>1,1558258324=>1,1558262614=>1,1558259425=>1,1558252703=>1,1558252678=>1,1558113660=>1,1558113659=>1,1558113661=>1,1558235972=>1,1558250144=>1,1558113601=>1,1558113596=>1,1558113551=>1,1558113549=>1,1558113552=>1,1558113553=>1,1558113561=>1,1558113555=>1,1558113548=>1,1558113539=>1,1558104537=>1,1558104536=>1,1558104538=>1,1558105184=>1,1558113538=>1,1558113537=>1,1558113563=>1,1558113572=>1,1558113588=>1,1558113587=>1,1558113589=>1,1558113591=>1,1558113594=>1,1558113593=>1,1558113585=>1,1558113584=>1,1558113574=>1,1558113573=>1,1558113580=>1,1558113581=>1,1558113582=>1,1558276236=>1,1558279913=>1,1563686760=>1,1563605640=>1,1564085016=>1,1564308221=>1,1564445360=>1,1564357591=>1,1563593898=>1,1562364960=>1,1560262481=>1,1560164689=>1,1560263643=>1,1560268633=>1,1561946778=>1,1561031427=>1,1564446352=>1,1564528439=>1,1566234417=>1,1566205634=>1,1566248644=>1,1566361667=>1,1566363200=>1,1566362183=>1,1565654501=>1,1565591157=>1,1565445763=>1,1565025550=>1,1565557931=>1,1565585389=>1,1565586804=>1,1559859063=>1,1559816068=>1,1558639453=>1,1558546309=>1,1558737321=>1,1558748288=>1,1559041754=>1,1558823468=>1,1558461635=>1,1558436466=>1,1558341698=>1,1558331525=>1,1558355212=>1,1558375172=>1,1558395802=>1,1558395218=>1,1559292462=>1,1559321606=>1,1559610972=>1,1559610090=>1,1559704489=>1,1559723450=>1,1559753245=>1,1559730246=>1,1559502597=>1,1559456994=>1,1559429299=>1,1559379249=>1,1559436880=>1,1559437008=>1,1559446889=>1,1572677796=>1,1572678185=>1,1579070898=>1,1579070854=>1,1579700786=>1,1579745994=>1,1579834195=>1,1579746388=>1,1579033506=>1,1578940901=>1,1578630175=>1,1578629855=>1,1578696506=>1,1578752099=>1,1578920950=>1,1578798230=>1,1579846666=>1,1580022768=>1,1581802309=>1,1581597234=>1,1581946386=>1,1581946387=>1,1582145968=>1,1582084865=>1,1581551483=>1,1581528401=>1,1580059102=>1,1580041918=>1,1580754230=>1,1581055786=>1,1581462427=>1,1578629278=>1,1578628950=>1,1578604223=>1,1578596415=>1,1578605111=>1,1578605868=>1,1578606891=>1,1578606075=>1,1578595939=>1,1578594834=>1,1578587357=>1,1578583774=>1,1578588694=>1,1578590093=>1,1578591187=>1,1578590094=>1,1578607910=>1,1578608374=>1,1578619824=>1,1578619098=>1,1578621851=>1,1578621888=>1,1578626860=>1,1578625715=>1,1578618558=>1,1578618031=>1,1578613788=>1,1578608981=>1,1578615876=>1,1578615956=>1,1578616881=>1,1582165853=>1,1582270902=>1,1586316478=>1,1586257432=>1,1586426250=>1,1586426452=>1,1587130338=>1,1586427342=>1,1586220217=>1,1586157988=>1,1586049650=>1,1586043897=>1,1586050569=>1,1586051301=>1,1586157987=>1,1586157986=>1,1587138618=>1,1587207775=>1,1588505971=>1,1587468879=>1,1588732122=>1,1558104531=>1,1588929088=>1,1588884246=>1,1587423981=>1,1587423536=>1,1587294656=>1,1587221604=>1,1587301801=>1,1587337239=>1,1587342658=>1,1586040432=>1,1586038326=>1,1583744786=>1,1583687441=>1,1583756721=>1,1583782339=>1,1583820794=>1,1583797746=>1,1583628034=>1,1583627522=>1,1582281166=>1,1582280162=>1,1582282454=>1,1583616674=>1,1583627010=>1,1583624758=>1,1583853397=>1,1583853398=>1,1585883806=>1,1585881765=>1,1585891281=>1,1585897455=>1,1585995670=>1,1585968312=>1,1585359525=>1,1585321902=>1,1584577608=>1,1584509093=>1,1585191966=>1,1585246296=>1,1585291934=>1,1578580925=>1,1578579999=>1,1574166675=>1,1574006730=>1,1574167474=>1,1574168241=>1,1574169113=>1,1574169054=>1,1574004235=>1,1573974259=>1,1573745449=>1,1573745287=>1,1573774914=>1,1573851490=>1,1573864984=>1,1573853108=>1,1574170032=>1,1574172511=>1,1574197996=>1,1574194893=>1,1574369928=>1,1574437147=>1,1574495482=>1,1574438949=>1,1574174300=>1,1574174133=>1,1574172837=>1,1574172724=>1,1574172924=>1,1574173515=>1,1574173777=>1,1573677645=>1,1573444841=>1,1572769419=>1,1572768956=>1,1572893671=>1,1572914540=>1,1572915691=>1,1572915521=>1,1572734331=>1,1572688449=>1,1572678189=>1,1572678187=>1,1572687873=>1,1572688002=>1,1572688257=>1,1572688033=>1,1572949232=>1,1572954481=>1,1573250343=>1,1573114747=>1,1573287142=>1,1573312843=>1,1573444790=>1,1573444738=>1,1573113460=>1,1572970824=>1,1572961015=>1,1572958437=>1,1572961653=>1,1572961872=>1,1572965010=>1,1574596605=>1,1574653515=>1,1575987606=>1,1575986820=>1,1575992694=>1,1576000276=>1,1577510337=>1,1577341057=>1,1575986266=>1,1575986122=>1,1575773869=>1,1575495188=>1,1575847489=>1,1575847523=>1,1575849955=>1,1575847770=>1,1577511906=>1,1577589566=>1,1578570780=>1,1578570409=>1,1578571203=>1,1578574900=>1,1578578225=>1,1578578048=>1,1578565906=>1,1578479881=>1,1578127861=>1,1578100130=>1,1578130486=>1,1578140878=>1,1578148372=>1,1575481326=>1,1575480346=>1,1574715048=>1,1574711616=>1,1574816559=>1,1574887995=>1,1574891351=>1,1574890538=>1,1574705088=>1,1574682047=>1,1574664190=>1,1574657782=>1,1574664782=>1,1574666051=>1,1574678774=>1,1574672312=>1,1574891652=>1,1574923591=>1,1575399664=>1,1575398357=>1,1575400365=>1,1575401062=>1,1575403195=>1,1575402191=>1,1575397564=>1,1575396747=>1,1574935583=>1,1574929201=>1,1574944980=>1,1575193798=>1,1575194003=>1,1588931629=>1,);?>
1
+ <?php return array(1558113568=>1558113583,1542379008=>1542379519,1541139678=>1,1541139674=>1,1541139688=>1,1541139731=>1,1541139829=>1,1541139787=>1,1541139622=>1,1541139941=>1,1541086419=>1,1541086307=>1,1541086606=>1,1541086621=>1,1541086702=>1,1541086652=>1,1541086293=>1,1541140189=>1,1541362253=>1,1541269842=>1,1541428533=>1,1541428625=>1,1541444873=>1,1541428727=>1,1541238276=>1,1541238213=>1,1541200901=>1,1540999713=>1,1541225854=>1,1541227228=>1,1541227315=>1,1541139956=>1,1540958723=>1,1540617454=>1,1540581570=>1,1540687915=>1,1540687936=>1,1540687960=>1,1540687956=>1,1540547698=>1,1540511036=>1,1540195263=>1,1540084974=>1,1540205906=>1,1540263494=>1,1540499886=>1,1540268821=>1,1540687961=>1,1540688107=>1,1540812813=>1,1540803472=>1,1540869869=>1,1540914810=>1,1541444897=>1,1540958722=>1,1540798714=>1,1540797188=>1,1540784302=>1,1540688108=>1,1540794608=>1,1540794621=>1,1540794693=>1,1540958724=>1,1541453388=>1,1542257438=>1,1542257432=>1,1542272170=>1,1542281319=>1,1542297156=>1,1542291154=>1,1542257431=>1,1542254511=>1,1542119971=>1,1542099630=>1,1542150974=>1,1542164254=>1,1542254476=>1,1542254471=>1,1542321214=>1,1542321982=>1,1542472328=>1,1542472327=>1,1542472332=>1,1542472333=>1,1542472339=>1,1542472338=>1,1542472326=>1,1542471944=>1,1542324222=>1,1542324203=>1,1542331840=>1,1542392811=>1,1542471938=>1,1542098254=>1,1542067760=>1,1541707572=>1,1541682362=>1,1541714818=>1,1541719090=>1,1541719465=>1,1541719110=>1,1541681411=>1,1541634315=>1,1541495794=>1,1540084937=>1,1541560593=>1,1541561716=>1,1541623041=>1,1541592224=>1,1541719548=>1,1541719580=>1,1542023801=>1,1541986578=>1,1542023917=>1,1542026291=>1,1542026655=>1,1542026577=>1,1541979156=>1,1541887692=>1,1541739547=>1,1541719911=>1,1541754176=>1,1541852240=>1,1541887589=>1,1541444919=>1,1540031909=>1,1534776376=>1,1534749408=>1,1534839019=>1,1534941977=>1,1535771659=>1,1535681571=>1,1534749382=>1,1534748847=>1,1534706601=>1,1534706564=>1,1534706720=>1,1534717219=>1,1534747661=>1,1534730159=>1,1535772049=>1,1535787816=>1,1536103002=>1,1536102684=>1,1536107050=>1,1536114163=>1,1536121725=>1,1536119004=>1,1536087941=>1,1536073707=>1,1535788559=>1,1535788550=>1,1535805272=>1,1536039686=>1,1536072761=>1,1536054454=>1,1534706209=>1,1534706097=>1,1534685510=>1,1534684750=>1,1534686242=>1,1534687687=>1,1534694209=>1,1534690755=>1,1534680480=>1,1534678402=>1,1534673080=>1,1534670344=>1,1534676172=>1,1534676175=>1,1534678108=>1,1534677529=>1,1534696225=>1,1534696977=>1,1534701657=>1,1534699269=>1,1534703016=>1,1534703703=>1,1534705818=>1,1534703912=>1,1534699160=>1,1534698762=>1,1534697412=>1,1534697252=>1,1534697478=>1,1534697485=>1,1534697682=>1,1536121742=>1,1536149328=>1,1539224609=>1,1539208525=>1,1539318638=>1,1539344606=>1,1539538176=>1,1539463783=>1,1539158081=>1,1539079552=>1,1539005505=>1,1538999033=>1,1539005559=>1,1539010116=>1,1539077338=>1,1539011901=>1,1539546506=>1,1539584633=>1,1539976893=>1,1539975283=>1,1539983830=>1,1540009374=>1,1542472583=>1,1540031890=>1,1539974800=>1,1539972045=>1,1539693626=>1,1539630658=>1,1539806603=>1,1539818828=>1,1539890168=>1,1538998752=>1,1538928210=>1,1536780337=>1,1536535887=>1,1536852814=>1,1536910771=>1,1536973137=>1,1536933882=>1,1536326189=>1,1536325891=>1,1536197386=>1,1536186569=>1,1536207391=>1,1536209403=>1,1536231515=>1,1536231394=>1,1536997851=>1,1537088664=>1,1538840590=>1,1538835934=>1,1538841261=>1,1538867651=>1,1538926752=>1,1538908743=>1,1538752265=>1,1538751529=>1,1538376416=>1,1537197530=>1,1538397539=>1,1538399227=>1,1538470043=>1,1540048642=>1,1542477062=>1,1557200731=>1,1557187259=>1,1557240621=>1,1557295803=>1,1557340211=>1,1557336051=>1,1557175439=>1,1557172180=>1,1556763980=>1,1556749584=>1,1557005836=>1,1557012826=>1,1557060764=>1,1557028012=>1,1557377719=>1,1557563039=>1,1558004004=>1,1557981670=>1,1558010529=>1,1558053990=>1,1558054982=>1,1558054412=>1,1557940940=>1,1557749829=>1,1557568907=>1,1557566284=>1,1557730073=>1,1557732131=>1,1557733630=>1,1557732559=>1,1556685809=>1,1556344800=>1,1556291246=>1,1556288934=>1,1556292055=>1,1556293667=>1,1556302554=>1,1556301570=>1,1556288657=>1,1556285856=>1,1556241293=>1,1555827477=>1,1556245164=>1,1556283687=>1,1556284653=>1,1556284235=>1,1556304583=>1,1556305417=>1,1556320333=>1,1556314485=>1,1556329391=>1,1556338865=>1,1556342120=>1,1556338991=>1,1556313886=>1,1556312280=>1,1556308626=>1,1556306907=>1,1556309185=>1,1556309551=>1,1556312083=>1,1558055221=>1,1558055238=>1,1558113547=>1,1558113546=>1,1558113549=>1,1558113550=>1,1558113552=>1,1558113551=>1,1558113545=>1,1558113541=>1,1558105094=>1,1558104567=>1,1558105184=>1,1558113537=>1,1558113540=>1,1558113538=>1,1558113553=>1,1558113555=>1,1558113586=>1,1558113585=>1,1558113588=>1,1558113589=>1,1558113593=>1,1558113590=>1,1558113584=>1,1558113565=>1,1558113558=>1,1558113557=>1,1558113559=>1,1558113561=>1,1558113563=>1,1558104539=>1,1558104538=>1,1558060275=>1,1558060175=>1,1558062659=>1,1558063031=>1,1558070581=>1,1558065029=>1,1558059601=>1,1558059484=>1,1558058114=>1,1558056604=>1,1558058533=>1,1558058609=>1,1558059455=>1,1558058946=>1,1558070716=>1,1558071640=>1,1558099323=>1,1558099304=>1,1558104529=>1,1558104530=>1,1558104537=>1,1558104531=>1,1558092179=>1,1558085477=>1,1558076912=>1,1558072211=>1,1558079465=>1,1558079466=>1,1558085201=>1,1555718432=>1,1553896891=>1,1546788674=>1,1546781234=>1,1546799324=>1,1546801610=>1,1546817634=>1,1546803226=>1,1546573690=>1,1546565159=>1,1546320493=>1,1546122797=>1,1546330662=>1,1546389433=>1,1546550547=>1,1546549858=>1,1546819646=>1,1546826890=>1,1547655132=>1,1547655006=>1,1547655141=>1,1547655142=>1,1547655215=>1,1547655143=>1,1547653491=>1,1547653455=>1,1546917086=>1,1546866046=>1,1546918648=>1,1546920013=>1,1547624708=>1,1547449435=>1,1546067940=>1,1546065848=>1,1542908278=>1,1542706769=>1,1543131445=>1,1543131594=>1,1543140281=>1,1543139886=>1,1542693834=>1,1542671215=>1,1542514115=>1,1534667935=>1,1542564578=>1,1542655003=>1,1542671214=>1,1542671165=>1,1543172593=>1,1543901836=>1,1545121390=>1,1545121076=>1,1546026627=>1,1546026636=>1,1546029355=>1,1546026645=>1,1544947694=>1,1544947147=>1,1543928970=>1,1543907339=>1,1544210091=>1,1544291736=>1,1544858371=>1,1547659681=>1,1547660924=>1,1550757259=>1,1550738045=>1,1550895559=>1,1550905351=>1,1551059913=>1,1550998647=>1,1550654167=>1,1550597625=>1,1550132947=>1,1550102516=>1,1550140549=>1,1550179166=>1,1550415554=>1,1550179259=>1,1551082459=>1,1551771187=>1,1553050393=>1,1553015980=>1,1553165144=>1,1553202046=>1,1553820616=>1,1553224446=>1,1552642279=>1,1552505403=>1,1552305633=>1,1551862555=>1,1552386612=>1,1552500802=>1,1552500968=>1,1550079964=>1,1550039608=>1,1548364776=>1,1548256332=>1,1548435193=>1,1548448217=>1,1548463263=>1,1548461070=>1,1548253733=>1,1548244455=>1,1547676822=>1,1547676623=>1,1547676952=>1,1547677220=>1,1547677397=>1,1547677255=>1,1548502744=>1,1548506676=>1,1548677853=>1,1548677118=>1,1549217257=>1,1549331763=>1,1550030773=>1,1549746804=>1,1548663310=>1,1548663018=>1,1548647291=>1,1548639772=>1,1548647498=>1,1548661368=>1,1548661690=>1,1542472585=>1,1534662500=>1,1502517372=>1,1502381542=>1,1502930783=>1,1503089788=>1,1503552320=>1,1503370192=>1,1502377909=>1,1502377905=>1,1502377876=>1,1502377864=>1,1502377878=>1,1502377889=>1,1502377904=>1,1502377893=>1,1503585709=>1,1503887371=>1,1503909441=>1,1503908329=>1,1503910182=>1,1503910255=>1,1503912123=>1,1503910732=>1,1503908272=>1,1503907845=>1,1503888457=>1,1503887838=>1,1503890600=>1,1503893071=>1,1503904989=>1,1503894487=>1,1502377860=>1,1502377859=>1,1500365625=>1,1500365507=>1,1500393482=>1,1500421367=>1,1501161714=>1,1500522086=>1,1500364845=>1,1500319025=>1,1499742591=>1,1499700101=>1,1499846358=>1,1500105484=>1,1500272459=>1,1500241388=>1,1501636809=>1,1501846746=>1,1502377813=>1,1502377787=>1,1502377815=>1,1502377817=>1,1502377855=>1,1502377836=>1,1502377779=>1,1502377772=>1,1502050561=>1,1501956251=>1,1502056534=>1,1502377763=>1,1502377768=>1,1503912148=>1,1503912376=>1,1505745153=>1,1505740789=>1,1506087334=>1,1506344085=>1,1507292814=>1,1506622617=>1,1505723379=>1,1505674154=>1,1505576900=>1,1505521106=>1,1505592565=>1,1505594508=>1,1505602660=>1,1505594927=>1,1507463175=>1,1507469002=>1,1508548094=>1,1508324389=>1,1508558652=>1,1508617888=>1,1508789508=>1,1508617889=>1,1508265803=>1,1507680218=>1,1507479702=>1,1507469034=>1,1507513962=>1,1507514026=>1,1507530617=>1,1505464442=>1,1505464058=>1,1503956179=>1,1503917867=>1,1503960865=>1,1503986806=>1,1504196047=>1,1504063361=>1,1503917695=>1,1503917511=>1,1503914915=>1,1503912732=>1,1503916294=>1,1503917428=>1,1503917496=>1,1503917493=>1,1504254788=>1,1504548636=>1,1505122589=>1,1504935804=>1,1505177013=>1,1505184994=>1,1505464016=>1,1505369165=>1,1504933797=>1,1504932005=>1,1504572760=>1,1504559332=>1,1504648099=>1,1504742590=>1,1504911777=>1,1499699999=>1,1499653161=>1,1494396043=>1,1494396016=>1,1494396201=>1,1494396435=>1,1494396502=>1,1494396485=>1,1494396004=>1,1494266014=>1,1494152063=>1,1494108704=>1,1494155834=>1,1494185913=>1,1494265316=>1,1494203928=>1,1494396665=>1,1494463519=>1,1495022479=>1,1494894470=>1,1495038387=>1,1495079196=>1,1495228584=>1,1495218437=>1,1494874219=>1,1494738255=>1,1494588782=>1,1494588694=>1,1494638906=>1,1494639041=>1,1494725096=>1,1494647840=>1,1494060911=>1,1494025472=>1,1490297485=>1,1490168146=>1,1490302517=>1,1490342036=>1,1490504602=>1,1490472793=>1,1490109801=>1,1490079114=>1,1489623517=>1,1489547123=>1,1489793469=>1,1489800922=>1,1490014757=>1,1489819258=>1,1490652981=>1,1490660321=>1,1493191560=>1,1493171062=>1,1493201756=>1,1493234580=>1,1493394563=>1,1493240835=>1,1493144600=>1,1492826237=>1,1491390459=>1,1491200158=>1,1492619930=>1,1492636188=>1,1492645491=>1,1495280741=>1,1495302063=>1,1497582984=>1,1497516049=>1,1497676739=>1,1497781322=>1,1497902285=>1,1497866526=>1,1497482345=>1,1496262550=>1,1496212917=>1,1496212894=>1,1496212918=>1,1496212998=>1,1496246648=>1,1496246628=>1,1497968238=>1,1498001900=>1,1499509935=>1,1499407548=>1,1499586994=>1,1499601092=>1,1499626209=>1,1499601890=>1,1499326846=>1,1499320219=>1,1498531574=>1,1498253486=>1,1498697390=>1,1499048601=>1,1499264499=>1,1496212784=>1,1496212718=>1,1495461141=>1,1495461132=>1,1495461155=>1,1495538240=>1,1495700314=>1,1495584864=>1,1495407220=>1,1495407215=>1,1495328294=>1,1495327742=>1,1495330678=>1,1495339172=>1,1495366750=>1,1495339258=>1,1495811989=>1,1495843850=>1,1496212493=>1,1496204898=>1,1496212551=>1,1496212616=>1,1496212662=>1,1496212642=>1,1496171132=>1,1496138514=>1,1495844065=>1,1495843921=>1,1495886435=>1,1496124149=>1,1496130452=>1,1508792773=>1,1508803588=>1,1530584981=>1,1530584586=>1,1530610166=>1,1530611480=>1,1530741197=>1,1530615967=>1,1530583969=>1,1530583602=>1,1530583020=>1,1530583000=>1,1530583082=>1,1530583168=>1,1530583467=>1,1530583214=>1,1530745514=>1,1530926265=>1,1531059404=>1,1531034034=>1,1531086625=>1,1531120736=>1,1531146825=>1,1531122861=>1,1531021404=>1,1531020446=>1,1530934913=>1,1530934796=>1,1530936178=>1,1530946966=>1,1531011120=>1,1530970762=>1,1530582844=>1,1530582129=>1,1530128668=>1,1530128617=>1,1530129307=>1,1530140425=>1,1530188469=>1,1530143248=>1,1530128494=>1,1530128369=>1,1530126666=>1,1530126463=>1,1530126833=>1,1530127036=>1,1530128306=>1,1530128256=>1,1530189240=>1,1530209113=>1,1530579674=>1,1530579481=>1,1530579770=>1,1530580270=>1,1530581791=>1,1530580756=>1,1530578408=>1,1530578236=>1,1530287610=>1,1530282681=>1,1530322503=>1,1530577153=>1,1530577579=>1,1531147390=>1,1531147671=>1,1533722233=>1,1533714398=>1,1533838330=>1,1533839558=>1,1533874422=>1,1533851442=>1,1533695700=>1,1533693058=>1,1533209319=>1,1533204910=>1,1533212873=>1,1533213458=>1,1533306820=>1,1533224950=>1,1533874833=>1,1533877624=>1,1534580752=>1,1534419567=>1,1534587861=>1,1534656788=>1,1534662112=>1,1534660675=>1,1534273830=>1,1534256596=>1,1533922922=>1,1533908284=>1,1533932068=>1,1533933485=>1,1534162187=>1,1533202953=>1,1533202469=>1,1533099323=>1,1533026093=>1,1533151198=>1,1533157276=>1,1533158184=>1,1533157285=>1,1532834797=>1,1532783925=>1,1531557496=>1,1531500676=>1,1531566350=>1,1531663657=>1,1532624007=>1,1532161407=>1,1533158561=>1,1533163034=>1,1533188395=>1,1533188178=>1,1533190958=>1,1533192097=>1,1533200904=>1,1533196545=>1,1533187838=>1,1533187070=>1,1533174954=>1,1533174253=>1,1533178312=>1,1533182032=>1,1533185877=>1,1530126369=>1,1530090883=>1,1519815887=>1,1519738329=>1,1519849728=>1,1519883464=>1,1520113626=>1,1520074515=>1,1519720764=>1,1519678576=>1,1519581000=>1,1519552080=>1,1519652045=>1,1519653862=>1,1519671034=>1,1519659790=>1,1520147020=>1,1520209865=>1,1522044640=>1,1521937198=>1,1522065012=>1,1522065014=>1,1522313287=>1,1522109468=>1,1521919918=>1,1521909860=>1,1520209894=>1,1520209873=>1,1520750785=>1,1521605842=>1,1521872004=>1,1521729474=>1,1519528290=>1,1515427397=>1,1509632787=>1,1509594504=>1,1509687948=>1,1509715446=>1,1509883169=>1,1509868379=>1,1509543745=>1,1509541195=>1,1508863600=>1,1508813932=>1,1508891327=>1,1508935552=>1,1509524901=>1,1509455592=>1,1509993469=>1,1510006522=>1,1512859918=>1,1512679654=>1,1512972470=>1,1513284065=>1,1514616944=>1,1513763705=>1,1511957068=>1,1511855890=>1,1510338192=>1,1510013355=>1,1510933250=>1,1511434285=>1,1511544921=>1,1522331133=>1,1522367361=>1,1529664107=>1,1529663809=>1,1529664214=>1,1529664243=>1,1529665537=>1,1529664474=>1,1529663108=>1,1529661875=>1,1528873026=>1,1528197483=>1,1529019693=>1,1529334197=>1,1529660482=>1,1529336930=>1,1529665711=>1,1529666119=>1,1529900593=>1,1529823101=>1,1529905000=>1,1530027150=>1,1530089868=>1,1530088057=>1,1529822443=>1,1529739570=>1,1529666455=>1,1529666399=>1,1529726725=>1,1529731568=>1,1529732834=>1,1528177214=>1,1528150166=>1,1524715739=>1,1524711508=>1,1524717665=>1,1524806279=>1,1524943519=>1,1524857380=>1,1524646963=>1,1524412291=>1,1522793330=>1,1522701034=>1,1523192687=>1,1523411903=>1,1524151337=>1,1523903631=>1,1525063313=>1,1525124025=>1,1527662223=>1,1527642209=>1,1527666056=>1,1528124626=>1,1528131171=>1,1528125828=>1,1527142928=>1,1527082167=>1,1526863849=>1,1525127327=>1,1526912348=>1,1526914202=>1,1527018978=>1,1489533269=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-11.php CHANGED
@@ -1 +1 @@
1
- <?php return array(1755805407=>1,1755804777=>1,1755823590=>1,1755856558=>1,1755856607=>1,1755856591=>1,1755804617=>1,1755804600=>1,1755802377=>1,1755801805=>1,1755802416=>1,1755802510=>1,1755804042=>1,1755803801=>1,1756153250=>1,1756327456=>1,1757794505=>1,1757684410=>1,1757941987=>1,1757942926=>1,1757944968=>1,1757943873=>1,1757681780=>1,1757679150=>1,1756526931=>1,1756356125=>1,1757243377=>1,1757324460=>1,1757523852=>1,1757473806=>1,1755801332=>1,1755800511=>1,1755004135=>1,1754996063=>1,1755005043=>1,1755005098=>1,1755038459=>1,1755006671=>1,1754995868=>1,1754995514=>1,1754941512=>1,1754939804=>1,1754946124=>1,1754993237=>1,1754995109=>1,1754994669=>1,1755061250=>1,1755061303=>1,1755306982=>1,1755186062=>1,1755325681=>1,1755461782=>1,1755800204=>1,1755800159=>1,1755118926=>1,1755112942=>1,1755080392=>1,1755061583=>1,1755082550=>1,1755111452=>1,1755111507=>1,1757957789=>1,1758098690=>1,1758098799=>1,1758098794=>1,1758098801=>1,1758098806=>1,1758098811=>1,1758098810=>1,1758098790=>1,1758098788=>1,1758098766=>1,1758098765=>1,1758098767=>1,1758098772=>1,1758098786=>1,1758098777=>1,1758098812=>1,1758098815=>1,1758098845=>1,1758098841=>1,1758098849=>1,1758098850=>1,1758098852=>1,1758098851=>1,1758098839=>1,1758098835=>1,1758098817=>1,1758098816=>1,1758098820=>1,1758098821=>1,1758098827=>1,1758098824=>1,1758098761=>1,1758098757=>1,1758098703=>1,1758098702=>1,1758098705=>1,1758098706=>1,1758098713=>1,1758098707=>1,1758098701=>1,1758098699=>1,1758098692=>1,1758098691=>1,1758098693=>1,1758098694=>1,1758098697=>1,1758098696=>1,1758098717=>1,1758098719=>1,1758098747=>1,1758098746=>1,1758098750=>1,1758098752=>1,1758098754=>1,1758098753=>1,1758098740=>1,1758098737=>1,1758098724=>1,1758098723=>1,1758098726=>1,1758098728=>1,1758098730=>1,1754931313=>1,1754839742=>1,1747475474=>1,1747452303=>1,1747487398=>1,1747492670=>1,1747610315=>1,1747518091=>1,1747304604=>1,1747281201=>1,1746933041=>1,1744795763=>1,1747065093=>1,1747140345=>1,1747223487=>1,1747212195=>1,1747643113=>1,1747644057=>1,1753277488=>1,1753277481=>1,1753278093=>1,1753279899=>1,1753393529=>1,1753296910=>1,1753270868=>1,1753270566=>1,1747860734=>1,1747690714=>1,1747950154=>1,1749010723=>1,1753260387=>1,1753240090=>1,1744795759=>1,1744795755=>1,1744266598=>1,1744163193=>1,1744395009=>1,1744395201=>1,1744397330=>1,1744395217=>1,1744163084=>1,1744160078=>1,1744127078=>1,1744092022=>1,1744128145=>1,1744130356=>1,1744156011=>1,1744137670=>1,1744433372=>1,1744484501=>1,1744726654=>1,1744671677=>1,1744731990=>1,1744733006=>1,1744795751=>1,1744768792=>1,1744579074=>1,1744542023=>1,1744524081=>1,1744513845=>1,1744524082=>1,1744524093=>1,1744524094=>1,1753416941=>1,1753418891=>1,1753461120=>1,1753460755=>1,1753462190=>1,1753462472=>1,1753462848=>1,1753462805=>1,1753458312=>1,1753457948=>1,1753454625=>1,1753450734=>1,1753455205=>1,1753455356=>1,1753456917=>1,1753456063=>1,1753466317=>1,1753468051=>1,1754361998=>1,1753479308=>1,1754392480=>1,1754567506=>1,1754798556=>1,1754656436=>1,1753478455=>1,1753473433=>1,1753468439=>1,1753468352=>1,1753469322=>1,1753470849=>1,1753472632=>1,1753449658=>1,1753449588=>1,1753426581=>1,1753425428=>1,1753427302=>1,1753427381=>1,1753429944=>1,1753428177=>1,1753424998=>1,1753423791=>1,1753421197=>1,1753420663=>1,1753421349=>1,1753422619=>1,1753423730=>1,1753422777=>1,1753430143=>1,1753430594=>1,1753444936=>1,1753443531=>1,1753447184=>1,1753447986=>1,1753448734=>1,1753448695=>1,1753443335=>1,1753443205=>1,1753432770=>1,1753432545=>1,1753434454=>1,1753434831=>1,1753441787=>1,1758098854=>1,1758098859=>1,1760475694=>1,1760474063=>1,1760476258=>1,1760477338=>1,1760763940=>1,1760485135=>1,1760473222=>1,1760473194=>1,1760468474=>1,1760462894=>1,1760468927=>1,1760470895=>1,1760472292=>1,1760472230=>1,1760800770=>1,1760841208=>1,1761344292=>1,1761333768=>1,1771703521=>1,1777058161=>1,1778483473=>1,1778458931=>1,1761253691=>1,1761181203=>1,1760878540=>1,1760877709=>1,1760895406=>1,1760913451=>1,1760946560=>1,1760913531=>1,1760462520=>1,1760461402=>1,1760351379=>1,1760351000=>1,1760353225=>1,1760353983=>1,1760355292=>1,1760355208=>1,1760350544=>1,1760349372=>1,1760342064=>1,1760341963=>1,1760343757=>1,1760343899=>1,1760344393=>1,1760344135=>1,1760355378=>1,1760357813=>1,1760448901=>1,1760447088=>1,1760449308=>1,1760449513=>1,1760454623=>1,1760452012=>1,1760421450=>1,1760421449=>1,1760361641=>1,1760360410=>1,1760362376=>1,1760401603=>1,1760412163=>1,1778591736=>1,1780827441=>1,1790580990=>1,1790580642=>1,1790581669=>1,1790581713=>1,1790582324=>1,1790581793=>1,1790580289=>1,1790579999=>1,1790521567=>1,1790518935=>1,1790521737=>1,1790523310=>1,1790579240=>1,1790578842=>1,1790582713=>1,1790603500=>1,1790652177=>1,1790651246=>1,1790652315=>1,1790652921=>1,1790664786=>1,1790654447=>1,1790651232=>1,1790649814=>1,1790603817=>1,1790603515=>1,1790603994=>1,1790605697=>1,1790649324=>1,1790518110=>1,1790516394=>1,1783350235=>1,1782112712=>1,1783350286=>1,1783351048=>1,1783969510=>1,1783351125=>1,1780981881=>1,1780981864=>1,1780856139=>1,1780855291=>1,1780939582=>1,1780939583=>1,1780981859=>1,1780944052=>1,1784194617=>1,1784239341=>1,1786270283=>1,1785961959=>1,1790443732=>1,1790444860=>1,1790516249=>1,1790515389=>1,1785960752=>1,1785960524=>1,1784241356=>1,1784241060=>1,1784357000=>1,1784433021=>1,1785846564=>1,1760341656=>1,1760340194=>1,1759253481=>1,1759249816=>1,1759254074=>1,1759255207=>1,1759282657=>1,1759259880=>1,1759248713=>1,1758959127=>1,1758437161=>1,1758436661=>1,1758470759=>1,1758563538=>1,1758891378=>1,1758603952=>1,1759292286=>1,1759445304=>1,1759499739=>1,1759499663=>1,1759499763=>1,1759547716=>1,1759782254=>1,1759551053=>1,1759499548=>1,1759499525=>1,1759449239=>1,1759449095=>1,1759468699=>1,1759470860=>1,1759476339=>1,1759470958=>1,1758436141=>1,1758436047=>1,1758098901=>1,1758098898=>1,1758098903=>1,1758098906=>1,1758098909=>1,1758098908=>1,1758098894=>1,1758098883=>1,1758098864=>1,1758098861=>1,1758098869=>1,1758098874=>1,1758098879=>1,1758098878=>1,1758098913=>1,1758098921=>1,1758430409=>1,1758430317=>1,1758433265=>1,1758433319=>1,1758434846=>1,1758434656=>1,1758429226=>1,1758381918=>1,1758098928=>1,1758098923=>1,1758098932=>1,1758098935=>1,1758098937=>1,1759816124=>1,1759856004=>1,1760319322=>1,1760319017=>1,1760319604=>1,1760320357=>1,1760320578=>1,1760320428=>1,1760318291=>1,1760317518=>1,1760308434=>1,1760307154=>1,1760310288=>1,1760313687=>1,1760316604=>1,1760315490=>1,1760321702=>1,1760321929=>1,1760335714=>1,1760333405=>1,1760335776=>1,1760335828=>1,1760340158=>1,1760339377=>1,1760331429=>1,1760330511=>1,1760327224=>1,1760322924=>1,1760327738=>1,1760327856=>1,1760330030=>1,1760306919=>1,1760304045=>1,1760120889=>1,1760120847=>1,1760121806=>1,1760121879=>1,1760122149=>1,1760121908=>1,1760120677=>1,1760120621=>1,1760119717=>1,1760035617=>1,1760119736=>1,1760119737=>1,1760120255=>1,1760120082=>1,1760122409=>1,1760122843=>1,1760298584=>1,1760297063=>1,1760299355=>1,1760299872=>1,1760302538=>1,1760301463=>1,1760235516=>1,1760124322=>1,1760123280=>1,1760123161=>1,1760123575=>1,1760123660=>1,1760123977=>1,1744091970=>1,1744067159=>1,1667224946=>1,1666785673=>1,1668363494=>1,1669286370=>1,1671613432=>1,1671613383=>1,1665238362=>1,1664917882=>1,1661343166=>1,1660925272=>1,1661367581=>1,1662337526=>1,1664397474=>1,1663023334=>1,1672700711=>1,1673068652=>1,1677807537=>1,1677791597=>1,1678189299=>1,1678471378=>1,1679900799=>1,1678734106=>1,1677767707=>1,1677753519=>1,1676290976=>1,1675982541=>1,1676639300=>1,1676654671=>1,1677750748=>1,1677730127=>1,1660575783=>1,1660494708=>1,1657976128=>1,1657935817=>1,1657987926=>1,1658170048=>1,1658357052=>1,1658325762=>1,1657917918=>1,1657850369=>1,1657015127=>1,1656739364=>1,1657134659=>1,1657352674=>1,1657713776=>1,1657386379=>1,1658662924=>1,1658875401=>1,1659762206=>1,1659615655=>1,1659914671=>1,1659923382=>1,1660385539=>1,1660278113=>1,1659559361=>1,1659550106=>1,1659059360=>1,1659033859=>1,1659125618=>1,1659246285=>1,1659529800=>1,1679983038=>1,1680113332=>1,1699855274=>1,1699798189=>1,1700212423=>1,1700987825=>1,1700988872=>1,1700988867=>1,1699797301=>1,1699738121=>1,1699175095=>1,1699175094=>1,1699201395=>1,1699201626=>1,1699242398=>1,1699207373=>1,1700991724=>1,1700991725=>1,1701617453=>1,1701609612=>1,1701635012=>1,1701655630=>1,1701696184=>1,1701656866=>1,1701598644=>1,1701591765=>1,1700998154=>1,1700991726=>1,1701089454=>1,1701095688=>1,1701587139=>1,1699159489=>1,1698971731=>1,1694795814=>1,1694795813=>1,1694795843=>1,1694795877=>1,1694905561=>1,1694904771=>1,1694795811=>1,1680699244=>1,1680217740=>1,1680116036=>1,1680253898=>1,1680479093=>1,1680635460=>1,1680479110=>1,1694905720=>1,1694905884=>1,1698644923=>1,1697894596=>1,1698646765=>1,1698677184=>1,1698888982=>1,1698739714=>1,1697869031=>1,1697865881=>1,1695719873=>1,1694953657=>1,1695845822=>1,1696212642=>1,1697844540=>1,1656700658=>1,1656515211=>1,1616481565=>1,1615867137=>1,1616501049=>1,1616579409=>1,1616672306=>1,1616586053=>1,1614598797=>1,1614410262=>1,1613750806=>1,1613750805=>1,1613752278=>1,1613754265=>1,1614061809=>1,1613759584=>1,1616684957=>1,1618894857=>1,1618901670=>1,1618900576=>1,1618968707=>1,1618968708=>1,1618968710=>1,1618968709=>1,1618899628=>1,1618898559=>1,1618896520=>1,1618894938=>1,1618896571=>1,1618897238=>1,1618898492=>1,1618897371=>1,1613750804=>1,1613743003=>1,1611992357=>1,1611860711=>1,1612383514=>1,1612383621=>1,1612405863=>1,1612383850=>1,1611315702=>1,1611264560=>1,1610370953=>1,1610370940=>1,1610380757=>1,1610381232=>1,1610841560=>1,1610381308=>1,1612663154=>1,1612748435=>1,1613536716=>1,1613467164=>1,1613544804=>1,1613544805=>1,1613733025=>1,1613544806=>1,1613373723=>1,1613341792=>1,1612939907=>1,1612780234=>1,1612978911=>1,1613115859=>1,1613244717=>1,1618983170=>1,1618983171=>1,1651931559=>1,1651903091=>1,1651939116=>1,1651939911=>1,1652205952=>1,1652118988=>1,1651638849=>1,1651539654=>1,1646161835=>1,1646044696=>1,1650800442=>1,1650826646=>1,1651373620=>1,1650852675=>1,1652297889=>1,1652315714=>1,1654966692=>1,1654933959=>1,1654972243=>1,1654979085=>1,1655890802=>1,1655751109=>1,1654916319=>1,1654839410=>1,1652473674=>1,1652323682=>1,1653161533=>1,1653484671=>1,1653485366=>1,1645900014=>1,1645899698=>1,1631648703=>1,1631648681=>1,1632365664=>1,1632462870=>1,1632789595=>1,1632765033=>1,1627373205=>1,1627101473=>1,1625478260=>1,1625427820=>1,1625568383=>1,1626341805=>1,1626846242=>1,1626659894=>1,1633219538=>1,1633476330=>1,1634437996=>1,1634437916=>1,1634438077=>1,1634438890=>1,1645898559=>1,1645240418=>1,1634437700=>1,1634436735=>1,1634211272=>1,1634092661=>1,1634435279=>1,1634436120=>1,1634436285=>1,1701704741=>1,1702850295=>1,1730975021=>1,1730943789=>1,1730975027=>1,1731479233=>1,1731566860=>1,1731530758=>1,1730904818=>1,1730904674=>1,1730774036=>1,1730770947=>1,1730774175=>1,1730827602=>1,1730904438=>1,1730904204=>1,1731599935=>1,1731630337=>1,1731799426=>1,1731776340=>1,1731799697=>1,1731799701=>1,1740871358=>1,1731974299=>1,1731776325=>1,1731727693=>1,1731648553=>1,1731648527=>1,1731664170=>1,1731664719=>1,1731667196=>1,1731667058=>1,1730700346=>1,1730691865=>1,1729955713=>1,1729884126=>1,1730032189=>1,1730040842=>1,1730042574=>1,1730042314=>1,1729874356=>1,1729874135=>1,1729806499=>1,1729792141=>1,1729828973=>1,1729828981=>1,1729839874=>1,1729828982=>1,1730069201=>1,1730082249=>1,1730621706=>1,1730569555=>1,1730637245=>1,1730649241=>1,1730691855=>1,1730691854=>1,1730569418=>1,1730421610=>1,1730130177=>1,1730096471=>1,1730130546=>1,1730130657=>1,1730146497=>1,1741028540=>1,1741093895=>1,1743471370=>1,1743463018=>1,1743571310=>1,1743708225=>1,1743729933=>1,1743708555=>1,1743454138=>1,1743454094=>1,1743353078=>1,1743353074=>1,1743353329=>1,1743360866=>1,1743423988=>1,1743363586=>1,1743783938=>1,1743785997=>1,1743890911=>1,1743890900=>1,1743939870=>1,1743985030=>1,1743985472=>1,1743985095=>1,1743890897=>1,1743890880=>1,1743843938=>1,1743805191=>1,1743890693=>1,1743890866=>1,1743890868=>1,1743352970=>1,1743352946=>1,1742815882=>1,1742795164=>1,1742821666=>1,1742842908=>1,1742967050=>1,1742887335=>1,1742776074=>1,1742775412=>1,1741093899=>1,1741093896=>1,1741189456=>1,1741189531=>1,1742759029=>1,1742740505=>1,1742967202=>1,1743025651=>1,1743274179=>1,1743233729=>1,1743274180=>1,1743288498=>1,1743342737=>1,1743291389=>1,1743233553=>1,1743233282=>1,1743082483=>1,1743025686=>1,1743084904=>1,1743142481=>1,1743233041=>1,1729792138=>1,1729771270=>1,1711231602=>1,1711229346=>1,1711232826=>1,1711233561=>1,1728171212=>1,1728171211=>1,1711226902=>1,1711223666=>1,1711215092=>1,1711215090=>1,1711215093=>1,1711215094=>1,1711223634=>1,1711223597=>1,1728265630=>1,1728265691=>1,1728379410=>1,1728358374=>1,1728379412=>1,1728501190=>1,1728570866=>1,1728534461=>1,1728357779=>1,1728357778=>1,1728266059=>1,1728265812=>1,1728307571=>1,1728332612=>1,1728343670=>1,1728339032=>1,1711215089=>1,1711214994=>1,1707667462=>1,1707666034=>1,1707916606=>1,1707993010=>1,1709313247=>1,1709189016=>1,1707658423=>1,1707655871=>1,1702913222=>1,1702856088=>1,1707626597=>1,1707626807=>1,1707645973=>1,1707638588=>1,1709373933=>1,1709379232=>1,1710980901=>1,1710974704=>1,1711214882=>1,1711214985=>1,1711214990=>1,1711214989=>1,1710973046=>1,1709698732=>1,1709650586=>1,1709649442=>1,1709666090=>1,1709669846=>1,1709698728=>1,1728570867=>1,1728570868=>1,1729386753=>1,1729243338=>1,1729386761=>1,1729386945=>1,1729412313=>1,1729412309=>1,1729243149=>1,1729240178=>1,1729131282=>1,1729130709=>1,1729207938=>1,1729237154=>1,1729237186=>1,1729237162=>1,1729413644=>1,1729414235=>1,1729658738=>1,1729658452=>1,1729658822=>1,1729706530=>1,1729745214=>1,1729737484=>1,1729658450=>1,1729596138=>1,1729476108=>1,1729444609=>1,1729566191=>1,1729586942=>1,1729587140=>1,1729130633=>1,1729130497=>1,1728724294=>1,1728705909=>1,1728724943=>1,1728747141=>1,1728767223=>1,1728759090=>1,1728690482=>1,1728675346=>1,1728575670=>1,1728570869=>1,1728575828=>1,1728592390=>1,1728662816=>1,1728662815=>1,1728803886=>1,1728869039=>1,1729051669=>1,1729034940=>1,1729052229=>1,1729052273=>1,1729099734=>1,1729067738=>1,1728999410=>1,1728990245=>1,1728881628=>1,1728881448=>1,1728982202=>1,1728982406=>1,1728988782=>1,1610370833=>1,);?>
1
+ <?php return array(1567838208=>1567842303,1567763544=>1567764479,1567763528=>1567763535,1567762824=>1567763519,1567762432=>1567762815,1558113648=>1558113655,1558113608=>1558113615,1596850229=>1,1597155186=>1,1596964365=>1,1596901293=>1,1596341340=>1,1596088445=>1,1596079098=>1,1596075643=>1,1596268407=>1,1596274358=>1,1596320526=>1,1596303353=>1,1597168212=>1,1597252146=>1,1597652922=>1,1597485252=>1,1598081806=>1,1598125129=>1,1598249588=>1,1598240818=>1,1597472904=>1,1597468584=>1,1597252447=>1,1596075532=>1,1597252863=>1,1597465198=>1,1597467139=>1,1597466880=>1,1597251761=>1,1595923986=>1,1595314622=>1,1595117327=>1,1595448934=>1,1595451018=>1,1595527610=>1,1595455416=>1,1595024306=>1,1594845851=>1,1593874888=>1,1593874887=>1,1593893406=>1,1594454074=>1,1594464981=>1,1595638766=>1,1595644965=>1,1595875411=>1,1595873426=>1,1598249770=>1,1595931955=>1,1596032166=>1,1595872609=>1,1595870374=>1,1595651625=>1,1595646892=>1,1595817606=>1,1595867762=>1,1595868913=>1,1596032604=>1,1598416920=>1,1598678974=>1,1598677782=>1,1598682038=>1,1598914249=>1,1599008105=>1,1598973243=>1,1598676750=>1,1598676595=>1,1598664532=>1,1598664431=>1,1598666518=>1,1598675613=>1,1598676476=>1,1598675751=>1,1599010687=>1,1599011617=>1,1599373480=>1,1599373423=>1,1599382562=>1,1599383788=>1,1599389080=>1,1599387887=>1,1599296609=>1,1599193489=>1,1599072130=>1,1599037447=>1,1599089994=>1,1599090778=>1,1599118337=>1,1599103529=>1,1598664142=>1,1598660764=>1,1598572267=>1,1598566057=>1,1598590222=>1,1598591356=>1,1598597864=>1,1598597198=>1,1598565438=>1,1598565180=>1,1598417363=>1,1593874886=>1,1598421529=>1,1598521062=>1,1598557313=>1,1598556956=>1,1598598254=>1,1598598782=>1,1598646617=>1,1598641911=>1,1598647676=>1,1598647998=>1,1598652093=>1,1598651745=>1,1598633532=>1,1598632236=>1,1598621216=>1,1598601208=>1,1598630301=>1,1598630742=>1,1598631797=>1,1598404813=>1,1593849748=>1,1591670555=>1,1591634624=>1,1591673352=>1,1591674074=>1,1591676732=>1,1591675849=>1,1591593055=>1,1591571958=>1,1591390055=>1,1591360012=>1,1591400678=>1,1591496100=>1,1591566827=>1,1591530846=>1,1591716555=>1,1591717824=>1,1592052221=>1,1592052009=>1,1592052989=>1,1592053530=>1,1592056773=>1,1592053662=>1,1592051993=>1,1592051625=>1,1591793268=>1,1591749794=>1,1591819711=>1,1591908224=>1,1592051545=>1,1592051282=>1,1591345343=>1,1591332419=>1,1590514091=>1,1590373089=>1,1590537093=>1,1590630909=>1,1590803569=>1,1590683362=>1,1590348749=>1,1590344472=>1,1590230255=>1,1590224773=>1,1590259654=>1,1590265595=>1,1590312369=>1,1590283772=>1,1590820892=>1,1590850780=>1,1591274157=>1,1591272592=>1,1591317568=>1,1591317840=>1,1591330617=>1,1591328806=>1,1591245822=>1,1591203634=>1,1590957304=>1,1590899573=>1,1590969391=>1,1591086074=>1,1591135299=>1,1591117952=>1,1592085157=>1,1592087863=>1,1592982569=>1,1592982133=>1,1592982876=>1,1592983398=>1,1593086116=>1,1593031171=>1,1592981016=>1,1592981015=>1,1592975063=>1,1592971794=>1,1592976491=>1,1592976492=>1,1592977250=>1,1592976558=>1,1593092628=>1,1593129519=>1,1593680929=>1,1593437254=>1,1593730193=>1,1593734746=>1,1599391284=>1,1593793266=>1,1593426117=>1,1593352089=>1,1593159821=>1,1593156273=>1,1593252258=>1,1593255334=>1,1593262860=>1,1593256322=>1,1592971764=>1,1592970935=>1,1592132122=>1,1592129337=>1,1592162499=>1,1592194082=>1,1592279400=>1,1592226950=>1,1592105619=>1,1592105243=>1,1592089394=>1,1592088919=>1,1592089395=>1,1592103105=>1,1592104938=>1,1592104746=>1,1592305763=>1,1592370252=>1,1592933302=>1,1592933180=>1,1592933307=>1,1592968122=>1,1592970787=>1,1592968946=>1,1592932986=>1,1592932934=>1,1592932646=>1,1592932610=>1,1592932772=>1,1592932866=>1,1592932915=>1,1593874885=>1,1599408711=>1,1607679775=>1,1607670660=>1,1607696672=>1,1607698449=>1,1607698957=>1,1607698951=>1,1607670404=>1,1607665566=>1,1606258431=>1,1606184971=>1,1606266148=>1,1606270335=>1,1607523936=>1,1606386525=>1,1607698995=>1,1607701658=>1,1607714230=>1,1607714049=>1,1607716247=>1,1607717864=>1,1607720972=>1,1607717872=>1,1607711769=>1,1607711760=>1,1607704724=>1,1607704418=>1,1607706915=>1,1607710917=>1,1607710970=>1,1606178435=>1,1606176233=>1,1604790803=>1,1604787058=>1,1604885041=>1,1604895428=>1,1604959335=>1,1604901144=>1,1604690720=>1,1604679951=>1,1604545341=>1,1604545316=>1,1604548969=>1,1604548995=>1,1604558849=>1,1604549004=>1,1605012997=>1,1605168246=>1,1605841319=>1,1605840908=>1,1605841335=>1,1605841376=>1,1605841643=>1,1605841551=>1,1605810581=>1,1605775029=>1,1605773619=>1,1605773471=>1,1605774178=>1,1605774564=>1,1605774950=>1,1607721383=>1,1607721714=>1,1609246768=>1,1609059437=>1,1609493766=>1,1609493770=>1,1609493855=>1,1609493785=>1,1608508615=>1,1608502515=>1,1608285031=>1,1607939222=>1,1608323272=>1,1608345728=>1,1608446061=>1,1608399206=>1,1609493892=>1,1609493956=>1,1610369346=>1,1609781604=>1,1610369509=>1,1610369534=>1,1610380701=>1,1610370997=>1,1609494396=>1,1609494395=>1,1609494279=>1,1609493979=>1,1609494291=>1,1609494304=>1,1609494363=>1,1607937998=>1,1607937979=>1,1607937169=>1,1607937146=>1,1607937210=>1,1607937213=>1,1607937256=>1,1607937218=>1,1607937135=>1,1607937134=>1,1607834530=>1,1607721715=>1,1607844446=>1,1607846146=>1,1607937129=>1,1607937126=>1,1607937277=>1,1607937348=>1,1607937659=>1,1607937608=>1,1607937685=>1,1607937780=>1,1607937942=>1,1607937899=>1,1607937582=>1,1607937572=>1,1607937418=>1,1607937408=>1,1607937422=>1,1607937467=>1,1607937468=>1,1604545296=>1,1604545295=>1,1601051559=>1,1601046870=>1,1601054801=>1,1601056354=>1,1601133636=>1,1601120357=>1,1601010320=>1,1601009128=>1,1600792053=>1,1600758941=>1,1600803037=>1,1600806966=>1,1600995707=>1,1600863557=>1,1601213481=>1,1601223799=>1,1601458705=>1,1601366404=>1,1601477033=>1,1601508708=>1,1601664478=>1,1601516278=>1,1601326767=>1,1601321617=>1,1601287322=>1,1601244061=>1,1601312163=>1,1601314328=>1,1601314902=>1,1600732859=>1,1600729348=>1,1599505842=>1,1599429489=>1,1599529753=>1,1599621153=>1,1599646345=>1,1599626646=>1,1599428392=>1,1599420906=>1,1599408354=>1,1599396440=>1,1590224770=>1,1599411273=>1,1599420527=>1,1599415663=>1,1599658767=>1,1599668243=>1,1599834346=>1,1599827293=>1,1599836936=>1,1599844915=>1,1600721455=>1,1600717930=>1,1599825574=>1,1599819737=>1,1599732883=>1,1599706415=>1,1599802059=>1,1599804420=>1,1599815187=>1,1602235300=>1,1602303917=>1,1603251412=>1,1603251388=>1,1603251414=>1,1603256721=>1,1603263607=>1,1603259868=>1,1603251347=>1,1603251340=>1,1603097490=>1,1603085590=>1,1603124184=>1,1603182911=>1,1603219532=>1,1603185938=>1,1603934281=>1,1603950844=>1,1604388621=>1,1604376960=>1,1604444262=>1,1604445370=>1,1604545294=>1,1604545289=>1,1604225840=>1,1604199615=>1,1604126780=>1,1603961690=>1,1604131666=>1,1604170787=>1,1604193652=>1,1603021495=>1,1602984897=>1,1602358177=>1,1602358171=>1,1602358178=>1,1602358280=>1,1602358319=>1,1602358309=>1,1602358163=>1,1602358058=>1,1602357650=>1,1602357580=>1,1602357689=>1,1602357976=>1,1602358031=>1,1602358021=>1,1602358363=>1,1602358391=>1,1602626412=>1,1602620134=>1,1602627458=>1,1602685069=>1,1602947740=>1,1602790305=>1,1602617828=>1,1602583585=>1,1602438853=>1,1602358685=>1,1602467242=>1,1602559029=>1,1602583566=>1,1599394174=>1,1590060050=>1,1568477402=>1,1568399767=>1,1568483343=>1,1568539379=>1,1568547490=>1,1568545282=>1,1568384462=>1,1568365069=>1,1567896029=>1,1567879426=>1,1567967259=>1,1568017641=>1,1568189950=>1,1568018274=>1,1568564703=>1,1568686625=>1,1568791179=>1,1568786475=>1,1568791484=>1,1568796183=>1,1568800262=>1,1568799305=>1,1568786175=>1,1568784902=>1,1568740167=>1,1568702213=>1,1568744957=>1,1568748965=>1,1568784565=>1,1568749505=>1,1567842802=>1,1567842264=>1,1567151740=>1,1567151425=>1,1567206258=>1,1567696114=>1,1567762822=>1,1567762820=>1,1567151357=>1,1567150494=>1,1567141511=>1,1567141107=>1,1567142693=>1,1567143933=>1,1567150397=>1,1567150186=>1,1567762823=>1,1567763520=>1,1567842250=>1,1567842249=>1,1567842252=>1,1567842253=>1,1567842255=>1,1567842254=>1,1567842086=>1,1567838774=>1,1567763523=>1,1567763521=>1,1567763540=>1,1567763541=>1,1567763542=>1,1568965267=>1,1569000239=>1,1572514311=>1,1572472899=>1,1572522052=>1,1572522197=>1,1572641371=>1,1572595270=>1,1572451402=>1,1572433343=>1,1572298471=>1,1572296144=>1,1572313895=>1,1572313936=>1,1572356835=>1,1572347014=>1,1572641372=>1,1572643719=>1,1572768717=>1,1572739046=>1,1572768725=>1,1572768956=>1,1572893806=>1,1572831484=>1,1572688545=>1,1572688321=>1,1572678187=>1,1572677797=>1,1572687873=>1,1572688002=>1,1572688289=>1,1572209876=>1,1572117914=>1,1570685271=>1,1570685259=>1,1570688447=>1,1570689481=>1,1571442094=>1,1570690990=>1,1570623488=>1,1570583318=>1,1569887542=>1,1569134211=>1,1570205832=>1,1570277100=>1,1570524211=>1,1570283487=>1,1571442103=>1,1571453794=>1,1571708293=>1,1571708181=>1,1571708314=>1,1571967043=>1,1572117588=>1,1572117086=>1,1571707422=>1,1571707274=>1,1571455254=>1,1571455081=>1,1571526662=>1,1571550737=>1,1571707273=>1,1567125119=>1,1567098699=>1,1558597548=>1,1558597102=>1,1558823468=>1,1558973050=>1,1559292462=>1,1559121174=>1,1558529504=>1,1558484029=>1,1558276159=>1,1558161228=>1,1558337628=>1,1558339252=>1,1558454993=>1,1558396753=>1,1559334590=>1,1559429299=>1,1559704489=>1,1559610090=>1,1559723450=>1,1559753245=>1,1559840213=>1,1559816068=>1,1559586243=>1,1559502597=>1,1559446889=>1,1559437008=>1,1559447875=>1,1559456994=>1,1559485678=>1,1558161227=>1,1558113661=>1,1558113617=>1,1558113607=>1,1558113619=>1,1558113620=>1,1558113622=>1,1558113621=>1,1558113605=>1,1558113604=>1,1558113596=>1,1558113595=>1,1558113597=>1,1558113601=>1,1558113603=>1,1558113602=>1,1558113625=>1,1558113626=>1,1558113641=>1,1558113640=>1,1558113642=>1,1558113644=>1,1558113660=>1,1558113647=>1,1558113638=>1,1558113637=>1,1558113629=>1,1558113628=>1,1558113631=>1,1558113633=>1,1558113634=>1,1559859063=>1,1560164689=>1,1566565365=>1,1566532813=>1,1566565381=>1,1566565425=>1,1566565445=>1,1566565443=>1,1566532774=>1,1566478891=>1,1566248644=>1,1565875590=>1,1566257809=>1,1566361667=>1,1566387693=>1,1566363200=>1,1566565446=>1,1566565458=>1,1566862474=>1,1566852042=>1,1566866770=>1,1566877496=>1,1567097902=>1,1567089481=>1,1566851607=>1,1566827833=>1,1566565491=>1,1566565471=>1,1566565492=>1,1566565596=>1,1566823468=>1,1565654501=>1,1565654041=>1,1560382567=>1,1560279874=>1,1561812521=>1,1562364960=>1,1563605640=>1,1563593898=>1,1560276564=>1,1560273689=>1,1560263643=>1,1560260746=>1,1560267284=>1,1560268633=>1,1560272320=>1,1560271343=>1,1563607301=>1,1563686760=>1,1565445763=>1,1565025550=>1,1565462288=>1,1565513515=>1,1565635985=>1,1565601007=>1,1564987273=>1,1564528439=>1,1564308221=>1,1564085016=>1,1564445360=>1,1564446352=>1,1564498594=>1,1572958971=>1,1572959781=>1,1583293950=>1,1582282454=>1,1583616674=>1,1583624450=>1,1583627010=>1,1583624758=>1,1582280162=>1,1582270902=>1,1582067235=>1,1581997346=>1,1582084865=>1,1582090604=>1,1582245082=>1,1582145968=>1,1583627522=>1,1583628034=>1,1584509093=>1,1583853398=>1,1584534404=>1,1584562298=>1,1585321902=>1,1584577608=>1,1583853397=>1,1583803251=>1,1583726580=>1,1583687441=>1,1583756329=>1,1583756721=>1,1583777968=>1,1581995386=>1,1581973541=>1,1579846666=>1,1579803112=>1,1580030711=>1,1580041918=>1,1580382030=>1,1580059102=>1,1579794827=>1,1579070898=>1,1578782020=>1,1578630175=>1,1578798230=>1,1578799783=>1,1578920950=>1,1578833658=>1,1580404040=>1,1580404153=>1,1581555496=>1,1581554992=>1,1581818997=>1,1581848153=>1,1581946387=>1,1581946386=>1,1581547726=>1,1581105978=>1,1580754230=>1,1580416724=>1,1580761210=>1,1581055786=>1,1581086128=>1,1585359525=>1,1585712756=>1,1589097770=>1,1589036324=>1,1589105848=>1,1589114576=>1,1589179657=>1,1589114703=>1,1588985202=>1,1588984177=>1,1588972858=>1,1588972227=>1,1588973715=>1,1588974442=>1,1588979745=>1,1588975202=>1,1589204330=>1,1589205590=>1,1590060049=>1,1590059591=>1,1558113594=>1,1590113125=>1,1590145475=>1,1590132587=>1,1590052012=>1,1590050844=>1,1589727258=>1,1589535508=>1,1589875400=>1,1589965663=>1,1590034693=>1,1588968981=>1,1588932077=>1,1586325139=>1,1586283772=>1,1586325195=>1,1586343059=>1,1586426452=>1,1586426250=>1,1586220217=>1,1586174966=>1,1585889324=>1,1585749460=>1,1585892552=>1,1585995670=>1,1586131367=>1,1586049650=>1,1586427342=>1,1587145470=>1,1588920357=>1,1588918812=>1,1588921392=>1,1588922602=>1,1588931688=>1,1588929088=>1,1588911317=>1,1588859552=>1,1587301824=>1,1587207775=>1,1587342658=>1,1587468879=>1,1588732135=>1,1578629278=>1,1578628950=>1,1574664357=>1,1574655949=>1,1574698410=>1,1574704783=>1,1574708115=>1,1574706187=>1,1574652525=>1,1574611443=>1,1574401267=>1,1574365132=>1,1574438064=>1,1574573078=>1,1574596605=>1,1574583393=>1,1574719233=>1,1574819524=>1,1575193412=>1,1574949957=>1,1575194059=>1,1575226919=>1,1575395674=>1,1575368130=>1,1574949245=>1,1574930572=>1,1574884084=>1,1574827766=>1,1574892584=>1,1574921116=>1,1574929079=>1,1574196215=>1,1574172884=>1,1573023005=>1,1572971072=>1,1573252844=>1,1573351528=>1,1573418142=>1,1573378502=>1,1572964655=>1,1572962339=>1,1572960188=>1,1572959951=>1,1572960237=>1,1572960319=>1,1572962108=>1,1572961076=>1,1573423636=>1,1573441683=>1,1574167890=>1,1574167078=>1,1574169043=>1,1574171204=>1,1574172511=>1,1574172192=>1,1574166900=>1,1573866988=>1,1573747417=>1,1573444330=>1,1573800478=>1,1573849610=>1,1573849753=>1,1575395760=>1,1575396983=>1,1578583774=>1,1578578048=>1,1578595939=>1,1578603881=>1,1578605111=>1,1578604223=>1,1578577414=>1,1578574900=>1,1578445046=>1,1578430816=>1,1578487555=>1,1578570409=>1,1578571203=>1,1578570780=>1,1578605825=>1,1578608374=>1,1578622386=>1,1578621888=>1,1578624968=>1,1578625715=>1,1578628940=>1,1578627774=>1,1578618031=>1,1578616881=>1,1578609183=>1,1578608593=>1,1578612261=>1,1578613788=>1,1578616703=>1,1578428914=>1,1578341336=>1,1575846703=>1,1575542360=>1,1575847070=>1,1575847868=>1,1575975383=>1,1575849873=>1,1575480742=>1,1575479796=>1,1575397627=>1,1575397089=>1,1575397736=>1,1575399777=>1,1575468206=>1,1575453467=>1,1575976169=>1,1575996035=>1,1578127861=>1,1578127392=>1,1578130516=>1,1578140878=>1,1578150505=>1,1578148372=>1,1577881465=>1,1577516882=>1,1577059821=>1,1575999582=>1,1577059975=>1,1577510492=>1,1577515911=>1,1590182606=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-12.php CHANGED
@@ -1 +1 @@
1
- <?php return array(1815957824=>1815957887,1815951408=>1815951423,1815951248=>1815951263,1815950192=>1815950207,1815940112=>1815940127,1859160472=>1,1859169612=>1,1859273696=>1,1859160210=>1,1859208250=>1,1859131740=>1,1858649596=>1,1859333144=>1,1859132070=>1,1859132207=>1,1860624114=>1,1862345755=>1,1862344828=>1,1862350611=>1,1862352151=>1,1862364861=>1,1862363517=>1,1862344755=>1,1862337316=>1,1860717778=>1,1860717718=>1,1860719398=>1,1860722058=>1,1861868106=>1,1860722528=>1,1858648714=>1,1858648576=>1,1856388685=>1,1856292626=>1,1856616991=>1,1856677691=>1,1856803393=>1,1856803332=>1,1856292220=>1,1856290666=>1,1854649934=>1,1854645781=>1,1854843996=>1,1854919513=>1,1855915696=>1,1855523322=>1,1856809571=>1,1856813889=>1,1858647427=>1,1858647373=>1,1858647440=>1,1858647538=>1,1858648053=>1,1858647950=>1,1858646192=>1,1858646154=>1,1856908168=>1,1856813937=>1,1856924307=>1,1857026506=>1,1857923243=>1,1857197389=>1,1862364880=>1,1862369668=>1,1863078693=>1,1863078692=>1,1863078694=>1,1863086964=>1,1863121871=>1,1863087430=>1,1863078686=>1,1863078685=>1,1863057163=>1,1863050317=>1,1863078416=>1,1863078680=>1,1863078684=>1,1863078681=>1,1863121874=>1,1863126218=>1,1863198875=>1,1863198874=>1,1863780871=>1,1863780872=>1,1864772253=>1,1863780873=>1,1863198869=>1,1863198868=>1,1863126413=>1,1863126232=>1,1863150900=>1,1863150901=>1,1863198867=>1,1863198866=>1,1863043155=>1,1863039027=>1,1862696243=>1,1862520543=>1,1862800634=>1,1862841278=>1,1862920337=>1,1862882815=>1,1862506475=>1,1862493781=>1,1862376369=>1,1862370775=>1,1862376953=>1,1862387964=>1,1862439505=>1,1862390987=>1,1862920342=>1,1862920439=>1,1862973154=>1,1862972441=>1,1862982289=>1,1862998978=>1,1863039025=>1,1862998980=>1,1862954365=>1,1862941418=>1,1862920594=>1,1862920445=>1,1862920789=>1,1862923036=>1,1862940933=>1,1854576196=>1,1854544572=>1,1850289136=>1,1850288955=>1,1850299361=>1,1850299364=>1,1850324492=>1,1850319437=>1,1850288852=>1,1850288823=>1,1850280524=>1,1850279921=>1,1850280943=>1,1850280956=>1,1850288199=>1,1850285856=>1,1850390069=>1,1850390070=>1,1850574448=>1,1850514020=>1,1850574879=>1,1850574896=>1,1850576210=>1,1850575352=>1,1850512682=>1,1850400015=>1,1850393427=>1,1850393385=>1,1850393585=>1,1850394443=>1,1850399636=>1,1850394632=>1,1850279317=>1,1850278974=>1,1847974046=>1,1847908538=>1,1848406290=>1,1848407608=>1,1848407913=>1,1848407866=>1,1847897139=>1,1847732029=>1,1846652054=>1,1845849718=>1,1846735113=>1,1847410686=>1,1847459326=>1,1847426558=>1,1848407914=>1,1848407984=>1,1850222697=>1,1850214189=>1,1850266136=>1,1850278371=>1,1850278790=>1,1850278548=>1,1850213263=>1,1849877653=>1,1848477669=>1,1848408002=>1,1848747586=>1,1848758897=>1,1848980339=>1,1848758999=>1,1850577999=>1,1850578009=>1,1850644871=>1,1850644151=>1,1850646890=>1,1850647628=>1,1850648414=>1,1850647939=>1,1850643149=>1,1850642718=>1,1850600565=>1,1850600549=>1,1850601596=>1,1850603534=>1,1850642090=>1,1850642025=>1,1850652922=>1,1850888958=>1,1854468450=>1,1853216434=>1,1854469332=>1,1854490539=>1,1854526941=>1,1854524213=>1,1853214294=>1,1852191656=>1,1851363022=>1,1850952768=>1,1851527730=>1,1851594666=>1,1851649406=>1,1851645966=>1,1850600372=>1,1850599658=>1,1850589388=>1,1850586739=>1,1850590581=>1,1850591037=>1,1850592273=>1,1850591196=>1,1850586620=>1,1850585577=>1,1850578974=>1,1850578264=>1,1850580267=>1,1850580864=>1,1850584299=>1,1850584073=>1,1850593530=>1,1850594591=>1,1850597908=>1,1850597886=>1,1850598609=>1,1850598623=>1,1850599582=>1,1850598678=>1,1850597878=>1,1850597709=>1,1850595648=>1,1850595628=>1,1850596301=>1,1850596666=>1,1850596728=>1,1864805987=>1,1865944472=>1,1880548850=>1,1880524692=>1,1880550556=>1,1880551023=>1,1880606806=>1,1880551935=>1,1880485204=>1,1880399203=>1,1880395556=>1,1880394577=>1,1880395559=>1,1880396514=>1,1880397797=>1,1880397536=>1,1880673661=>1,1880697224=>1,1882016030=>1,1882000174=>1,1882202080=>1,1882542522=>1,1883289929=>1,1882542523=>1,1881999853=>1,1881999729=>1,1881408532=>1,1880984638=>1,1881409601=>1,1881410396=>1,1881984990=>1,1881411567=>1,1880392901=>1,1880392804=>1,1880086649=>1,1880061425=>1,1880116412=>1,1880165980=>1,1880165983=>1,1880165981=>1,1880053598=>1,1880051176=>1,1879993318=>1,1879993222=>1,1880048876=>1,1880050121=>1,1880051151=>1,1880050141=>1,1880251099=>1,1880251611=>1,1880351402=>1,1880350565=>1,1880385251=>1,1880388837=>1,1880392635=>1,1880391846=>1,1880349430=>1,1880349070=>1,1880268399=>1,1880268308=>1,1880338950=>1,1880339015=>1,1880348681=>1,1883366377=>1,1883904749=>1,1886406260=>1,1886406259=>1,1886815116=>1,1886960990=>1,1887175241=>1,1887174942=>1,1885958342=>1,1885945942=>1,1885302229=>1,1885301705=>1,1885322709=>1,1885336633=>1,1885809107=>1,1885687979=>1,1887180319=>1,1887182036=>1,1887324261=>1,1887322970=>1,1887324485=>1,1888068840=>1,1891260809=>1,1888069498=>1,1887322161=>1,1887190207=>1,1887184151=>1,1887183781=>1,1887184212=>1,1887184611=>1,1887187541=>1,1885289208=>1,1885289125=>1,1884195114=>1,1884172162=>1,1884195517=>1,1884196756=>1,1884205571=>1,1884198378=>1,1884170402=>1,1884170195=>1,1883920110=>1,1883905494=>1,1884161432=>1,1884161764=>1,1884170180=>1,1884169722=>1,1884205581=>1,1884205582=>1,1885206576=>1,1885139305=>1,1885282347=>1,1885282608=>1,1885283058=>1,1885283041=>1,1885019324=>1,1885019294=>1,1884205584=>1,1884205583=>1,1884520632=>1,1884964947=>1,1884983884=>1,1879987115=>1,1879986724=>1,1875222076=>1,1875221013=>1,1875222827=>1,1875242134=>1,1875452854=>1,1875352664=>1,1875220631=>1,1875197565=>1,1873959050=>1,1873551340=>1,1874890579=>1,1874893877=>1,1875104810=>1,1874895707=>1,1875453180=>1,1875486957=>1,1876911431=>1,1876898818=>1,1877278249=>1,1877278255=>1,1878399258=>1,1877688730=>1,1876778391=>1,1875855597=>1,1875511370=>1,1875500415=>1,1875526467=>1,1875672387=>1,1875793669=>1,1872883335=>1,1872881301=>1,1867135224=>1,1867135220=>1,1867250721=>1,1867897850=>1,1868215082=>1,1868146761=>1,1866835456=>1,1866759091=>1,1865944470=>1,1865547944=>1,1845482553=>1,1866684487=>1,1866754130=>1,1866752829=>1,1868246401=>1,1868385066=>1,1870350896=>1,1870118946=>1,1872171024=>1,1872197555=>1,1872838997=>1,1872838993=>1,1870059136=>1,1870049637=>1,1868490438=>1,1868408048=>1,1868490462=>1,1868490645=>1,1870047527=>1,1878399447=>1,1878399519=>1,1879104595=>1,1879103828=>1,1879131608=>1,1879155977=>1,1879158033=>1,1879158020=>1,1879081990=>1,1879012134=>1,1878874642=>1,1878874272=>1,1879010451=>1,1879010603=>1,1879011580=>1,1879010742=>1,1879158051=>1,1879158241=>1,1879775527=>1,1879773527=>1,1879778860=>1,1879883748=>1,1879899189=>1,1879883922=>1,1879441068=>1,1879440722=>1,1879182771=>1,1879167007=>1,1879299042=>1,1879314840=>1,1879368945=>1,1878851303=>1,1878851267=>1,1878404681=>1,1878404132=>1,1878446270=>1,1878446302=>1,1878524525=>1,1878446525=>1,1878403495=>1,1878403442=>1,1878400288=>1,1878399520=>1,1878400375=>1,1878403105=>1,1878403436=>1,1878403187=>1,1878574464=>1,1878618318=>1,1878822546=>1,1878822431=>1,1878822589=>1,1878822743=>1,1878851172=>1,1878822823=>1,1878822290=>1,1878822207=>1,1878821725=>1,1878618321=>1,1878821847=>1,1878821879=>1,1878822159=>1,1864942128=>1,1845294450=>1,1815980076=>1,1815979433=>1,1815981954=>1,1815982446=>1,1815983852=>1,1815983064=>1,1815979264=>1,1815963566=>1,1815808901=>1,1815808271=>1,1815808993=>1,1815827132=>1,1815962517=>1,1815828336=>1,1815984520=>1,1815985599=>1,1815991872=>1,1815991398=>1,1815991955=>1,1815992569=>1,1816056705=>1,1815999186=>1,1815991225=>1,1815991156=>1,1815987058=>1,1815986429=>1,1815987919=>1,1815988170=>1,1815990443=>1,1815988174=>1,1815808210=>1,1815806672=>1,1814207006=>1,1814049044=>1,1814264181=>1,1814293566=>1,1814896806=>1,1814641343=>1,1813981189=>1,1813701336=>1,1809665102=>1,1808478795=>1,1811996430=>1,1813147132=>1,1813554087=>1,1813279212=>1,1814912324=>1,1814912332=>1,1815501232=>1,1815466141=>1,1815501846=>1,1815545903=>1,1815805260=>1,1815794717=>1,1815465948=>1,1815170531=>1,1814912338=>1,1814912334=>1,1814912341=>1,1814912346=>1,1815088006=>1,1816142257=>1,1816292363=>1,1829324677=>1,1829293990=>1,1829548467=>1,1829949561=>1,1831936541=>1,1830618322=>1,1828962827=>1,1828214770=>1,1826173298=>1,1825956868=>1,1826755782=>1,1827293581=>1,1827941180=>1,1827714700=>1,1832895458=>1,1832898216=>1,1833446211=>1,1833382520=>1,1833517757=>1,1833574702=>1,1833605013=>1,1833585637=>1,1833292551=>1,1833279678=>1,1833069225=>1,1832909282=>1,1833217596=>1,1833222020=>1,1833255697=>1,1825629561=>1,1824511438=>1,1822874642=>1,1822861470=>1,1822874643=>1,1822950204=>1,1823177540=>1,1823164451=>1,1822592626=>1,1822592254=>1,1816754227=>1,1816560084=>1,1816844271=>1,1817495102=>1,1822524048=>1,1822484103=>1,1823242822=>1,1823357376=>1,1823382599=>1,1823374305=>1,1823776764=>1,1823790283=>1,1824337292=>1,1824121406=>1,1823374273=>1,1823373569=>1,1823371302=>1,1823371266=>1,1823371305=>1,1823371313=>1,1823371393=>1,1808166609=>1,1808140393=>1,1806313714=>1,1806311495=>1,1806314377=>1,1806314610=>1,1806321022=>1,1806316084=>1,1806309308=>1,1806308141=>1,1805720541=>1,1805718129=>1,1805721426=>1,1805734083=>1,1805736005=>1,1805734381=>1,1806323242=>1,1806323603=>1,1806334166=>1,1806332620=>1,1806334731=>1,1806337739=>1,1806341639=>1,1806339957=>1,1806331102=>1,1806330923=>1,1806327053=>1,1806327046=>1,1806327072=>1,1806328043=>1,1806329127=>1,1805582102=>1,1805582101=>1,1796248887=>1,1796212177=>1,1796325766=>1,1796363054=>1,1796648363=>1,1796523607=>1,1796019057=>1,1795556497=>1,1790665773=>1,1790665620=>1,1790666364=>1,1794177642=>1,1795432303=>1,1795348000=>1,1796657367=>1,1803808203=>1,1805036470=>1,1805017549=>1,1805150251=>1,1805347804=>1,1805350087=>1,1805349426=>1,1805017276=>1,1805008874=>1,1804275915=>1,1804001486=>1,1804446290=>1,1804997862=>1,1804998781=>1,1806341652=>1,1806342480=>1,1807123336=>1,1807123317=>1,1807149399=>1,1807149402=>1,1807648803=>1,1807557669=>1,1807123316=>1,1807123309=>1,1807069900=>1,1807068756=>1,1807070104=>1,1807072199=>1,1807123306=>1,1807072870=>1,1807691197=>1,1807691468=>1,1807730435=>1,1807711928=>1,1807732199=>1,1807764534=>1,1808012334=>1,1807950327=>1,1807709364=>1,1807695864=>1,1807691981=>1,1807691607=>1,1807692886=>1,1807693949=>1,1807695499=>1,1807068694=>1,1807066635=>1,1806353317=>1,1806353194=>1,1806353806=>1,1806354561=>1,1806355255=>1,1806355088=>1,1806353164=>1,1806352654=>1,1806344423=>1,1806343892=>1,1806344938=>1,1806347826=>1,1806351515=>1,1806350156=>1,1806356693=>1,1806358932=>1,1806366412=>1,1806365862=>1,1806366497=>1,1806366558=>1,1806853962=>1,1806368349=>1,1806364943=>1,1806364095=>1,1806362537=>1,1806361473=>1,1806362699=>1,1806362846=>1,1806364011=>1,1833605060=>1,1833615800=>1,1841864681=>1,1841857086=>1,1841891106=>1,1841894338=>1,1841894345=>1,1841894339=>1,1841650748=>1,1841615470=>1,1841541894=>1,1841525706=>1,1841545606=>1,1841558338=>1,1841594147=>1,1841566262=>1,1841895465=>1,1841922827=>1,1842298258=>1,1842295290=>1,1842298265=>1,1842298334=>1,1842540225=>1,1842298625=>1,1842264742=>1,1842127221=>1,1841954983=>1,1841927176=>1,1841985025=>1,1841985145=>1,1842048067=>1,1842038394=>1,1841518560=>1,1841501711=>1,1841069322=>1,1841056216=>1,1841069326=>1,1841069336=>1,1841143517=>1,1841109714=>1,1841034377=>1,1840883314=>1,1840187449=>1,1840187445=>1,1840682758=>1,1840806609=>1,1840830167=>1,1840823575=>1,1841148943=>1,1841178940=>1,1841430001=>1,1841429893=>1,1841435240=>1,1841475444=>1,1841486179=>1,1841481225=>1,1841395502=>1,1841382861=>1,1841219681=>1,1841196516=>1,1841337366=>1,1841337597=>1,1841381129=>1,1842655280=>1,1842788904=>1,1844255662=>1,1844252129=>1,1844276352=>1,1844302720=>1,1844337748=>1,1844315696=>1,1844251706=>1,1844207009=>1,1844204085=>1,1844204084=>1,1844204244=>1,1844204739=>1,1844205577=>1,1844205413=>1,1844382730=>1,1844391962=>1,1845207559=>1,1845201434=>1,1845294038=>1,1790665292=>1,1845384220=>1,1845364265=>1,1845175790=>1,1844981376=>1,1844392088=>1,1844392083=>1,1844429898=>1,1844537823=>1,1844978812=>1,1844204083=>1,1844204082=>1,1843819835=>1,1843583729=>1,1843822771=>1,1843823118=>1,1843850329=>1,1843845578=>1,1843411154=>1,1843408370=>1,1843107121=>1,1843074678=>1,1843397074=>1,1843401037=>1,1843403556=>1,1843403555=>1,1843850335=>1,1843854318=>1,1844181890=>1,1844165594=>1,1844181892=>1,1844203877=>1,1844203914=>1,1844203902=>1,1844101863=>1,1844091445=>1,1844019177=>1,1843886705=>1,1844061372=>1,1844061380=>1,1844061816=>1,1840187072=>1,1840070380=>1,1836012616=>1,1836012377=>1,1836032008=>1,1836050214=>1,1836587498=>1,1836050382=>1,1835872113=>1,1835850472=>1,1835697818=>1,1835677222=>1,1835712578=>1,1835736677=>1,1835780247=>1,1835738010=>1,1836592507=>1,1836592933=>1,1836621471=>1,1836621469=>1,1836621472=>1,1836621473=>1,1836621724=>1,1836621474=>1,1836621465=>1,1836621464=>1,1836620731=>1,1836618812=>1,1836621350=>1,1836621442=>1,1836621459=>1,1835625890=>1,1835546401=>1,1833678925=>1,1833661722=>1,1834376463=>1,1834386749=>1,1834430565=>1,1834403367=>1,1833660197=>1,1833642248=>1,1833615996=>1,1833615943=>1,1833616318=>1,1833618551=>1,1833618965=>1,1833618956=>1,1834503466=>1,1834617645=>1,1834726318=>1,1834709601=>1,1834741282=>1,1834996345=>1,1835535452=>1,1834996532=>1,1834693732=>1,1834686164=>1,1834643850=>1,1834628795=>1,1834651644=>1,1834681120=>1,1834683512=>1,1836621725=>1,1836621726=>1,1839525095=>1,1839460657=>1,1839549136=>1,1839685901=>1,1839792157=>1,1839752236=>1,1839459300=>1,1839458825=>1,1839458818=>1,1839455293=>1,1839458820=>1,1839458821=>1,1839458824=>1,1839458823=>1,1839798218=>1,1839800739=>1,1840069398=>1,1840069323=>1,1840069601=>1,1840069925=>1,1840070000=>1,1840069968=>1,1840069181=>1,1840058913=>1,1839939013=>1,1839838942=>1,1839951374=>1,1839999676=>1,1840015875=>1,1839297785=>1,1839297205=>1,1836626253=>1,1836625405=>1,1836626257=>1,1836627189=>1,1836770345=>1,1836683935=>1,1836625200=>1,1836624082=>1,1836621729=>1,1836621728=>1,1836621730=>1,1836621733=>1,1836623266=>1,1836621735=>1,1836809124=>1,1836890653=>1,1838391483=>1,1837427850=>1,1838914216=>1,1838983725=>1,1839281153=>1,1839046639=>1,1837323613=>1,1837147209=>1,1837076080=>1,1836935856=>1,1837087566=>1,1837106012=>1,1837118359=>1,1845399303=>1,);?>
1
+ <?php return array(1753250448=>1753250455,1730647952=>1730647959,1731579357=>1,1731579356=>1,1731579363=>1,1731579365=>1,1731579354=>1,1731579362=>1,1731579350=>1,1731579342=>1,1731579340=>1,1731579343=>1,1731579345=>1,1731579367=>1,1731579348=>1,1731579352=>1,1731579369=>1,1731598339=>1,1731579390=>1,1731599105=>1,1731599935=>1,1731630082=>1,1731617793=>1,1731579388=>1,1731579386=>1,1731579371=>1,1731579337=>1,1731579376=>1,1731579377=>1,1731579383=>1,1731579381=>1,1731579368=>1,1731579336=>1,1731579291=>1,1731579290=>1,1731579292=>1,1731579294=>1,1731579298=>1,1731579296=>1,1731579289=>1,1731579287=>1,1731579275=>1,1731579268=>1,1731579276=>1,1731579282=>1,1731579285=>1,1731579284=>1,1731579302=>1,1731579303=>1,1731579321=>1,1731579320=>1,1731579324=>1,1731579330=>1,1731579334=>1,1731579333=>1,1731579319=>1,1731579318=>1,1731579305=>1,1731579304=>1,1731579309=>1,1731579310=>1,1731579317=>1,1731579314=>1,1731630337=>1,1731630401=>1,1743233305=>1,1743233282=>1,1743233545=>1,1743233553=>1,1743233885=>1,1743233729=>1,1743233125=>1,1743193475=>1,1743025578=>1,1742967202=>1,1743082483=>1,1743128270=>1,1743166638=>1,1743142481=>1,1743265837=>1,1743266034=>1,1743363586=>1,1743360866=>1,1743398032=>1,1743423988=>1,1743454138=>1,1743454094=>1,1743353313=>1,1743353281=>1,1743291389=>1,1743288709=>1,1743338296=>1,1743352946=>1,1743353066=>1,1742967050=>1,1742959913=>1,1731799701=>1,1731799697=>1,1731799705=>1,1731799709=>1,1731974299=>1,1731799713=>1,1731776340=>1,1731765649=>1,1731648666=>1,1731648068=>1,1731664860=>1,1731666226=>1,1731667196=>1,1731666966=>1,1731974350=>1,1732152838=>1,1742795568=>1,1742781771=>1,1742797154=>1,1742823953=>1,1742843625=>1,1742842950=>1,1742776074=>1,1742758954=>1,1732222038=>1,1732154393=>1,1740871257=>1,1740880433=>1,1740970730=>1,1731579267=>1,1731579262=>1,1730647948=>1,1730647946=>1,1730647951=>1,1730647962=>1,1730647964=>1,1730647963=>1,1730647945=>1,1730647942=>1,1730647742=>1,1730647741=>1,1730647938=>1,1730647939=>1,1730647941=>1,1730647940=>1,1730647965=>1,1730647967=>1,1730647983=>1,1730647979=>1,1730647984=>1,1730647986=>1,1730647988=>1,1730647987=>1,1730647976=>1,1730647975=>1,1730647970=>1,1730647969=>1,1730647971=>1,1730647972=>1,1730647974=>1,1730647739=>1,1730647737=>1,1730647706=>1,1730647702=>1,1730647707=>1,1730647708=>1,1730647711=>1,1730647710=>1,1730647700=>1,1730647697=>1,1730647483=>1,1730647482=>1,1730647486=>1,1730647684=>1,1730647688=>1,1730647686=>1,1730647712=>1,1730647713=>1,1730647729=>1,1730647728=>1,1730647731=>1,1730647732=>1,1730647735=>1,1730647733=>1,1730647727=>1,1730647726=>1,1730647718=>1,1730647715=>1,1730647719=>1,1730647722=>1,1730647725=>1,1730647991=>1,1730647992=>1,1731579200=>1,1731579193=>1,1731579203=>1,1731579210=>1,1731579213=>1,1731579212=>1,1731579190=>1,1731579185=>1,1731579170=>1,1731579169=>1,1731579174=>1,1731579179=>1,1731579182=>1,1731579181=>1,1731579219=>1,1731579221=>1,1731579255=>1,1731579254=>1,1731579259=>1,1731579260=>1,1743458839=>1,1731579261=>1,1731579246=>1,1731579243=>1,1731579229=>1,1731579224=>1,1731579230=>1,1731579232=>1,1731579235=>1,1731579165=>1,1731579161=>1,1730827602=>1,1730820181=>1,1730882573=>1,1730882800=>1,1730904204=>1,1730882884=>1,1730785598=>1,1730785585=>1,1730647994=>1,1730647993=>1,1730647996=>1,1730649241=>1,1730774295=>1,1730709998=>1,1730904674=>1,1730904818=>1,1731570026=>1,1731516867=>1,1731579138=>1,1731579140=>1,1731579159=>1,1731579142=>1,1731453986=>1,1731313606=>1,1730975021=>1,1730975019=>1,1730989066=>1,1731182950=>1,1731183125=>1,1731579264=>1,1743458853=>1,1753250208=>1,1753250206=>1,1753250214=>1,1753250216=>1,1753250219=>1,1753250217=>1,1753250204=>1,1753250199=>1,1753250182=>1,1753250181=>1,1753250190=>1,1753250191=>1,1753250195=>1,1753250193=>1,1753250222=>1,1753250224=>1,1753250438=>1,1753250437=>1,1753250440=>1,1753250441=>1,1753250445=>1,1753250442=>1,1753250436=>1,1753250435=>1,1753250229=>1,1753250227=>1,1753250231=>1,1753250236=>1,1753250434=>1,1753250237=>1,1753250178=>1,1753249982=>1,1747508031=>1,1747492670=>1,1747518091=>1,1747641665=>1,1747783706=>1,1747644057=>1,1747487398=>1,1747452303=>1,1747281201=>1,1747280961=>1,1747281538=>1,1747294772=>1,1747339742=>1,1747304604=>1,1747869743=>1,1753249933=>1,1753249969=>1,1753249967=>1,1753249973=>1,1753249976=>1,1753249981=>1,1753249979=>1,1753249966=>1,1753249963=>1,1753249955=>1,1753249937=>1,1753249956=>1,1753249959=>1,1753249960=>1,1753250460=>1,1753250461=>1,1753250750=>1,1753250743=>1,1753270440=>1,1753270566=>1,1753270979=>1,1753270868=>1,1753250738=>1,1753250737=>1,1753250727=>1,1753250725=>1,1753250730=>1,1753250731=>1,1753250735=>1,1753250733=>1,1753277488=>1,1753284650=>1,1753420998=>1,1753420663=>1,1753422619=>1,1753422902=>1,1753423791=>1,1753423730=>1,1753417021=>1,1753416941=>1,1753300112=>1,1753300104=>1,1753368283=>1,1753393529=>1,1753416517=>1,1753250723=>1,1753250722=>1,1753250484=>1,1753250478=>1,1753250485=>1,1753250486=>1,1753250489=>1,1753250488=>1,1753250477=>1,1753250475=>1,1753250469=>1,1753250462=>1,1753250470=>1,1753250471=>1,1753250473=>1,1753250472=>1,1753250490=>1,1753250492=>1,1753250710=>1,1753250707=>1,1753250713=>1,1753250714=>1,1753250719=>1,1753250715=>1,1753250706=>1,1753250703=>1,1753250691=>1,1753250493=>1,1753250699=>1,1753250700=>1,1753250702=>1,1747223487=>1,1747212198=>1,1743459060=>1,1743459058=>1,1743459068=>1,1743459069=>1,1743709112=>1,1743571310=>1,1743459051=>1,1743459048=>1,1743459037=>1,1743459026=>1,1743459039=>1,1743459043=>1,1743459047=>1,1743459046=>1,1743709142=>1,1743718244=>1,1743890911=>1,1743890900=>1,1743919589=>1,1743939870=>1,1743985453=>1,1743940912=>1,1743890897=>1,1743890880=>1,1743805191=>1,1743783938=>1,1743843938=>1,1743890693=>1,1743890868=>1,1743890866=>1,1743459022=>1,1743459015=>1,1743458916=>1,1743458910=>1,1743458918=>1,1743458925=>1,1743458934=>1,1743458933=>1,1743458902=>1,1743458896=>1,1743458858=>1,1730647481=>1,1743458859=>1,1743458874=>1,1743458880=>1,1743458877=>1,1743458939=>1,1743458943=>1,1743458983=>1,1743458980=>1,1743458987=>1,1743459007=>1,1743459013=>1,1743459008=>1,1743458978=>1,1743458977=>1,1743458956=>1,1743458949=>1,1743458966=>1,1743458973=>1,1743458974=>1,1743985472=>1,1743985573=>1,1744579074=>1,1744542023=>1,1744640351=>1,1744640454=>1,1744677377=>1,1744677121=>1,1744526076=>1,1744526074=>1,1744506370=>1,1744484501=>1,1744513845=>1,1744524081=>1,1744525948=>1,1744524094=>1,1744726996=>1,1744731686=>1,1747068733=>1,1746933041=>1,1747136587=>1,1747140345=>1,1747212196=>1,1747212195=>1,1745760769=>1,1745205795=>1,1744768792=>1,1744731990=>1,1744776998=>1,1744792382=>1,1744977762=>1,1744433372=>1,1744397330=>1,1744160078=>1,1744128145=>1,1744160226=>1,1744175461=>1,1744244440=>1,1744231710=>1,1744108211=>1,1744092026=>1,1744021557=>1,1744002703=>1,1744024410=>1,1744084982=>1,1744091580=>1,1744091330=>1,1744266598=>1,1744282330=>1,1744378965=>1,1744371375=>1,1744391203=>1,1744395009=>1,1744395217=>1,1744395201=>1,1744371374=>1,1744371373=>1,1744296388=>1,1744295954=>1,1744296802=>1,1744296865=>1,1744371371=>1,1743458844=>1,1730647477=>1,1660575783=>1,1660385539=>1,1660947946=>1,1661343166=>1,1664397474=>1,1664068993=>1,1660359142=>1,1660300512=>1,1659559361=>1,1659529800=>1,1659565707=>1,1659615655=>1,1660269265=>1,1659762206=>1,1664809046=>1,1667224946=>1,1677750748=>1,1676654671=>1,1677783070=>1,1677952948=>1,1678471378=>1,1678189299=>1,1676290976=>1,1675805763=>1,1671238071=>1,1667352990=>1,1671432736=>1,1671613207=>1,1673903147=>1,1671613265=>1,1659130222=>1,1659125618=>1,1655157393=>1,1654979085=>1,1655751109=>1,1656032176=>1,1656770481=>1,1656700658=>1,1654970415=>1,1654936056=>1,1653715881=>1,1653499285=>1,1654554940=>1,1654609656=>1,1654916319=>1,1654839410=>1,1657134659=>1,1657352674=>1,1658937307=>1,1658662924=>1,1658952375=>1,1658955362=>1,1659033859=>1,1659017823=>1,1658440258=>1,1658170048=>1,1657850369=>1,1657436794=>1,1657920999=>1,1657935817=>1,1657987926=>1,1678715964=>1,1678739024=>1,1698686163=>1,1698685489=>1,1698688315=>1,1698888982=>1,1699085554=>1,1698971731=>1,1698674987=>1,1698666617=>1,1697874779=>1,1697873947=>1,1697875197=>1,1697896945=>1,1697899424=>1,1697898334=>1,1699811652=>1,1699812345=>1,1701089454=>1,1701088350=>1,1701582045=>1,1701583733=>1,1701599520=>1,1701597878=>1,1700998154=>1,1700991726=>1,1699827267=>1,1699820287=>1,1699854411=>1,1699864884=>1,1700991722=>1,1697872887=>1,1697872378=>1,1680240594=>1,1680217740=>1,1680253898=>1,1680282128=>1,1680635460=>1,1680479110=>1,1680183962=>1,1680124427=>1,1679952238=>1,1679900799=>1,1679983038=>1,1680111050=>1,1680121426=>1,1680113332=>1,1680699244=>1,1680716156=>1,1696212642=>1,1695904274=>1,1696286092=>1,1696286540=>1,1697847779=>1,1697383218=>1,1695727015=>1,1695720450=>1,1694570764=>1,1680750915=>1,1694905617=>1,1695715418=>1,1695719864=>1,1653485366=>1,1653161533=>1,1618897371=>1,1618896520=>1,1618901670=>1,1618987682=>1,1625568383=>1,1625478260=>1,1618894938=>1,1618894857=>1,1614061809=>1,1613759656=>1,1614424200=>1,1616481565=>1,1616672306=>1,1616579409=>1,1626305583=>1,1627101650=>1,1632347242=>1,1632300484=>1,1632362505=>1,1632390118=>1,1632462870=>1,1632447398=>1,1632059536=>1,1631953655=>1,1627213419=>1,1627172737=>1,1627329961=>1,1627373205=>1,1631626187=>1,1627383332=>1,1613759584=>1,1613754265=>1,1611271686=>1,1611264560=>1,1611294314=>1,1611856131=>1,1612554599=>1,1612383850=>1,1611190221=>1,1611167279=>1,1610382361=>1,1610381151=>1,1610841560=>1,1610857188=>1,1610947607=>1,1610860023=>1,1612556828=>1,1612748435=>1,1613608822=>1,1613536716=>1,1613633470=>1,1613733025=>1,1613752278=>1,1613750804=>1,1613467164=>1,1613428617=>1,1612939907=>1,1612780234=>1,1613115859=>1,1613207072=>1,1613244717=>1,1632582511=>1,1632605962=>1,1646630369=>1,1646170201=>1,1646967467=>1,1647596989=>1,1650800818=>1,1647668825=>1,1646044696=>1,1645952892=>1,1645206940=>1,1635719181=>1,1645889617=>1,1645898379=>1,1645900014=>1,1645898559=>1,1650826646=>1,1650849814=>1,1652143492=>1,1652118988=>1,1652323682=>1,1652339146=>1,1652434346=>1,1652426583=>1,1651931559=>1,1651930746=>1,1651538262=>1,1651374281=>1,1651638849=>1,1651704870=>1,1651903091=>1,1635716880=>1,1635455987=>1,1633476330=>1,1633352256=>1,1633479069=>1,1633484216=>1,1633534640=>1,1633488234=>1,1633238846=>1,1633219538=>1,1632765033=>1,1632748613=>1,1632789595=>1,1633043170=>1,1633148357=>1,1633107557=>1,1633585269=>1,1633790779=>1,1634437996=>1,1634437916=>1,1634438077=>1,1634438789=>1,1635453998=>1,1634438890=>1,1634437700=>1,1634436735=>1,1634092661=>1,1633966349=>1,1634178834=>1,1634435279=>1,1634436120=>1,1701607399=>1,1701609597=>1,1729946270=>1,1729926613=>1,1729988288=>1,1729989840=>1,1730069201=>1,1730019790=>1,1729909765=>1,1729903149=>1,1729858587=>1,1729839874=>1,1729883377=>1,1729884126=>1,1729903148=>1,1729903146=>1,1730090290=>1,1730130177=>1,1730628675=>1,1730569558=>1,1730647170=>1,1730647171=>1,1730647173=>1,1730647172=>1,1730569418=>1,1730521273=>1,1730130546=>1,1730130530=>1,1730130554=>1,1730130558=>1,1730438172=>1,1730421610=>1,1729806499=>1,1729745214=>1,1729304975=>1,1729253377=>1,1729386753=>1,1729386769=>1,1729413644=>1,1729386913=>1,1729237186=>1,1729237162=>1,1729131282=>1,1729130709=>1,1729134836=>1,1729207938=>1,1729237154=>1,1729234140=>1,1729449851=>1,1729539657=>1,1729658454=>1,1729658452=>1,1729658738=>1,1729658822=>1,1729706530=>1,1729688597=>1,1729658450=>1,1729596138=>1,1729587081=>1,1729586942=>1,1729587083=>1,1729587084=>1,1729587159=>1,1730647175=>1,1730647176=>1,1730647442=>1,1730647441=>1,1730647444=>1,1730647447=>1,1730647451=>1,1730647450=>1,1730647440=>1,1730647437=>1,1730647428=>1,1730647426=>1,1730647429=>1,1730647431=>1,1730647436=>1,1730647433=>1,1730647453=>1,1730647454=>1,1730647468=>1,1730647467=>1,1730647469=>1,1730647472=>1,1730647474=>1,1730647473=>1,1730647466=>1,1730647465=>1,1730647457=>1,1730647455=>1,1730647458=>1,1730647460=>1,1730647461=>1,1730647230=>1,1730647229=>1,1730647197=>1,1730647194=>1,1730647200=>1,1730647201=>1,1730647204=>1,1730647203=>1,1730647193=>1,1730647192=>1,1730647179=>1,1730647178=>1,1730647181=>1,1730647183=>1,1730647190=>1,1730647188=>1,1730647205=>1,1730647207=>1,1730647222=>1,1730647221=>1,1730647225=>1,1730647226=>1,1730647228=>1,1730647227=>1,1730647220=>1,1730647215=>1,1730647210=>1,1730647209=>1,1730647211=>1,1730647213=>1,1730647214=>1,1729130633=>1,1729130497=>1,1709669846=>1,1709650586=>1,1709675972=>1,1709678521=>1,1710999362=>1,1710980901=>1,1709650120=>1,1709649442=>1,1707944925=>1,1707924342=>1,1709313247=>1,1709373933=>1,1709623858=>1,1709379232=>1,1711002604=>1,1711011222=>1,1711214993=>1,1711214990=>1,1711214994=>1,1711215089=>1,1711215092=>1,1711215090=>1,1711214989=>1,1711214985=>1,1711011314=>1,1711011234=>1,1711180971=>1,1711180972=>1,1711214882=>1,1711193286=>1,1707722015=>1,1707721792=>1,1702912855=>1,1702856088=>1,1705856551=>1,1706051704=>1,1707571429=>1,1706187753=>1,1701704741=>1,1701703941=>1,1701617339=>1,1701609820=>1,1701634239=>1,1701635144=>1,1701680451=>1,1701663325=>1,1707627005=>1,1707637124=>1,1707666034=>1,1707657896=>1,1707667771=>1,1707708153=>1,1707710786=>1,1707709762=>1,1707654250=>1,1707651773=>1,1707640314=>1,1707640140=>1,1707642655=>1,1707643479=>1,1707644341=>1,1711215093=>1,1711215094=>1,1728724943=>1,1728724726=>1,1728742933=>1,1728759090=>1,1728831076=>1,1728759652=>1,1728705909=>1,1728675450=>1,1728592390=>1,1728575828=>1,1728597989=>1,1728662815=>1,1728674954=>1,1728662816=>1,1728850658=>1,1728881448=>1,1729052273=>1,1729052229=>1,1729052405=>1,1729067738=>1,1729099734=>1,1729078594=>1,1729051669=>1,1729034940=>1,1728939462=>1,1728881628=>1,1728939466=>1,1728988782=>1,1728990241=>1,1728575670=>1,1728570869=>1,1728131149=>1,1728131148=>1,1728131850=>1,1728131851=>1,1728131931=>1,1728131930=>1,1711233561=>1,1711232826=>1,1711223634=>1,1711223597=>1,1711223666=>1,1711224307=>1,1711229346=>1,1711226570=>1,1728269836=>1,1728269838=>1,1728501190=>1,1728501040=>1,1728523215=>1,1728525437=>1,1728570866=>1,1728534461=>1,1728428834=>1,1728379412=>1,1728332610=>1,1728312352=>1,1728339032=>1,1728358374=>1,1728379410=>1,1610380761=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-13.php CHANGED
@@ -1 +1 @@
1
- <?php return array(1971907123=>1,1971907084=>1,1972050946=>1,1972050951=>1,1972051130=>1,1972050983=>1,1971845962=>1,1971845768=>1,1971843406=>1,1971831357=>1,1971843407=>1,1971843409=>1,1971843421=>1,1971843410=>1,1972051158=>1,1972051212=>1,1972748544=>1,1972628934=>1,1972749758=>1,1972754005=>1,1973161748=>1,1973161747=>1,1972626805=>1,1972626501=>1,1972091655=>1,1972081389=>1,1972322692=>1,1972357418=>1,1972619303=>1,1972617623=>1,1971544482=>1,1970923505=>1,1969640588=>1,1969638690=>1,1969640708=>1,1969641514=>1,1969645547=>1,1969642805=>1,1969631341=>1,1969137757=>1,1968306416=>1,1968305761=>1,1968320392=>1,1968457956=>1,1968809164=>1,1968546627=>1,1969649810=>1,1969649811=>1,1970917166=>1,1970917125=>1,1970917327=>1,1970917362=>1,1970923494=>1,1970917369=>1,1970915582=>1,1970915521=>1,1969683597=>1,1969650394=>1,1970438522=>1,1970639108=>1,1970915329=>1,1973161749=>1,1973161750=>1,1973570202=>1,1973570104=>1,1973570427=>1,1973570545=>1,1973571517=>1,1973571327=>1,1973570001=>1,1973569900=>1,1973569327=>1,1973569318=>1,1973569527=>1,1973569697=>1,1973569881=>1,1973569788=>1,1973571596=>1,1973571616=>1,1973572191=>1,1973571956=>1,1973572198=>1,1973572238=>1,1973572454=>1,1973572343=>1,1973571936=>1,1973571932=>1,1973571693=>1,1973571690=>1,1973571715=>1,1973571854=>1,1973571898=>1,1973571892=>1,1973569211=>1,1973569208=>1,1973560378=>1,1973558764=>1,1973560425=>1,1973560520=>1,1973561116=>1,1973560633=>1,1973553266=>1,1973551787=>1,1973161753=>1,1973161752=>1,1973161769=>1,1973289426=>1,1973326646=>1,1973326263=>1,1973562622=>1,1973562727=>1,1973568483=>1,1973568427=>1,1973568797=>1,1973568825=>1,1973569062=>1,1973569008=>1,1973568265=>1,1973568167=>1,1973566823=>1,1973563463=>1,1973567608=>1,1973568061=>1,1973568129=>1,1968169029=>1,1968134053=>1,1949440802=>1,1949385447=>1,1949649594=>1,1949649624=>1,1950004657=>1,1949970533=>1,1949381939=>1,1948208324=>1,1947830371=>1,1947655057=>1,1947885989=>1,1947890787=>1,1948208291=>1,1947892195=>1,1950015540=>1,1950023246=>1,1951212808=>1,1951206489=>1,1951900647=>1,1952108675=>1,1952266753=>1,1952109452=>1,1951141367=>1,1951035970=>1,1950533934=>1,1950533109=>1,1950654298=>1,1950677381=>1,1950941098=>1,1950677650=>1,1947623923=>1,1947360016=>1,1945034684=>1,1944888957=>1,1945035034=>1,1945096903=>1,1945194505=>1,1945178927=>1,1944559155=>1,1944545019=>1,1944350264=>1,1944350049=>1,1944350376=>1,1944350544=>1,1944535312=>1,1944535311=>1,1945294355=>1,1945661658=>1,1946297957=>1,1946157755=>1,1946707950=>1,1946853822=>1,1946861035=>1,1946861026=>1,1945935293=>1,1945920757=>1,1945664226=>1,1945662593=>1,1945675425=>1,1945689659=>1,1945733147=>1,1952279945=>1,1953434297=>1,1962021873=>1,1962021366=>1,1962071511=>1,1962075081=>1,1962719498=>1,1962663812=>1,1962020222=>1,1962019586=>1,1961302741=>1,1961281821=>1,1961345267=>1,1961346133=>1,1961673864=>1,1961651866=>1,1963762740=>1,1963807620=>1,1966797072=>1,1965344311=>1,1966797079=>1,1966797538=>1,1967042475=>1,1966858298=>1,1965344152=>1,1965118806=>1,1964139513=>1,1964133355=>1,1964355194=>1,1964599509=>1,1964605934=>1,1961152702=>1,1961136072=>1,1959102290=>1,1959101661=>1,1959102442=>1,1959102444=>1,1959516190=>1,1959491838=>1,1959101640=>1,1959101270=>1,1953523238=>1,1953522730=>1,1953574682=>1,1953616626=>1,1959100882=>1,1958862066=>1,1959519725=>1,1959524412=>1,1960994743=>1,1960982072=>1,1960998065=>1,1961016306=>1,1961119930=>1,1961110537=>1,1960977306=>1,1960129370=>1,1959600772=>1,1959529597=>1,1960090991=>1,1960091378=>1,1960091432=>1,1973572527=>1,1973572581=>1,1973623897=>1,1973623876=>1,1973624060=>1,1973624077=>1,1973624195=>1,1973624090=>1,1973623853=>1,1973623849=>1,1973623459=>1,1973623425=>1,1973623711=>1,1973623712=>1,1973623763=>1,1973623729=>1,1973624224=>1,1973624282=>1,1973624728=>1,1973624676=>1,1973624750=>1,1973624769=>1,1973625610=>1,1973624785=>1,1973624671=>1,1973624656=>1,1973624385=>1,1973624359=>1,1973624431=>1,1973624487=>1,1973624641=>1,1973624555=>1,1973623405=>1,1973623348=>1,1973618236=>1,1973617960=>1,1973618811=>1,1973618946=>1,1973618995=>1,1973618970=>1,1973617245=>1,1973616950=>1,1973610586=>1,1973610209=>1,1973610842=>1,1973612400=>1,1973615589=>1,1973614216=>1,1973619240=>1,1973619731=>1,1973622408=>1,1973622383=>1,1973622575=>1,1973622639=>1,1973623092=>1,1973622839=>1,1973622145=>1,1973622141=>1,1973620256=>1,1973620226=>1,1973620440=>1,1973621853=>1,1973622107=>1,1973625798=>1,1973626340=>1,1973643202=>1,1973643198=>1,1973643333=>1,1973643470=>1,1973643614=>1,1973643613=>1,1973643166=>1,1973643162=>1,1973642912=>1,1973642823=>1,1973642992=>1,1973643002=>1,1973643019=>1,1973643010=>1,1973643888=>1,1973644328=>1,1973645891=>1,1973645876=>1,1973645931=>1,1973645996=>1,1973646158=>1,1973646128=>1,1973645865=>1,1973645805=>1,1973645524=>1,1973645367=>1,1973645576=>1,1973645672=>1,1973645723=>1,1973642814=>1,1973642727=>1,1973641428=>1,1973641408=>1,1973641547=>1,1973641598=>1,1973641638=>1,1973641616=>1,1973641367=>1,1973641300=>1,1973627939=>1,1973627718=>1,1973630616=>1,1973630987=>1,1973632482=>1,1973631413=>1,1973641732=>1,1973641855=>1,1973642334=>1,1973642201=>1,1973642354=>1,1973642487=>1,1973642678=>1,1973642507=>1,1973642068=>1,1973642059=>1,1973641987=>1,1973641908=>1,1973641989=>1,1973642003=>1,1973642030=>1,1973610164=>1,1973609148=>1,1973575492=>1,1973575480=>1,1973575496=>1,1973575497=>1,1973575597=>1,1973575524=>1,1973575397=>1,1973575371=>1,1973573605=>1,1973573572=>1,1973575248=>1,1973575332=>1,1973575352=>1,1973575347=>1,1973575652=>1,1973575674=>1,1973577134=>1,1973576324=>1,1973577376=>1,1973577854=>1,1973578048=>1,1973577991=>1,1973576302=>1,1973576254=>1,1973575795=>1,1973575687=>1,1973575799=>1,1973575903=>1,1973576234=>1,1973576011=>1,1973573530=>1,1973573507=>1,1973572838=>1,1973572809=>1,1973572854=>1,1973572882=>1,1973572943=>1,1973572939=>1,1973572791=>1,1973572750=>1,1973572645=>1,1973572601=>1,1973572661=>1,1973572685=>1,1973572722=>1,1973572721=>1,1973572952=>1,1973573033=>1,1973573314=>1,1973573231=>1,1973573351=>1,1973573398=>1,1973573473=>1,1973573465=>1,1973573227=>1,1973573187=>1,1973573057=>1,1973573039=>1,1973573084=>1,1973573104=>1,1973573151=>1,1973578249=>1,1973578346=>1,1973602875=>1,1973602656=>1,1973603429=>1,1973603795=>1,1973604546=>1,1973604347=>1,1973601317=>1,1973599523=>1,1973583573=>1,1973583485=>1,1973583720=>1,1973583856=>1,1973584565=>1,1973583877=>1,1973604960=>1,1973605423=>1,1973607291=>1,1973607226=>1,1973607317=>1,1973607711=>1,1973609014=>1,1973607990=>1,1973606988=>1,1973606630=>1,1973605837=>1,1973605606=>1,1973606100=>1,1973606137=>1,1973606266=>1,1973583405=>1,1973583318=>1,1973579962=>1,1973579877=>1,1973580118=>1,1973580168=>1,1973580356=>1,1973580343=>1,1973579592=>1,1973579261=>1,1973578593=>1,1973578577=>1,1973578951=>1,1973579066=>1,1973579134=>1,1973579088=>1,1973580392=>1,1973580640=>1,1973582902=>1,1973582810=>1,1973582919=>1,1973583081=>1,1973583290=>1,1973583262=>1,1973582791=>1,1973582494=>1,1973581557=>1,1973581066=>1,1973581815=>1,1973581912=>1,1973581944=>1,1944350027=>1,1944349869=>1,1914307374=>1,1914307200=>1,1914307821=>1,1914307982=>1,1914308004=>1,1914307993=>1,1914307098=>1,1914306889=>1,1913771055=>1,1913022305=>1,1914297660=>1,1914303513=>1,1914306724=>1,1914306709=>1,1914308018=>1,1914308197=>1,1914309307=>1,1914309206=>1,1914309481=>1,1914309494=>1,1914310114=>1,1914309966=>1,1914309178=>1,1914308807=>1,1914308328=>1,1914308217=>1,1914308408=>1,1914308571=>1,1914308644=>1,1914308611=>1,1913019354=>1,1913013422=>1,1912366089=>1,1912318061=>1,1912373679=>1,1912417358=>1,1912540733=>1,1912466561=>1,1912306634=>1,1912123258=>1,1912000672=>1,1911617189=>1,1912062011=>1,1912072515=>1,1912121715=>1,1912077330=>1,1912560975=>1,1912570154=>1,1913004458=>1,1913004449=>1,1913004459=>1,1913004738=>1,1913011810=>1,1913007466=>1,1912933554=>1,1912933486=>1,1912592286=>1,1912584628=>1,1912595104=>1,1912867127=>1,1912890902=>1,1914310121=>1,1914310322=>1,1915665496=>1,1915658071=>1,1915666390=>1,1915666420=>1,1916929939=>1,1916346322=>1,1915647162=>1,1915646748=>1,1915531465=>1,1915503254=>1,1915588551=>1,1915646651=>1,1915646676=>1,1915646675=>1,1916987220=>1,1917188144=>1,1918433118=>1,1918408075=>1,1918674530=>1,1918676937=>1,1918768152=>1,1918678968=>1,1917908638=>1,1917903431=>1,1917821841=>1,1917821697=>1,1917868981=>1,1917877462=>1,1917880432=>1,1915405723=>1,1915404066=>1,1915126857=>1,1915126826=>1,1915127417=>1,1915127443=>1,1915197246=>1,1915132087=>1,1915126662=>1,1915126624=>1,1914367067=>1,1914320229=>1,1914589527=>1,1914735987=>1,1914942028=>1,1914857992=>1,1915223266=>1,1915237718=>1,1915285244=>1,1915283898=>1,1915316226=>1,1915322943=>1,1915403492=>1,1915382479=>1,1915283763=>1,1915270558=>1,1915242796=>1,1915240139=>1,1915244310=>1,1915244318=>1,1915250727=>1,1911614982=>1,1911611588=>1,1899357850=>1,1899322254=>1,1899357895=>1,1899360230=>1,1900188776=>1,1900188517=>1,1899267735=>1,1898658998=>1,1897381610=>1,1897369352=>1,1897817691=>1,1897817696=>1,1898326445=>1,1897877698=>1,1900307650=>1,1900307776=>1,1901325378=>1,1901085894=>1,1901625878=>1,1901917617=>1,1902361658=>1,1902256260=>1,1901018987=>1,1901011427=>1,1900481497=>1,1900314716=>1,1900523081=>1,1900780008=>1,1900977952=>1,1900800500=>1,1897260906=>1,1897260342=>1,1893439123=>1,1893237842=>1,1893567771=>1,1894171762=>1,1895629360=>1,1894172074=>1,1893079434=>1,1893032261=>1,1892405628=>1,1892106684=>1,1892406013=>1,1892608366=>1,1893031460=>1,1892865659=>1,1895865748=>1,1896127561=>1,1896978506=>1,1896672106=>1,1897092866=>1,1897165094=>1,1897219016=>1,1897171531=>1,1896664926=>1,1896637012=>1,1896537676=>1,1896337994=>1,1896580554=>1,1896580555=>1,1896580556=>1,1902362192=>1,1902550580=>1,1908939795=>1,1908939794=>1,1908939798=>1,1908940042=>1,1908947571=>1,1908941818=>1,1908939603=>1,1908649594=>1,1906433157=>1,1906433052=>1,1906477807=>1,1906911640=>1,1907706203=>1,1907642113=>1,1908952603=>1,1908953428=>1,1909249074=>1,1909212454=>1,1909405773=>1,1910111931=>1,1911036768=>1,1910541329=>1,1908996720=>1,1908996719=>1,1908973467=>1,1908953429=>1,1908989086=>1,1908995483=>1,1908996631=>1,1906418426=>1,1906409867=>1,1902815053=>1,1902809930=>1,1902829442=>1,1902939490=>1,1902958928=>1,1902950650=>1,1902795463=>1,1902795449=>1,1902575061=>1,1902574617=>1,1902675683=>1,1902707805=>1,1902767446=>1,1902764127=>1,1902968259=>1,1903096035=>1,1905011507=>1,1905006852=>1,1905011592=>1,1905070096=>1,1906409613=>1,1906316838=>1,1904722356=>1,1904720359=>1,1903655253=>1,1903564848=>1,1903676465=>1,1903676648=>1,1903677989=>1,1919352354=>1,1919470350=>1,1943698159=>1,1943685160=>1,1943893024=>1,1944305696=>1,1944305889=>1,1944305852=>1,1943452496=>1,1943451918=>1,1942135416=>1,1942135189=>1,1942136319=>1,1942264037=>1,1942519660=>1,1942500600=>1,1944306017=>1,1944306046=>1,1944334498=>1,1944334443=>1,1944334546=>1,1944334742=>1,1944335082=>1,1944335076=>1,1944334422=>1,1944334420=>1,1944306415=>1,1944306268=>1,1944306531=>1,1944306599=>1,1944334374=>1,1944334340=>1,1942119506=>1,1942077196=>1,1938848450=>1,1937721450=>1,1938926115=>1,1938972008=>1,1939247335=>1,1939120345=>1,1937721434=>1,1937720587=>1,1937525114=>1,1937524894=>1,1937526326=>1,1937710546=>1,1937720578=>1,1937720388=>1,1939645699=>1,1939801591=>1,1941380102=>1,1941379590=>1,1941578783=>1,1941614462=>1,1941698232=>1,1941697321=>1,1941328678=>1,1941317924=>1,1939812574=>1,1939811252=>1,1939822665=>1,1940106008=>1,1941307776=>1,1944335147=>1,1944335161=>1,1944337929=>1,1944337928=>1,1944337930=>1,1944337956=>1,1944338284=>1,1944338015=>1,1944337921=>1,1944337886=>1,1944337571=>1,1944337467=>1,1944337687=>1,1944337704=>1,1944337767=>1,1944337748=>1,1944338315=>1,1944338318=>1,1944349641=>1,1944349459=>1,1944349664=>1,1944349713=>1,1944349812=>1,1944349810=>1,1944349078=>1,1944349041=>1,1944338401=>1,1944338379=>1,1944348675=>1,1944348716=>1,1944348990=>1,1944337412=>1,1944337400=>1,1944335798=>1,1944335766=>1,1944335835=>1,1944336007=>1,1944336225=>1,1944336142=>1,1944335686=>1,1944335681=>1,1944335277=>1,1944335192=>1,1944335317=>1,1944335402=>1,1944335670=>1,1944335595=>1,1944336322=>1,1944336330=>1,1944336850=>1,1944336834=>1,1944336868=>1,1944336926=>1,1944337289=>1,1944337223=>1,1944336710=>1,1944336698=>1,1944336396=>1,1944336395=>1,1944336434=>1,1944336489=>1,1944336604=>1,1937524814=>1,1937522978=>1,1927528425=>1,1927449853=>1,1927655981=>1,1927660466=>1,1928487378=>1,1928406027=>1,1927365906=>1,1927315543=>1,1927164328=>1,1927140912=>1,1927164692=>1,1927208216=>1,1927282363=>1,1927281956=>1,1928487380=>1,1928488873=>1,1928890162=>1,1928862014=>1,1928933489=>1,1928935384=>1,1929138032=>1,1929115490=>1,1928856928=>1,1928744741=>1,1928557876=>1,1928505048=>1,1928629185=>1,1928629802=>1,1928654909=>1,1928641589=>1,1926945816=>1,1926738521=>1,1920066859=>1,1920066759=>1,1921061049=>1,1921125689=>1,1921855995=>1,1921407218=>1,1920064940=>1,1920064936=>1,1919773745=>1,1919766905=>1,1920040452=>1,1920064932=>1,1920064935=>1,1920064933=>1,1921856011=>1,1921856516=>1,1926670049=>1,1925665901=>1,1926714122=>1,1926725648=>1,1926732129=>1,1926731277=>1,1924784989=>1,1923528367=>1,1921974905=>1,1921866735=>1,1922020836=>1,1922030338=>1,1922968620=>1,1929138635=>1,1929139181=>1,1934020762=>1,1934015082=>1,1934525933=>1,1934551972=>1,1935104759=>1,1934911934=>1,1933862457=>1,1933843832=>1,1932466014=>1,1932254782=>1,1932470107=>1,1932474674=>1,1932947753=>1,1932661983=>1,1935120939=>1,1935126627=>1,1936864475=>1,1936829973=>1,1937059076=>1,1937059080=>1,1937506372=>1,1937171781=>1,1936779515=>1,1936750362=>1,1935133991=>1,1935131722=>1,1935134019=>1,1936616220=>1,1936694596=>1,1932148868=>1,1932148831=>1,1931228830=>1,1931225192=>1,1931238063=>1,1931254163=>1,1931258138=>1,1931257703=>1,1931224849=>1,1931053813=>1,1929142234=>1,1929141405=>1,1929147498=>1,1929149312=>1,1929303481=>1,1929179399=>1,1931258412=>1,1931260553=>1,1931324740=>1,1931319175=>1,1931328482=>1,1931333261=>1,1931452419=>1,1931341306=>1,1931319036=>1,1931318881=>1,1931274791=>1,1931271570=>1,1931291452=>1,1931291539=>1,1931316208=>1,1891858269=>1,);?>
1
+ <?php return array(1815957824=>1815957887,1815951408=>1815951423,1815951248=>1815951263,1815950192=>1815950207,1815940112=>1815940127,1807691781=>1,1807692281=>1,1807693949=>1,1807695864=>1,1807691607=>1,1807339090=>1,1807150131=>1,1807150878=>1,1807711928=>1,1807531065=>1,1807691468=>1,1807730435=>1,1813180427=>1,1813147132=>1,1813455445=>1,1813550808=>1,1813964680=>1,1813963006=>1,1812573417=>1,1812105538=>1,1807732199=>1,1807731674=>1,1807732649=>1,1808012334=>1,1808478795=>1,1808252601=>1,1807730236=>1,1807149402=>1,1807057056=>1,1807039497=>1,1807038871=>1,1807065513=>1,1807065553=>1,1807068693=>1,1807066635=>1,1806834713=>1,1806366497=>1,1806364095=>1,1806363358=>1,1806364736=>1,1806364943=>1,1806366242=>1,1806365862=>1,1807068694=>1,1807068756=>1,1807123309=>1,1807072870=>1,1807123316=>1,1807123317=>1,1807149399=>1,1807123336=>1,1807072199=>1,1807072031=>1,1807068899=>1,1807068787=>1,1807068924=>1,1807069900=>1,1807072027=>1,1807070099=>1,1813981189=>1,1814049044=>1,1815981954=>1,1815979478=>1,1815982446=>1,1815982865=>1,1815983047=>1,1815983002=>1,1815979433=>1,1815979264=>1,1815968344=>1,1815968307=>1,1815968473=>1,1815968593=>1,1815968598=>1,1815983064=>1,1815983302=>1,1815991036=>1,1815990443=>1,1815991156=>1,1815991398=>1,1815992296=>1,1815991953=>1,1815989995=>1,1815989795=>1,1815987919=>1,1815983995=>1,1815988170=>1,1815988174=>1,1815989054=>1,1815967563=>1,1815963566=>1,1814912338=>1,1814912332=>1,1814912346=>1,1815033520=>1,1815177027=>1,1815170531=>1,1814912324=>1,1814896806=>1,1806362809=>1,1813997074=>1,1814128443=>1,1814207006=>1,1814709941=>1,1815206742=>1,1815274787=>1,1815808993=>1,1815808665=>1,1815881783=>1,1815881796=>1,1815963053=>1,1815962517=>1,1815806672=>1,1815794717=>1,1815466141=>1,1815465948=>1,1815551247=>1,1815765627=>1,1815777514=>1,1813990448=>1,1806362699=>1,1790664786=>1,1790654447=>1,1790665620=>1,1790665773=>1,1795196637=>1,1794177642=>1,1790654054=>1,1790652315=>1,1790605697=>1,1790604636=>1,1790606583=>1,1790649701=>1,1790652177=>1,1790651246=>1,1795348000=>1,1795432303=>1,1796363054=>1,1796302078=>1,1796522323=>1,1796523607=>1,1804446290=>1,1803808203=>1,1796268759=>1,1796212177=>1,1795556497=>1,1795487066=>1,1795635546=>1,1795638898=>1,1796019057=>1,1795836568=>1,1790604627=>1,1790603817=>1,1786265145=>1,1786258793=>1,1790445222=>1,1790445357=>1,1790516249=>1,1790515288=>1,1785212674=>1,1783968209=>1,1783351125=>1,1783350030=>1,1783704679=>1,1783748437=>1,1783888617=>1,1783886346=>1,1790516394=>1,1790518935=>1,1790581793=>1,1790581713=>1,1790582324=>1,1790582478=>1,1790603514=>1,1790582713=>1,1790580289=>1,1790579240=>1,1790521544=>1,1790520890=>1,1790521567=>1,1790521737=>1,1790578842=>1,1804855719=>1,1804998781=>1,1806328043=>1,1806327072=>1,1806329127=>1,1806331102=>1,1806334166=>1,1806332620=>1,1806327053=>1,1806327021=>1,1806316084=>1,1806311495=>1,1806321312=>1,1806323242=>1,1806325435=>1,1806323603=>1,1806334731=>1,1806339957=>1,1806358932=>1,1806353806=>1,1806361259=>1,1806361473=>1,1806362537=>1,1806361705=>1,1806352654=>1,1806351515=>1,1806341639=>1,1806340068=>1,1806342480=>1,1806343892=>1,1806345118=>1,1806310395=>1,1806304099=>1,1805094523=>1,1805094522=>1,1805094524=>1,1805094525=>1,1805097170=>1,1805094526=>1,1805094518=>1,1805094517=>1,1805017781=>1,1805003698=>1,1805017843=>1,1805094514=>1,1805094516=>1,1805094515=>1,1805097178=>1,1805107466=>1,1805718129=>1,1805670677=>1,1805721521=>1,1805734083=>1,1805734381=>1,1805734352=>1,1805582102=>1,1805582101=>1,1805341124=>1,1805150254=>1,1805347804=>1,1805349426=>1,1805349615=>1,1815992639=>1,1815992716=>1,1839935459=>1,1839806733=>1,1839999676=>1,1840015875=>1,1840060136=>1,1840058913=>1,1839800739=>1,1839798218=>1,1839458825=>1,1839458824=>1,1839460657=>1,1839525095=>1,1839792157=>1,1839719266=>1,1840068940=>1,1840069286=>1,1841034443=>1,1841032708=>1,1841056216=>1,1841072883=>1,1841147167=>1,1841143517=>1,1840977432=>1,1840949074=>1,1840187072=>1,1840086890=>1,1840187445=>1,1840187449=>1,1840883314=>1,1840793518=>1,1839458823=>1,1839458821=>1,1836722494=>1,1836716827=>1,1836724863=>1,1836770345=>1,1836797528=>1,1836795529=>1,1836683935=>1,1836634640=>1,1836623882=>1,1836623266=>1,1836625200=>1,1836625540=>1,1836630769=>1,1836627189=>1,1836808564=>1,1836809124=>1,1838983725=>1,1838581165=>1,1839281153=>1,1839346170=>1,1839458820=>1,1839458818=>1,1837460862=>1,1837422777=>1,1836898013=>1,1836846750=>1,1836935856=>1,1837031365=>1,1837221786=>1,1841148943=>1,1841178940=>1,1841928420=>1,1841928419=>1,1841928421=>1,1841928430=>1,1841928432=>1,1841928431=>1,1841928418=>1,1841928417=>1,1841928206=>1,1841928205=>1,1841928207=>1,1841928208=>1,1841928218=>1,1841928217=>1,1841928433=>1,1841928434=>1,1841928847=>1,1841928846=>1,1841928848=>1,1841928849=>1,1841928851=>1,1841928850=>1,1841928845=>1,1841928844=>1,1841928436=>1,1841928435=>1,1841928437=>1,1841928438=>1,1841928843=>1,1841928199=>1,1841928197=>1,1841501711=>1,1841463002=>1,1841525706=>1,1841541894=>1,1841570355=>1,1841566262=>1,1841450592=>1,1841429893=>1,1841219681=>1,1841217916=>1,1841381129=>1,1841382861=>1,1841428476=>1,1841406991=>1,1841592647=>1,1841594147=>1,1841917227=>1,1841894345=>1,1841922827=>1,1841923428=>1,1841927176=>1,1841924060=>1,1841894339=>1,1841894338=>1,1841692397=>1,1841615470=>1,1841778727=>1,1841857086=>1,1841891106=>1,1836621728=>1,1836051286=>1,1827941180=>1,1827806633=>1,1828214770=>1,1828344313=>1,1829324677=>1,1828760109=>1,1827737000=>1,1827714700=>1,1825976327=>1,1824352881=>1,1826070819=>1,1826631940=>1,1826955571=>1,1826755782=>1,1829548467=>1,1829692305=>1,1832878313=>1,1832834838=>1,1832879442=>1,1832890713=>1,1832949475=>1,1832907716=>1,1832073819=>1,1831936541=>1,1829948229=>1,1829744954=>1,1829949561=>1,1830345735=>1,1830733278=>1,1830618322=>1,1824182441=>1,1824182436=>1,1822484103=>1,1822476995=>1,1822592626=>1,1822761223=>1,1822874642=>1,1822861470=>1,1817592439=>1,1816560084=>1,1815995795=>1,1815995404=>1,1816001229=>1,1816015703=>1,1816504296=>1,1816015735=>1,1822874643=>1,1822950204=>1,1824004604=>1,1823790283=>1,1824121406=>1,1824179794=>1,1824179805=>1,1824179804=>1,1823776764=>1,1823621949=>1,1823164451=>1,1822966054=>1,1823177540=>1,1823357376=>1,1823503770=>1,1832958398=>1,1833217596=>1,1834996345=>1,1834962104=>1,1835262490=>1,1835284030=>1,1835545445=>1,1835535452=>1,1834877451=>1,1834741282=>1,1834650797=>1,1834648645=>1,1834651644=>1,1834656445=>1,1834693732=>1,1834681120=>1,1835625890=>1,1835699004=>1,1836019065=>1,1835984661=>1,1836021301=>1,1836021389=>1,1836032008=>1,1836021421=>1,1835969878=>1,1835890804=>1,1835738010=>1,1835712578=>1,1835849617=>1,1835849825=>1,1835850472=>1,1834617645=>1,1834550936=>1,1833605060=>1,1833605013=>1,1833615886=>1,1833615943=>1,1833618551=>1,1833616318=>1,1833602002=>1,1833585637=>1,1833238866=>1,1833222020=>1,1833255697=>1,1833415666=>1,1833502392=>1,1833446211=>1,1833618956=>1,1833618965=>1,1834430565=>1,1834403367=>1,1834436336=>1,1834469047=>1,1834532773=>1,1834469113=>1,1834386749=>1,1834376463=>1,1833660197=>1,1833619177=>1,1833674917=>1,1834134221=>1,1834376408=>1,1782913441=>1,1782348008=>1,1758098767=>1,1758098766=>1,1758098768=>1,1758098771=>1,1758098773=>1,1758098772=>1,1758098765=>1,1758098762=>1,1758098754=>1,1758098753=>1,1758098757=>1,1758098759=>1,1758098761=>1,1758098760=>1,1758098776=>1,1758098779=>1,1758098795=>1,1758098794=>1,1758098798=>1,1758098799=>1,1758098801=>1,1758098800=>1,1758098792=>1,1758098791=>1,1758098781=>1,1758098780=>1,1758098782=>1,1758098786=>1,1758098790=>1,1758098788=>1,1758098752=>1,1758098750=>1,1758098712=>1,1758098711=>1,1758098713=>1,1758098715=>1,1758098717=>1,1758098716=>1,1758098710=>1,1758098707=>1,1758098700=>1,1758098699=>1,1758098701=>1,1758098702=>1,1758098706=>1,1758098705=>1,1758098719=>1,1758098720=>1,1758098741=>1,1758098740=>1,1758098742=>1,1758098746=>1,1758098748=>1,1758098747=>1,1758098739=>1,1758098737=>1,1758098724=>1,1758098723=>1,1758098726=>1,1758098728=>1,1758098730=>1,1758098802=>1,1758098806=>1,1758098881=>1,1758098879=>1,1758098883=>1,1758098887=>1,1758098898=>1,1758098896=>1,1758098878=>1,1758098874=>1,1758098864=>1,1758098863=>1,1758098869=>1,1758098870=>1,1758098872=>1,1758098871=>1,1758098900=>1,1758098901=>1,1758098924=>1,1758098923=>1,1758098925=>1,1758098926=>1,1758098931=>1,1758098928=>1,1758098921=>1,1758098916=>1,1758098906=>1,1758098903=>1,1758098908=>1,1758098909=>1,1758098913=>1,1758098861=>1,1758098860=>1,1758098823=>1,1758098821=>1,1758098824=>1,1758098826=>1,1758098832=>1,1758098827=>1,1758098820=>1,1758098818=>1,1758098810=>1,1758098809=>1,1758098811=>1,1758098812=>1,1758098816=>1,1758098815=>1,1758098833=>1,1758098835=>1,1758098852=>1,1758098851=>1,1758098854=>1,1758098856=>1,1758098859=>1,1758098858=>1,1758098850=>1,1758098849=>1,1758098839=>1,1758098836=>1,1758098841=>1,1758098842=>1,1758098845=>1,1758098697=>1,1758098696=>1,1753468439=>1,1753468352=>1,1753469322=>1,1753477472=>1,1753958204=>1,1753478455=>1,1753468051=>1,1753462190=>1,1753454625=>1,1753453654=>1,1753455205=>1,1753455847=>1,1753457948=>1,1753457126=>1,1754215056=>1,1754351860=>1,1755061583=>1,1755060958=>1,1755061855=>1,1755082550=>1,1755111507=>1,1755082728=>1,1755060431=>1,1755045009=>1,1754355583=>1,1754355325=>1,1754361998=>1,1754798556=>1,1755038874=>1,1754865205=>1,1753451535=>1,1753450911=>1,1753434225=>1,1753434074=>1,1753434445=>1,1753434454=>1,1753435233=>1,1753434831=>1,1753432770=>1,1753432617=>1,1753426581=>1,1753425428=>1,1753430143=>1,1753430263=>1,1753430891=>1,1753430594=>1,1753441787=>1,1753443205=>1,1753448734=>1,1753448695=>1,1753449538=>1,1753449588=>1,1753450734=>1,1753450031=>1,1753448504=>1,1753447986=>1,1753443531=>1,1753443335=>1,1753444415=>1,1753444936=>1,1753447184=>1,1755112136=>1,1755112942=>1,1756356125=>1,1756326679=>1,1756468801=>1,1756468802=>1,1757324460=>1,1757243377=>1,1756188204=>1,1756153250=>1,1755856591=>1,1755856558=>1,1755856593=>1,1755856607=>1,1756066124=>1,1755883905=>1,1757413394=>1,1757759369=>1,1758098690=>1,1757957789=>1,1758098691=>1,1758098692=>1,1758098694=>1,1758098693=>1,1757945560=>1,1757943873=>1,1757911258=>1,1757794505=>1,1757912048=>1,1757941987=>1,1757942926=>1,1755823590=>1,1755805199=>1,1755325681=>1,1755186062=>1,1755461782=>1,1755800159=>1,1755800431=>1,1755800204=>1,1755181720=>1,1755119133=>1,1755113096=>1,1755113023=>1,1755115681=>1,1755115692=>1,1755118790=>1,1755118780=>1,1755800511=>1,1755800671=>1,1755804235=>1,1755804042=>1,1755804600=>1,1755804617=>1,1755805037=>1,1755804777=>1,1755803801=>1,1755802510=>1,1755801466=>1,1755801332=>1,1755802078=>1,1755802377=>1,1755802449=>1,1758098932=>1,1758098933=>1,1761181203=>1,1760946560=>1,1761253691=>1,1761344292=>1,1768229161=>1,1768228804=>1,1760878540=>1,1760877709=>1,1760766907=>1,1760766906=>1,1760766908=>1,1760766909=>1,1760841671=>1,1760766910=>1,1768229995=>1,1768231988=>1,1768242725=>1,1768240934=>1,1768243229=>1,1768243328=>1,1768244585=>1,1768243694=>1,1768240310=>1,1768239621=>1,1768234579=>1,1768232367=>1,1768234659=>1,1768236348=>1,1768238474=>1,1768237572=>1,1760484803=>1,1760484639=>1,1760449308=>1,1760447088=>1,1760454623=>1,1760460902=>1,1760463613=>1,1760462520=>1,1760421506=>1,1760421449=>1,1760359835=>1,1760357813=>1,1760360410=>1,1760361641=>1,1760402646=>1,1760401603=>1,1760465263=>1,1760465626=>1,1760473222=>1,1760473194=>1,1760474411=>1,1760474440=>1,1760476258=>1,1760475473=>1,1760471405=>1,1760471342=>1,1760469557=>1,1760468927=>1,1760470516=>1,1760470868=>1,1760470895=>1,1768244767=>1,1768245739=>1,1768284185=>1,1768283299=>1,1768758582=>1,1770073701=>1,1771974956=>1,1771907364=>1,1768281246=>1,1768280447=>1,1768272953=>1,1768272832=>1,1768276639=>1,1768277946=>1,1768280327=>1,1768280145=>1,1774641829=>1,1776456262=>1,1781790798=>1,1781425384=>1,1782112712=>1,1782320732=>1,1782325960=>1,1782321892=>1,1780953634=>1,1780855291=>1,1778533154=>1,1776456621=>1,1778590914=>1,1778591201=>1,1779035467=>1,1768271465=>1,1768271153=>1,1768252721=>1,1768251905=>1,1768252987=>1,1768253751=>1,1768254455=>1,1768254362=>1,1768251780=>1,1768250932=>1,1768245796=>1,1768245756=>1,1768246893=>1,1768247021=>1,1768250922=>1,1768250183=>1,1768254639=>1,1768255984=>1,1768265793=>1,1768262124=>1,1768265903=>1,1768268607=>1,1768270422=>1,1768269817=>1,1768261769=>1,1768261374=>1,1768256664=>1,1768256437=>1,1768256800=>1,1768257098=>1,1768259940=>1,1760356401=>1,1760355208=>1,1759257106=>1,1759256265=>1,1759258923=>1,1759261053=>1,1759293075=>1,1759282657=>1,1759255207=>1,1759254965=>1,1759253283=>1,1759251942=>1,1759253481=>1,1759254074=>1,1759254895=>1,1759254090=>1,1759295954=>1,1759445304=>1,1759551053=>1,1759476459=>1,1759816124=>1,1759856004=>1,1759917138=>1,1759903842=>1,1759476339=>1,1759470958=>1,1759449095=>1,1759447168=>1,1759449239=>1,1759468699=>1,1759470860=>1,1759468703=>1,1759249816=>1,1759248739=>1,1758430484=>1,1758430317=>1,1758431244=>1,1758432424=>1,1758433080=>1,1758432773=>1,1758429448=>1,1758429289=>1,1758098937=>1,1758098934=>1,1758098942=>1,1758159026=>1,1758429226=>1,1758371602=>1,1758433265=>1,1758433869=>1,1758891378=>1,1758575178=>1,1759031274=>1,1759211634=>1,1759248713=>1,1759248425=>1,1758525227=>1,1758525222=>1,1758435178=>1,1758433901=>1,1758435509=>1,1758521527=>1,1758523893=>1,1760035617=>1,1760044647=>1,1760321702=>1,1760321689=>1,1760322924=>1,1760324980=>1,1760330030=>1,1760328187=>1,1760320428=>1,1760319427=>1,1760313687=>1,1760311679=>1,1760316604=>1,1760318291=>1,1760319322=>1,1760319017=>1,1760330171=>1,1760330511=>1,1760343757=>1,1760342064=>1,1760348121=>1,1760348283=>1,1760353983=>1,1760353225=>1,1760341963=>1,1760336951=>1,1760334013=>1,1760333405=>1,1760334195=>1,1760335776=>1,1760335828=>1,1760310288=>1,1760307386=>1,1760123212=>1,1760122843=>1,1760123660=>1,1760123977=>1,1760124251=>1,1760124150=>1,1760122409=>1,1760122149=>1,1760120082=>1,1760044655=>1,1760120677=>1,1760120847=>1,1760121806=>1,1760120873=>1,1760124322=>1,1760124597=>1,1760297063=>1,1760132592=>1,1760299355=>1,1760300971=>1,1760306919=>1,1760301463=>1,1760132340=>1,1760130330=>1,1760128086=>1,1760126852=>1,1760128350=>1,1760128860=>1,1760129898=>1,1753424998=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-14.php CHANGED
@@ -1 +1 @@
1
- <?php return array(1973906146=>1,1973905441=>1,1973907236=>1,1973908104=>1,1973911664=>1,1973908704=>1,1973902570=>1,1973901153=>1,1973899626=>1,1973899567=>1,1973899637=>1,1973899707=>1,1973901058=>1,1973899844=>1,1973912617=>1,1973912878=>1,1973928310=>1,1973928140=>1,1973928720=>1,1973929457=>1,1973934583=>1,1973931179=>1,1973916201=>1,1973915645=>1,1973913382=>1,1973913333=>1,1973914179=>1,1973914637=>1,1973915572=>1,1973915469=>1,1973899540=>1,1973899533=>1,1973896126=>1,1973895438=>1,1973896846=>1,1973896862=>1,1973897000=>1,1973896891=>1,1973895348=>1,1973893790=>1,1973892408=>1,1973892162=>1,1973892480=>1,1973892729=>1,1973893756=>1,1973893327=>1,1973897070=>1,1973897121=>1,1973899307=>1,1973898301=>1,1973899327=>1,1973899330=>1,1973899501=>1,1973899485=>1,1973898011=>1,1973897926=>1,1973897446=>1,1973897413=>1,1973897591=>1,1973897847=>1,1973897914=>1,1973944868=>1,1973950666=>1,1973962981=>1,1973960618=>1,1973963290=>1,1973965409=>1,1973969077=>1,1973966385=>1,1973960020=>1,1973959867=>1,1973959119=>1,1973958291=>1,1973959301=>1,1973959544=>1,1973959656=>1,1973959597=>1,1973969123=>1,1973969922=>1,1973977112=>1,1973975898=>1,1973977113=>1,1973977210=>1,1973977300=>1,1973977269=>1,1973975707=>1,1973975685=>1,1973970291=>1,1973970042=>1,1973970685=>1,1973970887=>1,1973975217=>1,1973973868=>1,1973957539=>1,1973957446=>1,1973954564=>1,1973954549=>1,1973954647=>1,1973954678=>1,1973954765=>1,1973954739=>1,1973954365=>1,1973953006=>1,1973951018=>1,1973950696=>1,1973951108=>1,1973951568=>1,1973952259=>1,1973952248=>1,1973954903=>1,1973955018=>1,1973955542=>1,1973955506=>1,1973955638=>1,1973956146=>1,1973957278=>1,1973956654=>1,1973955305=>1,1973955270=>1,1973955187=>1,1973955147=>1,1973955205=>1,1973955245=>1,1973955255=>1,1973891439=>1,1973891432=>1,1973837905=>1,1973837768=>1,1973838013=>1,1973838014=>1,1973838075=>1,1973838028=>1,1973837533=>1,1973837328=>1,1973835352=>1,1973834829=>1,1973835599=>1,1973835820=>1,1973836997=>1,1973836002=>1,1973838138=>1,1973838231=>1,1973840390=>1,1973840365=>1,1973840395=>1,1973840500=>1,1973840883=>1,1973840526=>1,1973840337=>1,1973840321=>1,1973838405=>1,1973838399=>1,1973838435=>1,1973838566=>1,1973840255=>1,1973840040=>1,1973834758=>1,1973833834=>1,1973828115=>1,1973827930=>1,1973828181=>1,1973828254=>1,1973830298=>1,1973830172=>1,1973827742=>1,1973827731=>1,1973823951=>1,1973811640=>1,1973824680=>1,1973825043=>1,1973827671=>1,1973826386=>1,1973830341=>1,1973830807=>1,1973832865=>1,1973832534=>1,1973833234=>1,1973833418=>1,1973833786=>1,1973833584=>1,1973832244=>1,1973832200=>1,1973831802=>1,1973831763=>1,1973831826=>1,1973832023=>1,1973832139=>1,1973840884=>1,1973841056=>1,1973864618=>1,1973864476=>1,1973864711=>1,1973864808=>1,1973865161=>1,1973864880=>1,1973864468=>1,1973860220=>1,1973856388=>1,1973855417=>1,1973856959=>1,1973857392=>1,1973859776=>1,1973857791=>1,1973865564=>1,1973865786=>1,1973889374=>1,1973889283=>1,1973890285=>1,1973890992=>1,1973891420=>1,1973891279=>1,1973867248=>1,1973866312=>1,1973865987=>1,1973865876=>1,1973866073=>1,1973866156=>1,1973866232=>1,1973848244=>1,1973846327=>1,1973841820=>1,1973841627=>1,1973842736=>1,1973842867=>1,1973843246=>1,1973842883=>1,1973841585=>1,1973841513=>1,1973841097=>1,1973841081=>1,1973841125=>1,1973841151=>1,1973841438=>1,1973841388=>1,1973843368=>1,1973843446=>1,1973845284=>1,1973845022=>1,1973845412=>1,1973845726=>1,1973846159=>1,1973845887=>1,1973844867=>1,1973844777=>1,1973844260=>1,1973844137=>1,1973844435=>1,1973844549=>1,1973844550=>1,1973977568=>1,1973977569=>1,1974080268=>1,1974080094=>1,1974080286=>1,1974080419=>1,1974080696=>1,1974080589=>1,1974080048=>1,1974079961=>1,1974079021=>1,1974078871=>1,1974079184=>1,1974079231=>1,1974079727=>1,1974079491=>1,1974080724=>1,1974080734=>1,1974082985=>1,1974082703=>1,1974084704=>1,1974084862=>1,1974085155=>1,1974084980=>1,1974081866=>1,1974081498=>1,1974080939=>1,1974080880=>1,1974081130=>1,1974081207=>1,1974081326=>1,1974081268=>1,1974078751=>1,1974078645=>1,1974076897=>1,1974076855=>1,1974076949=>1,1974077001=>1,1974077128=>1,1974077115=>1,1974076769=>1,1974076741=>1,1974076643=>1,1974076602=>1,1974076657=>1,1974076671=>1,1974076731=>1,1974076696=>1,1974077135=>1,1974077181=>1,1974077479=>1,1974077415=>1,1974077773=>1,1974078164=>1,1974078409=>1,1974078390=>1,1974077390=>1,1974077381=>1,1974077251=>1,1974077233=>1,1974077291=>1,1974077314=>1,1974077378=>1,1974085237=>1,1974085521=>1,1974113005=>1,1974112853=>1,1974114553=>1,1974115318=>1,1974117151=>1,1974116076=>1,1974112380=>1,1974112357=>1,1974109885=>1,1974109444=>1,1974109984=>1,1974110463=>1,1974112030=>1,1974110675=>1,1974117289=>1,1974117445=>1,1974129143=>1,1974129112=>1,1974129151=>1,1974129276=>1,1974129568=>1,1974129318=>1,1974129072=>1,1974128375=>1,1974127417=>1,1974117869=>1,1974127963=>1,1974128079=>1,1974128272=>1,1974109049=>1,1974108621=>1,1974086586=>1,1974086392=>1,1974086700=>1,1974086784=>1,1974086921=>1,1974086792=>1,1974086297=>1,1974086094=>1,1974085594=>1,1974085561=>1,1974085671=>1,1974085704=>1,1974086057=>1,1974086039=>1,1974087041=>1,1974087395=>1,1974105907=>1,1974105806=>1,1974105913=>1,1974106749=>1,1974107974=>1,1974107176=>1,1974105750=>1,1974105634=>1,1974104172=>1,1974091579=>1,1974104707=>1,1974104807=>1,1974105460=>1,1974076494=>1,1974076444=>1,1973997291=>1,1973995755=>1,1973998231=>1,1973998313=>1,1973998457=>1,1973998343=>1,1973995142=>1,1973994949=>1,1973988760=>1,1973988473=>1,1973988834=>1,1973989047=>1,1973989316=>1,1973989202=>1,1973998685=>1,1973998691=>1,1974013540=>1,1974011021=>1,1974027001=>1,1974027002=>1,1974047374=>1,1974044498=>1,1974011015=>1,1974000281=>1,1973998825=>1,1973998808=>1,1973998863=>1,1973998900=>1,1974000163=>1,1973999567=>1,1973988045=>1,1973987909=>1,1973978077=>1,1973978072=>1,1973978101=>1,1973978488=>1,1973978743=>1,1973978489=>1,1973977937=>1,1973977896=>1,1973977714=>1,1973977683=>1,1973977735=>1,1973977738=>1,1973977877=>1,1973977773=>1,1973978906=>1,1973982005=>1,1973987178=>1,1973986045=>1,1973987257=>1,1973987542=>1,1973987742=>1,1973987721=>1,1973985544=>1,1973985427=>1,1973982346=>1,1973982344=>1,1973982723=>1,1973982881=>1,1973983105=>1,1974056974=>1,1974057379=>1,1974067025=>1,1974066437=>1,1974068779=>1,1974070115=>1,1974073010=>1,1974071429=>1,1974066232=>1,1974065908=>1,1974063889=>1,1974063477=>1,1974064283=>1,1974064532=>1,1974065476=>1,1974065347=>1,1974073277=>1,1974074150=>1,1974076269=>1,1974076252=>1,1974076333=>1,1974076356=>1,1974076432=>1,1974076372=>1,1974076213=>1,1974076209=>1,1974075283=>1,1974074321=>1,1974075802=>1,1974075967=>1,1974075993=>1,1974063348=>1,1974063042=>1,1974060059=>1,1974059151=>1,1974060167=>1,1974060550=>1,1974061688=>1,1974060682=>1,1974058835=>1,1974058601=>1,1974057709=>1,1974057508=>1,1974057877=>1,1974058279=>1,1974058474=>1,1974058342=>1,1974061714=>1,1974061797=>1,1974062616=>1,1974062312=>1,1974062760=>1,1974062967=>1,1974063039=>1,1974063015=>1,1974062048=>1,1974062017=>1,1974061884=>1,1974061851=>1,1974061957=>1,1974061967=>1,1974061989=>1,1973811611=>1,1973811589=>1,1973694518=>1,1973694343=>1,1973694812=>1,1973695175=>1,1973695679=>1,1973695285=>1,1973693999=>1,1973693743=>1,1973693272=>1,1973693236=>1,1973693293=>1,1973693337=>1,1973693428=>1,1973693399=>1,1973695684=>1,1973696165=>1,1973712495=>1,1973710191=>1,1973715998=>1,1973715999=>1,1973716082=>1,1973716063=>1,1973710167=>1,1973708879=>1,1973704087=>1,1973696403=>1,1973704431=>1,1973707791=>1,1973708001=>1,1973707976=>1,1973693104=>1,1973693023=>1,1973680329=>1,1973680294=>1,1973680580=>1,1973680801=>1,1973681247=>1,1973681082=>1,1973680258=>1,1973680226=>1,1973678968=>1,1973678757=>1,1973679060=>1,1973679532=>1,1973680193=>1,1973680013=>1,1973681425=>1,1973681462=>1,1973692628=>1,1973692496=>1,1973692849=>1,1973692875=>1,1973692993=>1,1973692890=>1,1973692421=>1,1973692280=>1,1973691062=>1,1973682027=>1,1973691837=>1,1973692049=>1,1973692202=>1,1973716215=>1,1973716234=>1,1973718952=>1,1973718947=>1,1973718986=>1,1973719023=>1,1973732434=>1,1973719758=>1,1973718870=>1,1973718713=>1,1973718258=>1,1973718130=>1,1973718280=>1,1973718454=>1,1973718588=>1,1973718559=>1,1973732600=>1,1973733410=>1,1973736767=>1,1973736766=>1,1973737114=>1,1973737185=>1,1973737693=>1,1973737386=>1,1973736721=>1,1973736639=>1,1973735847=>1,1973735458=>1,1973735874=>1,1973736358=>1,1973736531=>1,1973718107=>1,1973718082=>1,1973716838=>1,1973716713=>1,1973717065=>1,1973717160=>1,1973717191=>1,1973717185=>1,1973716652=>1,1973716606=>1,1973716314=>1,1973716262=>1,1973716353=>1,1973716379=>1,1973716467=>1,1973716452=>1,1973717265=>1,1973717302=>1,1973717807=>1,1973717733=>1,1973717930=>1,1973717934=>1,1973718080=>1,1973718076=>1,1973717723=>1,1973717670=>1,1973717394=>1,1973717372=>1,1973717452=>1,1973717456=>1,1973717497=>1,1973678552=>1,1973678071=>1,1973658929=>1,1973658878=>1,1973658984=>1,1973659073=>1,1973659229=>1,1973659137=>1,1973658865=>1,1973658848=>1,1973655490=>1,1973654350=>1,1973655531=>1,1973657777=>1,1973658731=>1,1973658518=>1,1973659302=>1,1973659410=>1,1973661749=>1,1973661053=>1,1973662072=>1,1973662106=>1,1973662356=>1,1973662336=>1,1973661008=>1,1973660141=>1,1973659467=>1,1973659432=>1,1973659495=>1,1973659574=>1,1973659785=>1,1973659594=>1,1973652384=>1,1973652369=>1,1973646862=>1,1973646834=>1,1973646965=>1,1973647201=>1,1973647688=>1,1973647435=>1,1973646746=>1,1973646671=>1,1973646367=>1,1973646258=>1,1973646457=>1,1973646525=>1,1973646565=>1,1973646564=>1,1973647923=>1,1973648096=>1,1973649126=>1,1973649125=>1,1973649177=>1,1973649263=>1,1973652057=>1,1973649394=>1,1973649042=>1,1973649004=>1,1973648537=>1,1973648431=>1,1973648909=>1,1973648970=>1,1973648978=>1,1973662459=>1,1973662484=>1,1973676230=>1,1973675945=>1,1973676412=>1,1973676554=>1,1973676869=>1,1973676825=>1,1973675939=>1,1973675870=>1,1973675280=>1,1973675172=>1,1973675326=>1,1973675387=>1,1973675719=>1,1973675702=>1,1973676910=>1,1973676962=>1,1973677731=>1,1973677728=>1,1973677792=>1,1973677839=>1,1973678034=>1,1973677958=>1,1973677703=>1,1973677672=>1,1973677631=>1,1973677629=>1,1973677634=>1,1973677647=>1,1973677652=>1,1973674796=>1,1973674762=>1,1973663674=>1,1973663301=>1,1973663764=>1,1973664032=>1,1973664457=>1,1973664167=>1,1973663134=>1,1973663048=>1,1973662677=>1,1973662604=>1,1973662749=>1,1973662790=>1,1973662994=>1,1973662964=>1,1973664484=>1,1973664744=>1,1973674438=>1,1973674163=>1,1973674492=>1,1973674506=>1,1973674601=>1,1973674542=>1,1973674109=>1,1973674097=>1,1973665155=>1,1973664748=>1,1973665773=>1,1973673545=>1,1973673991=>1,1973737974=>1,1973738155=>1,1973792416=>1,1973792218=>1,1973792551=>1,1973792560=>1,1973792868=>1,1973792583=>1,1973792095=>1,1973792002=>1,1973791341=>1,1973791268=>1,1973791653=>1,1973791696=>1,1973791850=>1,1973791739=>1,1973793079=>1,1973793466=>1,1973796281=>1,1973796240=>1,1973796312=>1,1973796320=>1,1973799302=>1,1973798676=>1,1973796220=>1,1973795854=>1,1973794083=>1,1973793602=>1,1973794500=>1,1973794581=>1,1973795384=>1,1973794588=>1,1973791175=>1,1973791164=>1,1973787256=>1,1973786990=>1,1973787762=>1,1973787801=>1,1973788698=>1,1973788668=>1,1973786941=>1,1973786796=>1,1973785356=>1,1973785248=>1,1973785767=>1,1973786202=>1,1973786235=>1,1973786211=>1,1973788699=>1,1973788742=>1,1973790616=>1,1973790614=>1,1973790869=>1,1973791046=>1,1973791101=>1,1973791079=>1,1973790600=>1,1973790225=>1,1973788924=>1,1973788831=>1,1973789433=>1,1973789468=>1,1973789674=>1,1973799482=>1,1973799513=>1,1973810065=>1,1973809914=>1,1973810152=>1,1973810198=>1,1973810253=>1,1973810218=>1,1973809684=>1,1973807016=>1,1973806771=>1,1973806770=>1,1973806870=>1,1973806928=>1,1973806981=>1,1973806946=>1,1973810254=>1,1973810293=>1,1973811485=>1,1973811410=>1,1973811499=>1,1973811510=>1,1973811542=>1,1973811527=>1,1973811303=>1,1973811202=>1,1973810453=>1,1973810319=>1,1973810460=>1,1973810503=>1,1973810531=>1,1973806636=>1,1973806449=>1,1973805135=>1,1973805121=>1,1973805173=>1,1973805238=>1,1973805268=>1,1973805254=>1,1973805100=>1,1973804373=>1,1973802987=>1,1973802447=>1,1973803532=>1,1973803765=>1,1973804177=>1,1973804023=>1,1973805283=>1,1973805305=>1,1973806088=>1,1973806051=>1,1973806117=>1,1973806199=>1,1973806404=>1,1973806386=>1,1973806050=>1,1973805964=>1,1973805495=>1,1973805331=>1,1973805534=>1,1973805793=>1,1973805908=>1,1973785124=>1,1973785092=>1,1973748975=>1,1973748946=>1,1973749287=>1,1973749439=>1,1973749870=>1,1973749867=>1,1973748879=>1,1973748643=>1,1973747204=>1,1973747130=>1,1973747444=>1,1973747828=>1,1973748635=>1,1973748254=>1,1973749899=>1,1973749987=>1,1973750480=>1,1973750435=>1,1973750513=>1,1973750516=>1,1973750550=>1,1973750545=>1,1973750355=>1,1973750350=>1,1973750154=>1,1973750140=>1,1973750207=>1,1973750220=>1,1973750279=>1,1973750255=>1,1973746866=>1,1973746395=>1,1973741914=>1,1973741727=>1,1973741934=>1,1973742105=>1,1973742341=>1,1973742215=>1,1973741650=>1,1973741639=>1,1973738600=>1,1973738207=>1,1973738667=>1,1973738720=>1,1973741586=>1,1973739226=>1,1973742479=>1,1973742809=>1,1973744835=>1,1973744273=>1,1973744999=>1,1973745179=>1,1973745760=>1,1973745549=>1,1973744117=>1,1973743953=>1,1973743371=>1,1973743205=>1,1973743438=>1,1973743832=>1,1973743833=>1,1973750567=>1,1973750609=>1,1973773435=>1,1973773349=>1,1973773495=>1,1973773615=>1,1973773738=>1,1973773679=>1,1973772821=>1,1973772791=>1,1973769025=>1,1973763853=>1,1973769467=>1,1973769724=>1,1973770133=>1,1973769957=>1,1973773819=>1,1973774016=>1,1973775794=>1,1973775772=>1,1973782913=>1,1973784761=>1,1973785021=>1,1973784803=>1,1973775745=>1,1973774317=>1,1973774126=>1,1973774032=>1,1973774264=>1,1973774310=>1,1973774312=>1,1973763044=>1,1973761654=>1,1973751250=>1,1973751204=>1,1973751383=>1,1973751520=>1,1973751598=>1,1973751536=>1,1973751163=>1,1973751140=>1,1973750723=>1,1973750687=>1,1973750735=>1,1973750773=>1,1973751052=>1,1973750990=>1,1973751744=>1,1973751751=>1,1973760993=>1,1973760894=>1,1973761167=>1,1973761232=>1,1973761613=>1,1973761478=>1,1973760792=>1,1973760428=>1,1973760030=>1,1973751798=>1,1973760347=>1,1973760407=>1,1973760412=>1,1973646163=>1,);?>
1
+ <?php return array(1914433834=>1,1914433199=>1,1914433985=>1,1914436027=>1,1914846066=>1,1914589527=>1,1914433180=>1,1914432449=>1,1914417069=>1,1914397785=>1,1914429501=>1,1914431663=>1,1914432342=>1,1914431736=>1,1914868940=>1,1915010266=>1,1915246760=>1,1915246023=>1,1915251720=>1,1915252444=>1,1915273442=>1,1915273375=>1,1915245927=>1,1915242058=>1,1915075506=>1,1915075480=>1,1915117758=>1,1915126952=>1,1915222407=>1,1915127140=>1,1914383096=>1,1914320229=>1,1912571583=>1,1912570154=>1,1912595104=>1,1912933378=>1,1912933554=>1,1912933486=>1,1912561317=>1,1912560991=>1,1912373679=>1,1912366089=>1,1912387058=>1,1912391792=>1,1912552761=>1,1912549681=>1,1912998886=>1,1913004738=>1,1914308703=>1,1914308188=>1,1914309075=>1,1914309640=>1,1914309739=>1,1914309645=>1,1914306722=>1,1914189449=>1,1913771055=>1,1913007466=>1,1914175515=>1,1914175529=>1,1914189038=>1,1915273741=>1,1915274442=>1,1917821841=>1,1917821697=>1,1917868981=>1,1917880432=>1,1917903431=>1,1917880512=>1,1916929939=>1,1916929932=>1,1915534651=>1,1915531685=>1,1915656762=>1,1915732394=>1,1915735770=>1,1915733588=>1,1917908638=>1,1918163874=>1,1919609580=>1,1919470350=>1,1919609954=>1,1919756614=>1,1919767870=>1,1919766905=>1,1919352354=>1,1919133878=>1,1918273083=>1,1918170579=>1,1918767712=>1,1918875939=>1,1918876664=>1,1918876618=>1,1915520549=>1,1915403867=>1,1915276345=>1,1915276257=>1,1915276387=>1,1915276397=>1,1915277184=>1,1915276491=>1,1915276196=>1,1915276140=>1,1915274940=>1,1915274493=>1,1915275490=>1,1915275770=>1,1915276125=>1,1915275965=>1,1915277188=>1,1915277197=>1,1915368961=>1,1915327758=>1,1915371479=>1,1915371505=>1,1915403647=>1,1915386221=>1,1915288397=>1,1915284098=>1,1915283707=>1,1915283632=>1,1915283912=>1,1915283945=>1,1915283948=>1,1912317570=>1,1912121722=>1,1897817696=>1,1897817695=>1,1897869001=>1,1897869002=>1,1899357850=>1,1897877698=>1,1897817693=>1,1897817692=>1,1897260906=>1,1897260881=>1,1897369352=>1,1897375580=>1,1897817691=>1,1897381610=>1,1900166776=>1,1900166786=>1,1900615403=>1,1900485369=>1,1900844019=>1,1901009205=>1,1901018037=>1,1901009447=>1,1900394875=>1,1900394845=>1,1900205876=>1,1900192414=>1,1900293284=>1,1900351778=>1,1900388621=>1,1900367908=>1,1897260350=>1,1897260342=>1,1894598165=>1,1894172074=>1,1894602189=>1,1894651992=>1,1895928344=>1,1894667610=>1,1893032261=>1,1892608366=>1,1891772357=>1,1891709339=>1,1891814155=>1,1891903094=>1,1892106686=>1,1891904179=>1,1896026463=>1,1896337994=>1,1897165094=>1,1896672253=>1,1897218726=>1,1897219613=>1,1897219835=>1,1897219696=>1,1896632995=>1,1896600931=>1,1896529126=>1,1896521152=>1,1896580554=>1,1896580555=>1,1896580556=>1,1901085627=>1,1901325378=>1,1908952603=>1,1908952595=>1,1908953428=>1,1908973454=>1,1908987554=>1,1908973467=>1,1908947624=>1,1908940042=>1,1908639323=>1,1908338118=>1,1908658169=>1,1908701858=>1,1908939798=>1,1908939603=>1,1908988142=>1,1908996631=>1,1911800260=>1,1911614982=>1,1911833066=>1,1912072515=>1,1912119353=>1,1912077330=>1,1911476520=>1,1911089454=>1,1909212454=>1,1909190027=>1,1909249074=>1,1910594520=>1,1911036768=>1,1908081117=>1,1907381002=>1,1902829442=>1,1902795463=>1,1902852428=>1,1902889497=>1,1902950650=>1,1902939490=>1,1902795449=>1,1902767446=>1,1902262569=>1,1902256260=>1,1902361746=>1,1902575281=>1,1902727229=>1,1902707805=>1,1902968259=>1,1903087718=>1,1905969932=>1,1905011507=>1,1906316838=>1,1906395600=>1,1906477713=>1,1906409613=>1,1904693739=>1,1903828730=>1,1903138779=>1,1903138054=>1,1903428795=>1,1903486672=>1,1903676648=>1,1920066759=>1,1920411150=>1,1939812574=>1,1939811252=>1,1939816529=>1,1939832311=>1,1939900812=>1,1939900811=>1,1939811176=>1,1939807107=>1,1939506739=>1,1939478213=>1,1939507732=>1,1939566049=>1,1939801591=>1,1939645699=>1,1939900820=>1,1939900850=>1,1941697321=>1,1941614462=>1,1941698232=>1,1942070437=>1,1942195086=>1,1942085940=>1,1941578955=>1,1941380102=>1,1940920647=>1,1940261495=>1,1941015127=>1,1941307776=>1,1941379590=>1,1941324892=>1,1938979803=>1,1938834772=>1,1936716878=>1,1936716875=>1,1936796631=>1,1936974733=>1,1937059080=>1,1937059076=>1,1936694596=>1,1935198515=>1,1935145961=>1,1935145759=>1,1935145991=>1,1935146594=>1,1935146966=>1,1935146849=>1,1937142622=>1,1937517826=>1,1937720388=>1,1937710546=>1,1937720578=>1,1937720587=>1,1938188909=>1,1937721450=>1,1937708170=>1,1937704997=>1,1937524814=>1,1937522978=>1,1937524894=>1,1937525114=>1,1937533081=>1,1942423438=>1,1942516806=>1,1947801070=>1,1946853395=>1,1947818976=>1,1947868525=>1,1948208324=>1,1948208291=>1,1946599911=>1,1946569210=>1,1945920757=>1,1945734921=>1,1945935293=>1,1946297957=>1,1946567519=>1,1946415945=>1,1948221875=>1,1948252387=>1,1950920881=>1,1950533109=>1,1950921715=>1,1950941098=>1,1951035970=>1,1951023331=>1,1950023220=>1,1949805152=>1,1949420938=>1,1949307851=>1,1949440437=>1,1949649594=>1,1949649624=>1,1945689659=>1,1945665706=>1,1944545019=>1,1944535312=>1,1944559155=>1,1944848619=>1,1944888957=>1,1944854086=>1,1944535311=>1,1944485764=>1,1944306046=>1,1942516808=>1,1944306153=>1,1944349848=>1,1944350674=>1,1944350573=>1,1945016844=>1,1945035034=>1,1945291051=>1,1945205382=>1,1945291299=>1,1945292268=>1,1945664226=>1,1945661658=>1,1945195874=>1,1945195234=>1,1945096983=>1,1945035785=>1,1945174112=>1,1945187974=>1,1945192504=>1,1935143785=>1,1935143665=>1,1929134479=>1,1929134154=>1,1929135191=>1,1929135359=>1,1929135758=>1,1929135749=>1,1929115490=>1,1929030323=>1,1928700367=>1,1928699105=>1,1928862014=>1,1928895418=>1,1928934322=>1,1928933990=>1,1929138681=>1,1929139079=>1,1929171326=>1,1929149684=>1,1929181147=>1,1931053813=>1,1931220292=>1,1931216660=>1,1929148581=>1,1929148430=>1,1929141106=>1,1929140844=>1,1929142794=>1,1929144723=>1,1929147825=>1,1929144739=>1,1928649207=>1,1928488873=>1,1922970997=>1,1922968620=>1,1924049956=>1,1924784989=>1,1926071234=>1,1925670394=>1,1922033445=>1,1921978352=>1,1921061011=>1,1921060990=>1,1921125689=>1,1921160970=>1,1921974905=>1,1921856516=>1,1926719663=>1,1926731277=>1,1927655981=>1,1927369561=>1,1927660466=>1,1928406027=>1,1928487380=>1,1928487378=>1,1927365906=>1,1926932185=>1,1926732927=>1,1926732351=>1,1926737087=>1,1926738518=>1,1926740871=>1,1931221996=>1,1931224353=>1,1933836316=>1,1933631758=>1,1933843803=>1,1934011303=>1,1934020762=>1,1934015082=>1,1933626165=>1,1933079506=>1,1932417085=>1,1931333854=>1,1932461192=>1,1932466014=>1,1932474674=>1,1932470107=>1,1934093747=>1,1934571616=>1,1935141343=>1,1935140922=>1,1935142009=>1,1935142531=>1,1935143085=>1,1935142556=>1,1935135527=>1,1935126627=>1,1934945849=>1,1934911934=>1,1935094228=>1,1935094326=>1,1935094684=>1,1931332699=>1,1931332244=>1,1931257330=>1,1931250812=>1,1931258412=>1,1931269335=>1,1931275820=>1,1931275065=>1,1931250164=>1,1931238063=>1,1931227851=>1,1931224849=>1,1931229517=>1,1931232092=>1,1931235500=>1,1931234118=>1,1931288951=>1,1931291452=>1,1931322746=>1,1931321767=>1,1931328219=>1,1931329579=>1,1931329911=>1,1931329730=>1,1931321703=>1,1931321427=>1,1931291884=>1,1931291539=>1,1931306520=>1,1931316208=>1,1931317101=>1,1891681860=>1,1891349055=>1,1850594918=>1,1850591053=>1,1850596211=>1,1850596831=>1,1850598286=>1,1850597908=>1,1850591012=>1,1850586776=>1,1850575352=>1,1850574896=>1,1850578009=>1,1850578264=>1,1850580956=>1,1850580267=>1,1850598575=>1,1850598678=>1,1850646890=>1,1850645147=>1,1850647628=>1,1850647939=>1,1850649447=>1,1850649060=>1,1850643031=>1,1850642024=>1,1850600541=>1,1850599611=>1,1850600555=>1,1850601453=>1,1850603534=>1,1850601657=>1,1850574879=>1,1850574448=>1,1848961090=>1,1848961084=>1,1848961091=>1,1848961099=>1,1848968698=>1,1848961100=>1,1848961080=>1,1848961069=>1,1847899256=>1,1847897139=>1,1847974974=>1,1848406290=>1,1848792152=>1,1848477669=>1,1848979777=>1,1849041361=>1,1850390069=>1,1850324492=>1,1850390070=>1,1850392885=>1,1850514020=>1,1850393427=>1,1850280956=>1,1850279591=>1,1850220061=>1,1849878261=>1,1850266425=>1,1850277909=>1,1850277954=>1,1850650176=>1,1850653635=>1,1856707093=>1,1856677691=>1,1856803332=>1,1856803393=>1,1856813889=>1,1856809571=>1,1856645456=>1,1856639046=>1,1856292626=>1,1856292220=>1,1856293445=>1,1856295867=>1,1856622926=>1,1856296258=>1,1856813937=>1,1856908168=>1,1860715502=>1,1859378762=>1,1860717718=>1,1860717778=>1,1860722058=>1,1860719398=>1,1859358532=>1,1859329904=>1,1857073071=>1,1857026506=>1,1857923243=>1,1859132070=>1,1859328804=>1,1856245689=>1,1856245688=>1,1854439690=>1,1854320867=>1,1854452684=>1,1854456267=>1,1854464902=>1,1854464375=>1,1853213576=>1,1853212878=>1,1851527730=>1,1851166460=>1,1851594666=>1,1852181328=>1,1853211546=>1,1852181464=>1,1854464925=>1,1854510075=>1,1854919513=>1,1854645781=>1,1855523322=>1,1855949973=>1,1856245657=>1,1856245656=>1,1854643191=>1,1854563337=>1,1854533416=>1,1854526500=>1,1854544572=>1,1854544702=>1,1854546574=>1,1847897099=>1,1847728150=>1,1842298194=>1,1842264742=>1,1842298227=>1,1842298248=>1,1842298281=>1,1842298251=>1,1842180618=>1,1842127221=>1,1841928912=>1,1841928908=>1,1841954983=>1,1841985025=>1,1842048067=>1,1841985145=>1,1842298625=>1,1843071611=>1,1843820297=>1,1843818498=>1,1843822771=>1,1843823118=>1,1843847221=>1,1843845578=>1,1843799005=>1,1843575873=>1,1843213369=>1,1843103785=>1,1843251609=>1,1843397074=>1,1843408370=>1,1843402834=>1,1841928907=>1,1841928906=>1,1841928866=>1,1841928864=>1,1841928867=>1,1841928874=>1,1841928881=>1,1841928875=>1,1841928863=>1,1841928862=>1,1841928855=>1,1841928854=>1,1841928856=>1,1841928857=>1,1841928860=>1,1841928858=>1,1841928882=>1,1841928884=>1,1841928896=>1,1841928895=>1,1841928897=>1,1841928903=>1,1841928905=>1,1841928904=>1,1841928893=>1,1841928892=>1,1841928887=>1,1841928886=>1,1841928888=>1,1841928890=>1,1841928891=>1,1843850329=>1,1843850335=>1,1844537823=>1,1844392088=>1,1844939033=>1,1844978178=>1,1844981544=>1,1844979506=>1,1844392083=>1,1844391962=>1,1844302720=>1,1844276352=>1,1844337748=>1,1844367602=>1,1844389643=>1,1844382730=>1,1844981908=>1,1845023096=>1,1845484068=>1,1845482553=>1,1845848298=>1,1846652054=>1,1847728131=>1,1846735113=>1,1845399303=>1,1845364265=>1,1845175790=>1,1845023401=>1,1845201434=>1,1845207559=>1,1845294450=>1,1844251490=>1,1844214800=>1,1844181418=>1,1844091445=>1,1844181890=>1,1844181891=>1,1844181893=>1,1844181892=>1,1844061816=>1,1844061380=>1,1843866755=>1,1843850917=>1,1843886705=>1,1843948174=>1,1844061006=>1,1844019177=>1,1844203902=>1,1844203914=>1,1844205577=>1,1844205413=>1,1844211969=>1,1844211970=>1,1844211998=>1,1844211971=>1,1844205043=>1,1844204739=>1,1844204083=>1,1844204082=>1,1844204084=>1,1844204085=>1,1844204244=>1,1860722478=>1,1861389467=>1,1880119735=>1,1880119670=>1,1880120336=>1,1880141780=>1,1880303844=>1,1880268606=>1,1880119562=>1,1880119427=>1,1880116412=>1,1880086649=>1,1880119064=>1,1880119117=>1,1880119200=>1,1880119197=>1,1880393435=>1,1880488900=>1,1880804429=>1,1880746684=>1,1880805145=>1,1882542522=>1,1883289929=>1,1882542523=>1,1880734123=>1,1880730493=>1,1880560728=>1,1880550198=>1,1880693172=>1,1880693173=>1,1880697224=>1,1880697199=>1,1880084764=>1,1879882671=>1,1878822191=>1,1878730482=>1,1878822538=>1,1878874699=>1,1878904487=>1,1878904372=>1,1878730274=>1,1878730197=>1,1878727210=>1,1878598900=>1,1878729014=>1,1878729189=>1,1878729819=>1,1878729649=>1,1878905380=>1,1878919240=>1,1879224790=>1,1879084523=>1,1879224930=>1,1879314840=>1,1879705086=>1,1879440722=>1,1879083797=>1,1879083696=>1,1879001121=>1,1878929995=>1,1879005161=>1,1879005192=>1,1879081662=>1,1883330639=>1,1883330778=>1,1885951246=>1,1885946731=>1,1886392445=>1,1886406259=>1,1886877857=>1,1886406260=>1,1885899806=>1,1885687979=>1,1885296450=>1,1885289354=>1,1885327323=>1,1885335225=>1,1885336633=>1,1885335415=>1,1887180319=>1,1887182036=>1,1887816284=>1,1887324261=>1,1889720486=>1,1889981179=>1,1890386698=>1,1890199857=>1,1887322161=>1,1887191449=>1,1887184151=>1,1887183781=>1,1887184611=>1,1887187541=>1,1887189471=>1,1885284255=>1,1885206576=>1,1883925710=>1,1883925558=>1,1883951044=>1,1884160843=>1,1884170180=>1,1884161764=>1,1883923628=>1,1883921276=>1,1883467885=>1,1883366377=>1,1883470675=>1,1883471201=>1,1883917710=>1,1883908647=>1,1884170402=>1,1884172162=>1,1884536921=>1,1884453526=>1,1884964947=>1,1884992409=>1,1885139235=>1,1885016291=>1,1884205576=>1,1884198378=>1,1884195762=>1,1884195114=>1,1884197156=>1,1884197644=>1,1884197645=>1,1878598782=>1,1878598736=>1,1865354498=>1,1864805987=>1,1865354499=>1,1865354500=>1,1865508422=>1,1865394985=>1,1864772253=>1,1863643282=>1,1863198868=>1,1863198867=>1,1863198869=>1,1863198874=>1,1863627730=>1,1863198875=>1,1865944470=>1,1865944471=>1,1866835915=>1,1866833981=>1,1867135220=>1,1867135224=>1,1867897850=>1,1867231683=>1,1866830312=>1,1866759091=>1,1866409508=>1,1865944472=>1,1866685979=>1,1866688307=>1,1866754130=>1,1866752829=>1,1863198866=>1,1863151206=>1,1862493781=>1,1862452354=>1,1862506475=>1,1862841278=>1,1862894289=>1,1862879589=>1,1862370963=>1,1862359550=>1,1862344755=>1,1861868106=>1,1862344828=>1,1862345755=>1,1862352151=>1,1862350611=>1,1862941363=>1,1862972898=>1,1863086881=>1,1863078818=>1,1863086882=>1,1863126232=>1,1863150864=>1,1863126413=>1,1863078816=>1,1863078810=>1,1862998980=>1,1862998978=>1,1863030929=>1,1863078681=>1,1863078682=>1,1868117364=>1,1868146761=>1,1875792376=>1,1875652090=>1,1875792389=>1,1875822586=>1,1876781399=>1,1875855597=>1,1875640449=>1,1875551081=>1,1875510436=>1,1875452452=>1,1875511370=>1,1875527040=>1,1875529804=>1,1875527484=>1,1876782488=>1,1877007649=>1,1878174584=>1,1878154988=>1,1878202978=>1,1878399514=>1,1878574849=>1,1878551456=>1,1878154985=>1,1878154943=>1,1877278255=>1,1877278249=>1,1878154426=>1,1878154818=>1,1878154911=>1,1875437291=>1,1875437290=>1,1873033360=>1,1873031055=>1,1873034088=>1,1873037798=>1,1873271555=>1,1873038792=>1,1872934605=>1,1872886586=>1,1868381771=>1,1868302881=>1,1868408048=>1,1868842456=>1,1870341818=>1,1870049637=>1,1873558742=>1,1873750656=>1,1874918089=>1,1874895119=>1,1875247706=>1,1875327182=>1,1875371836=>1,1875352722=>1,1874893741=>1,1874892713=>1,1874026948=>1,1874019298=>1,1874889535=>1,1874889623=>1,1874890579=>1,1841928852=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-15.php CHANGED
@@ -1 +1 @@
1
- <?php return array(2026094672=>2026094687,2016692488=>2016692519,1990887948=>1,1990865758=>1,1990889120=>1,1990958020=>1,1990951653=>1,1990865455=>1,1990864975=>1,1990864430=>1,1990864298=>1,1990864441=>1,1990864480=>1,1990958034=>1,1990864688=>1,1990865428=>1,1990987920=>1,1991107497=>1,1991067642=>1,1991107558=>1,1991184101=>1,1991204131=>1,1991185570=>1,1991067641=>1,1991048539=>1,1990988068=>1,1990864297=>1,1990992912=>1,1991020055=>1,1991028567=>1,1991021008=>1,1990987148=>1,1990864115=>1,1990861885=>1,1990861829=>1,1990861969=>1,1990862018=>1,1990862333=>1,1990862261=>1,1990861788=>1,1990861477=>1,1990861072=>1,1990861030=>1,1990861149=>1,1990861269=>1,1990861391=>1,1990861371=>1,1990862527=>1,1990862562=>1,1990863715=>1,1990863693=>1,1990863875=>1,1990863976=>1,1991485641=>1,1990863998=>1,1990863591=>1,1990863511=>1,1990862799=>1,1990862589=>1,1990862810=>1,1990863070=>1,1990863350=>1,1990864276=>1,1991654910=>1,1997247187=>1,1997102989=>1,1997422274=>1,1997495538=>1,1997682195=>1,1997495874=>1,1997101536=>1,1997097911=>1,1996633290=>1,1996614214=>1,1996633291=>1,1996633292=>1,1996916858=>1,1996633293=>1,1997682196=>1,1997684046=>1,1998418009=>1,1998415472=>1,1998420039=>1,1998789210=>1,1999135394=>1,1998883459=>1,1998413801=>1,1998397456=>1,1997684461=>1,1997684460=>1,1997706931=>1,1997707316=>1,1998390094=>1,1997707766=>1,1996125341=>1,1996052880=>1,1992295955=>1,1992115490=>1,1992363916=>1,1992398948=>1,1992423325=>1,1992417762=>1,1992101298=>1,1992100618=>1,1991770252=>1,1990861018=>1,1991771268=>1,1991817353=>1,1991954797=>1,1991905627=>1,1992425266=>1,1992476090=>1,1995572141=>1,1995315517=>1,1995741085=>1,1995763458=>1,1995766179=>1,1995766178=>1,1995255951=>1,1994943779=>1,1993404740=>1,1992953713=>1,1993451768=>1,1993465220=>1,1993719554=>1,1991498938=>1,1990860874=>1,1986228879=>1,1986226524=>1,1986244763=>1,1986432235=>1,1986522357=>1,1986455194=>1,1986226523=>1,1986226522=>1,1986183690=>1,1986175693=>1,1986183691=>1,1986183693=>1,1986193669=>1,1986189398=>1,1986758085=>1,1987118456=>1,1987802964=>1,1987802963=>1,1987802965=>1,1987803014=>1,1987803079=>1,1987803040=>1,1987802962=>1,1987802961=>1,1987179685=>1,1987118939=>1,1987213837=>1,1987774620=>1,1987802357=>1,1987801348=>1,1986158744=>1,1986145275=>1,1986105754=>1,1986104034=>1,1986106316=>1,1986106317=>1,1986108166=>1,1986106572=>1,1986103702=>1,1986103634=>1,1986097578=>1,1986093674=>1,1986101282=>1,1986101283=>1,1986103490=>1,1986101284=>1,1986108498=>1,1986112076=>1,1986129810=>1,1986121301=>1,1986132267=>1,1986132269=>1,1986143130=>1,1986133866=>1,1986120029=>1,1986120028=>1,1986113030=>1,1986112078=>1,1986116898=>1,1986117579=>1,1986117610=>1,1988005585=>1,1988379064=>1,1989194238=>1,1989193734=>1,1989196022=>1,1989196797=>1,1989197795=>1,1989196798=>1,1989192701=>1,1989189441=>1,1989187016=>1,1989186700=>1,1989187326=>1,1989187473=>1,1989188610=>1,1989187833=>1,1989198031=>1,1989203285=>1,1990818224=>1,1990818004=>1,1990819346=>1,1990853157=>1,1999271163=>1,1990860823=>1,1990711455=>1,1990449320=>1,1990257230=>1,1989203289=>1,1990303981=>1,1990410555=>1,1990436346=>1,1989185529=>1,1989179892=>1,1988866627=>1,1988863792=>1,1988867903=>1,1988961159=>1,1989149403=>1,1989149363=>1,1988863155=>1,1988862798=>1,1988461611=>1,1988414218=>1,1988486469=>1,1988495708=>1,1988862432=>1,1988711112=>1,1989149688=>1,1989150709=>1,1989162743=>1,1989162737=>1,1989173493=>1,1989175550=>1,1989176984=>1,1989176048=>1,1989161979=>1,1989161978=>1,1989153149=>1,1989151996=>1,1989153881=>1,1989159032=>1,1989161692=>1,1990861008=>1,1999526738=>1,2016980111=>1,2016980070=>1,2016980218=>1,2016980265=>1,2016980459=>1,2016980287=>1,2016979639=>1,2016978862=>1,2016978089=>1,2016978062=>1,2016978121=>1,2016978267=>1,2016978647=>1,2016978542=>1,2016980860=>1,2016980973=>1,2017143190=>1,2017143127=>1,2017143808=>1,2017143998=>1,2017144449=>1,2017144214=>1,2017142783=>1,2017142182=>1,2017046310=>1,2017044962=>1,2017141328=>1,2017141701=>1,2017141934=>1,2017141824=>1,2016978057=>1,2016977989=>1,2015205958=>1,2015205320=>1,2015206218=>1,2015206386=>1,2015222062=>1,2015206388=>1,2015112650=>1,2015046390=>1,2014981420=>1,2014962252=>1,2014990206=>1,2014998075=>1,2015045919=>1,2015023337=>1,2015418147=>1,2015475428=>1,2016919848=>1,2016899252=>1,2016977288=>1,2016977649=>1,2016977983=>1,2016977700=>1,2016692522=>1,2016692521=>1,2016692481=>1,2016545682=>1,2016692482=>1,2016692483=>1,2016692520=>1,2017144478=>1,2017144789=>1,2025951848=>1,2025896491=>1,2025984602=>1,2026015368=>1,2026072284=>1,2026027363=>1,2023168016=>1,2023167711=>1,2021937018=>1,2021935080=>1,2021938352=>1,2021938999=>1,2023166447=>1,2023051970=>1,2026072285=>1,2026072286=>1,2026094666=>1,2026094664=>1,2026094667=>1,2026094688=>1,2026094691=>1,2026094690=>1,2026094663=>1,2026094661=>1,2026072305=>1,2026072304=>1,2026072306=>1,2026073795=>1,2026094660=>1,2021930047=>1,2021884116=>1,2017176871=>1,2017176343=>1,2017177184=>1,2017177230=>1,2018006688=>1,2017991945=>1,2017175304=>1,2017175102=>1,2017173722=>1,2017144821=>1,2017174090=>1,2017174419=>1,2017174703=>1,2017174676=>1,2018172870=>1,2018755237=>1,2018919419=>1,2018919155=>1,2018933126=>1,2021868402=>1,2021884115=>1,2021884113=>1,2018870506=>1,2018832299=>1,2018830508=>1,2018830459=>1,2018830708=>1,2018831199=>1,2018831996=>1,2014959903=>1,2014944963=>1,2003715390=>1,2003715354=>1,2003717018=>1,2003719902=>1,2004060310=>1,2003722635=>1,2003715034=>1,2003714547=>1,2001927621=>1,2001925594=>1,2002422560=>1,2002533494=>1,2003415401=>1,2002887728=>1,2004202147=>1,2004387913=>1,2005755310=>1,2005467752=>1,2005760421=>1,2005926829=>1,2005992321=>1,2005944148=>1,2005410543=>1,2005410488=>1,2004475517=>1,2004473380=>1,2004813913=>1,2005052815=>1,2005383522=>1,2001925418=>1,2001924126=>1,2000115990=>1,1999937538=>1,2000233430=>1,2000250906=>1,2001576399=>1,2000387628=>1,1999912874=>1,1999899534=>1,1999592203=>1,1986092740=>1,1999592305=>1,1999592306=>1,1999592566=>1,1999592426=>1,2001576759=>1,2001745996=>1,2001855162=>1,2001847480=>1,2001856648=>1,2001920525=>1,2001924124=>1,2001924122=>1,2001847465=>1,2001833902=>1,2001830402=>1,2001825766=>1,2001833896=>1,2001833898=>1,2001833900=>1,2006144724=>1,2006151966=>1,2013048530=>1,2013047406=>1,2013133847=>1,2013133851=>1,2013156442=>1,2013133853=>1,2013045668=>1,2012947160=>1,2012066766=>1,2012064659=>1,2012616136=>1,2012618233=>1,2012739929=>1,2012717651=>1,2013157429=>1,2013159769=>1,2014883435=>1,2014881228=>1,2014883609=>1,2014895949=>1,2014922173=>1,2014902497=>1,2014859206=>1,2014854229=>1,2013200411=>1,2013164090=>1,2014063967=>1,2014069774=>1,2014839894=>1,2012056322=>1,2011954405=>1,2008577443=>1,2007966223=>1,2008578597=>1,2008652327=>1,2008833681=>1,2008699458=>1,2007492286=>1,2007492285=>1,2006190466=>1,2006163767=>1,2007077026=>1,2007081404=>1,2007492283=>1,2007202170=>1,2008838935=>1,2008838938=>1,2011902810=>1,2011902626=>1,2011903986=>1,2011915857=>1,2011915861=>1,2011915858=>1,2011823896=>1,2009878230=>1,2008838940=>1,2008838939=>1,2009117192=>1,2009878065=>1,2009878222=>1,1999510674=>1,1986092739=>1,1974185078=>1,1974184904=>1,1974185445=>1,1974185629=>1,1974185874=>1,1974185691=>1,1974184472=>1,1974183906=>1,1974181935=>1,1974179561=>1,1974182300=>1,1974182393=>1,1974183553=>1,1974182898=>1,1974185906=>1,1974190741=>1,1974234275=>1,1974231708=>1,1974276236=>1,1974291963=>1,1974302784=>1,1974298402=>1,1974231628=>1,1974229094=>1,1974194735=>1,1974192770=>1,1974195779=>1,1974205791=>1,1974209593=>1,1974206073=>1,1974176766=>1,1974176608=>1,1974173201=>1,1974173193=>1,1974173242=>1,1974173246=>1,1974173588=>1,1974173267=>1,1974173111=>1,1974172933=>1,1974172081=>1,1974170694=>1,1974172238=>1,1974172318=>1,1974172923=>1,1974172756=>1,1974174551=>1,1974174798=>1,1974175634=>1,1974175619=>1,1974175642=>1,1974175666=>1,1974176112=>1,1974175805=>1,1974175601=>1,1974175505=>1,1974174919=>1,1974174884=>1,1974175198=>1,1974175360=>1,1974175501=>1,1974302859=>1,1974302905=>1,1974428485=>1,1974428465=>1,1974429295=>1,1974429321=>1,1974429536=>1,1974429427=>1,1974428461=>1,1974428384=>1,1974405423=>1,1974405385=>1,1974405448=>1,1974405465=>1,1974405587=>1,1974405503=>1,1974430728=>1,1974430758=>1,1974431609=>1,1974431402=>1,1974431635=>1,1974431664=>1,1974452866=>1,1974431720=>1,1974431257=>1,1974431117=>1,1974430881=>1,1974430840=>1,1974430904=>1,1974431025=>1,1974431045=>1,1974404166=>1,1974390546=>1,1974387116=>1,1974387053=>1,1974387258=>1,1974387453=>1,1974387634=>1,1974387601=>1,1974387040=>1,1974386751=>1,1974303113=>1,1974302914=>1,1974303154=>1,1974303221=>1,1974386724=>1,1974321147=>1,1974387797=>1,1974387898=>1,1974388934=>1,1974388821=>1,1974388935=>1,1974388992=>1,1974389206=>1,1974388996=>1,1974388777=>1,1974388649=>1,1974388379=>1,1974388075=>1,1974388418=>1,1974388474=>1,1974388588=>1,1974170672=>1,1974170631=>1,1974146589=>1,1974146523=>1,1974146641=>1,1974146751=>1,1974146838=>1,1974146798=>1,1974146277=>1,1974146058=>1,1974145886=>1,1974145881=>1,1974145920=>1,1974145937=>1,1974146005=>1,1974145980=>1,1974146846=>1,1974146879=>1,1974148482=>1,1974148317=>1,1974149060=>1,1974149161=>1,1974149245=>1,1974149174=>1,1974147767=>1,1974147665=>1,1974147151=>1,1974147017=>1,1974147160=>1,1974147197=>1,1974147572=>1,1974147238=>1,1974145800=>1,1974145775=>1,1974131166=>1,1974131039=>1,1974131183=>1,1974131833=>1,1974132622=>1,1974132277=>1,1974131007=>1,1974130812=>1,1974129907=>1,1974129672=>1,1974130281=>1,1974130580=>1,1974130721=>1,1974130595=>1,1974133898=>1,1974134913=>1,1974145627=>1,1974145623=>1,1974145647=>1,1974145707=>1,1974145762=>1,1974145753=>1,1974145593=>1,1974145543=>1,1974137579=>1,1974135116=>1,1974139082=>1,1974139098=>1,1974139383=>1,1974149301=>1,1974149370=>1,1974163606=>1,1974158067=>1,1974164612=>1,1974165008=>1,1974165216=>1,1974165069=>1,1974156407=>1,1974156398=>1,1974155437=>1,1974155273=>1,1974155449=>1,1974156096=>1,1974156326=>1,1974156146=>1,1974165579=>1,1974166561=>1,1974170031=>1,1974168363=>1,1974170047=>1,1974170084=>1,1974170287=>1,1974170194=>1,1974168193=>1,1974167933=>1,1974166812=>1,1974166589=>1,1974166957=>1,1974167529=>1,1974167571=>1,1974153249=>1,1974152205=>1,1974149984=>1,1974149931=>1,1974150034=>1,1974150036=>1,1974150127=>1,1974150090=>1,1974149875=>1,1974149696=>1,1974149493=>1,1974149393=>1,1974149539=>1,1974149574=>1,1974149610=>1,1974149580=>1,1974150268=>1,1974150778=>1,1974151805=>1,1974151789=>1,1974152002=>1,1974152014=>1,1974152047=>1,1974152023=>1,1974151778=>1,1974151775=>1,1974151229=>1,1974150834=>1,1974151264=>1,1974151386=>1,1974151475=>1,1974570624=>1,1974596366=>1,1976769405=>1,1976769366=>1,1976769416=>1,1976773542=>1,1976783419=>1,1976783408=>1,1976769307=>1,1976609580=>1,1976374398=>1,1976283096=>1,1976390976=>1,1976407368=>1,1976609575=>1,1976609275=>1,1976783422=>1,1976783450=>1,1976834465=>1,1976790775=>1,1976835941=>1,1976894136=>1,1976977517=>1,1976959049=>1,1976790768=>1,1976790750=>1,1976790583=>1,1976783457=>1,1976790642=>1,1976790666=>1,1976790744=>1,1976790727=>1,1976282463=>1,1976138361=>1,1974661131=>1,1974657971=>1,1974661400=>1,1974661924=>1,1974663047=>1,1974663023=>1,1974657947=>1,1974657833=>1,1974657328=>1,1974657305=>1,1974657470=>1,1974657651=>1,1974657811=>1,1974657730=>1,1974663105=>1,1974663159=>1,1975746331=>1,1975717357=>1,1975948225=>1,1976074272=>1,1976134710=>1,1976134597=>1,1975711554=>1,1975709390=>1,1975194660=>1,1975090253=>1,1975526213=>1,1975656183=>1,1975690489=>1,1977168052=>1,1977234054=>1,1986027260=>1,1986010327=>1,1986031385=>1,1986033882=>1,1986038279=>1,1986036867=>1,1985866559=>1,1985865079=>1,1985484427=>1,1985038224=>1,1985774424=>1,1985778890=>1,1985858846=>1,1985858074=>1,1986042592=>1,1986042618=>1,1986079036=>1,1986076898=>1,1986084626=>1,1986085092=>1,1986089676=>1,1986088311=>1,1986076274=>1,1986074874=>1,1986072059=>1,1986055510=>1,1986072538=>1,1986074558=>1,1986074697=>1,1985033352=>1,1984985325=>1,1978647581=>1,1978646598=>1,1978648507=>1,1978648508=>1,1978770668=>1,1978710819=>1,1978646596=>1,1978614149=>1,1977600311=>1,1977576548=>1,1978601586=>1,1978602054=>1,1978610024=>1,1978604161=>1,1978777949=>1,1978788370=>1,1984286172=>1,1984286154=>1,1984319613=>1,1984319619=>1,1984331783=>1,1984319624=>1,1981878989=>1,1981473437=>1,1978929139=>1,1978793988=>1,1979169607=>1,1981431530=>1,1981452234=>1,1974657262=>1,1974657251=>1,1974616728=>1,1974616710=>1,1974616745=>1,1974616925=>1,1974617066=>1,1974617035=>1,1974616599=>1,1974616585=>1,1974616096=>1,1974616066=>1,1974616144=>1,1974616210=>1,1974616324=>1,1974616303=>1,1974617176=>1,1974617266=>1,1974618212=>1,1974617964=>1,1974618545=>1,1974618546=>1,1974618690=>1,1974618599=>1,1974617914=>1,1974617562=>1,1974617357=>1,1974617333=>1,1974617368=>1,1974617386=>1,1974617483=>1,1974617430=>1,1974613605=>1,1974613184=>1,1974607939=>1,1974603112=>1,1974608354=>1,1974608838=>1,1974608991=>1,1974608886=>1,1974598295=>1,1974598293=>1,1974596394=>1,1974596368=>1,1974598289=>1,1974598290=>1,1974598292=>1,1974598291=>1,1974609181=>1,1974609389=>1,1974611293=>1,1974610602=>1,1974611633=>1,1974612520=>1,1974612852=>1,1974612744=>1,1974610544=>1,1974610520=>1,1974609457=>1,1974609432=>1,1974609705=>1,1974609883=>1,1974610303=>1,1974619015=>1,1974619026=>1,1974645568=>1,1974645544=>1,1974645778=>1,1974645936=>1,1974646731=>1,1974646457=>1,1974645339=>1,1974645278=>1,1974641979=>1,1974640577=>1,1974644933=>1,1974644946=>1,1974645165=>1,1974645058=>1,1974646744=>1,1974648884=>1,1974651175=>1,1974651073=>1,1974652788=>1,1974656465=>1,1974657055=>1,1974657029=>1,1974650950=>1,1974650700=>1,1974649477=>1,1974649243=>1,1974650168=>1,1974650215=>1,1974650358=>1,1974640337=>1,1974640167=>1,1974626161=>1,1974626032=>1,1974626873=>1,1974626941=>1,1974627527=>1,1974627075=>1,1974625751=>1,1974625646=>1,1974621254=>1,1974620262=>1,1974621653=>1,1974622272=>1,1974624520=>1,1974623534=>1,1974628233=>1,1974634322=>1,1974639265=>1,1974639172=>1,1974639644=>1,1974639670=>1,1974640019=>1,1974639720=>1,1974639159=>1,1974637775=>1,1974634527=>1,1974634511=>1,1974634981=>1,1974635186=>1,1974635334=>1,1974129589=>1,);?>
1
+ <?php return array(1974649199=>1,1974646189=>1,1974649917=>1,1974650139=>1,1974650912=>1,1974650741=>1,1974646109=>1,1974645900=>1,1974640585=>1,1974639750=>1,1974641557=>1,1974644772=>1,1974645768=>1,1974644851=>1,1974657384=>1,1974657459=>1,1975593060=>1,1974663023=>1,1975595002=>1,1975652403=>1,1975652916=>1,1975652490=>1,1974662646=>1,1974661779=>1,1974658179=>1,1974657924=>1,1974658496=>1,1974658664=>1,1974658731=>1,1974658701=>1,1974639698=>1,1974628133=>1,1974598291=>1,1974598290=>1,1974598292=>1,1974598293=>1,1974609457=>1,1974598295=>1,1974596394=>1,1974596366=>1,1974431631=>1,1974431575=>1,1974431676=>1,1974452549=>1,1974458070=>1,1974457794=>1,1974610530=>1,1974610911=>1,1974617052=>1,1974616608=>1,1974617545=>1,1974621848=>1,1974627378=>1,1974624032=>1,1974616255=>1,1974616016=>1,1974613139=>1,1974613092=>1,1974613365=>1,1974613726=>1,1974613781=>1,1975653356=>1,1975654418=>1,1976769342=>1,1976769313=>1,1976769355=>1,1976769365=>1,1976769375=>1,1976769370=>1,1976769311=>1,1976769307=>1,1976609638=>1,1976609515=>1,1976609647=>1,1976609874=>1,1976610027=>1,1976610019=>1,1976769429=>1,1976769433=>1,1976790730=>1,1976790711=>1,1976790772=>1,1976790781=>1,1976797882=>1,1976797874=>1,1976790672=>1,1976790641=>1,1976783391=>1,1976783389=>1,1976783453=>1,1976783463=>1,1976783485=>1,1976783471=>1,1976609405=>1,1976609091=>1,1976065471=>1,1975978595=>1,1976077939=>1,1976132912=>1,1976134105=>1,1976132930=>1,1975715148=>1,1975710370=>1,1975668793=>1,1975655613=>1,1975680747=>1,1975690489=>1,1975708499=>1,1975706998=>1,1976134514=>1,1976138688=>1,1976400317=>1,1976400170=>1,1976407368=>1,1976411281=>1,1976485833=>1,1976423185=>1,1976374533=>1,1976373952=>1,1976196162=>1,1976182818=>1,1976293161=>1,1976294849=>1,1976302013=>1,1974431397=>1,1974429586=>1,1974134541=>1,1974134147=>1,1974134835=>1,1974135200=>1,1974137788=>1,1974137475=>1,1974132568=>1,1974132504=>1,1974128073=>1,1974126824=>1,1974130348=>1,1974130853=>1,1974132343=>1,1974132316=>1,1974137818=>1,1974139021=>1,1974147115=>1,1974146440=>1,1974147151=>1,1974147364=>1,1974147945=>1,1974147378=>1,1974146426=>1,1974146224=>1,1974145622=>1,1974139041=>1,1974145640=>1,1974145683=>1,1974146025=>1,1974145912=>1,1974117894=>1,1974117385=>1,1974085184=>1,1974084260=>1,1974085187=>1,1974085244=>1,1974085430=>1,1974085301=>1,1974083195=>1,1974083014=>1,1974081006=>1,1974080998=>1,1974081080=>1,1974081202=>1,1974081422=>1,1974081268=>1,1974085572=>1,1974085970=>1,1974110784=>1,1974110667=>1,1974111171=>1,1974111491=>1,1974115991=>1,1974112073=>1,1974110470=>1,1974109073=>1,1974086859=>1,1974086275=>1,1974087620=>1,1974104155=>1,1974105924=>1,1974148938=>1,1974149429=>1,1974181417=>1,1974179801=>1,1974182297=>1,1974183285=>1,1974185385=>1,1974184889=>1,1974175681=>1,1974175233=>1,1974173420=>1,1974173268=>1,1974173496=>1,1974174242=>1,1974175063=>1,1974174775=>1,1974186263=>1,1974186900=>1,1974388013=>1,1974323425=>1,1974389065=>1,1974398089=>1,1974428170=>1,1974398261=>1,1974323418=>1,1974297781=>1,1974205618=>1,1974187214=>1,1974206069=>1,1974206073=>1,1974234275=>1,1974172933=>1,1974172371=>1,1974151715=>1,1974151639=>1,1974151790=>1,1974151795=>1,1974156154=>1,1974152049=>1,1974151552=>1,1974151030=>1,1974149832=>1,1974149612=>1,1974150476=>1,1974150733=>1,1974150934=>1,1974150763=>1,1974156949=>1,1974165723=>1,1974169865=>1,1974169749=>1,1974170441=>1,1974170727=>1,1974172065=>1,1974171082=>1,1974169426=>1,1974169284=>1,1974167361=>1,1974166667=>1,1974167414=>1,1974168153=>1,1974168193=>1,1976804012=>1,1976835251=>1,1990421608=>1,1990412363=>1,1990435157=>1,1990449320=>1,1990580511=>1,1990574733=>1,1990410555=>1,1990325459=>1,1990324602=>1,1990311957=>1,1990325249=>1,1990325278=>1,1990325451=>1,1990325448=>1,1990580581=>1,1990580711=>1,1990863637=>1,1990863134=>1,1990863881=>1,1990888802=>1,1990920066=>1,1990902578=>1,1990862973=>1,1990861733=>1,1990818962=>1,1990818257=>1,1990819394=>1,1990861114=>1,1990861219=>1,1990861137=>1,1990255810=>1,1990252156=>1,1989161692=>1,1989159032=>1,1989162487=>1,1989162737=>1,1989175550=>1,1989162743=>1,1989150709=>1,1989149403=>1,1988486469=>1,1988461611=>1,1988495708=>1,1988728596=>1,1989026160=>1,1988962644=>1,1989176048=>1,1989185529=>1,1989196797=>1,1989194238=>1,1989196798=>1,1989203285=>1,1990234608=>1,1989203289=>1,1989193734=>1,1989192701=>1,1989187326=>1,1989187016=>1,1989187473=>1,1989187833=>1,1989189441=>1,1990951653=>1,1990988209=>1,1992425266=>1,1992423802=>1,1992475498=>1,1992476090=>1,1993406010=>1,1992952442=>1,1992423339=>1,1992409661=>1,1992363376=>1,1992362637=>1,1992380750=>1,1992399853=>1,1992407379=>1,1992404573=>1,1993462642=>1,1993510675=>1,1995420813=>1,1995031065=>1,1995763458=>1,1996059661=>1,1996614214=>1,1996578850=>1,1995025496=>1,1995025466=>1,1993591945=>1,1993525535=>1,1993641019=>1,1994780423=>1,1994943779=>1,1992334331=>1,1992332516=>1,1991204131=>1,1991185570=>1,1991220812=>1,1991223261=>1,1991242435=>1,1991241742=>1,1991180986=>1,1991168671=>1,1990988718=>1,1990988467=>1,1990989906=>1,1991065186=>1,1991090366=>1,1991069682=>1,1991498938=>1,1991654910=>1,1992147337=>1,1992147067=>1,1992331619=>1,1992332163=>1,1992332335=>1,1992332258=>1,1992115490=>1,1992101298=>1,1991905627=>1,1991817353=>1,1991951172=>1,1992099467=>1,1992100618=>1,1988414218=>1,1988379064=>1,1984331783=>1,1984319624=>1,1984791402=>1,1984817469=>1,1984994241=>1,1984985325=>1,1984319619=>1,1984319613=>1,1981452234=>1,1981445313=>1,1981473437=>1,1981981243=>1,1984280468=>1,1981988984=>1,1985009761=>1,1985033732=>1,1986033882=>1,1986018160=>1,1986036867=>1,1986041206=>1,1986072059=>1,1986072058=>1,1986013846=>1,1986010327=>1,1985045477=>1,1985040923=>1,1985081535=>1,1985747745=>1,1985865079=>1,1985788307=>1,1981431530=>1,1980251534=>1,1977234054=>1,1977181378=>1,1977355066=>1,1977417106=>1,1977567717=>1,1977492869=>1,1977167916=>1,1976980780=>1,1976959285=>1,1976868041=>1,1976973777=>1,1976977525=>1,1976980702=>1,1976979845=>1,1978601586=>1,1978602054=>1,1978716455=>1,1978710819=>1,1978770556=>1,1978777949=>1,1978929139=>1,1978793027=>1,1978648508=>1,1978648507=>1,1978610024=>1,1978604161=>1,1978617990=>1,1978646598=>1,1978647581=>1,1986072538=>1,1986074482=>1,1986183691=>1,1986183690=>1,1986183693=>1,1986183694=>1,1986226522=>1,1986189398=>1,1986143130=>1,1986133866=>1,1986129810=>1,1986122915=>1,1986130218=>1,1986132266=>1,1986132269=>1,1986132267=>1,1986226523=>1,1986226524=>1,1987179960=>1,1987179952=>1,1987202351=>1,1987207189=>1,1987801348=>1,1987774620=>1,1987179941=>1,1986898173=>1,1986228879=>1,1986226526=>1,1986244763=>1,1986432235=>1,1986455194=>1,1986120028=>1,1986117582=>1,1986076898=>1,1986076325=>1,1986078083=>1,1986079387=>1,1986085378=>1,1986084626=>1,1986076274=>1,1986075042=>1,1986074558=>1,1986074485=>1,1986074697=>1,1986074802=>1,1986074875=>1,1986074874=>1,1986088311=>1,1986089676=>1,1986106317=>1,1986106316=>1,1986112076=>1,1986112078=>1,1986117581=>1,1986116898=>1,1986103702=>1,1986103490=>1,1986092740=>1,1986092739=>1,1986093674=>1,1986097578=>1,1986101050=>1,1974079491=>1,1974079321=>1,1973575674=>1,1973575673=>1,1973575903=>1,1973576293=>1,1973577783=>1,1973576942=>1,1973575623=>1,1973575491=>1,1973573293=>1,1973573229=>1,1973573325=>1,1973573507=>1,1973575342=>1,1973575297=>1,1973578048=>1,1973578410=>1,1973599433=>1,1973598411=>1,1973600621=>1,1973605525=>1,1973605904=>1,1973605750=>1,1973595279=>1,1973593639=>1,1973581674=>1,1973578748=>1,1973582183=>1,1973582625=>1,1973593637=>1,1973586068=>1,1973573213=>1,1973572943=>1,1973571596=>1,1973571586=>1,1973571640=>1,1973571873=>1,1973571898=>1,1973571884=>1,1973571161=>1,1973568367=>1,1973560731=>1,1973560661=>1,1973560816=>1,1973565068=>1,1973567697=>1,1973567607=>1,1973571959=>1,1973571966=>1,1973572550=>1,1973572502=>1,1973572766=>1,1973572838=>1,1973572925=>1,1973572857=>1,1973572411=>1,1973572255=>1,1973572042=>1,1973571970=>1,1973572122=>1,1973572127=>1,1973572170=>1,1973606260=>1,1973606957=>1,1973648991=>1,1973647203=>1,1973649135=>1,1973658863=>1,1973659211=>1,1973659115=>1,1973645360=>1,1973643892=>1,1973641567=>1,1973641507=>1,1973641982=>1,1973642030=>1,1973643449=>1,1973643201=>1,1973659310=>1,1973659414=>1,1973664667=>1,1973664502=>1,1973674285=>1,1973674630=>1,1973677006=>1,1973675767=>1,1973663748=>1,1973663308=>1,1973662024=>1,1973659510=>1,1973662686=>1,1973662731=>1,1973662904=>1,1973630295=>1,1973630029=>1,1973617150=>1,1973615966=>1,1973619037=>1,1973619277=>1,1973620610=>1,1973620145=>1,1973614889=>1,1973614068=>1,1973610069=>1,1973607181=>1,1973610172=>1,1973612690=>1,1973613491=>1,1973612823=>1,1973620647=>1,1973621930=>1,1973624334=>1,1973624303=>1,1973624464=>1,1973624551=>1,1973627067=>1,1973624762=>1,1973624034=>1,1973623880=>1,1973622773=>1,1973622009=>1,1973623000=>1,1973623826=>1,1973623853=>1,1973560594=>1,1973326646=>1,1959600772=>1,1959549844=>1,1959990217=>1,1960089705=>1,1960091432=>1,1960090991=>1,1959549831=>1,1959547383=>1,1959448486=>1,1959446140=>1,1959486098=>1,1959486760=>1,1959529597=>1,1959490420=>1,1960129370=>1,1960969323=>1,1962021873=>1,1961673864=>1,1962075081=>1,1962280500=>1,1962682264=>1,1962510185=>1,1961366044=>1,1961136072=>1,1960985606=>1,1960972634=>1,1960994857=>1,1961016908=>1,1961119930=>1,1961061362=>1,1959438474=>1,1959102444=>1,1953616626=>1,1953522730=>1,1953628395=>1,1953786981=>1,1953906872=>1,1953906686=>1,1953246217=>1,1952266753=>1,1951221420=>1,1951206489=>1,1951606510=>1,1951874912=>1,1952109452=>1,1952108675=>1,1953907042=>1,1953917264=>1,1959102021=>1,1959102019=>1,1959102291=>1,1959102292=>1,1959102442=>1,1959102294=>1,1959101640=>1,1959101270=>1,1958763222=>1,1953917266=>1,1958861052=>1,1958861914=>1,1958862066=>1,1962705186=>1,1962719498=>1,1970438522=>1,1969650394=>1,1970639108=>1,1970917166=>1,1970923505=>1,1970923494=>1,1969649810=>1,1969646276=>1,1969638762=>1,1969638690=>1,1969640588=>1,1969640708=>1,1969645547=>1,1969642939=>1,1970925834=>1,1970978906=>1,1972435966=>1,1972398600=>1,1972707179=>1,1973161752=>1,1973326263=>1,1973289426=>1,1971925824=>1,1971907084=>1,1971845766=>1,1971845765=>1,1971845770=>1,1971845962=>1,1971907080=>1,1969631293=>1,1968737468=>1,1964640108=>1,1964605934=>1,1965344152=>1,1965344311=>1,1966712857=>1,1966619410=>1,1964139513=>1,1964133355=>1,1962918105=>1,1962913991=>1,1963298335=>1,1963301451=>1,1963808240=>1,1963765184=>1,1966856664=>1,1966856675=>1,1968054816=>1,1967591941=>1,1968134053=>1,1968205742=>1,1968548428=>1,1968242919=>1,1967099836=>1,1967050889=>1,1967005876=>1,1966858298=>1,1967045885=>1,1967045949=>1,1967046519=>1,1973677902=>1,1973677928=>1,1973938124=>1,1973937930=>1,1973938698=>1,1973942168=>1,1973953716=>1,1973953000=>1,1973937162=>1,1973936476=>1,1973924002=>1,1973911861=>1,1973931370=>1,1973931882=>1,1973934781=>1,1973934381=>1,1973954663=>1,1973954753=>1,1973955729=>1,1973955473=>1,1973956164=>1,1973958572=>1,1973974406=>1,1973959108=>1,1973955411=>1,1973955401=>1,1973954946=>1,1973954820=>1,1973955071=>1,1973955270=>1,1973955399=>1,1973955381=>1,1973906327=>1,1973899977=>1,1973841400=>1,1973841356=>1,1973842727=>1,1973843046=>1,1973844061=>1,1973843200=>1,1973840306=>1,1973840077=>1,1973835535=>1,1973834740=>1,1973837977=>1,1973838026=>1,1973839190=>1,1973838882=>1,1973844563=>1,1973845393=>1,1973897427=>1,1973896638=>1,1973897567=>1,1973898656=>1,1973899683=>1,1973899676=>1,1973896477=>1,1973895305=>1,1973891037=>1,1973856233=>1,1973893716=>1,1973893999=>1,1973894781=>1,1973974926=>1,1973975944=>1,1974062196=>1,1974058455=>1,1974062207=>1,1974062726=>1,1974064305=>1,1974062895=>1,1974057727=>1,1974057433=>1,1973998457=>1,1973998339=>1,1973998746=>1,1974000550=>1,1974027001=>1,1974026982=>1,1974064702=>1,1974066492=>1,1974076862=>1,1974076174=>1,1974077043=>1,1974077314=>1,1974079213=>1,1974077430=>1,1974076119=>1,1974075672=>1,1974066763=>1,1974066548=>1,1974075008=>1,1974075490=>1,1974075606=>1,1973998161=>1,1973997767=>1,1973977827=>1,1973977724=>1,1973977885=>1,1973977901=>1,1973977947=>1,1973977909=>1,1973977683=>1,1973977567=>1,1973976662=>1,1973975979=>1,1973977224=>1,1973977268=>1,1973977540=>1,1973977377=>1,1973977948=>1,1973978108=>1,1973994484=>1,1973991725=>1,1973994903=>1,1973995160=>1,1973997150=>1,1973995165=>1,1973991444=>1,1973987226=>1,1973981195=>1,1973978419=>1,1973983087=>1,1973986409=>1,1973986582=>1,1973833635=>1,1973833069=>1,1973742040=>1,1973741986=>1,1973742536=>1,1973742577=>1,1973746941=>1,1973742964=>1,1973741750=>1,1973741683=>1,1973736128=>1,1973736018=>1,1973737592=>1,1973738686=>1,1973739227=>1,1973739007=>1,1973747828=>1,1973748791=>1,1973773123=>1,1973772964=>1,1973773454=>1,1973773515=>1,1973773784=>1,1973773667=>1,1973768992=>1,1973761812=>1,1973748880=>1,1973748854=>1,1973760182=>1,1973760377=>1,1973761375=>1,1973761201=>1,1973735845=>1,1973721881=>1,1973692535=>1,1973692525=>1,1973692582=>1,1973692612=>1,1973693328=>1,1973692743=>1,1973690623=>1,1973685139=>1,1973678489=>1,1973678092=>1,1973679554=>1,1973681829=>1,1973684355=>1,1973681950=>1,1973693341=>1,1973693752=>1,1973718047=>1,1973717982=>1,1973718066=>1,1973718214=>1,1973718731=>1,1973718527=>1,1973717766=>1,1973698201=>1,1973694597=>1,1973694551=>1,1973695413=>1,1973696965=>1,1973697425=>1,1973773946=>1,1973773957=>1,1973805365=>1,1973805299=>1,1973805586=>1,1973805753=>1,1973805863=>1,1973805791=>1,1973805054=>1,1973802071=>1,1973796106=>1,1973793447=>1,1973797584=>1,1973798353=>1,1973801764=>1,1973799475=>1,1973806360=>1,1973806858=>1,1973830698=>1,1973811410=>1,1973830902=>1,1973831268=>1,1973832858=>1,1973832171=>1,1973811241=>1,1973810521=>1,1973806978=>1,1973806964=>1,1973809789=>1,1973809977=>1,1973810020=>1,1973793260=>1,1973793171=>1,1973786734=>1,1973786147=>1,1973787531=>1,1973788512=>1,1973789553=>1,1973789078=>1,1973785402=>1,1973776350=>1,1973774732=>1,1973774657=>1,1973775519=>1,1973775957=>1,1973776024=>1,1973776020=>1,1973789979=>1,1973789991=>1,1973791826=>1,1973791653=>1,1973792417=>1,1973792625=>1,1973792991=>1,1973792743=>1,1973791280=>1,1973791197=>1,1973790281=>1,1973790008=>1,1973790353=>1,1973790634=>1,1973790715=>1,1951141367=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-16.php CHANGED
@@ -1 +1 @@
1
- <?php return array(2026098656=>2026098687,2026098608=>2026098647,2026098560=>2026098599,2026098512=>2026098551,2026098496=>2026098503,2026098472=>2026098487,2026098448=>2026098455,2026098432=>2026098439,2026098392=>2026098415,2026098360=>2026098383,2026098344=>2026098351,2026098312=>2026098319,2026098296=>2026098303,2026098248=>2026098279,2026098200=>2026098239,2026098176=>2026098183,2026098120=>2026098167,2026098080=>2026098111,2026098008=>2026098071,2026097960=>2026097999,2026097936=>2026097951,2026097904=>2026097927,2026097872=>2026097895,2026097640=>2026097647,2026097624=>2026097631,2026097608=>2026097615,2026097584=>2026097599,2026097552=>2026097575,2026097496=>2026097527,2026097464=>2026097487,2026097432=>2026097439,2026097408=>2026097415,2026097384=>2026097399,2026097360=>2026097375,2026097344=>2026097351,2026097288=>2026097335,2026097232=>2026097271,2026097176=>2026097199,2026097160=>2026097167,2026097136=>2026097143,2026097120=>2026097127,2026097104=>2026097111,2026097024=>2026097063,2026097000=>2026097015,2026096984=>2026096991,2026096968=>2026096975,2026096896=>2026096903,2026096880=>2026096887,2026096864=>2026096871,2026096824=>2026096847,2026096784=>2026096815,2026096744=>2026096751,2026096704=>2026096711,2026096664=>2026096695,2026096632=>2026096655,2026096608=>2026096615,2026096584=>2026096599,2026096544=>2026096559,2026096504=>2026096535,2026096488=>2026096495,2026096448=>2026096471,2026096432=>2026096439,2026096368=>2026096423,2026096352=>2026096359,2026096280=>2026096343,2026096248=>2026096255,2026096224=>2026096239,2026096208=>2026096215,2026096152=>2026096191,2026096136=>2026096143,2026096056=>2026096079,2026096040=>2026096047,2026096024=>2026096031,2026096008=>2026096015,2026095992=>2026095999,2026095968=>2026095983,2026095952=>2026095959,2026095936=>2026095943,2026095904=>2026095919,2026095872=>2026095879,2026095824=>2026095847,2026095800=>2026095815,2026095776=>2026095791,2026095744=>2026095759,2026095728=>2026095735,2026095704=>2026095711,2026095656=>2026095695,2026095600=>2026095647,2026095544=>2026095575,2026095528=>2026095535,2026095496=>2026095519,2026095480=>2026095487,2026095464=>2026095471,2026095448=>2026095455,2026095408=>2026095439,2026095392=>2026095399,2026095376=>2026095383,2026095336=>2026095343,2026095320=>2026095327,2026095304=>2026095311,2026095272=>2026095295,2026095240=>2026095255,2026095224=>2026095231,2026095176=>2026095183,2026095144=>2026095167,2026095120=>2026095127,2026095064=>2026095111,2026095040=>2026095055,2026094976=>2026095031,2026094952=>2026094967,2026094936=>2026094943,2026094904=>2026094927,2026094848=>2026094895,2026094824=>2026094839,2026094808=>2026094815,2026094696=>2026094799,2026794444=>1,2026098508=>1,2026624696=>1,2026794773=>1,2026097456=>1,2026795748=>1,2026794991=>1,2026098488=>1,2026098489=>1,2026098491=>1,2026097451=>1,2026785370=>1,2026793358=>1,2026794145=>1,2026633609=>1,2026634454=>1,2026098467=>1,2026802136=>1,2026098458=>1,2026801785=>1,2026098457=>1,2026098442=>1,2026802317=>1,2026098441=>1,2026802251=>1,2026801676=>1,2026098459=>1,2026801230=>1,2026098466=>1,2026098509=>1,2026801288=>1,2026098465=>1,2026098461=>1,2026098462=>1,2026098463=>1,2026801192=>1,2026624668=>1,2026097448=>1,2026190098=>1,2026574367=>1,2026574369=>1,2026574378=>1,2026098652=>1,2026098653=>1,2026098654=>1,2026191348=>1,2026345978=>1,2026310021=>1,2026301206=>1,2026301270=>1,2026310834=>1,2026280450=>1,2026098440=>1,2026323530=>1,2026236580=>1,2026608094=>1,2026097449=>1,2026622621=>1,2026098554=>1,2026613755=>1,2026624535=>1,2026098553=>1,2026302474=>1,2026097490=>1,2026098552=>1,2026612749=>1,2026612091=>1,2026612020=>1,2026611795=>1,2026611763=>1,2026098603=>1,2026098602=>1,2026612079=>1,2026098600=>1,2026098510=>1,2026098357=>1,2026097547=>1,2026097934=>1,2026097956=>1,2026097957=>1,2026097958=>1,2026097933=>1,2026097932=>1,2026097579=>1,2026097896=>1,2026097897=>1,2026097899=>1,2026097577=>1,2026098000=>1,2026098001=>1,2026098077=>1,2026098076=>1,2026097539=>1,2026098079=>1,2026097537=>1,2026097544=>1,2026097546=>1,2026098002=>1,2026098004=>1,2026098005=>1,2026098007=>1,2026097867=>1,2026097601=>1,2026097639=>1,2026097638=>1,2026097603=>1,2026097649=>1,2026097650=>1,2026097636=>1,2026097634=>1,2026097623=>1,2026097621=>1,2026097632=>1,2026097633=>1,2026097651=>1,2026097652=>1,2026097862=>1,2026097860=>1,2026097863=>1,2026097865=>1,2026097866=>1,2026097659=>1,2026097602=>1,2026097654=>1,2026097655=>1,2026097656=>1,2026097657=>1,2026098113=>1,2026098114=>1,2026098335=>1,2026098334=>1,2026098341=>1,2026098342=>1,2026098343=>1,2026098332=>1,2026098322=>1,2026097488=>1,2026097529=>1,2026097491=>1,2026098320=>1,2026098321=>1,2026098356=>1,2026097622=>1,2026098419=>1,2026098418=>1,2026098424=>1,2026098425=>1,2026098426=>1,2026098416=>1,2026097459=>1,2026098358=>1,2026098384=>1,2026098385=>1,2026098386=>1,2026098306=>1,2026098305=>1,2026098189=>1,2026098188=>1,2026098191=>1,2026098196=>1,2026098197=>1,2026097531=>1,2026098175=>1,2026098115=>1,2026097536=>1,2026098172=>1,2026098173=>1,2026098199=>1,2026097530=>1,2026098290=>1,2026098288=>1,2026098291=>1,2026802401=>1,2026098304=>1,2026098287=>1,2026098286=>1,2026098240=>1,2026098241=>1,2026098242=>1,2026098285=>1,2026097457=>1,2026809295=>1,2034571450=>1,2034571286=>1,2034571522=>1,2034571546=>1,2034571578=>1,2034571558=>1,2034571182=>1,2034571142=>1,2034569046=>1,2034569018=>1,2034569362=>1,2034570022=>1,2034570758=>1,2034570754=>1,2034572334=>1,2034572374=>1,2035113954=>1,2034848704=>1,2035874074=>1,2035874075=>1,2036350019=>1,2036224634=>1,2034573202=>1,2034573146=>1,2034572666=>1,2034572646=>1,2034572678=>1,2034572706=>1,2034572802=>1,2034568890=>1,2034568250=>1,2032904892=>1,2032898461=>1,2032905056=>1,2032909075=>1,2032910730=>1,2032910727=>1,2032889622=>1,2032852047=>1,2032834579=>1,2032833206=>1,2032834653=>1,2032839531=>1,2032849255=>1,2032848145=>1,2032911641=>1,2032941939=>1,2033848000=>1,2033782633=>1,2033909301=>1,2034566798=>1,2034567498=>1,2034567402=>1,2033626930=>1,2033509683=>1,2032973804=>1,2032954787=>1,2032991916=>1,2033281803=>1,2033488501=>1,2036379860=>1,2036523690=>1,2047473590=>1,2047236554=>1,2047820165=>1,2047829013=>1,2050028665=>1,2048042438=>1,2046969544=>1,2046731037=>1,2043892357=>1,2043610750=>1,2044970987=>1,2045509854=>1,2046324756=>1,2046077159=>1,2050326085=>1,2050340690=>1,2051827040=>1,2051826093=>1,2051827365=>1,2051864834=>1,2052654804=>1,2052589482=>1,2051825922=>1,2051547531=>1,2050449491=>1,2050398479=>1,2050653324=>1,2051453682=>1,2051454858=>1,2043610682=>1,2043307923=>1,2038081526=>1,2038080094=>1,2038430364=>1,2039144364=>1,2040039132=>1,2039576741=>1,2037928151=>1,2037889325=>1,2036589582=>1,2036588928=>1,2036686503=>1,2036709770=>1,2036717216=>1,2040544421=>1,2040857945=>1,2043100303=>1,2043100208=>1,2043100512=>1,2043166466=>1,2043297829=>1,2043220554=>1,2043095663=>1,2043093141=>1,2041010138=>1,2040960221=>1,2042634461=>1,2043087386=>1,2043091264=>1,2032830724=>1,2032807895=>1,2026824490=>1,2026824278=>1,2026824711=>1,2026824754=>1,2026825733=>1,2026824992=>1,2026824159=>1,2026824027=>1,2026823164=>1,2026823123=>1,2026823221=>1,2026823303=>1,2026824007=>1,2026823397=>1,2026826292=>1,2026826595=>1,2028838448=>1,2028814637=>1,2030585195=>1,2030585250=>1,2030605074=>1,2030599210=>1,2028770417=>1,2028769220=>1,2026827419=>1,2026827122=>1,2028602930=>1,2028605314=>1,2028768742=>1,2026822806=>1,2026822678=>1,2026808695=>1,2026808659=>1,2026808808=>1,2026808813=>1,2026808925=>1,2026808917=>1,2026808563=>1,2026808497=>1,2026802971=>1,2026802582=>1,2026803029=>1,2026803155=>1,2026808477=>1,2026808386=>1,2026808986=>1,2026809020=>1,2026820825=>1,2026819571=>1,2026820929=>1,2026821113=>1,2026822296=>1,2026822219=>1,2026819466=>1,2026817952=>1,2026809188=>1,2026809137=>1,2026809262=>1,2026097443=>1,2026816733=>1,2030605138=>1,2030610997=>1,2032681043=>1,2032673643=>1,2032685886=>1,2032689169=>1,2032690788=>1,2032689228=>1,2032323024=>1,2032317353=>1,2032103506=>1,2032103501=>1,2032103507=>1,2032103509=>1,2032262467=>1,2032103510=>1,2032690887=>1,2032692300=>1,2032754121=>1,2032738144=>1,2032757679=>1,2032771438=>1,2032775472=>1,2032775220=>1,2032735532=>1,2032734009=>1,2032707749=>1,2032700370=>1,2032714536=>1,2032720026=>1,2032721225=>1,2032103500=>1,2032103499=>1,2031085182=>1,2031077482=>1,2031157553=>1,2031157573=>1,2031161346=>1,2031157574=>1,2031070022=>1,2030996024=>1,2030775790=>1,2030759809=>1,2030784576=>1,2030957058=>1,2030963020=>1,2031189572=>1,2031242508=>1,2032101216=>1,2032101024=>1,2032101303=>1,2032103490=>1,2032103498=>1,2032103497=>1,2032096775=>1,2032092639=>1,2031932071=>1,2031490250=>1,2031932078=>1,2031932081=>1,2031932082=>1,2026802419=>1,2026097214=>1,2026095818=>1,2026095817=>1,2026095848=>1,2026095850=>1,2026095860=>1,2026095851=>1,2026095816=>1,2026095795=>1,2026095768=>1,2026095762=>1,2026095770=>1,2026095771=>1,2026095793=>1,2026095861=>1,2026095862=>1,2026095891=>1,2026095890=>1,2026095896=>1,2026095898=>1,2026095899=>1,2026095888=>1,2026095887=>1,2026095866=>1,2026095865=>1,2026095867=>1,2026095884=>1,2026095886=>1,2026095761=>1,2026095760=>1,2026095586=>1,2026095585=>1,2026095587=>1,2026095597=>1,2026095599=>1,2026095598=>1,2026095583=>1,2026095582=>1,2026095540=>1,2026095523=>1,2026095541=>1,2026095542=>1,2026095580=>1,2026095648=>1,2026095650=>1,2026095727=>1,2026095726=>1,2026095736=>1,2026095737=>1,2026095738=>1,2026095724=>1,2026095718=>1,2026095700=>1,2026095651=>1,2026095701=>1,2026095702=>1,2026095717=>1,2026095920=>1,2026095921=>1,2026096100=>1,2026096094=>1,2026096102=>1,2026096103=>1,2026096109=>1,2026096108=>1,2026096093=>1,2026096092=>1,2026096054=>1,2026096053=>1,2026096081=>1,2026096082=>1,2026096083=>1,2026096110=>1,2026096112=>1,2026096132=>1,2026096126=>1,2026096133=>1,2026096135=>1,2026096144=>1,2026096125=>1,2026096124=>1,2026096115=>1,2026096113=>1,2026096120=>1,2026096122=>1,2026096123=>1,2026096052=>1,2026096051=>1,2026095962=>1,2026095960=>1,2026095963=>1,2026095989=>1,2026095990=>1,2026095951=>1,2026095950=>1,2026095933=>1,2026095922=>1,2026095934=>1,2026095935=>1,2026095948=>1,2026095991=>1,2026096000=>1,2026096038=>1,2026096037=>1,2026096039=>1,2026096049=>1,2026096050=>1,2026096023=>1,2026096021=>1,2026096003=>1,2026096002=>1,2026096017=>1,2026096019=>1,2026096020=>1,2026095521=>1,2026095520=>1,2026095138=>1,2026095136=>1,2026095139=>1,2026095172=>1,2026095175=>1,2026095173=>1,2026095135=>1,2026095134=>1,2026095112=>1,2026095063=>1,2026095113=>1,2026095114=>1,2026095132=>1,2026095184=>1,2026095186=>1,2026095209=>1,2026095208=>1,2026095210=>1,2026095212=>1,2026095214=>1,2026095207=>1,2026095205=>1,2026095196=>1,2026095187=>1,2026095197=>1,2026095199=>1,2026095204=>1,2026095062=>1,2026095061=>1,2026094841=>1,2026094822=>1,2026094842=>1,2026094843=>1,2026094897=>1,2026094821=>1,2026094820=>1,2026094695=>1,2026094694=>1,2026094804=>1,2026094805=>1,2026094806=>1,2026094898=>1,2026094899=>1,2026094975=>1,2026094974=>1,2026095036=>1,2026095037=>1,2026095039=>1,2026094972=>1,2026094947=>1,2026094934=>1,2026094933=>1,2026094935=>1,2026094945=>1,2026094946=>1,2026095215=>1,2026095220=>1,2026095375=>1,2026095373=>1,2026095384=>1,2026095386=>1,2026095400=>1,2026095387=>1,2026095372=>1,2026095366=>1,2026095353=>1,2026095352=>1,2026095354=>1,2026095364=>1,2026095365=>1,2026095401=>1,2026095403=>1,2026095478=>1,2026095477=>1,2026095492=>1,2026095493=>1,2026095494=>1,2026095476=>1,2026095459=>1,2026095441=>1,2026095440=>1,2026095443=>1,2026095456=>1,2026095457=>1,2026095345=>1,2026095344=>1,2026095260=>1,2026095239=>1,2026095262=>1,2026095263=>1,2026095264=>1,2026095238=>1,2026095237=>1,2026095223=>1,2026095221=>1,2026095232=>1,2026095233=>1,2026095235=>1,2026095265=>1,2026095267=>1,2026095318=>1,2026095317=>1,2026095328=>1,2026095329=>1,2026095331=>1,2026095316=>1,2026095303=>1,2026095298=>1,2026095296=>1,2026095299=>1,2026095300=>1,2026095301=>1,2026096145=>1,2026096146=>1,2026096994=>1,2026096992=>1,2026097016=>1,2026097017=>1,2026097068=>1,2026097018=>1,2026096983=>1,2026096982=>1,2026096964=>1,2026096955=>1,2026096965=>1,2026096967=>1,2026096981=>1,2026097070=>1,2026097071=>1,2026097091=>1,2026097090=>1,2026097100=>1,2026097101=>1,2026097103=>1,2026097089=>1,2026097082=>1,2026097078=>1,2026097077=>1,2026097079=>1,2026097080=>1,2026097081=>1,2026096954=>1,2026096953=>1,2026096907=>1,2026096906=>1,2026096916=>1,2026096917=>1,2026096919=>1,2026096905=>1,2026096894=>1,2026096859=>1,2026096858=>1,2026096876=>1,2026096877=>1,2026096878=>1,2026096920=>1,2026096923=>1,2026096939=>1,2026096937=>1,2026096944=>1,2026096945=>1,2026096947=>1,2026096936=>1,2026096931=>1,2026096925=>1,2026096924=>1,2026096926=>1,2026096929=>1,2026096930=>1,2026097117=>1,2026097119=>1,2026097343=>1,2026097342=>1,2026097352=>1,2026097354=>1,2026097380=>1,2026097355=>1,2026097340=>1,2026097287=>1,2026097272=>1,2026097227=>1,2026097273=>1,2026097274=>1,2026097284=>1,2026097382=>1,2026097400=>1,2026097428=>1,2026097419=>1,2026097429=>1,2026097430=>1,2026097441=>1,2026097418=>1,2026097416=>1,2026097402=>1,2026097401=>1,2026097404=>1,2026097406=>1,2026097407=>1,2026097225=>1,2026097224=>1,2026097159=>1,2026097157=>1,2026097172=>1,2026097173=>1,2026097174=>1,2026097156=>1,2026097147=>1,2026097129=>1,2026097128=>1,2026097131=>1,2026097144=>1,2026097146=>1,2026097204=>1,2026097206=>1,2026097219=>1,2026097218=>1,2026097220=>1,2026097221=>1,2026097222=>1,2026097215=>1,2026094692=>1,2026097209=>1,2026097207=>1,2026097210=>1,2026097211=>1,2026097212=>1,2026096856=>1,2026096854=>1,2026096429=>1,2026096428=>1,2026096444=>1,2026096445=>1,2026096472=>1,2026096446=>1,2026096367=>1,2026096366=>1,2026096346=>1,2026096345=>1,2026096348=>1,2026096351=>1,2026096365=>1,2026096473=>1,2026096474=>1,2026096502=>1,2026096500=>1,2026096503=>1,2026096537=>1,2026096538=>1,2026096486=>1,2026096485=>1,2026096477=>1,2026096476=>1,2026096479=>1,2026096480=>1,2026096482=>1,2026096344=>1,2026096274=>1,2026096218=>1,2026096217=>1,2026096220=>1,2026096221=>1,2026096223=>1,2026096216=>1,2026096203=>1,2026096194=>1,2026096193=>1,2026096195=>1,2026096201=>1,2026096202=>1,2026096241=>1,2026096242=>1,2026096270=>1,2026096268=>1,2026096271=>1,2026096272=>1,2026096273=>1,2026096267=>1,2026096266=>1,2026096257=>1,2026096243=>1,2026096258=>1,2026096259=>1,2026096264=>1,2026096539=>1,2026096564=>1,2026096742=>1,2026096740=>1,2026096743=>1,2026096753=>1,2026096755=>1,2026096754=>1,2026096734=>1,2026096733=>1,2026096724=>1,2026096723=>1,2026096725=>1,2026096726=>1,2026096732=>1,2026096764=>1,2026096766=>1,2026096822=>1,2026096821=>1,2026096823=>1,2026096852=>1,2026096853=>1,2026096779=>1,2026096778=>1,2026096772=>1,2026096767=>1,2026096773=>1,2026096775=>1,2026096777=>1,2026096720=>1,2026096719=>1,2026096601=>1,2026096582=>1,2026096602=>1,2026096603=>1,2026096616=>1,2026096581=>1,2026096580=>1,2026096566=>1,2026096565=>1,2026096573=>1,2026096574=>1,2026096575=>1,2026096617=>1,2026096619=>1,2026096702=>1,2026096701=>1,2026096703=>1,2026096717=>1,2026096718=>1,2026096659=>1,2026096656=>1,2026096625=>1,2026096624=>1,2026096626=>1,2026096629=>1,2026096630=>1,2026097442=>1,);?>
1
+ <?php return array(2026098344=>2026098687,2026098328=>2026098335,2026098312=>2026098319,2026098080=>2026098303,2026098008=>2026098071,2026097904=>2026097999,2026097856=>2026097895,2026097656=>2026097663,2026097608=>2026097647,2026097496=>2026097599,2026097456=>2026097487,2026097384=>2026097447,2026097288=>2026097375,2026097232=>2026097279,2026097208=>2026097215,2026097160=>2026097199,2026097120=>2026097151,2026097104=>2026097111,2026097000=>2026097095,2026096984=>2026096991,2026096960=>2026096975,2026096928=>2026096951,2026096784=>2026096919,2026096768=>2026096775,2026096744=>2026096751,2026096728=>2026096735,2026096632=>2026096719,2026096568=>2026096623,2026096488=>2026096559,2026096432=>2026096479,2026096272=>2026096423,2026096112=>2026096263,2026096024=>2026096103,2026095928=>2026096015,2026095704=>2026095919,2026095360=>2026095695,2026095240=>2026095351,2026095224=>2026095231,2026095120=>2026095215,2026095040=>2026095111,2026094976=>2026095031,2026094936=>2026094967,2026094656=>2026094927,2016692488=>2016692519,2016692280=>2016692303,2016692248=>2016692271,2034572666=>1,2034572802=>1,2034574458=>1,2034576802=>1,2034573726=>1,2034573202=>1,2034572706=>1,2034573146=>1,2034572678=>1,2034571558=>1,2034568250=>1,2034567498=>1,2034568890=>1,2034569018=>1,2034569046=>1,2034567402=>1,2034566798=>1,2033509683=>1,2033488501=>1,2033512461=>1,2033626930=>1,2033847076=>1,2034570758=>1,2034571002=>1,2034571578=>1,2034576806=>1,2034572334=>1,2034572374=>1,2034572550=>1,2034571546=>1,2034571522=>1,2034571142=>1,2034571182=>1,2034571286=>1,2034571450=>1,2034572646=>1,2035874074=>1,2043220554=>1,2043166211=>1,2043220868=>1,2043223509=>1,2043224948=>1,2043224261=>1,2043100512=>1,2043100303=>1,2042728441=>1,2042634461=>1,2043091264=>1,2043093141=>1,2043100208=>1,2043098062=>1,2043224997=>1,2043610750=>1,2046969544=>1,2046968234=>1,2047478407=>1,2047498710=>1,2047780450=>1,2047506374=>1,2046116965=>1,2045681680=>1,2043934228=>1,2043892357=>1,2044770600=>1,2044790227=>1,2044930053=>1,2044926906=>1,2041279947=>1,2041010156=>1,2036589582=>1,2036404258=>1,2036602174=>1,2036686503=>1,2037889325=>1,2036709770=>1,2036379860=>1,2036351994=>1,2035456497=>1,2035113954=>1,2033466742=>1,2035874075=>1,2035874079=>1,2035874077=>1,2037928151=>1,2038082848=>1,2040667502=>1,2040544311=>1,2041009938=>1,2041010066=>1,2041010094=>1,2041010072=>1,2040310439=>1,2040039132=>1,2038430364=>1,2038083005=>1,2039576741=>1,2039723549=>1,2039867502=>1,2039853250=>1,2034848704=>1,2032807072=>1,2026827056=>1,2026826845=>1,2026827566=>1,2026827622=>1,2028602930=>1,2026827688=>1,2026826027=>1,2026824619=>1,2026823303=>1,2026823215=>1,2026823788=>1,2026824325=>1,2026824594=>1,2028605314=>1,2028768742=>1,2030867605=>1,2030610997=>1,2030872517=>1,2030957058=>1,2030996024=>1,2030963020=>1,2030605138=>1,2030599210=>1,2028814637=>1,2028812627=>1,2028838448=>1,2030504148=>1,2030585195=>1,2026821109=>1,2026821077=>1,2026616272=>1,2026616223=>1,2026622621=>1,2026624668=>1,2026633609=>1,2026624696=>1,2026614480=>1,2026614217=>1,2026612408=>1,2026612348=>1,2026612417=>1,2026612425=>1,2026613943=>1,2026634453=>1,2026634454=>1,2026816733=>1,2026809304=>1,2026819114=>1,2026819166=>1,2026821046=>1,2026809121=>1,2026809024=>1,2026794962=>1,2026657053=>1,2026801954=>1,2026802553=>1,2026808543=>1,2031004391=>1,2031070022=>1,2032729782=>1,2032726369=>1,2032738144=>1,2032741803=>1,2032754121=>1,2032741804=>1,2032724328=>1,2032721225=>1,2032690887=>1,2032689228=>1,2032692300=>1,2032700370=>1,2032715189=>1,2032755884=>1,2032758345=>1,2032852047=>1,2032849255=>1,2032888082=>1,2032898461=>1,2032898756=>1,2032898691=>1,2032835624=>1,2032834579=>1,2032798044=>1,2032775472=>1,2047845252=>1,2032830724=>1,2032832104=>1,2032689169=>1,2032688200=>1,2031932073=>1,2031932072=>1,2031932075=>1,2031932076=>1,2032061578=>1,2031932081=>1,2031490250=>1,2031251884=>1,2031085182=>1,2031085154=>1,2031157553=>1,2031157574=>1,2031189572=>1,2032080266=>1,2032080466=>1,2032262467=>1,2032124910=>1,2032320002=>1,2032673419=>1,2032673643=>1,2032113996=>1,2032111223=>1,2032103500=>1,2032096559=>1,2032103506=>1,2032103507=>1,2032103510=>1,2032910706=>1,2049580225=>1,2067136530=>1,2067091320=>1,2067064990=>1,2067136809=>1,2067137298=>1,2067137861=>1,2067137301=>1,2066983482=>1,2066983481=>1,2065634808=>1,2065617759=>1,2066817532=>1,2066817539=>1,2066824438=>1,2066821746=>1,2067137862=>1,2067138085=>1,2067309495=>1,2067308140=>1,2067312764=>1,2067313140=>1,2067330824=>1,2067325566=>1,2067298620=>1,2067291716=>1,2067138087=>1,2067138086=>1,2067238802=>1,2067274948=>1,2067290404=>1,2067278414=>1,2065612685=>1,2065611822=>1,2062244111=>1,2062193574=>1,2063563002=>1,2063712143=>1,2064069417=>1,2063886944=>1,2062170700=>1,2062083934=>1,2061740822=>1,2061740006=>1,2061748146=>1,2062005149=>1,2062083156=>1,2062083054=>1,2064070335=>1,2064072544=>1,2064555027=>1,2064502331=>1,2064589766=>1,2064591912=>1,2065598535=>1,2065582963=>1,2064501911=>1,2064501869=>1,2064079019=>1,2064077331=>1,2064079045=>1,2064085901=>1,2064091549=>1,2064091548=>1,2067339122=>1,2067341885=>1,2071816434=>1,2071816432=>1,2071767189=>1,2071847556=>1,2071882942=>1,2072113325=>1,2072100030=>1,2071659316=>1,2071601618=>1,2071385769=>1,2071371035=>1,2071505248=>1,2071510676=>1,2071542653=>1,2071512711=>1,2072113326=>1,2072721642=>1,2074126178=>1,2074125369=>1,2074260552=>1,2074261062=>1,2074261064=>1,2074261063=>1,2073940286=>1,2073927314=>1,2073198607=>1,2072952782=>1,2073654249=>1,2073912203=>1,2073926458=>1,2073912204=>1,2071370753=>1,2071302155=>1,2067478900=>1,2067472890=>1,2067480803=>1,2067481695=>1,2067485318=>1,2067482425=>1,2067433762=>1,2067395913=>1,2067346725=>1,2067343868=>1,2067367280=>1,2067368980=>1,2067391281=>1,2067385955=>1,2067913080=>1,2067913111=>1,2070942826=>1,2070350119=>1,2070962928=>1,2070966252=>1,2071233497=>1,2071188506=>1,2069924012=>1,2069468683=>1,2068342830=>1,2068341598=>1,2068643854=>1,2068650014=>1,2069410809=>1,2068651360=>1,2061739023=>1,2061690090=>1,2053024553=>1,2053023712=>1,2053022080=>1,2053026266=>1,2053028883=>1,2053127015=>1,2053127012=>1,2052988537=>1,2052988306=>1,2052983974=>1,2052983895=>1,2052984493=>1,2052985274=>1,2052987959=>1,2052985335=>1,2053127016=>1,2053127019=>1,2054807129=>1,2054754214=>1,2054807519=>1,2054807525=>1,2055295489=>1,2055294809=>1,2054546338=>1,2054522116=>1,2053513342=>1,2053130549=>1,2053514225=>1,2053516274=>1,2054303878=>1,2053516650=>1,2052982988=>1,2052982355=>1,2051826606=>1,2051825689=>1,2052589121=>1,2052589535=>1,2052655346=>1,2052600244=>1,2051454858=>1,2051453682=>1,2050326085=>1,2026612263=>1,2050339428=>1,2050430033=>1,2050604461=>1,2050449491=>1,2052655404=>1,2052659493=>1,2052687631=>1,2052687336=>1,2052687698=>1,2052687758=>1,2052688285=>1,2052687862=>1,2052686714=>1,2052686659=>1,2052660934=>1,2052660538=>1,2052675678=>1,2052685907=>1,2052686186=>1,2052686162=>1,2055745175=>1,2055998998=>1,2059518259=>1,2059516833=>1,2060759786=>1,2061536626=>1,2061593123=>1,2061554018=>1,2059499237=>1,2059499228=>1,2059472492=>1,2059472490=>1,2059472493=>1,2059472494=>1,2059479015=>1,2059472498=>1,2061593124=>1,2061593414=>1,2061671644=>1,2061668781=>1,2061675274=>1,2061677948=>1,2061683526=>1,2061678313=>1,2061667892=>1,2061667651=>1,2061645846=>1,2061637060=>1,2061647450=>1,2061662212=>1,2061665419=>1,2061664507=>1,2059472489=>1,2059472488=>1,2056795574=>1,2056795546=>1,2056921545=>1,2056931121=>1,2056943706=>1,2056938821=>1,2056433705=>1,2056291183=>1,2056079986=>1,2055999226=>1,2056199294=>1,2056258870=>1,2056261035=>1,2056261014=>1,2056951682=>1,2056955558=>1,2059411533=>1,2058633656=>1,2059445854=>1,2059472469=>1,2059472487=>1,2059472486=>1,2057989601=>1,2057716017=>1,2057035362=>1,2056955650=>1,2057103026=>1,2057103038=>1,2057660980=>1,2057345345=>1,2048042438=>1,2026098341=>1,2014998075=>1,2014995772=>1,2015000945=>1,2015022740=>1,2015046390=>1,2015046028=>1,2014989579=>1,2014979813=>1,2014959903=>1,2014956939=>1,2014962252=>1,2014962718=>1,2014963169=>1,2015046612=>1,2015061434=>1,2016038428=>1,2015222062=>1,2016543762=>1,2016545682=>1,2016692246=>1,2016692243=>1,2015206686=>1,2015206570=>1,2015063128=>1,2015062410=>1,2015064248=>1,2015070453=>1,2015112650=>1,2014946563=>1,2014946148=>1,2013202781=>1,2013202780=>1,2013202782=>1,2013457444=>1,2014839490=>1,2014838946=>1,2013202779=>1,2013159769=>1,2013048530=>1,2013047941=>1,2013048532=>1,2013156442=>1,2013157429=>1,2014848067=>1,2014853186=>1,2014902497=>1,2014899136=>1,2014920072=>1,2014931848=>1,2014935857=>1,2014935654=>1,2014895601=>1,2014883609=>1,2014878777=>1,2014857380=>1,2014881228=>1,2014881972=>1,2014883435=>1,2016692247=>1,2016692272=>1,2016978481=>1,2016978388=>1,2016978549=>1,2016978680=>1,2016979425=>1,2016979414=>1,2016978381=>1,2016977962=>1,2016977459=>1,2016977363=>1,2016977680=>1,2016977778=>1,2016977814=>1,2016979480=>1,2016979679=>1,2016980368=>1,2016980332=>1,2016980537=>1,2016980554=>1,2016980984=>1,2016980764=>1,2016980304=>1,2016980292=>1,2016979865=>1,2016979738=>1,2016979900=>1,2016979919=>1,2016980225=>1,2016976989=>1,2016933167=>1,2016692481=>1,2016692404=>1,2016692482=>1,2016692483=>1,2016692486=>1,2016692484=>1,2016692307=>1,2016692304=>1,2016692275=>1,2016692273=>1,2016692276=>1,2016692277=>1,2016692278=>1,2016692487=>1,2016692520=>1,2016893912=>1,2016892209=>1,2016899252=>1,2016919506=>1,2016920460=>1,2016919848=>1,2016889211=>1,2016889046=>1,2016692522=>1,2016692521=>1,2016692557=>1,2016887113=>1,2016887293=>1,2013045946=>1,2013045668=>1,2000115990=>1,1999937538=>1,2000250906=>1,2000266334=>1,2000628333=>1,2000387628=>1,1999912874=>1,1999899534=>1,1999271675=>1,1999271115=>1,1999550502=>1,1999592305=>1,1999592306=>1,2001745996=>1,2001805062=>1,2001862130=>1,2001861272=>1,2001927621=>1,2002422560=>1,2002533494=>1,2002422986=>1,2001861266=>1,2001861003=>1,2001831698=>1,2001830402=>1,2001855162=>1,2001860668=>1,2001860996=>1,1999270804=>1,1999263330=>1,1997658120=>1,1997495538=>1,1997684046=>1,1997684047=>1,1997707316=>1,1997706931=>1,1997247187=>1,1997144725=>1,1996942913=>1,1996942912=>1,1996942914=>1,1996944067=>1,1997098674=>1,1997707766=>1,1998325324=>1,1998425615=>1,1998418009=>1,1998427033=>1,1998883459=>1,1999200918=>1,1999093556=>1,1998417730=>1,1998415225=>1,1998327799=>1,1998326597=>1,1998327939=>1,1998404279=>1,1998407949=>1,2002680375=>1,2002887728=>1,2008838939=>1,2008838938=>1,2008838940=>1,2009202841=>1,2009878065=>1,2009202924=>1,2008838935=>1,2008833681=>1,2008568516=>1,2008242811=>1,2008765099=>1,2008784198=>1,2008795753=>1,2009878222=>1,2009878230=>1,2012722706=>1,2012717651=>1,2012739929=>1,2012938656=>1,2013045666=>1,2013044770=>1,2012646696=>1,2012618233=>1,2011823896=>1,2011318195=>1,2011902626=>1,2011902810=>1,2011954405=>1,2008242696=>1,2007470430=>1,2004828840=>1,2004549483=>1,2005115228=>1,2005353818=>1,2005383522=>1,2005361864=>1,2004503170=>1,2004368343=>1,2003715354=>1,2003415401=>1,2003716122=>1,2004060310=>1,2004201961=>1,2005448548=>1,2005817837=>1,2007081404=>1,2007077026=>1,2007133434=>1,2007181579=>1,2007202170=>1,2007020327=>1,2007020047=>1,2006151942=>1,2006144724=>1,2006151966=>1,2006163767=>1,2007007875=>1,2017031257=>1,2017031352=>1,2026097098=>1,2026096995=>1,2026097100=>1,2026097101=>1,2026097116=>1,2026097103=>1,2026096994=>1,2026096992=>1,2026096955=>1,2026096954=>1,2026096981=>1,2026096982=>1,2026096983=>1,2026097117=>1,2026097119=>1,2026097218=>1,2026097217=>1,2026097219=>1,2026097224=>1,2026097227=>1,2026097225=>1,2026097207=>1,2026097206=>1,2026097156=>1,2026097153=>1,2026097157=>1,2026097159=>1,2026097204=>1,2026096953=>1,2026096926=>1,2026096629=>1,2026096626=>1,2026096630=>1,2026096631=>1,2026096722=>1,2026096720=>1,2026096625=>1,2026096624=>1,2026096482=>1,2026096481=>1,2026096564=>1,2026096565=>1,2026096566=>1,2026096723=>1,2026096740=>1,2026096777=>1,2026096767=>1,2026096778=>1,2026096779=>1,2026096925=>1,2026096924=>1,2026096766=>1,2026096764=>1,2026096743=>1,2026096742=>1,2026096753=>1,2026096754=>1,2026096755=>1,2026097284=>1,2026097286=>1,2026098343=>1,2026098342=>1,1996896190=>1,2026181576=>1,2026191348=>1,2026190098=>1,1996942882=>1,1996848367=>1,2026098306=>1,2026098305=>1,2026098320=>1,2026098321=>1,2026098322=>1,2026236580=>1,2026280450=>1,2026304541=>1,2026301272=>1,2026571766=>1,2026574369=>1,2026574373=>1,2026574371=>1,2026301271=>1,2026301270=>1,2026301206=>1,2026301205=>1,2026301207=>1,2026301208=>1,2026301269=>1,2026098304=>1,2026098079=>1,2026097488=>1,2026097451=>1,2026097490=>1,2026097491=>1,2026097601=>1,2026097493=>1,2026097449=>1,2026097448=>1,2026097378=>1,2026097287=>1,2026097380=>1,2026097381=>1,2026097382=>1,2026097602=>1,2026097603=>1,2026098002=>1,2026098001=>1,2026098073=>1,2026098076=>1,2026098077=>1,2026098000=>1,2026097899=>1,2026097654=>1,2026097652=>1,2026097655=>1,2026097896=>1,2026097897=>1,2026096480=>1,2026096430=>1,2017175275=>1,2017175190=>1,2017175334=>1,2017175687=>1,2017176267=>1,2017175935=>1,2017175021=>1,2017174524=>1,2017144541=>1,2017144160=>1,2017144697=>1,2017173889=>1,2017174050=>1,2017176791=>1,2017177292=>1,2018831199=>1,2018830708=>1,2018831996=>1,2018832299=>1,2018900140=>1,2018870506=>1,2018830508=>1,2018830459=>1,2018266830=>1,2018006302=>1,2018755700=>1,2018756280=>1,2018756593=>1,2017144091=>1,2017143586=>1,2017033025=>1,2017032692=>1,2017033153=>1,2017033220=>1,2017033338=>1,2017033306=>1,2017032500=>1,2017032313=>1,2017031937=>1,2017031449=>1,2017032033=>1,2017032153=>1,2017032270=>1,2017033348=>1,2017033940=>1,2017142199=>1,2017141938=>1,2017142281=>1,2017142338=>1,2017143299=>1,2017143130=>1,2017141573=>1,2017141510=>1,2017034026=>1,2017033950=>1,2017043772=>1,2017044392=>1,2017140826=>1,2018919360=>1,2018933126=>1,2026095352=>1,2026095239=>1,2026095353=>1,2026095354=>1,2026095698=>1,2026095359=>1,2026095238=>1,2026095237=>1,2026095114=>1,2026095113=>1,2026095117=>1,2026095219=>1,2026095234=>1,2026095920=>1,2026095921=>1,2026096266=>1,2026096264=>1,2026096267=>1,2026096270=>1,2026096429=>1,2026096428=>1,2026096110=>1,2026096109=>1,2026096020=>1,2026095922=>1,2026096021=>1,2026096023=>1,2026096108=>1,2026095112=>1,2026095039=>1,2023168016=>1,2023166447=>1,2025872572=>1,2025896491=>1,2025984602=>1,2025951818=>1,2023051970=>1,2021938352=>1,2020804615=>1,2019123155=>1,2020877322=>1,2021868402=>1,2021884115=>1,2026001713=>1,2026015368=>1,2026094974=>1,2026094972=>1,2026094975=>1,2026095036=>1,2026095037=>1,2026094970=>1,2026094929=>1,2026036948=>1,2026036474=>1,2026043888=>1,2026072287=>1,2026072306=>1,2026611976=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-17.php CHANGED
@@ -1 +1 @@
1
- <?php return array(2193189248=>2193189375,2160534277=>1,2160533885=>1,2160536046=>1,2160536844=>1,2160537015=>1,2158835648=>1,2160538002=>1,2158835534=>1,2156318349=>1,2156055643=>1,2156701474=>1,2156872481=>1,2158202389=>1,2157547901=>1,2160538573=>1,2160538631=>1,2160546806=>1,2160546096=>1,2160546876=>1,2160546985=>1,2160547739=>1,2160547038=>1,2160545190=>1,2160544636=>1,2160539599=>1,2160539429=>1,2160540729=>1,2160541872=>1,2160543562=>1,2155817058=>1,2154979610=>1,2152008373=>1,2151997017=>1,2152145421=>1,2152145435=>1,2152145600=>1,2152145537=>1,2151993382=>1,2151984905=>1,2150041668=>1,2149515298=>1,2150924393=>1,2151355001=>1,2151945922=>1,2151789639=>1,2152145602=>1,2152145632=>1,2152412645=>1,2152357723=>1,2152440316=>1,2152450917=>1,2154499184=>1,2153455445=>1,2152269233=>1,2152259059=>1,2152159748=>1,2152145637=>1,2152159810=>1,2152207747=>1,2152248123=>1,2152218740=>1,2160549033=>1,2160549380=>1,2160575760=>1,2160575101=>1,2160578034=>1,2160578452=>1,2160579170=>1,2160578714=>1,2160574459=>1,2160572219=>1,2160566339=>1,2160565946=>1,2160570103=>1,2160570181=>1,2160571236=>1,2160570495=>1,2160579415=>1,2160579639=>1,2160585468=>1,2160584821=>1,2160585493=>1,2160586279=>1,2160586945=>1,2160586538=>1,2160583741=>1,2160582744=>1,2160580322=>1,2160580228=>1,2160581322=>1,2160581979=>1,2160581990=>1,2160564833=>1,2160564809=>1,2160555473=>1,2160554177=>1,2160555924=>1,2160556648=>1,2160558719=>1,2160558515=>1,2160553969=>1,2160553934=>1,2160550846=>1,2160550592=>1,2160551577=>1,2160551729=>1,2160553702=>1,2160553290=>1,2160558819=>1,2160559016=>1,2160562898=>1,2160561359=>1,2160563428=>1,2160563629=>1,2160564162=>1,2160563707=>1,2160561242=>1,2160561120=>1,2160559514=>1,2160559111=>1,2160559618=>1,2160559833=>1,2160560896=>1,2148315451=>1,2148143924=>1,2105234377=>1,2105234287=>1,2105234399=>1,2105234406=>1,2105234950=>1,2105234466=>1,2105234273=>1,2105234149=>1,2105234049=>1,2105233998=>1,2105234052=>1,2105234056=>1,2105234148=>1,2105234135=>1,2105235000=>1,2105235078=>1,2107668661=>1,2107658455=>1,2107712238=>1,2107787105=>1,2107878416=>1,2107823847=>1,2105271399=>1,2105235382=>1,2105235188=>1,2105235117=>1,2105235282=>1,2105235303=>1,2105235336=>1,2105235304=>1,2105233537=>1,2105233458=>1,2101899808=>1,2101880590=>1,2102247253=>1,2102311148=>1,2102788653=>1,2102562633=>1,2101794856=>1,2101720366=>1,2099818342=>1,2099790047=>1,2099900268=>1,2100992153=>1,2101402311=>1,2101347587=>1,2102789946=>1,2102790181=>1,2103665737=>1,2103665681=>1,2103670970=>1,2103678027=>1,2104323845=>1,2103965850=>1,2103665674=>1,2103293896=>1,2102792506=>1,2102791252=>1,2103074756=>1,2103241028=>1,2103293700=>1,2107892709=>1,2107900950=>1,2113762115=>1,2113762100=>1,2113762121=>1,2113762139=>1,2113762195=>1,2113762140=>1,2113762099=>1,2113762096=>1,2113762052=>1,2113762051=>1,2113762061=>1,2113762063=>1,2113762071=>1,2113762064=>1,2113762201=>1,2113762241=>1,2113764445=>1,2113764444=>1,2118518674=>1,2147934315=>1,2148055081=>1,2148040303=>1,2113763950=>1,2113762293=>1,2113762279=>1,2113762245=>1,2113762283=>1,2113762286=>1,2113762287=>1,2113747972=>1,2113740958=>1,2108050375=>1,2108049973=>1,2108089562=>1,2108125606=>1,2110867769=>1,2110867406=>1,2107987078=>1,2107969701=>1,2107915964=>1,2107909715=>1,2107925181=>1,2107926402=>1,2107938407=>1,2107926914=>1,2110872510=>1,2110874046=>1,2112059160=>1,2111424404=>1,2112262825=>1,2112263348=>1,2112280038=>1,2112264903=>1,2111103318=>1,2111101917=>1,2110950686=>1,2110878749=>1,2111055176=>1,2111058996=>1,2111098291=>1,2160587582=>1,2160587982=>1,2261033042=>1,2259246299=>1,2262116816=>1,2262116817=>1,2264481164=>1,2262975517=>1,2259246298=>1,2256713172=>1,2255954128=>1,2255952577=>1,2255954167=>1,2255955079=>1,2256713003=>1,2256093188=>1,2264501231=>1,2264505230=>1,2281701526=>1,2281701524=>1,2281702018=>1,2281702019=>1,2281702027=>1,2281702026=>1,2281701382=>1,2271746199=>1,2264919869=>1,2264519499=>1,2264920053=>1,2266198822=>1,2266470454=>1,2266461327=>1,2255948067=>1,2255946660=>1,2247273092=>1,2247267529=>1,2247287094=>1,2248153634=>1,2248379855=>1,2248357572=>1,2247265808=>1,2247264472=>1,2239914710=>1,2239913721=>1,2239917993=>1,2239919749=>1,2247242214=>1,2245096973=>1,2248380561=>1,2249267638=>1,2254455057=>1,2254130831=>1,2254663848=>1,2254837370=>1,2255946498=>1,2254882917=>1,2254073932=>1,2252131740=>1,2249437549=>1,2249437308=>1,2250407205=>1,2250412928=>1,2251417955=>1,2281702034=>1,2281702043=>1,2315278698=>1,2315278694=>1,2315314226=>1,2315314228=>1,2317622021=>1,2315551318=>1,2315278690=>1,2315278667=>1,2315278615=>1,2315278613=>1,2315278623=>1,2315278637=>1,2315278651=>1,2315278639=>1,2317630587=>1,2317630665=>1,2317651103=>1,2317649384=>1,2317651195=>1,2317651384=>1,2317651791=>1,2317651718=>1,2317649345=>1,2317645907=>1,2317631102=>1,2317630939=>1,2317631201=>1,2317631268=>1,2317641654=>1,2315278607=>1,2315278596=>1,2297655870=>1,2297651766=>1,2297681545=>1,2305745147=>1,2306103585=>1,2306100476=>1,2297651724=>1,2297644743=>1,2281702115=>1,2281702114=>1,2281705689=>1,2292763033=>1,2292841350=>1,2292836381=>1,2306104064=>1,2306247986=>1,2309292399=>1,2309278078=>1,2311945251=>1,2315260958=>1,2315262194=>1,2315261122=>1,2308118511=>1,2307379102=>1,2307172624=>1,2307150478=>1,2307328233=>1,2307336596=>1,2307368673=>1,2239904351=>1,2239901876=>1,2187236451=>1,2187085565=>1,2188708387=>1,2188750750=>1,2190806559=>1,2189734270=>1,2186261404=>1,2186248609=>1,2183901045=>1,2182072947=>1,2183901068=>1,2183901175=>1,2185974267=>1,2185211262=>1,2192840678=>1,2192844950=>1,2194914136=>1,2194887322=>1,2195826769=>1,2196147642=>1,2196512784=>1,2196512783=>1,2194420763=>1,2193703323=>1,2193116022=>1,2192850838=>1,2193196298=>1,2193196299=>1,2193226316=>1,2193214015=>1,2181098760=>1,2181097754=>1,2161115881=>1,2160905349=>1,2161247201=>1,2162121811=>1,2165693868=>1,2163055986=>1,2160590522=>1,2160590021=>1,2160588692=>1,2099780554=>1,2160588698=>1,2160589066=>1,2160589471=>1,2160589427=>1,2165702082=>1,2165906310=>1,2172649173=>1,2172323623=>1,2172780727=>1,2172979231=>1,2181059123=>1,2175713034=>1,2172323592=>1,2172323591=>1,2166340540=>1,2166340021=>1,2166985969=>1,2168457428=>1,2172323590=>1,2196617617=>1,2197007179=>1,2212357885=>1,2212346874=>1,2213157642=>1,2214003447=>1,2214547730=>1,2214528334=>1,2212346862=>1,2212346858=>1,2212312408=>1,2212303221=>1,2212327800=>1,2212328315=>1,2212346854=>1,2212342374=>1,2214547739=>1,2214571141=>1,2229704273=>1,2228762114=>1,2231324726=>1,2232553721=>1,2233912042=>1,2232553795=>1,2224488706=>1,2214571898=>1,2214571158=>1,2214571151=>1,2214571175=>1,2214571189=>1,2214571852=>1,2212269440=>1,2211949782=>1,2202554881=>1,2197878566=>1,2202569706=>1,2202577574=>1,2204925154=>1,2204373499=>1,2197858390=>1,2197845194=>1,2197137589=>1,2197012493=>1,2197141449=>1,2197490718=>1,2197768641=>1,2197768356=>1,2204935292=>1,2207991626=>1,2208431962=>1,2208431882=>1,2208891952=>1,2210146492=>1,2210361001=>1,2210146493=>1,2208431276=>1,2208419220=>1,2208398359=>1,2208398358=>1,2208411635=>1,2208411642=>1,2208419113=>1,2160587762=>1,2099779601=>1,2067385955=>1,2067374858=>1,2067445645=>1,2067467289=>1,2067480803=>1,2067472890=>1,2067372176=>1,2067368980=>1,2067339122=>1,2067309495=>1,2067343868=>1,2067350973=>1,2067367280=>1,2067355746=>1,2067481695=>1,2067809189=>1,2069368097=>1,2068676555=>1,2069401304=>1,2070350035=>1,2070700570=>1,2070409545=>1,2068650644=>1,2068650357=>1,2068647215=>1,2067913080=>1,2068647578=>1,2068648290=>1,2068649326=>1,2068649232=>1,2067302924=>1,2067302846=>1,2064501911=>1,2064501869=>1,2064502331=>1,2064590694=>1,2065578252=>1,2065201143=>1,2064501111=>1,2064380300=>1,2064079045=>1,2064079019=>1,2064079098=>1,2064086629=>1,2064091549=>1,2064091548=>1,2065582963=>1,2065596517=>1,2067091320=>1,2067038723=>1,2067238802=>1,2067278414=>1,2067293289=>1,2067289687=>1,2066824438=>1,2066821746=>1,2065611822=>1,2065598535=>1,2065612685=>1,2066817532=>1,2066817539=>1,2070700613=>1,2070700678=>1,2076779039=>1,2076774781=>1,2076792466=>1,2076815718=>1,2076944668=>1,2076819017=>1,2076710074=>1,2076710043=>1,2075158093=>1,2074126078=>1,2075454523=>1,2076344332=>1,2076708830=>1,2076473462=>1,2076944881=>1,2076977165=>1,2079330546=>1,2079259560=>1,2079501618=>1,2079532809=>1,2080362306=>1,2080316916=>1,2079155589=>1,2079081421=>1,2078795190=>1,2076999313=>1,2078799834=>1,2078800194=>1,2078859875=>1,2074125338=>1,2073912203=>1,2071532104=>1,2071509679=>1,2071542345=>1,2071545461=>1,2071551139=>1,2071549193=>1,2071432129=>1,2071415503=>1,2071109898=>1,2070824187=>1,2071109960=>1,2071135844=>1,2071368201=>1,2071302155=>1,2071703755=>1,2071767189=>1,2072426763=>1,2072113326=>1,2072526561=>1,2072528792=>1,2073372640=>1,2073198607=>1,2072113325=>1,2072064410=>1,2071816432=>1,2071791869=>1,2071816434=>1,2071818919=>1,2071882942=>1,2064077236=>1,2064070335=>1,2054428904=>1,2054322789=>1,2054522116=>1,2054546338=>1,2055296300=>1,2055294809=>1,2054307685=>1,2054303878=>1,2053399831=>1,2053177069=>1,2053513342=>1,2053514225=>1,2053516650=>1,2053516274=>1,2055301643=>1,2055303228=>1,2056951682=>1,2056931121=>1,2057103026=>1,2057103038=>1,2058859534=>1,2057482689=>1,2056921545=>1,2056795574=>1,2055998297=>1,2055745175=>1,2055998479=>1,2055999104=>1,2056261035=>1,2056079986=>1,2053127018=>1,2053127017=>1,2052688409=>1,2052688369=>1,2052688495=>1,2052689631=>1,2052983992=>1,2052982414=>1,2052687933=>1,2052687887=>1,2052686091=>1,2052676898=>1,2052686141=>1,2052686496=>1,2052686936=>1,2052686798=>1,2052984097=>1,2052984850=>1,2053028114=>1,2053020245=>1,2053029427=>1,2053127011=>1,2053127014=>1,2053127012=>1,2053019820=>1,2052995409=>1,2052985798=>1,2052985199=>1,2052985985=>1,2052986549=>1,2052988367=>1,2058862689=>1,2059411533=>1,2061748146=>1,2061742298=>1,2061906143=>1,2061989484=>1,2062082374=>1,2062082064=>1,2061740006=>1,2061739023=>1,2061675274=>1,2061674676=>1,2061675538=>1,2061683526=>1,2061721214=>1,2061690090=>1,2062082438=>1,2062082621=>1,2062083676=>1,2062083329=>1,2063135434=>1,2063710790=>1,2064069417=>1,2063886944=>1,2062083227=>1,2062083174=>1,2062082829=>1,2062082743=>1,2062082886=>1,2062083054=>1,2062083171=>1,2061670402=>1,2061668781=>1,2061538404=>1,2061517598=>1,2061543386=>1,2061543389=>1,2061570997=>1,2061543390=>1,2061517596=>1,2061207029=>1,2059445854=>1,2059432645=>1,2059459166=>1,2059510826=>1,2059931934=>1,2059557862=>1,2061593123=>1,2061593124=>1,2061665651=>1,2061665596=>1,2061667651=>1,2061667892=>1,2061667939=>1,2061667899=>1,2061665419=>1,2061664507=>1,2061637060=>1,2061593414=>1,2061645846=>1,2061651426=>1,2061662212=>1,2080776422=>1,2080777409=>1,2093529294=>1,2093507634=>1,2093658086=>1,2093659142=>1,2093664354=>1,2093659578=>1,2093507226=>1,2093491014=>1,2093036918=>1,2093035768=>1,2093038090=>1,2093039029=>1,2093078697=>1,2093051893=>1,2093840274=>1,2093862834=>1,2093900534=>1,2093898226=>1,2093902717=>1,2093907972=>1,2093913741=>1,2093909475=>1,2093894662=>1,2093889661=>1,2093878718=>1,2093876544=>1,2093880952=>1,2093884149=>1,2093889469=>1,2093889275=>1,2093035766=>1,2093035273=>1,2093012661=>1,2093004918=>1,2093012862=>1,2093016750=>1,2093022360=>1,2093021886=>1,2092997850=>1,2092997373=>1,2092987373=>1,2092985079=>1,2092989116=>1,2092989118=>1,2092995846=>1,2092989430=>1,2093023733=>1,2093024245=>1,2093031417=>1,2093030397=>1,2093031913=>1,2093032445=>1,2093035005=>1,2093033979=>1,2093029278=>1,2093028601=>1,2093024440=>1,2093024253=>1,2093025271=>1,2093027960=>1,2093028214=>1,2093917364=>1,2093918202=>1,2098752538=>1,2098752277=>1,2098752786=>1,2098753354=>1,2098753532=>1,2098753407=>1,2098752076=>1,2098751474=>1,2096672443=>1,2096385199=>1,2096676430=>1,2096840438=>1,2098744938=>1,2097092711=>1,2098754421=>1,2098757495=>1,2099126160=>1,2098843463=>1,2099288572=>1,2099383462=>1,2099712347=>1,2099645950=>1,2098834228=>1,2098825860=>1,2098761291=>1,2098759515=>1,2098800142=>1,2098800960=>1,2098809104=>1,2096384946=>1,2096021114=>1,2093940094=>1,2093939207=>1,2093940440=>1,2093944475=>1,2093965653=>1,2093961894=>1,2093939205=>1,2093937117=>1,2093922473=>1,2093918454=>1,2093922977=>1,2093924478=>1,2093934702=>1,2093927615=>1,2093974770=>1,2093985627=>1,2095847475=>1,2095300651=>1,2095847492=>1,2095855136=>1,2095938480=>1,2095924044=>1,2095223362=>1,2094661320=>1,2094461899=>1,2093987244=>1,2094654780=>1,2094654781=>1,2094658498=>1,2092984816=>1,2092982984=>1,2086159134=>1,2086159128=>1,2086159135=>1,2086159136=>1,2086159142=>1,2086159137=>1,2086159123=>1,2086159118=>1,2085754173=>1,2085741202=>1,2085756128=>1,2085828282=>1,2086159111=>1,2086159110=>1,2086159143=>1,2086159144=>1,2088251302=>1,2088160430=>1,2088254964=>1,2088266323=>1,2088286967=>1,2088271666=>1,2088039143=>1,2087983798=>1,2086251817=>1,2086159157=>1,2086488441=>1,2086526559=>1,2087965470=>1,2086543605=>1,2085712006=>1,2085712003=>1,2080778470=>1,2080777446=>1,2080779494=>1,2080802730=>1,2081015775=>1,2080956910=>1,2080777417=>1,2080777416=>1,2080777411=>1,2080777410=>1,2080777412=>1,2080777413=>1,2080777415=>1,2080777414=>1,2081145645=>1,2081145868=>1,2083456806=>1,2082363370=>1,2084783002=>1,2084820740=>1,2085685474=>1,2085469770=>1,2082363369=>1,2082042903=>1,2081215606=>1,2081146091=>1,2081216376=>1,2081462310=>1,2081958396=>1,2088289063=>1,2088297539=>1,2091318516=>1,2091317958=>1,2091421360=>1,2092803252=>1,2092959714=>1,2092957944=>1,2091317774=>1,2091261860=>1,2090910280=>1,2090907770=>1,2090946250=>1,2090974513=>1,2091252798=>1,2091034808=>1,2092959716=>1,2092959945=>1,2092976113=>1,2092973176=>1,2092979984=>1,2092980406=>1,2092981755=>1,2092980854=>1,2092972438=>1,2092968566=>1,2092962171=>1,2092961262=>1,2092963838=>1,2092967928=>1,2092968189=>1,2090907769=>1,2090907670=>1,2088575885=>1,2088428791=>1,2088664679=>1,2088664681=>1,2088730121=>1,2088724972=>1,2088417490=>1,2088416539=>1,2088387177=>1,2088320746=>1,2088395718=>1,2088397330=>1,2088401511=>1,2088400125=>1,2088819995=>1,2088823170=>1,2090211756=>1,2090151828=>1,2090238722=>1,2090576375=>1,2090869506=>1,2090865516=>1,2090002726=>1,2089981802=>1,2088933471=>1,2088863894=>1,2089016718=>1,2089156140=>1,2089156153=>1,2052676434=>1,);?>
1
+ <?php return array(2095300651=>1,2095115669=>1,2095616871=>1,2095848079=>1,2095848216=>1,2095848148=>1,2093985627=>1,2093979730=>1,2093944475=>1,2093940440=>1,2093955578=>1,2093961894=>1,2093974770=>1,2093965653=>1,2095848683=>1,2095848811=>1,2096385409=>1,2096385199=>1,2096672373=>1,2096672401=>1,2096676430=>1,2096672485=>1,2096151375=>1,2096151372=>1,2095938480=>1,2095924044=>1,2096021114=>1,2096034579=>1,2096150569=>1,2096034580=>1,2093940094=>1,2093939207=>1,2093880952=>1,2093876544=>1,2093889275=>1,2093893104=>1,2093902717=>1,2093898226=>1,2093862834=>1,2093819710=>1,2093659142=>1,2093659122=>1,2093659578=>1,2093664354=>1,2093813652=>1,2093670346=>1,2093903774=>1,2093905787=>1,2093928948=>1,2093927615=>1,2093934702=>1,2093935787=>1,2093939205=>1,2093937117=>1,2093924478=>1,2093922977=>1,2093909475=>1,2093907972=>1,2093913741=>1,2093918202=>1,2093922473=>1,2096834123=>1,2096834124=>1,2101347586=>1,2101218978=>1,2101347587=>1,2101402311=>1,2101440713=>1,2101440688=>1,2100992153=>1,2099738275=>1,2099415050=>1,2099328102=>1,2099636478=>1,2099638467=>1,2099738274=>1,2099638927=>1,2101794939=>1,2101880590=>1,2103665670=>1,2103380946=>1,2103665674=>1,2103665677=>1,2103665737=>1,2103665681=>1,2103074756=>1,2102792869=>1,2102560865=>1,2101902606=>1,2102560979=>1,2102618392=>1,2102792863=>1,2102792731=>1,2099288572=>1,2098896264=>1,2098749854=>1,2098749499=>1,2098750746=>1,2098751358=>1,2098752416=>1,2098751571=>1,2098749489=>1,2098738323=>1,2096840438=>1,2096834125=>1,2097318477=>1,2098204651=>1,2098724884=>1,2098552716=>1,2098752957=>1,2098754282=>1,2098829905=>1,2098825443=>1,2098852997=>1,2098853798=>1,2098855861=>1,2098855123=>1,2098811204=>1,2098800359=>1,2098756026=>1,2098754537=>1,2098758206=>1,2098760147=>1,2098763697=>1,2093658086=>1,2093657926=>1,2090211756=>1,2090108339=>1,2090561621=>1,2090731958=>1,2090910279=>1,2090869506=>1,2089981802=>1,2089275830=>1,2088724972=>1,2088715481=>1,2088730121=>1,2088819995=>1,2089016718=>1,2088823170=>1,2090910280=>1,2090946250=>1,2091516806=>1,2091475714=>1,2091517017=>1,2091517027=>1,2091519367=>1,2091517929=>1,2091436854=>1,2091436635=>1,2090974513=>1,2090973288=>1,2091034808=>1,2091317774=>1,2091436355=>1,2091317775=>1,2088664675=>1,2088559666=>1,2088428747=>1,2088428688=>1,2088428766=>1,2088429219=>1,2088429852=>1,2088429759=>1,2088428535=>1,2088428438=>1,2088426349=>1,2088426337=>1,2088427089=>1,2088427145=>1,2088428366=>1,2088427955=>1,2088430262=>1,2088430724=>1,2088433950=>1,2088433939=>1,2088434060=>1,2088434327=>1,2088434388=>1,2088434384=>1,2088433452=>1,2088433011=>1,2088430925=>1,2088430877=>1,2088430950=>1,2088431054=>1,2088432830=>1,2091519515=>1,2091520247=>1,2093028601=>1,2093028214=>1,2093029278=>1,2093030397=>1,2093032445=>1,2093031913=>1,2093025271=>1,2093023733=>1,2093012860=>1,2093012661=>1,2093012862=>1,2093014512=>1,2093021886=>1,2093016750=>1,2093033979=>1,2093035273=>1,2093506786=>1,2093490578=>1,2093507226=>1,2093507634=>1,2093529294=>1,2093528370=>1,2093366310=>1,2093078697=>1,2093035768=>1,2093035766=>1,2093036918=>1,2093038090=>1,2093039029=>1,2093009807=>1,2092989430=>1,2092958971=>1,2092957944=>1,2092958973=>1,2092959714=>1,2092959945=>1,2092959716=>1,2092803252=>1,2091585757=>1,2091522012=>1,2091521176=>1,2091523460=>1,2091527039=>1,2091528560=>1,2091528171=>1,2092961262=>1,2092962171=>1,2092982984=>1,2092980854=>1,2092984816=>1,2092985079=>1,2092989116=>1,2092987373=>1,2092979984=>1,2092976113=>1,2092966136=>1,2092964854=>1,2092967928=>1,2092973176=>1,2092973999=>1,2103670970=>1,2103965850=>1,2160561453=>1,2160561422=>1,2160561738=>1,2160563054=>1,2160564162=>1,2160563629=>1,2160561120=>1,2160560846=>1,2160558719=>1,2160558515=>1,2160559016=>1,2160559111=>1,2160560097=>1,2160559514=>1,2160564781=>1,2160564958=>1,2160570894=>1,2160570783=>1,2160571055=>1,2160571236=>1,2160572219=>1,2160571781=>1,2160570467=>1,2160570103=>1,2160566339=>1,2160565143=>1,2160568673=>1,2160569041=>1,2160569492=>1,2160569252=>1,2160558414=>1,2160556648=>1,2160545258=>1,2160544747=>1,2160546096=>1,2160546314=>1,2160547739=>1,2160546985=>1,2160543748=>1,2160543605=>1,2160539599=>1,2160539468=>1,2160541872=>1,2160542794=>1,2160543562=>1,2160543363=>1,2160548372=>1,2160548425=>1,2160555186=>1,2160555149=>1,2160555473=>1,2160555771=>1,2160556575=>1,2160556551=>1,2160555143=>1,2160553869=>1,2160549177=>1,2160549033=>1,2160549380=>1,2160551729=>1,2160552028=>1,2160572472=>1,2160574372=>1,2170698871=>1,2168974594=>1,2171282308=>1,2171997967=>1,2172650833=>1,2172649173=>1,2168494988=>1,2168457428=>1,2165663302=>1,2164945761=>1,2165702082=>1,2165741215=>1,2168325235=>1,2166985969=>1,2179824441=>1,2181059123=>1,2189734270=>1,2188750750=>1,2190806559=>1,2191927041=>1,2192844950=>1,2192840678=>1,2187236451=>1,2186929486=>1,2185197043=>1,2182072947=>1,2185211262=>1,2185998886=>1,2186929077=>1,2163055986=>1,2162121811=>1,2160583741=>1,2160582744=>1,2160583882=>1,2160583942=>1,2160584821=>1,2160584328=>1,2160578452=>1,2160578034=>1,2160575760=>1,2160575101=>1,2160575819=>1,2160575840=>1,2160577768=>1,2160577033=>1,2160584884=>1,2160585468=>1,2160863082=>1,2160590021=>1,2160905349=>1,2161115881=>1,2162100335=>1,2161247201=>1,2160589650=>1,2160589471=>1,2160587982=>1,2160586945=>1,2160588685=>1,2160589066=>1,2160589427=>1,2160539429=>1,2160538631=>1,2113762061=>1,2113762060=>1,2113762063=>1,2113762096=>1,2113762121=>1,2113762100=>1,2113762059=>1,2113762051=>1,2111424404=>1,2111306305=>1,2111845123=>1,2112280271=>1,2113740958=>1,2112860927=>1,2113762201=>1,2113762231=>1,2149470154=>1,2148143924=>1,2149515298=>1,2150041668=>1,2150516494=>1,2150272557=>1,2148040303=>1,2147753932=>1,2113762298=>1,2113762279=>1,2113763950=>1,2118518674=>1,2147528125=>1,2128122799=>1,2111109893=>1,2111103318=>1,2107808808=>1,2107709075=>1,2107894277=>1,2107905342=>1,2107926750=>1,2107916478=>1,2107668661=>1,2105888961=>1,2104396725=>1,2104203986=>1,2105234494=>1,2105235081=>1,2105817146=>1,2105786813=>1,2107927837=>1,2108001799=>1,2110878749=>1,2110876755=>1,2110881052=>1,2110897001=>1,2111101917=>1,2111098291=>1,2110874046=>1,2110872510=>1,2108146002=>1,2108051004=>1,2110867406=>1,2110867769=>1,2110867789=>1,2150924393=>1,2150932500=>1,2158835648=>1,2158835534=>1,2160164030=>1,2160533885=>1,2160534618=>1,2160534277=>1,2158705961=>1,2158202389=>1,2156438239=>1,2156379508=>1,2156701474=>1,2156871635=>1,2157547901=>1,2156872481=>1,2160534933=>1,2160535009=>1,2160536406=>1,2160536046=>1,2160536416=>1,2160536844=>1,2160537177=>1,2160536969=>1,2160535929=>1,2160535711=>1,2160535056=>1,2160535051=>1,2160535152=>1,2160535440=>1,2160535535=>1,2156055643=>1,2155817004=>1,2152145410=>1,2152141915=>1,2152145476=>1,2152145487=>1,2152164792=>1,2152145660=>1,2152100574=>1,2152093142=>1,2151542909=>1,2151355001=>1,2151975758=>1,2152014123=>1,2152077358=>1,2152056031=>1,2152173075=>1,2152174162=>1,2152611650=>1,2152426398=>1,2153893517=>1,2154836009=>1,2155735606=>1,2154979610=>1,2152424561=>1,2152351925=>1,2152207747=>1,2152204334=>1,2152218740=>1,2152250828=>1,2152259059=>1,2088426008=>1,2088425694=>1,2088254669=>1,2088253620=>1,2088254676=>1,2088254996=>1,2088255663=>1,2088255457=>1,2088253477=>1,2088252972=>1,2088252509=>1,2088252137=>1,2088252678=>1,2088252824=>1,2088252868=>1,2088252864=>1,2088255664=>1,2088255764=>1,2088257900=>1,2088257873=>1,2088257964=>1,2088258010=>1,2088258148=>1,2088258099=>1,2088257771=>1,2088257059=>1,2088256008=>1,2088255912=>1,2088256758=>1,2088256779=>1,2088257031=>1,2088257011=>1,2088251765=>1,2088251593=>1,2088244816=>1,2088244447=>1,2088245719=>1,2088245959=>1,2088246029=>1,2088245976=>1,2088243918=>1,2088243535=>1,2088242578=>1,2088242246=>1,2088242812=>1,2088243276=>1,2088243398=>1,2088243306=>1,2088249019=>1,2088249285=>1,2088251246=>1,2088251146=>1,2088251299=>1,2088251335=>1,2088251527=>1,2088251367=>1,2088251035=>1,2088251020=>1,2088249717=>1,2088249481=>1,2088250492=>1,2088250742=>1,2088250814=>1,2088258420=>1,2088258632=>1,2088271702=>1,2088271698=>1,2088271834=>1,2088271855=>1,2088272137=>1,2088271957=>1,2088271438=>1,2088270768=>1,2088269537=>1,2088269318=>1,2088269547=>1,2088270449=>1,2088270746=>1,2088270452=>1,2088272203=>1,2088272637=>1,2088275558=>1,2088275532=>1,2088275766=>1,2088275939=>1,2088276028=>1,2088275984=>1,2088275391=>1,2088275106=>1,2088273087=>1,2088273045=>1,2088274206=>1,2088274314=>1,2088275057=>1,2088269056=>1,2088268854=>1,2088261051=>1,2088260749=>1,2088261639=>1,2088261652=>1,2088261976=>1,2088261653=>1,2088260450=>1,2088259861=>1,2088258971=>1,2088258795=>1,2088258983=>1,2088259231=>1,2088259823=>1,2088259619=>1,2088262646=>1,2088263825=>1,2088267000=>1,2088266954=>1,2088267012=>1,2088267322=>1,2088267886=>1,2088267571=>1,2088266937=>1,2088265649=>1,2088264041=>1,2088263978=>1,2088264155=>1,2088264872=>1,2088265277=>1,2088241775=>1,2088241520=>1,2079155589=>1,2079114305=>1,2079212364=>1,2079229502=>1,2079364943=>1,2079259560=>1,2078800194=>1,2078795190=>1,2076999696=>1,2076999205=>1,2077009220=>1,2077009350=>1,2077011392=>1,2077011292=>1,2079532809=>1,2079552559=>1,2080777414=>1,2080777413=>1,2080777415=>1,2080777416=>1,2080777446=>1,2080777417=>1,2080777412=>1,2080777411=>1,2080270390=>1,2079925004=>1,2080362306=>1,2080776422=>1,2080777410=>1,2080777409=>1,2076998499=>1,2076994342=>1,2075142343=>1,2075142341=>1,2075158093=>1,2075452106=>1,2076260178=>1,2075847225=>1,2075141482=>1,2075141480=>1,2074293272=>1,2074286357=>1,2074312079=>1,2074352969=>1,2074800250=>1,2074509600=>1,2076394624=>1,2076415175=>1,2076846348=>1,2076819017=>1,2076846385=>1,2076846506=>1,2076977165=>1,2076890462=>1,2076815718=>1,2076793806=>1,2076708830=>1,2076473462=>1,2076710074=>1,2076774781=>1,2076792466=>1,2080778470=>1,2080779494=>1,2086216654=>1,2086216045=>1,2086526559=>1,2087260826=>1,2087533891=>1,2087342376=>1,2086216044=>1,2086215996=>1,2085378495=>1,2084820740=>1,2085700465=>1,2085700578=>1,2085812474=>1,2085757732=>1,2087803930=>1,2087803934=>1,2088240014=>1,2088239527=>1,2088240618=>1,2088240669=>1,2088241293=>1,2088241078=>1,2088239519=>1,2088239200=>1,2087965470=>1,2087803935=>1,2087983798=>1,2088039143=>1,2088160430=>1,2084783002=>1,2084611288=>1,2081145949=>1,2081145834=>1,2081214614=>1,2081216326=>1,2081272262=>1,2081272180=>1,2081145727=>1,2081145715=>1,2080814406=>1,2080802730=>1,2081144836=>1,2081144956=>1,2081145661=>1,2081145358=>1,2081296412=>1,2081462310=>1,2083463467=>1,2083456806=>1,2083463690=>1,2083463693=>1,2084600556=>1,2083504732=>1,2083160029=>1,2083129191=>1,2082363370=>1,2082363369=>1,2082454212=>1,2083060098=>1,2083060358=>1,2088276789=>1,2088276946=>1,2088401071=>1,2088400995=>1,2088401171=>1,2088401234=>1,2088401668=>1,2088401667=>1,2088400415=>1,2088400394=>1,2088399337=>1,2088399102=>1,2088399706=>1,2088399780=>1,2088400326=>1,2088400104=>1,2088402189=>1,2088402234=>1,2088406756=>1,2088404182=>1,2088406960=>1,2088406971=>1,2088407280=>1,2088407120=>1,2088404141=>1,2088403854=>1,2088402304=>1,2088402282=>1,2088402609=>1,2088403079=>1,2088403600=>1,2088403088=>1,2088398944=>1,2088398023=>1,2088386678=>1,2088386541=>1,2088386688=>1,2088387257=>1,2088387400=>1,2088387371=>1,2088386436=>1,2088386315=>1,2088385126=>1,2088384696=>1,2088385419=>1,2088385517=>1,2088386208=>1,2088385785=>1,2088387459=>1,2088387796=>1,2088396298=>1,2088396269=>1,2088396764=>1,2088396804=>1,2088397777=>1,2088397170=>1,2088396093=>1,2088393051=>1,2088388013=>1,2088387952=>1,2088388467=>1,2088390973=>1,2088391193=>1,2088407338=>1,2088407444=>1,2088421428=>1,2088421407=>1,2088421777=>1,2088422061=>1,2088422188=>1,2088422111=>1,2088420944=>1,2088420039=>1,2088417188=>1,2088417149=>1,2088417394=>1,2088417478=>1,2088419919=>1,2088418055=>1,2088422212=>1,2088422494=>1,2088423727=>1,2088423712=>1,2088424771=>1,2088424995=>1,2088425138=>1,2088425098=>1,2088423693=>1,2088423689=>1,2088423393=>1,2088422690=>1,2088423446=>1,2088423548=>1,2088423645=>1,2088417072=>1,2088416706=>1,2088412334=>1,2088412333=>1,2088412532=>1,2088412546=>1,2088413246=>1,2088413211=>1,2088412131=>1,2088411848=>1,2088410286=>1,2088410273=>1,2088410622=>1,2088410699=>1,2088411720=>1,2088410932=>1,2088413343=>1,2088413381=>1,2088416119=>1,2088415851=>1,2088416152=>1,2088416453=>1,2088416531=>1,2088416501=>1,2088415156=>1,2088414943=>1,2088413485=>1,2088413416=>1,2088413720=>1,2088413855=>1,2088413971=>1,2088384675=>1,2088384615=>1,2088290170=>1,2088289854=>1,2088290255=>1,2088292460=>1,2088292874=>1,2088292504=>1,2088289777=>1,2088289525=>1,2088287576=>1,2088287245=>1,2088287634=>1,2088287650=>1,2088289381=>1,2088287721=>1,2088293103=>1,2088293413=>1,2088298218=>1,2088298209=>1,2088298426=>1,2088298902=>1,2088299321=>1,2088299166=>1,2088297698=>1,2088297244=>1,2088294454=>1,2088294294=>1,2088294531=>1,2088296460=>1,2088297153=>1,2088296562=>1,2088286634=>1,2088286564=>1,2088279073=>1,2088278905=>1,2088279127=>1,2088279178=>1,2088279433=>1,2088279232=>1,2088278558=>1,2088278408=>1,2088277040=>1,2088276947=>1,2088277246=>1,2088277531=>1,2088278183=>1,2088278181=>1,2088279452=>1,2088279678=>1,2088283997=>1,2088283189=>1,2088285312=>1,2088285402=>1,2088286525=>1,2088285699=>1,2088282851=>1,2088282668=>1,2088281209=>1,2088281135=>1,2088282129=>1,2088282386=>1,2088282477=>1,2088299344=>1,2088299491=>1,2088379263=>1,2088379202=>1,2088379385=>1,2088379819=>1,2088380006=>1,2088379982=>1,2088379142=>1,2088378705=>1,2088377253=>1,2088377091=>1,2088377333=>1,2088377438=>1,2088378626=>1,2088377772=>1,2088380315=>1,2088380441=>1,2088383176=>1,2088383010=>1,2088383304=>1,2088383825=>1,2088384143=>1,2088384100=>1,2088382847=>1,2088382689=>1,2088380855=>1,2088380621=>1,2088381278=>1,2088381909=>1,2088382573=>1,2088377075=>1,2088376768=>1,2088370992=>1,2088370396=>1,2088371022=>1,2088371102=>1,2088371502=>1,2088371137=>1,2088320681=>1,2088303544=>1,2088300271=>1,2088299727=>1,2088300689=>1,2088300899=>1,2088302736=>1,2088301071=>1,2088371608=>1,2088371849=>1,2088375490=>1,2088375461=>1,2088375505=>1,2088375515=>1,2088376456=>1,2088376028=>1,2088375385=>1,2088375187=>1,2088374446=>1,2088372033=>1,2088374602=>1,2088374726=>1,2088375156=>1,2074261065=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-18.php CHANGED
@@ -1 +1 @@
1
- <?php return array(2479585280=>2479585535,2655349137=>1,2655339080=>1,2655344721=>1,2655349213=>1,2655357289=>1,2655354029=>1,2655330872=>1,2655329163=>1,2654644758=>1,2654644742=>1,2654644763=>1,2654644802=>1,2655325152=>1,2654644803=>1,2655357290=>1,2655357291=>1,2655372020=>1,2655371891=>1,2655372104=>1,2655372303=>1,2655373693=>1,2655373383=>1,2655371812=>1,2655371484=>1,2655360481=>1,2655357315=>1,2655361472=>1,2655365520=>1,2655366371=>1,2654644738=>1,2653838353=>1,2600745979=>1,2600736784=>1,2606692018=>1,2606892293=>1,2609194722=>1,2609186607=>1,2600732352=>1,2600730902=>1,2592030050=>1,2592029850=>1,2592030109=>1,2592030201=>1,2592043527=>1,2592043521=>1,2615720462=>1,2617123290=>1,2635704872=>1,2634533260=>1,2635718907=>1,2642043371=>1,2653347778=>1,2653197897=>1,2634532184=>1,2634521084=>1,2620653636=>1,2619507341=>1,2620979939=>1,2634495142=>1,2634520702=>1,2655373797=>1,2655374016=>1,2679531600=>1,2679531599=>1,2679531601=>1,2679532434=>1,2680881494=>1,2680225071=>1,2679531593=>1,2679531592=>1,2668151598=>1,2667566889=>1,2675637512=>1,2677323165=>1,2679505973=>1,2677324534=>1,2680881597=>1,2680881634=>1,2680885699=>1,2680885499=>1,2680885859=>1,2680886589=>1,2680899015=>1,2680887707=>1,2680885481=>1,2680885179=>1,2680883910=>1,2680881982=>1,2680883980=>1,2680884305=>1,2680885140=>1,2680885128=>1,2667566258=>1,2667513586=>1,2655377150=>1,2655376569=>1,2655377159=>1,2655377220=>1,2655379345=>1,2655377630=>1,2655375491=>1,2655375241=>1,2655374796=>1,2655374372=>1,2655374839=>1,2655374962=>1,2655375087=>1,2655375037=>1,2656415243=>1,2659320050=>1,2663878611=>1,2663487605=>1,2663891366=>1,2665376009=>1,2665397968=>1,2665386808=>1,2663487604=>1,2662724359=>1,2662718926=>1,2662700522=>1,2662721217=>1,2662721398=>1,2662723652=>1,2592029799=>1,2592029736=>1,2565298138=>1,2565294476=>1,2565298139=>1,2566514078=>1,2572954714=>1,2568208323=>1,2565290088=>1,2565287304=>1,2551858469=>1,2551858468=>1,2551858470=>1,2551858477=>1,2555667602=>1,2551858478=>1,2572954783=>1,2572975635=>1,2575225017=>1,2575213629=>1,2575302173=>1,2575302451=>1,2581382092=>1,2576718624=>1,2574853542=>1,2574821478=>1,2572975977=>1,2572975751=>1,2572976015=>1,2573587906=>1,2574789257=>1,2574780623=>1,2551858463=>1,2551076055=>1,2548827846=>1,2548827842=>1,2548828081=>1,2548829042=>1,2548829476=>1,2548829310=>1,2548827758=>1,2548827398=>1,2548186910=>1,2548167344=>1,2548342789=>1,2548371082=>1,2548486876=>1,2548463876=>1,2548829778=>1,2548829845=>1,2549644704=>1,2549644565=>1,2550288849=>1,2550329713=>1,2550723613=>1,2550368747=>1,2548946932=>1,2548936330=>1,2548882732=>1,2548881987=>1,2548910826=>1,2548913198=>1,2548913686=>1,2583694487=>1,2583694569=>1,2588486837=>1,2588486825=>1,2588486849=>1,2588486861=>1,2588486913=>1,2588486901=>1,2588486821=>1,2588486817=>1,2588486769=>1,2588486765=>1,2588486789=>1,2588486793=>1,2588486809=>1,2588486805=>1,2588492040=>1,2588531849=>1,2591486482=>1,2591486474=>1,2591486721=>1,2591486729=>1,2592029567=>1,2592028790=>1,2591486322=>1,2591486310=>1,2591405613=>1,2588532235=>1,2591486209=>1,2591486248=>1,2591486266=>1,2588486761=>1,2588486757=>1,2588056906=>1,2588048002=>1,2588079625=>1,2588079701=>1,2588079713=>1,2588079703=>1,2587952218=>1,2587941758=>1,2586030049=>1,2583727307=>1,2586758269=>1,2587586590=>1,2587940609=>1,2587939310=>1,2588081600=>1,2588311801=>1,2588486693=>1,2588486685=>1,2588486701=>1,2588486713=>1,2588486745=>1,2588486729=>1,2588486669=>1,2588486665=>1,2588339366=>1,2588313955=>1,2588422241=>1,2588486657=>1,2588486661=>1,2680899292=>1,2680899341=>1,2733876317=>1,2733876091=>1,2733876874=>1,2733878824=>1,2733884539=>1,2733884136=>1,2733874102=>1,2733872869=>1,2733869035=>1,2733868732=>1,2733870887=>1,2733871305=>1,2733872796=>1,2733872570=>1,2733887451=>1,2733888398=>1,2733906652=>1,2733906524=>1,2733907159=>1,2733907186=>1,2733908649=>1,2733907741=>1,2733906441=>1,2733906425=>1,2733895568=>1,2733890219=>1,2733896945=>1,2733905932=>1,2733906390=>1,2733906362=>1,2733867698=>1,2733866590=>1,2733844261=>1,2733838816=>1,2733844641=>1,2733844780=>1,2733846665=>1,2733846587=>1,2733836887=>1,2733836268=>1,2732546291=>1,2732536004=>1,2732569747=>1,2732962925=>1,2733835677=>1,2733800630=>1,2733847875=>1,2733848533=>1,2733860782=>1,2733860206=>1,2733861611=>1,2733863674=>1,2733866229=>1,2733864756=>1,2733860065=>1,2733858688=>1,2733852870=>1,2733851725=>1,2733854501=>1,2733855518=>1,2733857626=>1,2733935548=>1,2733971263=>1,2734223397=>1,2734223396=>1,2734223399=>1,2734223404=>1,2734223406=>1,2734223405=>1,2734223395=>1,2734223394=>1,2734203031=>1,2734202931=>1,2734203349=>1,2734203479=>1,2734204174=>1,2734203953=>1,2734225327=>1,2734382867=>1,2734476350=>1,2734461089=>1,2734485651=>1,2734485845=>1,2734486098=>1,2734485980=>1,2734461025=>1,2734460993=>1,2734402607=>1,2734400531=>1,2734402647=>1,2734407594=>1,2734444868=>1,2734198434=>1,2734198408=>1,2734115016=>1,2734115015=>1,2734115017=>1,2734115018=>1,2734115029=>1,2734115028=>1,2734114843=>1,2734114823=>1,2734019915=>1,2734008992=>1,2734021772=>1,2734022870=>1,2734065243=>1,2734035924=>1,2734115032=>1,2734115033=>1,2734164912=>1,2734164742=>1,2734197822=>1,2734198369=>1,2734198390=>1,2734198375=>1,2734164612=>1,2734164442=>1,2734115273=>1,2734115146=>1,2734115276=>1,2734115278=>1,2734120228=>1,2732507461=>1,2732501363=>1,2684330459=>1,2684293175=>1,2684330826=>1,2684331498=>1,2684878309=>1,2684331907=>1,2684291754=>1,2684291685=>1,2682312520=>1,2682291900=>1,2682398938=>1,2682446004=>1,2684206958=>1,2684178462=>1,2685404617=>1,2685435018=>1,2702343623=>1,2702332585=>1,2704636056=>1,2704646248=>1,2714380239=>1,2714378806=>1,2701843175=>1,2695075489=>1,2686914548=>1,2685457478=>1,2690398248=>1,2690398249=>1,2690723614=>1,2690431606=>1,2682286874=>1,2682286576=>1,2680908275=>1,2680906675=>1,2680909454=>1,2680909995=>1,2680912167=>1,2680911659=>1,2680906075=>1,2680905653=>1,2680901106=>1,2680899599=>1,2680901113=>1,2680901856=>1,2680902766=>1,2680902353=>1,2680912524=>1,2680912942=>1,2681018878=>1,2680946035=>1,2682260786=>1,2682262933=>1,2682282382=>1,2682272795=>1,2680945672=>1,2680944520=>1,2680915902=>1,2680913727=>1,2680942641=>1,2680942977=>1,2680943689=>1,2718772302=>1,2720527681=>1,2732245048=>1,2732226060=>1,2732245097=>1,2732245421=>1,2732246193=>1,2732245555=>1,2732118064=>1,2732107274=>1,2731837158=>1,2731837095=>1,2731868421=>1,2731876999=>1,2732093430=>1,2731918151=>1,2732246213=>1,2732249220=>1,2732444390=>1,2732443961=>1,2732484135=>1,2732501150=>1,2732501328=>1,2732501234=>1,2732439616=>1,2732395760=>1,2732261990=>1,2732255531=>1,2732262065=>1,2732263025=>1,2732382829=>1,2731837094=>1,2731826462=>1,2727367801=>1,2727364804=>1,2727368174=>1,2727376685=>1,2727382541=>1,2727377185=>1,2727362919=>1,2727361347=>1,2722641358=>1,2722640852=>1,2722654049=>1,2726262013=>1,2727358622=>1,2727354519=>1,2727384431=>1,2727386859=>1,2731638108=>1,2731553069=>1,2731723120=>1,2731783536=>1,2731818229=>1,2731794665=>1,2731543034=>1,2731471157=>1,2728138789=>1,2727401688=>1,2730592281=>1,2731149386=>1,2731471153=>1,2548140341=>1,2538663986=>1,2374392307=>1,2372510918=>1,2374473033=>1,2374667728=>1,2378453648=>1,2374681254=>1,2372510451=>1,2372510397=>1,2372486156=>1,2372270440=>1,2372495547=>1,2372495609=>1,2372509883=>1,2372496097=>1,2381289525=>1,2381312976=>1,2382681369=>1,2382679815=>1,2382681943=>1,2384106570=>1,2385947516=>1,2385945706=>1,2382635204=>1,2382347681=>1,2382340518=>1,2382340436=>1,2382340519=>1,2382341138=>1,2382341782=>1,2382341514=>1,2372270438=>1,2372270437=>1,2356760746=>1,2356760618=>1,2357189551=>1,2357329153=>1,2357759274=>1,2357364484=>1,2356395464=>1,2356395453=>1,2348758362=>1,2348758270=>1,2348760666=>1,2356157715=>1,2356395428=>1,2356301799=>1,2361449099=>1,2362332740=>1,2369167288=>1,2368576195=>1,2369333663=>1,2371188225=>1,2372270435=>1,2371223158=>1,2367609115=>1,2366906692=>1,2362418674=>1,2362401906=>1,2365593074=>1,2365627245=>1,2366906691=>1,2385948850=>1,2389246843=>1,2420928103=>1,2420927882=>1,2420928434=>1,2420928597=>1,2420932910=>1,2420929961=>1,2420925497=>1,2420924423=>1,2420918668=>1,2420918452=>1,2420920388=>1,2420923271=>1,2420924386=>1,2420923438=>1,2420933090=>1,2420933677=>1,2420959290=>1,2420950824=>1,2420962045=>1,2420963741=>1,2425042583=>1,2421498437=>1,2420950216=>1,2420947242=>1,2420941661=>1,2420935812=>1,2420942856=>1,2420943380=>1,2420946634=>1,2420918237=>1,2420916290=>1,2420900307=>1,2420135996=>1,2420901961=>1,2420902391=>1,2420904002=>1,2420903569=>1,2416080468=>1,2415430943=>1,2391204071=>1,2389295791=>1,2392012854=>1,2399166484=>1,2406105886=>1,2405011810=>1,2420904684=>1,2420905394=>1,2420913485=>1,2420912677=>1,2420913533=>1,2420913717=>1,2420916071=>1,2420915496=>1,2420910507=>1,2420910201=>1,2420907687=>1,2420906671=>1,2420908646=>1,2420909225=>1,2420910026=>1,2348758269=>1,2348758005=>1,2328675321=>1,2327492609=>1,2329633163=>1,2329653744=>1,2332039026=>1,2332038301=>1,2327490307=>1,2327490306=>1,2323687713=>1,2323300055=>1,2323687731=>1,2327394346=>1,2327479988=>1,2327418358=>1,2332040178=>1,2332040210=>1,2342650921=>1,2342650578=>1,2342651692=>1,2342652058=>1,2342652488=>1,2342652293=>1,2342650477=>1,2340564001=>1,2333219107=>1,2332954092=>1,2335648187=>1,2335648715=>1,2340492188=>1,2340490561=>1,2323260606=>1,2323260604=>1,2321615283=>1,2321615251=>1,2321626246=>1,2321637862=>1,2321651303=>1,2321643290=>1,2321460136=>1,2321456073=>1,2319153482=>1,2317651964=>1,2319166466=>1,2319166467=>1,2321256935=>1,2319185886=>1,2321673218=>1,2321673229=>1,2321801071=>1,2321800942=>1,2321801162=>1,2321812177=>1,2323256048=>1,2322945040=>1,2321800821=>1,2321800632=>1,2321673233=>1,2321673230=>1,2321675647=>1,2321676184=>1,2321676232=>1,2342652688=>1,2342652911=>1,2345238036=>1,2345238033=>1,2345238037=>1,2345238148=>1,2345804986=>1,2345238151=>1,2345238032=>1,2345238030=>1,2344905796=>1,2344881415=>1,2344920219=>1,2345238018=>1,2345238029=>1,2345238028=>1,2346389087=>1,2346421060=>1,2348755074=>1,2348754835=>1,2348755330=>1,2348757450=>1,2348758003=>1,2348758002=>1,2348754018=>1,2348753763=>1,2346856104=>1,2346421119=>1,2346969085=>1,2347036981=>1,2347040289=>1,2344879115=>1,2344443720=>1,2342657385=>1,2342657013=>1,2342657782=>1,2342683267=>1,2342683385=>1,2342683326=>1,2342655684=>1,2342655554=>1,2342653550=>1,2342653350=>1,2342654156=>1,2342654735=>1,2342655338=>1,2342655327=>1,2342686183=>1,2342686875=>1,2342690368=>1,2342689962=>1,2342690468=>1,2342705518=>1,2344440248=>1,2342706349=>1,2342689254=>1,2342688940=>1,2342688049=>1,2342687423=>1,2342688272=>1,2342688458=>1,2342688598=>1,2427246718=>1,2427252821=>1,2513107319=>1,2513107247=>1,2513107327=>1,2513600921=>1,2513607955=>1,2513606259=>1,2513107219=>1,2513107008=>1,2513092644=>1,2513086234=>1,2513092964=>1,2513103309=>1,2513106964=>1,2513106444=>1,2513609956=>1,2513611590=>1,2523604123=>1,2523604118=>1,2523604126=>1,2523604130=>1,2523604155=>1,2523604148=>1,2523604005=>1,2523263843=>1,2513625951=>1,2513624368=>1,2513627521=>1,2516542354=>1,2523247122=>1,2516560546=>1,2513078280=>1,2513074563=>1,2511124246=>1,2511087472=>1,2511127897=>1,2513048031=>1,2513054396=>1,2513052264=>1,2511087113=>1,2511087061=>1,2509938298=>1,2509938000=>1,2509938519=>1,2509938604=>1,2510057527=>1,2510040637=>1,2513055669=>1,2513055834=>1,2513063252=>1,2513061299=>1,2513064263=>1,2513064928=>1,2513068705=>1,2513068704=>1,2513061031=>1,2513059480=>1,2513057162=>1,2513056087=>1,2513058012=>1,2513058522=>1,2513059377=>1,2523604157=>1,2523604187=>1,2538632116=>1,2538624488=>1,2538634756=>1,2538635276=>1,2538636376=>1,2538635541=>1,2538619254=>1,2538614383=>1,2538612385=>1,2538612239=>1,2538613222=>1,2538613351=>1,2538613908=>1,2538613877=>1,2538637203=>1,2538637263=>1,2538653819=>1,2538653120=>1,2538654743=>1,2538662122=>1,2317651948=>1,2538662511=>1,2538652605=>1,2538647534=>1,2538640281=>1,2538637843=>1,2538640859=>1,2538642974=>1,2538644627=>1,2538612085=>1,2538611602=>1,2530670074=>1,2528839012=>1,2533368450=>1,2533374991=>1,2533406840=>1,2533398811=>1,2527139216=>1,2526085464=>1,2523633253=>1,2523621181=>1,2523633254=>1,2525051030=>1,2526085463=>1,2525677826=>1,2533412706=>1,2533471872=>1,2537082186=>1,2535982671=>1,2537173800=>1,2538607772=>1,2538610739=>1,2538608492=>1,2535425585=>1,2535157110=>1,2533969757=>1,2533969756=>1,2534355500=>1,2534838948=>1,2534979248=>1,2509936761=>1,2509936656=>1,2461645169=>1,2461643760=>1,2461645766=>1,2461646277=>1,2461659120=>1,2461646485=>1,2461643111=>1,2461636315=>1,2460398594=>1,2460365318=>1,2461604926=>1,2461631471=>1,2461636024=>1,2461632299=>1,2461662218=>1,2461662242=>1,2461662348=>1,2461662346=>1,2461662349=>1,2461662350=>1,2462478333=>1,2462470981=>1,2461662345=>1,2461662341=>1,2461662269=>1,2461662251=>1,2461662270=>1,2461662286=>1,2461662340=>1,2461662296=>1,2459917962=>1,2459853131=>1,2441423236=>1,2441414135=>1,2447114255=>1,2449415867=>1,2449481872=>1,2449468822=>1,2440458440=>1,2440303513=>1,2439108030=>1,2428485738=>1,2439108599=>1,2440303477=>1,2440303508=>1,2440303505=>1,2449482869=>1,2449484665=>1,2457047439=>1,2455393490=>1,2457053264=>1,2457366314=>1,2459203189=>1,2459201873=>1,2455250178=>1,2453418965=>1,2449493485=>1,2449492148=>1,2452924476=>1,2452941266=>1,2452941899=>1,2462484026=>1,2462502529=>1,2499537224=>1,2499535630=>1,2499537481=>1,2499540375=>1,2499542757=>1,2499542253=>1,2499534718=>1,2499534243=>1,2499516349=>1,2499511906=>1,2499526373=>1,2499528311=>1,2499532341=>1,2499530532=>1,2499542876=>1,2499759205=>1,2505789833=>1,2503906345=>1,2505790128=>1,2505790278=>1,2508457405=>1,2505790431=>1,2503873120=>1,2500987782=>1,2499762442=>1,2499759939=>1,2500395035=>1,2500675974=>1,2500985426=>1,2499510428=>1,2499506662=>1,2472935701=>1,2466205438=>1,2477767567=>1,2489592315=>1,2497962238=>1,2493751829=>1,2466201027=>1,2466200036=>1,2462553722=>1,2462532504=>1,2462557686=>1,2462626358=>1,2465667158=>1,2465667149=>1,2498778542=>1,2498784432=>1,2499498517=>1,2499489967=>1,2499498948=>1,2499499208=>1,2499500164=>1,2499499718=>1,2499488420=>1,2499482673=>1,2499057526=>1,2499040524=>1,2499058738=>1,2499072334=>1,2499082635=>1,2539652042=>1,);?>
1
+ <?php return array(2479585280=>2479585535,2193189248=>2193189375,2466205438=>1,2466201027=>1,2466247974=>1,2466248770=>1,2471215689=>1,2469282274=>1,2466200036=>1,2462567292=>1,2461646485=>1,2461646277=>1,2461659120=>1,2462179417=>1,2462473654=>1,2462469056=>1,2472259576=>1,2477767567=>1,2499082635=>1,2499057526=>1,2499482673=>1,2499490378=>1,2499499208=>1,2499498517=>1,2499040524=>1,2498778495=>1,2493546562=>1,2461645766=>1,2493729136=>1,2493732123=>1,2497962238=>1,2472935701=>1,2461643111=>1,2452897082=>1,2449493485=>1,2452917400=>1,2452925576=>1,2452937880=>1,2452928422=>1,2449493253=>1,2449492148=>1,2449477688=>1,2449411881=>1,2449481872=>1,2449482869=>1,2449492038=>1,2449484665=>1,2452939088=>1,2452941899=>1,2461631471=>1,2461605846=>1,2461632299=>1,2461636024=>1,2461641377=>1,2461636315=>1,2460412687=>1,2460365318=>1,2455250178=>1,2453414886=>1,2457047439=>1,2457053264=>1,2457366314=>1,2499500164=>1,2499500304=>1,2511105135=>1,2511083485=>1,2511124246=>1,2513048031=>1,2513053896=>1,2513052264=>1,2510057527=>1,2509938604=>1,2509936847=>1,2509936761=>1,2509938000=>1,2509938298=>1,2509938519=>1,2509938404=>1,2513054396=>1,2513054910=>1,2513061031=>1,2513059730=>1,2513066601=>1,2513068704=>1,2513068706=>1,2513068705=>1,2513059440=>1,2513059377=>1,2513055669=>1,2513055195=>1,2513056042=>1,2513058660=>1,2513059055=>1,2509936656=>1,2509915925=>1,2499534243=>1,2499532341=>1,2499535630=>1,2499537479=>1,2499540375=>1,2499537481=>1,2499530532=>1,2499530374=>1,2499510428=>1,2499506662=>1,2499510865=>1,2499510873=>1,2499526373=>1,2499510875=>1,2499542253=>1,2499542757=>1,2505790420=>1,2503906345=>1,2505790431=>1,2508068190=>1,2509914337=>1,2508457405=>1,2503873043=>1,2500985426=>1,2499758489=>1,2499542876=>1,2500038468=>1,2500395035=>1,2500674284=>1,2447114255=>1,2441414135=>1,2381288982=>1,2381287906=>1,2381312976=>1,2382337062=>1,2382340519=>1,2382340518=>1,2381287873=>1,2381287829=>1,2372510452=>1,2372510397=>1,2372510913=>1,2374465135=>1,2380244376=>1,2374667728=>1,2382341478=>1,2382341514=>1,2382680925=>1,2382679636=>1,2382681369=>1,2382681943=>1,2384106570=>1,2382682041=>1,2382679534=>1,2382677404=>1,2382341774=>1,2382341674=>1,2382341782=>1,2382341821=>1,2382635204=>1,2382347681=>1,2372486156=>1,2372264248=>1,2356897727=>1,2356897726=>1,2357189551=>1,2357329153=>1,2357759274=>1,2357364484=>1,2356760618=>1,2356583218=>1,2356301799=>1,2356158309=>1,2356360700=>1,2356395428=>1,2356395464=>1,2356395453=>1,2361449099=>1,2362153943=>1,2367609115=>1,2366924569=>1,2367611661=>1,2369167288=>1,2372214888=>1,2369333663=>1,2366906692=>1,2366906691=>1,2362401906=>1,2362332740=>1,2364552659=>1,2365593074=>1,2365627245=>1,2385945706=>1,2385948850=>1,2420929961=>1,2420928778=>1,2420932275=>1,2420933677=>1,2420942856=>1,2420941661=>1,2420928597=>1,2420928103=>1,2420920388=>1,2420918668=>1,2420923271=>1,2420924423=>1,2420927882=>1,2420925497=>1,2420944059=>1,2420946706=>1,2427246718=>1,2426940789=>1,2436206072=>1,2439108030=>1,2513082637=>1,2440303474=>1,2425042583=>1,2421498434=>1,2420950216=>1,2420947242=>1,2420950824=>1,2420959290=>1,2420964837=>1,2420916290=>1,2420915496=>1,2395312771=>1,2395258358=>1,2395326289=>1,2399166484=>1,2416080468=>1,2409619382=>1,2393374592=>1,2392012854=>1,2389246843=>1,2388375810=>1,2389296739=>1,2389299268=>1,2391200896=>1,2390875796=>1,2418150029=>1,2420900302=>1,2420910507=>1,2420910201=>1,2420911266=>1,2420912677=>1,2420913717=>1,2420913533=>1,2420910026=>1,2420907687=>1,2420902756=>1,2420901961=>1,2420903569=>1,2420904626=>1,2420906671=>1,2441423236=>1,2513092964=>1,2587939310=>1,2586030049=>1,2587940609=>1,2587940862=>1,2588079713=>1,2587952218=>1,2580496890=>1,2580273424=>1,2575302173=>1,2575213629=>1,2575302451=>1,2576704251=>1,2579605308=>1,2579459879=>1,2588339366=>1,2588482679=>1,2588486821=>1,2588486817=>1,2588486837=>1,2588486849=>1,2588492040=>1,2588486853=>1,2588486809=>1,2588486805=>1,2588486665=>1,2588482772=>1,2588486677=>1,2588486745=>1,2588486761=>1,2588486757=>1,2575163754=>1,2574921914=>1,2561908290=>1,2553043558=>1,2563657322=>1,2565293162=>1,2565294477=>1,2565294476=>1,2553043557=>1,2551858478=>1,2551858466=>1,2551858462=>1,2551858467=>1,2551858474=>1,2551858477=>1,2551858475=>1,2565294478=>1,2566519951=>1,2572976015=>1,2572975977=>1,2573586579=>1,2574779434=>1,2574853542=>1,2574789257=>1,2572975635=>1,2572954783=>1,2566946964=>1,2566584960=>1,2568208323=>1,2568210785=>1,2572954714=>1,2588509154=>1,2588531849=>1,2634514770=>1,2634514647=>1,2634515090=>1,2634515190=>1,2634515330=>1,2634515268=>1,2630337787=>1,2630336753=>1,2618384795=>1,2616681502=>1,2619507341=>1,2619555354=>1,2620979939=>1,2620979938=>1,2634515449=>1,2634515452=>1,2634543707=>1,2634543670=>1,2634543717=>1,2634543740=>1,2634543760=>1,2634543741=>1,2634543669=>1,2634535578=>1,2634520702=>1,2634515859=>1,2634524717=>1,2634532184=>1,2634533260=>1,2615720462=>1,2614064550=>1,2592029809=>1,2592029799=>1,2592030050=>1,2592030201=>1,2592043524=>1,2592032003=>1,2592029514=>1,2591486729=>1,2588534182=>1,2588532235=>1,2591431645=>1,2591486260=>1,2591486725=>1,2591486721=>1,2592043527=>1,2592049669=>1,2606892294=>1,2606892293=>1,2609186577=>1,2609186607=>1,2609842126=>1,2609194722=>1,2601421875=>1,2601421874=>1,2600736784=>1,2600732352=>1,2600744169=>1,2600745130=>1,2600745979=>1,2551848598=>1,2550723613=>1,2532468978=>1,2532468957=>1,2532470639=>1,2533398811=>1,2533412706=>1,2533406840=>1,2532468954=>1,2532468953=>1,2528839012=>1,2527139314=>1,2528857487=>1,2532468933=>1,2532468950=>1,2532468937=>1,2533471872=>1,2533480629=>1,2536922916=>1,2536917640=>1,2536926030=>1,2536926652=>1,2537173800=>1,2536928834=>1,2536916969=>1,2536916591=>1,2534971955=>1,2534838948=>1,2535424240=>1,2536003138=>1,2536915485=>1,2536900911=>1,2526085464=>1,2526085463=>1,2513618797=>1,2513609956=>1,2513623593=>1,2513624368=>1,2513627450=>1,2513625755=>1,2513607955=>1,2513603441=>1,2513095736=>1,2348760666=>1,2513103309=>1,2513107294=>1,2513600856=>1,2513107298=>1,2513627521=>1,2513628260=>1,2523633254=>1,2523633253=>1,2525037586=>1,2525037634=>1,2525677826=>1,2525051030=>1,2523632952=>1,2523263843=>1,2516524485=>1,2516523996=>1,2516542354=>1,2516545473=>1,2516560546=>1,2537664343=>1,2537674130=>1,2548827398=>1,2548266981=>1,2548827758=>1,2548827842=>1,2548828081=>1,2548827846=>1,2546787664=>1,2546776911=>1,2538653819=>1,2538653120=>1,2538662511=>1,2538663986=>1,2539950669=>1,2539652042=>1,2548829042=>1,2548829310=>1,2548936272=>1,2548911441=>1,2548936330=>1,2548946932=>1,2549803162=>1,2549644704=>1,2548882732=>1,2548881987=>1,2548832313=>1,2548829845=>1,2548833632=>1,2548840638=>1,2548842457=>1,2538652605=>1,2538647826=>1,2538611602=>1,2538610739=>1,2538612085=>1,2538612113=>1,2538612385=>1,2538612239=>1,2538610698=>1,2538609031=>1,2538256107=>1,2538253046=>1,2538322134=>1,2538607772=>1,2538608492=>1,2538608274=>1,2538613351=>1,2538613908=>1,2538640281=>1,2538637843=>1,2538642974=>1,2538644627=>1,2538647534=>1,2538644638=>1,2538637203=>1,2538636900=>1,2538632116=>1,2538629171=>1,2538633174=>1,2538635276=>1,2538636376=>1,2513086234=>1,2348759626=>1,2307368673=>1,2307360673=>1,2309277822=>1,2309292399=>1,2309947658=>1,2309947657=>1,2307328233=>1,2306268934=>1,2297682454=>1,2297681649=>1,2304356365=>1,2306130827=>1,2306247986=>1,2306132278=>1,2309947905=>1,2309947908=>1,2315278600=>1,2315262194=>1,2315278607=>1,2315278613=>1,2315278637=>1,2315278623=>1,2315261122=>1,2313218486=>1,2309948696=>1,2309948694=>1,2309948700=>1,2309960683=>1,2311945251=>1,2309965409=>1,2297681545=>1,2297676214=>1,2271746238=>1,2266465372=>1,2281702046=>1,2281702114=>1,2281705689=>1,2281702123=>1,2266460713=>1,2264920053=>1,2264519169=>1,2264508432=>1,2264519238=>1,2264890301=>1,2264913545=>1,2264913536=>1,2292763033=>1,2292820929=>1,2297654601=>1,2297654020=>1,2297655870=>1,2297666455=>1,2297676178=>1,2297676151=>1,2297652870=>1,2297651766=>1,2292835461=>1,2292833672=>1,2297642128=>1,2297644743=>1,2297651724=>1,2315278694=>1,2315299905=>1,2315300058=>1,2315300055=>1,2315300061=>1,2315300062=>1,2315300064=>1,2315300063=>1,2315300052=>1,2315300048=>1,2315300032=>1,2315300030=>1,2315300034=>1,2315300035=>1,2315300038=>1,2315300036=>1,2315300065=>1,2315300067=>1,2315300087=>1,2315300085=>1,2315300088=>1,2315300089=>1,2315300093=>1,2315300092=>1,2315300083=>1,2315300082=>1,2315300071=>1,2315300070=>1,2315300076=>1,2315300078=>1,2315300080=>1,2315300028=>1,2315300025=>1,2315299972=>1,2315299971=>1,2315299973=>1,2315299975=>1,2315299979=>1,2315299977=>1,2315299963=>1,2315299961=>1,2315299912=>1,2315299908=>1,2315299916=>1,2315299918=>1,2315299937=>1,2315299934=>1,2315299980=>1,2315299983=>1,2315300008=>1,2315300005=>1,2315300010=>1,2315300016=>1,2315300021=>1,2315300019=>1,2315300002=>1,2315300001=>1,2315299985=>1,2315299984=>1,2315299997=>1,2315299999=>1,2315300000=>1,2264501315=>1,2264501231=>1,2210146493=>1,2210146492=>1,2210340688=>1,2210341084=>1,2210361355=>1,2210348262=>1,2208429612=>1,2208411910=>1,2204937724=>1,2204935292=>1,2207991154=>1,2207991403=>1,2208398352=>1,2208380150=>1,2211660504=>1,2211949782=>1,2214566561=>1,2214566530=>1,2214566877=>1,2214571702=>1,2224242727=>1,2214571790=>1,2214548032=>1,2214003447=>1,2212327800=>1,2212269440=>1,2212346854=>1,2212346858=>1,2212346874=>1,2212346862=>1,2204925154=>1,2204658256=>1,2193226316=>1,2193226308=>1,2194908448=>1,2194929343=>1,2194930006=>1,2194929907=>1,2193214015=>1,2193196299=>1,2192861182=>1,2192852462=>1,2192865917=>1,2193116022=>1,2193196298=>1,2193188914=>1,2196147642=>1,2197012493=>1,2202554881=>1,2197878566=>1,2202577574=>1,2202597381=>1,2202598364=>1,2202597441=>1,2197858390=>1,2197831238=>1,2197768971=>1,2197768356=>1,2197773033=>1,2197831233=>1,2197831236=>1,2224248073=>1,2224488706=>1,2255951045=>1,2255948067=>1,2255952577=>1,2255954128=>1,2255955079=>1,2255954167=>1,2255946660=>1,2255946498=>1,2254455057=>1,2254130831=>1,2254663848=>1,2254834542=>1,2254882917=>1,2254837370=>1,2256093188=>1,2256713003=>1,2262116816=>1,2261780091=>1,2262116817=>1,2262143460=>1,2264256257=>1,2262975517=>1,2261033042=>1,2259246302=>1,2256713172=>1,2256713009=>1,2259161649=>1,2259246298=>1,2259246299=>1,2252165666=>1,2252131740=>1,2237532348=>1,2233912042=>1,2239901995=>1,2239903303=>1,2239912940=>1,2239909882=>1,2232553795=>1,2232553721=>1,2228762114=>1,2226416140=>1,2229694988=>1,2229704273=>1,2231357629=>1,2230908894=>1,2239918661=>1,2247278496=>1,2248386698=>1,2248382868=>1,2249437549=>1,2250407205=>1,2251417983=>1,2250412928=>1,2248380561=>1,2248371307=>1,2248153634=>1,2247282997=>1,2248351294=>1,2248357572=>1,2248361946=>1,2315300094=>1,2315300102=>1,2327490306=>1,2327487520=>1,2327492609=>1,2328429387=>1,2328661557=>1,2328661155=>1,2327478696=>1,2327423775=>1,2321801162=>1,2321760517=>1,2321812177=>1,2323049058=>1,2327423063=>1,2327418358=>1,2329653744=>1,2331972994=>1,2331973048=>1,2331973044=>1,2331973051=>1,2331973073=>1,2331973078=>1,2331973075=>1,2331973036=>1,2331973035=>1,2331973024=>1,2331973019=>1,2331973027=>1,2331973030=>1,2331973033=>1,2331973032=>1,2321676006=>1,2321673233=>1,2315300800=>1,2315300796=>1,2315300803=>1,2315300809=>1,2315300811=>1,2315300810=>1,2315300792=>1,2315300791=>1,2315300773=>1,2315300770=>1,2315300774=>1,2315300778=>1,2315300788=>1,2315300779=>1,2315300815=>1,2315300827=>1,2321634545=>1,2321634529=>1,2321643290=>1,2321673218=>1,2321673230=>1,2321673229=>1,2321475240=>1,2321456073=>1,2317646235=>1,2315314226=>1,2319166466=>1,2319166467=>1,2321256935=>1,2331973087=>1,2331973108=>1,2344885219=>1,2344879115=>1,2344890457=>1,2344891368=>1,2344920219=>1,2344891797=>1,2344761716=>1,2344718971=>1,2342705627=>1,2342705518=>1,2342706349=>1,2342860836=>1,2344716173=>1,2344715792=>1,2344921725=>1,2344925393=>1,2348755330=>1,2348755146=>1,2348758269=>1,2348758270=>1,2192850838=>1,2348758362=>1,2348755074=>1,2348754018=>1,2345804986=>1,2344928330=>1,2346992538=>1,2346992546=>1,2348753866=>1,2342690368=>1,2342688598=>1,2340510873=>1,2340496856=>1,2340517427=>1,2340564001=>1,2342650477=>1,2340580081=>1,2340490741=>1,2340489323=>1,2332040178=>1,2332039026=>1,2332040210=>1,2332954027=>1,2333219107=>1,2332954092=>1,2342651688=>1,2342652293=>1,2342683385=>1,2342683326=>1,2342686875=>1,2342686945=>1,2342688272=>1,2342687244=>1,2342683177=>1,2342655217=>1,2342652688=>1,2342652488=>1,2342652911=>1,2342653550=>1,2342654735=>1,2315300762=>1,2315300754=>1,2315300209=>1,2315300208=>1,2315300210=>1,2315300217=>1,2315300220=>1,2315300218=>1,2315300205=>1,2315300204=>1,2315300191=>1,2315300184=>1,2315300192=>1,2315300196=>1,2315300201=>1,2315300199=>1,2315300224=>1,2315300226=>1,2315300250=>1,2315300243=>1,2315300251=>1,2315300252=>1,2315300257=>1,2315300256=>1,2315300241=>1,2315300240=>1,2315300230=>1,2315300227=>1,2315300235=>1,2315300237=>1,2315300239=>1,2315300238=>1,2315300182=>1,2315300181=>1,2315300132=>1,2315300129=>1,2315300134=>1,2315300139=>1,2315300145=>1,2315300141=>1,2315300128=>1,2315300127=>1,2315300111=>1,2315300107=>1,2315300114=>1,2315300123=>1,2315300126=>1,2315300124=>1,2315300146=>1,2315300148=>1,2315300171=>1,2315300170=>1,2315300172=>1,2315300176=>1,2315300180=>1,2315300178=>1,2315300163=>1,2315300161=>1,2315300151=>1,2315300149=>1,2315300154=>1,2315300158=>1,2315300160=>1,2315300262=>1,2315300263=>1,2315300596=>1,2315300512=>1,2315300597=>1,2315300602=>1,2315300675=>1,2315300606=>1,2315300508=>1,2315300503=>1,2315300349=>1,2315300343=>1,2315300362=>1,2315300365=>1,2315300416=>1,2315300404=>1,2315300680=>1,2315300685=>1,2315300711=>1,2315300710=>1,2315300718=>1,2315300722=>1,2315300747=>1,2315300735=>1,2315300707=>1,2315300705=>1,2315300699=>1,2315300689=>1,2315300700=>1,2315300702=>1,2315300704=>1,2315300338=>1,2315300337=>1,2315300285=>1,2315300284=>1,2315300287=>1,2315300288=>1,2315300293=>1,2315300291=>1,2315300283=>1,2315300278=>1,2315300266=>1,2315300265=>1,2315300269=>1,2315300270=>1,2315300276=>1,2315300275=>1,2315300296=>1,2315300298=>1,2315300322=>1,2315300321=>1,2315300323=>1,2315300325=>1,2315300334=>1,2315300329=>1,2315300319=>1,2315300317=>1,2315300304=>1,2315300299=>1,2315300311=>1,2315300312=>1,2315300315=>1,2348760578=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-19.php CHANGED
@@ -1 +1 @@
1
- <?php return array(2953470920=>2953470927,2902458368=>2902462463,2789106160=>2789106167,2954833155=>1,2954830741=>1,2954847056=>1,2954849187=>1,2954850187=>1,2954849679=>1,2954829554=>1,2954828863=>1,2954522496=>1,2953779904=>1,2954627448=>1,2954628518=>1,2954629329=>1,2954852804=>1,2954854284=>1,2954856014=>1,2954866180=>1,2954861767=>1,2954862560=>1,2954862566=>1,2954865548=>1,2954856013=>1,2954856012=>1,2953778309=>1,2954854695=>1,2954856009=>1,2954856010=>1,2954856011=>1,2954862567=>1,2953756768=>1,2953470922=>1,2953470921=>1,2953470923=>1,2953470924=>1,2953470926=>1,2953470925=>1,2953439348=>1,2953429163=>1,2953416656=>1,2953415788=>1,2953417154=>1,2953417685=>1,2953425967=>1,2953417904=>1,2953470927=>1,2953470928=>1,2953478979=>1,2953477315=>1,2953481256=>1,2953481443=>1,2953608646=>1,2953483313=>1,2953474251=>1,2953472948=>1,2953472240=>1,2953470929=>1,2953472241=>1,2953472243=>1,2953472244=>1,2954866475=>1,2954867908=>1,2956618329=>1,2956616802=>1,2956618482=>1,2956619330=>1,2956621846=>1,2956620567=>1,2956615879=>1,2956520895=>1,2956280269=>1,2956269278=>1,2956296130=>1,2956352385=>1,2956520621=>1,2956466397=>1,2956622239=>1,2956800023=>1,2957224990=>1,2956954524=>1,2957225046=>1,2957252066=>1,2957630097=>1,2957606925=>1,2956902172=>1,2956885895=>1,2956822604=>1,2956822530=>1,2956825490=>1,2956885102=>1,2956885857=>1,2956885656=>1,2956269198=>1,2956267997=>1,2954886949=>1,2954886918=>1,2955094264=>1,2955101692=>1,2955158398=>1,2955103767=>1,2954882849=>1,2954882461=>1,2954870554=>1,2954868991=>1,2954870654=>1,2954875734=>1,2954879637=>1,2954876829=>1,2955173227=>1,2955193988=>1,2955325904=>1,2955323529=>1,2955443699=>1,2955513915=>1,2955736130=>1,2955735268=>1,2955320614=>1,2955316237=>1,2955219001=>1,2955211012=>1,2955223913=>1,2955225301=>1,2955267355=>1,2953415172=>1,2953414042=>1,2942775170=>1,2942772750=>1,2942962174=>1,2942962586=>1,2943071633=>1,2942964140=>1,2942772202=>1,2942772163=>1,2938862337=>1,2937958826=>1,2942584927=>1,2942585196=>1,2942771994=>1,2942591273=>1,2943313941=>1,2943582633=>1,2945185857=>1,2945177379=>1,2945216301=>1,2945216366=>1,2945252024=>1,2945251621=>1,2945132700=>1,2944990649=>1,2944319580=>1,2944275823=>1,2944877022=>1,2944898328=>1,2944987054=>1,2944946450=>1,2937850929=>1,2937695149=>1,2926972825=>1,2926915121=>1,2927556377=>1,2927576045=>1,2927890530=>1,2927616264=>1,2926044092=>1,2925740760=>1,2924290587=>1,2923390398=>1,2924385300=>1,2925217708=>1,2925731616=>1,2925279268=>1,2928175446=>1,2928321378=>1,2936134833=>1,2936088984=>1,2936167253=>1,2936217740=>1,2937657737=>1,2936603599=>1,2936074658=>1,2928594795=>1,2928404328=>1,2928404244=>1,2928453511=>1,2928512769=>1,2928516998=>1,2945409309=>1,2945409578=>1,2953392880=>1,2953391580=>1,2953393460=>1,2953393806=>1,2953394018=>1,2953393891=>1,2953390042=>1,2953389606=>1,2953382340=>1,2953381236=>1,2953384017=>1,2953385428=>1,2953388571=>1,2953386312=>1,2953394418=>1,2953399083=>1,2953406228=>1,2953406216=>1,2953408077=>1,2953408808=>1,2953410471=>1,2953410182=>1,2953405353=>1,2953405334=>1,2953401381=>1,2953399148=>1,2953401741=>1,2953403095=>1,2953405318=>1,2953381070=>1,2953380307=>1,2947785444=>1,2947588886=>1,2947837482=>1,2947837887=>1,2947859174=>1,2947838958=>1,2946272192=>1,2946271196=>1,2945417086=>1,2945412002=>1,2945423890=>1,2945486601=>1,2945837526=>1,2945502967=>1,2947884250=>1,2948130994=>1,2949321579=>1,2949321570=>1,2949321582=>1,2949321584=>1,2949964399=>1,2949723526=>1,2949321565=>1,2948980939=>1,2948381800=>1,2948131547=>1,2948817944=>1,2948953239=>1,2948953244=>1,2957850065=>1,2957850263=>1,2971863898=>1,2971863093=>1,2971865122=>1,2971890112=>1,2971928681=>1,2971928560=>1,2971116659=>1,2971113036=>1,2971066629=>1,2971037668=>1,2971080574=>1,2971086025=>1,2971097601=>1,2971096522=>1,2971938078=>1,2971952025=>1,2972110082=>1,2972098344=>1,2972110609=>1,2972121146=>1,2972121709=>1,2972121551=>1,2972098066=>1,2972090366=>1,2972023295=>1,2971981358=>1,2972025379=>1,2972053516=>1,2972089079=>1,2972053561=>1,2971037585=>1,2971037553=>1,2970323504=>1,2970323082=>1,2970329889=>1,2970349876=>1,2970634556=>1,2970351923=>1,2970311841=>1,2970292655=>1,2970149625=>1,2970133314=>1,2970258952=>1,2970260242=>1,2970260888=>1,2970260838=>1,2970639794=>1,2970646460=>1,2970862651=>1,2970854474=>1,2970865698=>1,2971001726=>1,2971001733=>1,2971001729=>1,2970766837=>1,2970749281=>1,2970689263=>1,2970650922=>1,2970717053=>1,2970732234=>1,2970745820=>1,2972121867=>1,2972122076=>1,2972447595=>1,2972444738=>1,2972454407=>1,2972484929=>1,2972485018=>1,2972484974=>1,2972439596=>1,2972428323=>1,2972367502=>1,2972365066=>1,2972389393=>1,2972391979=>1,2972403963=>1,2972396218=>1,2972485057=>1,2972485110=>1,2973062018=>1,2973052199=>1,2973070916=>1,2973133465=>1,2973134498=>1,2973133510=>1,2972708370=>1,2972706305=>1,2972495362=>1,2972486001=>1,2972617783=>1,2972633118=>1,2972690750=>1,2972364624=>1,2972362095=>1,2972149641=>1,2972122996=>1,2972164166=>1,2972165201=>1,2972170811=>1,2972165889=>1,2972122797=>1,2972122705=>1,2972122130=>1,2972122129=>1,2972122267=>1,2972122301=>1,2972122657=>1,2972122315=>1,2972170813=>1,2972170814=>1,2972213191=>1,2972202163=>1,2972224187=>1,2972241907=>1,2972338381=>1,2972335465=>1,2972197436=>1,2972176991=>1,2972175873=>1,2972172086=>1,2972176587=>1,2972176685=>1,2972176717=>1,2970132618=>1,2970027138=>1,2959998327=>1,2959996910=>1,2960040934=>1,2960073316=>1,2960229374=>1,2960132207=>1,2959991737=>1,2959981742=>1,2959906874=>1,2959864462=>1,2959927406=>1,2959945155=>1,2959981610=>1,2959954826=>1,2960293935=>1,2960294030=>1,2960490192=>1,2960479325=>1,2960739071=>1,2960740659=>1,2960781332=>1,2960778646=>1,2960478011=>1,2960475207=>1,2960314503=>1,2960313628=>1,2960324655=>1,2960345565=>1,2960418865=>1,2960418853=>1,2959806849=>1,2959806845=>1,2959248825=>1,2959248678=>1,2959292464=>1,2959369350=>1,2959548438=>1,2959526215=>1,2959248202=>1,2959233298=>1,2957854634=>1,2957851216=>1,2957941993=>1,2958438178=>1,2959231979=>1,2959211798=>1,2959548920=>1,2959592147=>1,2959773820=>1,2959769597=>1,2959805716=>1,2959806542=>1,2959806821=>1,2959806582=>1,2959767941=>1,2959767634=>1,2959613577=>1,2959606198=>1,2959717278=>1,2959748706=>1,2959750710=>1,2960783450=>1,2960800042=>1,2966706830=>1,2965837668=>1,2966766899=>1,2966792096=>1,2966881661=>1,2966874605=>1,2965781016=>1,2965649478=>1,2965519089=>1,2965514473=>1,2965552440=>1,2965591852=>1,2965602366=>1,2965594845=>1,2966883075=>1,2967291330=>1,2969577879=>1,2969576554=>1,2969670675=>1,2969722259=>1,2969951088=>1,2969826014=>1,2967719741=>1,2967718568=>1,2967293001=>1,2967292179=>1,2967347505=>1,2967455322=>1,2967718426=>1,2965507460=>1,2965491214=>1,2960852906=>1,2960852637=>1,2960858424=>1,2960907324=>1,2961110864=>1,2961109553=>1,2960852636=>1,2960852635=>1,2960801318=>1,2960801179=>1,2960801409=>1,2960801480=>1,2960852634=>1,2960852633=>1,2961112075=>1,2961112076=>1,2965190973=>1,2965045437=>1,2965206966=>1,2965398134=>1,2965468019=>1,2965466487=>1,2964899912=>1,2964800534=>1,2962309711=>1,2961377054=>1,2962492292=>1,2962771845=>1,2963178508=>1,2923286600=>1,2922869017=>1,2812322665=>1,2809330262=>1,2812322714=>1,2812323466=>1,2815354756=>1,2812323930=>1,2809326988=>1,2809325160=>1,2809313333=>1,2809308926=>1,2809314187=>1,2809318653=>1,2809318658=>1,2809318655=>1,2818640366=>1,2818654907=>1,2823167305=>1,2822763032=>1,2825372666=>1,2828032797=>1,2829550798=>1,2828466959=>1,2822754323=>1,2822707374=>1,2822579772=>1,2822578539=>1,2822582049=>1,2822593766=>1,2822706195=>1,2822691288=>1,2809308138=>1,2809306105=>1,2809295152=>1,2809292563=>1,2809295238=>1,2809295496=>1,2809296838=>1,2809296836=>1,2809292121=>1,2809291426=>1,2809284612=>1,2809284541=>1,2809287825=>1,2809289156=>1,2809290788=>1,2809289163=>1,2809298975=>1,2809299111=>1,2809303727=>1,2809303675=>1,2809305188=>1,2809305365=>1,2809306089=>1,2809305994=>1,2809301261=>1,2809300857=>1,2809300744=>1,2809300737=>1,2809300805=>1,2809300815=>1,2809300849=>1,2829550800=>1,2830887001=>1,2869192810=>1,2860646762=>1,2869199886=>1,2869204563=>1,2869220464=>1,2869214817=>1,2860646733=>1,2860646663=>1,2857083556=>1,2857083555=>1,2857083764=>1,2858500872=>1,2858501007=>1,2858500882=>1,2869246877=>1,2869246969=>1,2869401996=>1,2869385755=>1,2869423234=>1,2869437838=>1,2869445330=>1,2869438125=>1,2869378695=>1,2869292437=>1,2869264897=>1,2869248883=>1,2869266195=>1,2869281127=>1,2869287754=>1,2857083479=>1,2857083473=>1,2834011714=>1,2834011650=>1,2834012768=>1,2834013065=>1,2835172898=>1,2834013326=>1,2834011595=>1,2834011480=>1,2833392403=>1,2832532330=>1,2833990024=>1,2833990281=>1,2833991790=>1,2833990991=>1,2835361168=>1,2835376547=>1,2845752342=>1,2838991684=>1,2848782348=>1,2850758580=>1,2856853658=>1,2852080923=>1,2838988519=>1,2838911755=>1,2835380230=>1,2835376937=>1,2835400769=>1,2835400938=>1,2835419568=>1,2809283332=>1,2809283133=>1,2746498415=>1,2746326933=>1,2746512621=>1,2754022540=>1,2759035617=>1,2758074055=>1,2746326932=>1,2746326929=>1,2745960388=>1,2745960387=>1,2746306308=>1,2746306309=>1,2746326915=>1,2746325762=>1,2759665171=>1,2759665267=>1,2779147754=>1,2778363966=>1,2779179918=>1,2779181115=>1,2783028803=>1,2783026758=>1,2777388457=>1,2777317357=>1,2765582100=>1,2765576271=>1,2768407347=>1,2776340147=>1,2777316880=>1,2777305138=>1,2745105034=>1,2745100484=>1,2738164345=>1,2737608049=>1,2738207283=>1,2738207450=>1,2738212131=>1,2738207587=>1,2736523938=>1,2736326184=>1,2734506842=>1,2734503689=>1,2734534552=>1,2734572680=>1,2736221310=>1,2736132392=>1,2738212635=>1,2742389865=>1,2742931844=>1,2742929948=>1,2742940942=>1,2742943195=>1,2745092974=>1,2742943494=>1,2742929935=>1,2742929366=>1,2742895251=>1,2742894826=>1,2742895514=>1,2742918992=>1,2742928221=>1,2783031071=>1,2783326579=>1,2807572651=>1,2807571802=>1,2807572712=>1,2807572786=>1,2807572930=>1,2807572880=>1,2807571308=>1,2807571272=>1,2792313822=>1,2790811963=>1,2792323236=>1,2792326702=>1,2805472437=>1,2792327823=>1,2807573494=>1,2807573879=>1,2809273714=>1,2809268134=>1,2809273717=>1,2809275164=>1,2809279896=>1,2809277736=>1,2809267110=>1,2809267048=>1,2807585914=>1,2807582945=>1,2807591355=>1,2807591676=>1,2809266927=>1,2790524727=>1,2790397384=>1,2789105945=>1,2789105944=>1,2789106157=>1,2789106158=>1,2789106168=>1,2789106159=>1,2789105481=>1,2789105478=>1,2785016752=>1,2784976488=>1,2789102286=>1,2789102896=>1,2789105314=>1,2789102963=>1,2789106169=>1,2789106170=>1,2789658370=>1,2789630346=>1,2789661441=>1,2790156499=>1,2790193067=>1,2790168602=>1,2789629546=>1,2789628673=>1,2789609230=>1,2789179098=>1,2789618577=>1,2789618629=>1,2789618630=>1,2869445725=>1,2869475650=>1,2917564489=>1,2917553488=>1,2917564648=>1,2917564825=>1,2917566190=>1,2917565780=>1,2917268698=>1,2916920050=>1,2916711772=>1,2916678175=>1,2916792099=>1,2916812804=>1,2916858042=>1,2916820484=>1,2917566310=>1,2917567167=>1,2917990286=>1,2917974729=>1,2918038940=>1,2918039246=>1,2918097134=>1,2918069551=>1,2917851777=>1,2917851704=>1,2917569772=>1,2917568130=>1,2917570925=>1,2917571162=>1,2917627303=>1,2917571256=>1,2916624720=>1,2916624632=>1,2913333401=>1,2913308365=>1,2913384433=>1,2913458571=>1,2913883147=>1,2913765993=>1,2913262586=>1,2913259189=>1,2913194425=>1,2913134673=>1,2913216525=>1,2913235757=>1,2913249382=>1,2913242051=>1,2914253182=>1,2915071470=>1,2916116233=>1,2915679182=>1,2916166419=>1,2916445300=>1,2916557004=>1,2916446619=>1,2915676556=>1,2915627076=>1,2915307611=>1,2915077099=>1,2915442442=>1,2915467227=>1,2915611402=>1,2918141906=>1,2918190902=>1,2919232089=>1,2919231979=>1,2919232884=>1,2919233554=>1,2919234288=>1,2919234218=>1,2919230827=>1,2919229632=>1,2919228501=>1,2919228046=>1,2919228550=>1,2919228600=>1,2919228866=>1,2919228680=>1,2919245769=>1,2919581330=>1,2922389578=>1,2922202560=>1,2922564463=>1,2922724477=>1,2734486319=>1,2922818320=>1,2921582747=>1,2920872593=>1,2919706754=>1,2919698838=>1,2919720161=>1,2919741009=>1,2919741200=>1,2919225962=>1,2919222641=>1,2918600581=>1,2918590483=>1,2918600582=>1,2918600583=>1,2918606600=>1,2918600590=>1,2918576048=>1,2918575976=>1,2918191782=>1,2918190907=>1,2918412436=>1,2918430789=>1,2918551828=>1,2918498437=>1,2918606883=>1,2918607015=>1,2919217070=>1,2919196826=>1,2919219859=>1,2919220254=>1,2919221800=>1,2919221412=>1,2919159877=>1,2919159876=>1,2918695602=>1,2918645382=>1,2919155094=>1,2919159874=>1,2919159875=>1,2913070836=>1,2912990397=>1,2890430220=>1,2886349184=>1,2891354894=>1,2891355146=>1,2892064559=>1,2891511434=>1,2885761321=>1,2884295989=>1,2875581487=>1,2875495312=>1,2876338914=>1,2876620244=>1,2883165386=>1,2877215322=>1,2892187057=>1,2892891610=>1,2901752718=>1,2901745850=>1,2901752779=>1,2901762826=>1,2901769798=>1,2901764482=>1,2901745849=>1,2901744950=>1,2901577191=>1,2901555486=>1,2901738948=>1,2901741955=>1,2901742701=>1,2875488887=>1,2875391010=>1,2870591822=>1,2870591821=>1,2870591875=>1,2870591876=>1,2871123467=>1,2870591979=>1,2870591769=>1,2870591764=>1,2869476344=>1,2869475812=>1,2869927075=>1,2869927457=>1,2870591753=>1,2869928218=>1,2871241731=>1,2871259239=>1,2871434339=>1,2871418674=>1,2871445449=>1,2874079802=>1,2875282556=>1,2874158776=>1,2871417404=>1,2871414373=>1,2871371702=>1,2871260372=>1,2871404045=>1,2871412966=>1,2871413767=>1,2901770460=>1,2901791177=>1,2905660019=>1,2905465910=>1,2905927744=>1,2906051097=>1,2906378899=>1,2906108318=>1,2905357002=>1,2905355182=>1,2903822725=>1,2903806876=>1,2903944742=>1,2904265350=>1,2905350734=>1,2904335389=>1,2906460738=>1,2906588110=>1,2907834379=>1,2907675272=>1,2907834380=>1,2907976010=>1,2908729931=>1,2908268681=>1,2907653217=>1,2907302294=>1,2907102105=>1,2906672502=>1,2907151733=>1,2907181026=>1,2907247513=>1,2903705357=>1,2903620137=>1,2903090749=>1,2903036746=>1,2903133825=>1,2903179761=>1,2903252002=>1,2903252001=>1,2903008844=>1,2903001529=>1,2901815265=>1,2901793669=>1,2901835453=>1,2902011134=>1,2902470738=>1,2902037218=>1,2903252003=>1,2903252004=>1,2903464534=>1,2903447365=>1,2903493643=>1,2903521203=>1,2903573026=>1,2903527871=>1,2903425713=>1,2903420387=>1,2903301545=>1,2903252008=>1,2903307686=>1,2903346460=>1,2903349850=>1,2923013451=>1,);?>
1
+ <?php return array(2902458368=>2902462463,2875270190=>1,2875269759=>1,2875270438=>1,2875271439=>1,2875272534=>1,2875272500=>1,2875269677=>1,2875260768=>1,2875259504=>1,2875258586=>1,2875259999=>1,2875260124=>1,2875260433=>1,2875260157=>1,2875272565=>1,2875273933=>1,2875284004=>1,2875282771=>1,2875284687=>1,2875284822=>1,2875285026=>1,2875284884=>1,2875282442=>1,2875280223=>1,2875274638=>1,2875256056=>1,2875275976=>1,2875279294=>1,2875279798=>1,2875279364=>1,2875285683=>1,2875253876=>1,2874165014=>1,2871519926=>1,2875224528=>1,2875225204=>1,2875225829=>1,2875225681=>1,2871434268=>1,2871401152=>1,2871230675=>1,2871142904=>1,2871247384=>1,2871259787=>1,2871370561=>1,2871259828=>1,2875225865=>1,2875225894=>1,2875245698=>1,2875245589=>1,2875247177=>1,2875247476=>1,2875247845=>1,2875247676=>1,2875245574=>1,2875240713=>1,2875226387=>1,2875225997=>1,2875227390=>1,2875227564=>1,2875231336=>1,2875287300=>1,2875289564=>1,2875494948=>1,2875488887=>1,2875581487=>1,2891354894=>1,2891803586=>1,2891355146=>1,2875391010=>1,2875365266=>1,2875317089=>1,2875316259=>1,2875317284=>1,2875319484=>1,2875325463=>1,2875324079=>1,2891803587=>1,2891803588=>1,2893016199=>1,2893016194=>1,2901545942=>1,2901555440=>1,2901742701=>1,2901582906=>1,2892310660=>1,2892155407=>1,2891803590=>1,2891803589=>1,2891874243=>1,2892064559=>1,2892120903=>1,2875314023=>1,2875313209=>1,2875295771=>1,2875293437=>1,2875295916=>1,2875296185=>1,2875296935=>1,2875296650=>1,2875293332=>1,2875292702=>1,2875289899=>1,2875289604=>1,2875289966=>1,2875290423=>1,2875292032=>1,2875291784=>1,2875297162=>1,2875297521=>1,2875308591=>1,2875307441=>1,2875308990=>1,2875310600=>1,2875312423=>1,2875311894=>1,2875305404=>1,2875305394=>1,2875302225=>1,2875301897=>1,2875302977=>1,2875304093=>1,2875305154=>1,2870591979=>1,2870591876=>1,2835401128=>1,2835400938=>1,2835401235=>1,2835401419=>1,2835442281=>1,2835434292=>1,2835400792=>1,2835373414=>1,2834012768=>1,2834011595=>1,2834014582=>1,2835172899=>1,2835369446=>1,2835362761=>1,2835442282=>1,2835442397=>1,2848395272=>1,2839092459=>1,2850758580=>1,2852068506=>1,2852080923=>1,2852068509=>1,2839085291=>1,2839085274=>1,2838890645=>1,2838317671=>1,2838907082=>1,2838974823=>1,2839085266=>1,2839085255=>1,2833996983=>1,2833996145=>1,2824706698=>1,2823190213=>1,2825372666=>1,2825483030=>1,2825483485=>1,2825483058=>1,2823186344=>1,2822757662=>1,2819172363=>1,2819172362=>1,2822579772=>1,2822691288=>1,2822707374=>1,2822706195=>1,2825484025=>1,2825485223=>1,2833990281=>1,2833990024=>1,2833990549=>1,2833990696=>1,2833995294=>1,2833990991=>1,2833392403=>1,2832532330=>1,2825487937=>1,2825485887=>1,2828466959=>1,2829550781=>1,2829720460=>1,2856853658=>1,2856859213=>1,2869354966=>1,2869353475=>1,2869373229=>1,2869381282=>1,2869391602=>1,2869382847=>1,2869337435=>1,2869292446=>1,2869264571=>1,2869247790=>1,2869266380=>1,2869268350=>1,2869286193=>1,2869286165=>1,2869394823=>1,2869397957=>1,2870591764=>1,2870591753=>1,2870591769=>1,2870591821=>1,2870591875=>1,2870591822=>1,2869716016=>1,2869459448=>1,2869407142=>1,2869404641=>1,2869438537=>1,2869445330=>1,2869453345=>1,2869246911=>1,2869246721=>1,2860646733=>1,2860646663=>1,2860646762=>1,2866233306=>1,2869171030=>1,2869169607=>1,2858501007=>1,2858500882=>1,2857083479=>1,2857083473=>1,2857083555=>1,2857083719=>1,2858500872=>1,2857083764=>1,2869178579=>1,2869179117=>1,2869224810=>1,2869224589=>1,2869226285=>1,2869241149=>1,2869244217=>1,2869241155=>1,2869223612=>1,2869223524=>1,2869186001=>1,2869184791=>1,2869188034=>1,2869193684=>1,2869217985=>1,2901745849=>1,2901752779=>1,2917930501=>1,2917930500=>1,2917930502=>1,2917990286=>1,2918141906=>1,2918070994=>1,2917930499=>1,2917930498=>1,2917571162=>1,2917570925=>1,2917571256=>1,2917775655=>1,2917840236=>1,2917835338=>1,2918159827=>1,2918166078=>1,2918606883=>1,2918590483=>1,2918607015=>1,2918693050=>1,2918756898=>1,2918753429=>1,2918586518=>1,2918551828=>1,2918191782=>1,2918191091=>1,2918410645=>1,2918412436=>1,2918498437=>1,2918430789=>1,2917569772=>1,2917568130=>1,2916678175=>1,2916665027=>1,2916718791=>1,2916765655=>1,2916833354=>1,2916820484=>1,2916624632=>1,2916559667=>1,2916446619=>1,2916445300=>1,2916522241=>1,2916550725=>1,2916556201=>1,2916555646=>1,2916858042=>1,2916906178=>1,2917564489=>1,2917554732=>1,2917564825=>1,2917565274=>1,2917566190=>1,2917565780=>1,2917423901=>1,2917352770=>1,2917165226=>1,2916920050=>1,2917168357=>1,2917168545=>1,2917268698=>1,2918988314=>1,2919159874=>1,2921519211=>1,2921487538=>1,2921582747=>1,2921708197=>1,2922224805=>1,2922201576=>1,2921472874=>1,2921360786=>1,2919741200=>1,2919741009=>1,2920287464=>1,2920667389=>1,2921159905=>1,2920708142=>1,2922381489=>1,2922389578=>1,2922869017=>1,2922821938=>1,2922928489=>1,2923286600=>1,2923393340=>1,2923334935=>1,2922818320=>1,2922775304=>1,2922534128=>1,2922447494=>1,2922564463=>1,2922594617=>1,2922610230=>1,2919720161=>1,2919719802=>1,2919224013=>1,2919223733=>1,2919225962=>1,2919228046=>1,2919228550=>1,2919228501=>1,2919222641=>1,2919220254=>1,2919159876=>1,2919159875=>1,2919159877=>1,2919163976=>1,2919219789=>1,2919196826=>1,2919228600=>1,2919228680=>1,2919302677=>1,2919260207=>1,2919530650=>1,2919581330=>1,2919706754=>1,2919698838=>1,2919240212=>1,2919234288=>1,2919231979=>1,2919229632=>1,2919232089=>1,2919232884=>1,2919233554=>1,2916381651=>1,2916363514=>1,2903709627=>1,2903649634=>1,2903822725=>1,2903944742=>1,2904008964=>1,2903961826=>1,2903553253=>1,2903527871=>1,2903425713=>1,2903420387=>1,2903446741=>1,2903464534=>1,2903521203=>1,2903489609=>1,2904285355=>1,2904335389=>1,2905927744=>1,2905865877=>1,2906048693=>1,2906108314=>1,2906428834=>1,2906108318=>1,2905858749=>1,2905823116=>1,2904472330=>1,2904379714=>1,2905355182=>1,2905357002=>1,2905465910=>1,2905387761=>1,2903360709=>1,2903349850=>1,2901835453=>1,2901815265=>1,2901869547=>1,2901869599=>1,2902129606=>1,2901872844=>1,2901793883=>1,2901793669=>1,2901763951=>1,2819127007=>1,2901768721=>1,2901769798=>1,2901791177=>1,2901770460=>1,2902485750=>1,2902591227=>1,2903178521=>1,2903133825=>1,2903208601=>1,2903216053=>1,2903346460=>1,2903311228=>1,2903090749=>1,2903075235=>1,2902678485=>1,2902625779=>1,2903001529=>1,2903001717=>1,2903036746=>1,2906460738=>1,2906709157=>1,2915071470=>1,2914968739=>1,2915146930=>1,2915158644=>1,2915391030=>1,2915307611=>1,2914934827=>1,2914851145=>1,2913458571=>1,2913428228=>1,2913883147=>1,2913885681=>1,2914245317=>1,2914184603=>1,2915438978=>1,2915445506=>1,2916175214=>1,2916144498=>1,2916197503=>1,2916198385=>1,2916200069=>1,2916198961=>1,2916139323=>1,2915676556=>1,2915516727=>1,2915488586=>1,2915531892=>1,2915587106=>1,2915627076=>1,2913416637=>1,2913384433=>1,2907976010=>1,2907727575=>1,2908023118=>1,2908253601=>1,2908288779=>1,2908268681=>1,2907653217=>1,2907641215=>1,2906805998=>1,2906709163=>1,2907151733=>1,2907302294=>1,2907542386=>1,2907364580=>1,2908729931=>1,2912960843=>1,2913262586=>1,2913259189=>1,2913270106=>1,2913308365=>1,2913336811=>1,2913333401=>1,2913242051=>1,2913235757=>1,2912972309=>1,2912968421=>1,2912990397=>1,2913194425=>1,2913216525=>1,2901745850=>1,2818666573=>1,2698688623=>1,2691854237=>1,2699182894=>1,2701190210=>1,2702369370=>1,2702341727=>1,2690723614=>1,2686914548=>1,2684878309=>1,2684875165=>1,2685404617=>1,2685424300=>1,2686760470=>1,2685432717=>1,2702597130=>1,2704636056=>1,2722633225=>1,2720466249=>1,2722646068=>1,2723351814=>1,2727364084=>1,2726238050=>1,2719056835=>1,2719048841=>1,2710280374=>1,2704646248=>1,2710280381=>1,2714378806=>1,2718772302=>1,2714388649=>1,2684331907=>1,2684331498=>1,2680944504=>1,2680944401=>1,2680944958=>1,2680945672=>1,2682272795=>1,2682262933=>1,2680942977=>1,2680938644=>1,2680930353=>1,2680914943=>1,2680930735=>1,2680931051=>1,2680936543=>1,2680933258=>1,2682272950=>1,2682282382=>1,2684291000=>1,2684290134=>1,2684292525=>1,2684293331=>1,2684331063=>1,2684293675=>1,2684163093=>1,2682446004=>1,2682286874=>1,2682286576=>1,2682290000=>1,2682312520=>1,2682398938=>1,2728138789=>1,2730553217=>1,2732249220=>1,2732246213=>1,2732255531=>1,2732261990=>1,2732262565=>1,2732262065=>1,2732246204=>1,2732246193=>1,2732245097=>1,2732245048=>1,2732245421=>1,2732245555=>1,2732246081=>1,2732245636=>1,2732319854=>1,2732382829=>1,2732501712=>1,2732501642=>1,2732501795=>1,2732501829=>1,2732536004=>1,2732507461=>1,2732501150=>1,2732460034=>1,2732439616=>1,2732395760=>1,2732443961=>1,2732444390=>1,2732458800=>1,2732226060=>1,2732139502=>1,2731774280=>1,2731774229=>1,2731774310=>1,2731774311=>1,2731792395=>1,2731783672=>1,2731768408=>1,2731723357=>1,2730672985=>1,2730602122=>1,2731149386=>1,2731471153=>1,2731633282=>1,2731471157=>1,2731792624=>1,2731792625=>1,2732076668=>1,2732076650=>1,2732118064=>1,2732119309=>1,2732139395=>1,2732122143=>1,2732076628=>1,2731930398=>1,2731818229=>1,2731794665=>1,2731844082=>1,2731868421=>1,2731930348=>1,2680912942=>1,2680911696=>1,2655375491=>1,2655375320=>1,2655376239=>1,2655376569=>1,2655377150=>1,2655377007=>1,2655375241=>1,2655374962=>1,2655374372=>1,2655373797=>1,2655374673=>1,2655374796=>1,2655374911=>1,2655374839=>1,2655377159=>1,2655377220=>1,2655731196=>1,2655382785=>1,2656415243=>1,2657931121=>1,2663487604=>1,2659320050=>1,2655378118=>1,2655377998=>1,2655377695=>1,2655377362=>1,2655377698=>1,2655377811=>1,2655377992=>1,2655377837=>1,2655373696=>1,2655373039=>1,2654644738=>1,2653838353=>1,2654644742=>1,2654644758=>1,2654644802=>1,2654644763=>1,2645943476=>1,2644588865=>1,2639689858=>1,2635718907=>1,2642047543=>1,2642047956=>1,2642058338=>1,2642048493=>1,2654644803=>1,2655325152=>1,2655366371=>1,2655360481=>1,2655371484=>1,2655371812=>1,2655372883=>1,2655372303=>1,2655360337=>1,2655358474=>1,2655349137=>1,2655330821=>1,2655349213=>1,2655350074=>1,2655351773=>1,2663487605=>1,2663877723=>1,2680898978=>1,2680893102=>1,2680899024=>1,2680899341=>1,2680900301=>1,2680899393=>1,2680891130=>1,2680890494=>1,2680886526=>1,2680886517=>1,2680886589=>1,2680886976=>1,2680887835=>1,2680887472=>1,2680900708=>1,2680901856=>1,2680908456=>1,2680908007=>1,2680909023=>1,2680909309=>1,2680911525=>1,2680910971=>1,2680907658=>1,2680906075=>1,2680903811=>1,2680903000=>1,2680904930=>1,2680905274=>1,2680905614=>1,2680885859=>1,2680885499=>1,2668151598=>1,2667566889=>1,2675607002=>1,2675637512=>1,2677323165=>1,2677309778=>1,2667566258=>1,2667513586=>1,2665376009=>1,2663891616=>1,2665392185=>1,2665401698=>1,2667512563=>1,2665401834=>1,2677324410=>1,2679532434=>1,2680883980=>1,2680883910=>1,2680884305=>1,2680885128=>1,2680885481=>1,2680885140=>1,2680882358=>1,2680882085=>1,2679532439=>1,2679532438=>1,2680881494=>1,2680881982=>1,2680882028=>1,2732546291=>1,2732546612=>1,2789106160=>1,2789106159=>1,2789106161=>1,2789106163=>1,2789106165=>1,2789106164=>1,2789106158=>1,2789105944=>1,2784963767=>1,2783326579=>1,2784963783=>1,2784991031=>1,2789102963=>1,2789102286=>1,2789106707=>1,2789107701=>1,2790397384=>1,2790193067=>1,2790420178=>1,2790524727=>1,2792301687=>1,2791729937=>1,2789661441=>1,2789658370=>1,2789618577=>1,2789609230=>1,2789618629=>1,2789618630=>1,2789628737=>1,2789628673=>1,2778363966=>1,2777388457=>1,2745960222=>1,2745104311=>1,2745960387=>1,2745960388=>1,2745962205=>1,2745961852=>1,2744715394=>1,2742941291=>1,2738212635=>1,2738207450=>1,2742903052=>1,2742928103=>1,2742941194=>1,2742940976=>1,2746306308=>1,2746306309=>1,2776131205=>1,2776112083=>1,2776344826=>1,2777301536=>1,2777316880=>1,2777301751=>1,2768407347=>1,2765582100=>1,2756549195=>1,2746498415=>1,2758028114=>1,2759035617=>1,2760513912=>1,2792309548=>1,2792313318=>1,2809313333=>1,2809311764=>1,2809316343=>1,2809318658=>1,2809326988=>1,2809325160=>1,2809308926=>1,2809306105=>1,2809295238=>1,2809295152=>1,2809305188=>1,2809305365=>1,2809306089=>1,2809305994=>1,2809330262=>1,2811162577=>1,2818639418=>1,2818639411=>1,2818651623=>1,2818654907=>1,2818661179=>1,2818657031=>1,2818639387=>1,2812323930=>1,2812322243=>1,2811163363=>1,2812322714=>1,2812323466=>1,2812323513=>1,2809292563=>1,2809290788=>1,2807571802=>1,2807571308=>1,2807572651=>1,2807572712=>1,2807573494=>1,2807572930=>1,2807571223=>1,2800734065=>1,2792326702=>1,2792323236=>1,2792328123=>1,2792332068=>1,2794384352=>1,2792337503=>1,2807573923=>1,2807582945=>1,2809277736=>1,2809275164=>1,2809283133=>1,2809283332=>1,2809284612=>1,2809284541=>1,2809275039=>1,2809273717=>1,2809266927=>1,2807585914=>1,2809267110=>1,2809268134=>1,2809273714=>1,2738207284=>1,2738198324=>1,2733888398=>1,2733887451=>1,2733890423=>1,2733895357=>1,2733896945=>1,2733895568=>1,2733884539=>1,2733876112=>1,2733872368=>1,2733871305=>1,2733872796=>1,2733872869=>1,2733875100=>1,2733873493=>1,2733906390=>1,2733906425=>1,2734015842=>1,2733981568=>1,2734015901=>1,2734015902=>1,2734015970=>1,2734015922=>1,2733971263=>1,2733969768=>1,2733907159=>1,2733906524=>1,2733907186=>1,2733908649=>1,2733935548=>1,2733935000=>1,2733870887=>1,2733870193=>1,2733849418=>1,2733848533=>1,2733850908=>1,2733852870=>1,2733856095=>1,2733854350=>1,2733847875=>1,2733846665=>1,2733837203=>1,2733825287=>1,2733839993=>1,2733841827=>1,2733844641=>1,2733844261=>1,2733858688=>1,2733858846=>1,2733867698=>1,2733866229=>1,2733868732=>1,2733868768=>1,2733869897=>1,2733869035=>1,2733864229=>1,2733862359=>1,2733860206=>1,2733860065=>1,2733860782=>1,2733861611=>1,2733862060=>1,2734016000=>1,2734016286=>1,2734382867=>1,2734224369=>1,2734400531=>1,2734461249=>1,2734461281=>1,2734461265=>1,2734224348=>1,2734223502=>1,2734223495=>1,2734204174=>1,2734223497=>1,2734223498=>1,2734223501=>1,2734223500=>1,2734462913=>1,2734476350=>1,2736441356=>1,2736408445=>1,2737600328=>1,2737608071=>1,2738164345=>1,2737768636=>1,2736326184=>1,2736301278=>1,2734486098=>1,2734481812=>1,2734503689=>1,2736132392=>1,2736132393=>1,2734203953=>1,2734202931=>1,2734115016=>1,2734115015=>1,2734115017=>1,2734115018=>1,2734115029=>1,2734115028=>1,2734114843=>1,2734114823=>1,2734016454=>1,2734016441=>1,2734019915=>1,2734021772=>1,2734100134=>1,2734089219=>1,2734115032=>1,2734115033=>1,2734198200=>1,2734164912=>1,2734198369=>1,2734198390=>1,2734198434=>1,2734198408=>1,2734164742=>1,2734164612=>1,2734115273=>1,2734115146=>1,2734115276=>1,2734115278=>1,2734164442=>1,2634544116=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-2.php CHANGED
@@ -1 +1 @@
1
- <?php return array(666088949=>1,666088901=>1,666088968=>1,666089057=>1,666089496=>1,666089492=>1,666088848=>1,666088700=>1,666084059=>1,666084025=>1,666085052=>1,666087979=>1,666088654=>1,666087988=>1,666089679=>1,666089693=>1,666095911=>1,666095137=>1,666100018=>1,666100040=>1,666105959=>1,666100482=>1,666091425=>1,666091205=>1,666089809=>1,666089714=>1,666090087=>1,666090136=>1,666091028=>1,666090461=>1,666083957=>1,666083567=>1,666072833=>1,666072744=>1,666073428=>1,666080294=>1,666080652=>1,666080410=>1,666072334=>1,666071287=>1,666069062=>1,666067656=>1,666069679=>1,666070358=>1,666071150=>1,666070485=>1,666081059=>1,666081203=>1,666082438=>1,666082102=>1,666082525=>1,666083009=>1,666083039=>1,666083016=>1,666082047=>1,666081980=>1,666081550=>1,666081495=>1,666081685=>1,666081715=>1,666081920=>1,666107477=>1,666107888=>1,666716256=>1,666677861=>1,666716812=>1,666716876=>1,666720595=>1,666717658=>1,666667483=>1,666665581=>1,666578098=>1,666577874=>1,666579895=>1,666580910=>1,666581887=>1,666581576=>1,666725202=>1,666725220=>1,666780139=>1,666779724=>1,666800921=>1,666866830=>1,675970630=>1,675954605=>1,666741662=>1,666739993=>1,666726073=>1,666725287=>1,666726838=>1,666726915=>1,666738152=>1,666728206=>1,666574007=>1,666570016=>1,666295761=>1,666290293=>1,666303522=>1,666370635=>1,666373995=>1,666373695=>1,666285107=>1,666281906=>1,666272674=>1,666272307=>1,666275248=>1,666275605=>1,666281517=>1,666281241=>1,666375102=>1,666382263=>1,666567986=>1,666397746=>1,666568844=>1,666568972=>1,666569602=>1,666569571=>1,666397240=>1,666396255=>1,666383211=>1,666382603=>1,666387243=>1,666394871=>1,666395294=>1,666067408=>1,666066641=>1,666006038=>1,666005027=>1,666006973=>1,666019506=>1,666019828=>1,666019558=>1,666003796=>1,666001837=>1,665996891=>1,665996744=>1,665996892=>1,665997193=>1,666001802=>1,665997235=>1,666019852=>1,666020092=>1,666022096=>1,666022094=>1,666022214=>1,666022235=>1,666022401=>1,666022351=>1,666022058=>1,666022021=>1,666021684=>1,666020236=>1,666021895=>1,666021903=>1,666021996=>1,666021931=>1,665996478=>1,665996439=>1,665978172=>1,665977265=>1,665978843=>1,665978882=>1,665979297=>1,665979185=>1,665976792=>1,665976656=>1,665968359=>1,665966488=>1,665974762=>1,665975004=>1,665976360=>1,665976240=>1,665979906=>1,665980101=>1,665995626=>1,665993943=>1,665995684=>1,665995772=>1,665996283=>1,665996255=>1,665993869=>1,665993667=>1,665983763=>1,665982720=>1,665983827=>1,665984318=>1,665984725=>1,666022474=>1,666022527=>1,666052329=>1,666051991=>1,666052377=>1,666052525=>1,666053467=>1,666052613=>1,666051413=>1,666051397=>1,666047484=>1,666047465=>1,666048055=>1,666048400=>1,666048467=>1,666048465=>1,666053518=>1,666053526=>1,666063433=>1,666063011=>1,666063607=>1,666065425=>1,666066380=>1,666065666=>1,666058482=>1,666054607=>1,666053712=>1,666053692=>1,666053926=>1,666054374=>1,666054472=>1,666046313=>1,666046029=>1,666025688=>1,666024065=>1,666027211=>1,666028950=>1,666031042=>1,666030277=>1,666023683=>1,666023364=>1,666022653=>1,666022559=>1,666022676=>1,666022858=>1,666023296=>1,666023083=>1,666031234=>1,666031672=>1,666044351=>1,666044266=>1,666044555=>1,666044586=>1,666045079=>1,666044657=>1,666044108=>1,666043123=>1,666042730=>1,666042617=>1,666042851=>1,666042870=>1,666043112=>1,676072426=>1,676090396=>1,693723240=>1,693723235=>1,693723273=>1,693723304=>1,694028292=>1,693998098=>1,693723203=>1,693723195=>1,693610226=>1,693588362=>1,693618336=>1,693723169=>1,693723193=>1,693723182=>1,694028293=>1,696320518=>1,696943557=>1,696671821=>1,697485986=>1,697531649=>1,697960977=>1,697958590=>1,696671812=>1,696614748=>1,696389600=>1,696321125=>1,696430872=>1,696432288=>1,696448150=>1,696436787=>1,693585594=>1,693512072=>1,692850819=>1,692809811=>1,692857932=>1,692867478=>1,692905411=>1,692901901=>1,692801286=>1,692735690=>1,692708916=>1,692708857=>1,692709851=>1,692709854=>1,692735368=>1,692712284=>1,692947194=>1,692949581=>1,693058762=>1,693052746=>1,693078445=>1,693100717=>1,693512052=>1,693101266=>1,693010566=>1,693001166=>1,692961459=>1,692959268=>1,692961480=>1,693000373=>1,693001165=>1,697961029=>1,697982094=>1,701328267=>1,701328102=>1,701360074=>1,701444488=>1,701721737=>1,701461721=>1,701320684=>1,701306243=>1,701259062=>1,701257482=>1,701259202=>1,701301690=>1,701304818=>1,701304687=>1,701769083=>1,701895795=>1,702292757=>1,702291082=>1,702305066=>1,702314604=>1,702492743=>1,702429454=>1,702176007=>1,702134636=>1,701957982=>1,701895796=>1,701978084=>1,702002693=>1,702131218=>1,701224496=>1,700771677=>1,698435659=>1,698431647=>1,698439211=>1,698494988=>1,698494990=>1,698494989=>1,698414948=>1,698410611=>1,698372102=>1,698236151=>1,698372106=>1,698372111=>1,698408956=>1,698372224=>1,698497804=>1,698655531=>1,700199327=>1,700199294=>1,700199378=>1,700201065=>1,700581250=>1,700559679=>1,700125126=>1,700061765=>1,699664450=>1,699547407=>1,699933282=>1,699933285=>1,699995582=>1,692708488=>1,692673028=>1,690133662=>1,690129462=>1,690143365=>1,690157046=>1,690189231=>1,690185166=>1,690114611=>1,690089642=>1,690077554=>1,690072974=>1,690083114=>1,690088460=>1,690089639=>1,690088462=>1,690198135=>1,690202816=>1,690611546=>1,690585612=>1,690642030=>1,690644135=>1,690645622=>1,690644812=>1,690439996=>1,690439995=>1,690212127=>1,690206628=>1,690252043=>1,690289412=>1,690407010=>1,690374778=>1,690072971=>1,690072962=>1,678779829=>1,678640428=>1,678824846=>1,678855435=>1,678883657=>1,678876331=>1,678627030=>1,678626126=>1,676207542=>1,676122977=>1,676573998=>1,678524590=>1,678625742=>1,678572433=>1,678886824=>1,678886837=>1,689989162=>1,687918372=>1,690032674=>1,690032688=>1,690035081=>1,690032698=>1,687918370=>1,687918227=>1,679446782=>1,679055249=>1,679457187=>1,679461957=>1,687912443=>1,690654327=>1,690655588=>1,691831332=>1,691702252=>1,692036614=>1,692037419=>1,692135649=>1,692041541=>1,691561632=>1,690937208=>1,690935449=>1,690935347=>1,690935769=>1,690936467=>1,690936909=>1,690936521=>1,692254490=>1,692276820=>1,692618670=>1,692611366=>1,692623284=>1,692635982=>1,692655178=>1,692638547=>1,692277699=>1,692277668=>1,692277065=>1,692277050=>1,692277273=>1,692277599=>1,692277652=>1,690935330=>1,690935200=>1,690674545=>1,690673078=>1,690677107=>1,690678560=>1,690682061=>1,690680252=>1,690667276=>1,690666750=>1,690659200=>1,690655769=>1,690659677=>1,690662331=>1,690666614=>1,690663088=>1,690730588=>1,690896151=>1,690933292=>1,690933166=>1,690933715=>1,690934004=>1,690934704=>1,690934641=>1,690932515=>1,690931548=>1,690897384=>1,690897269=>1,690930071=>1,690930708=>1,690931331=>1,665965832=>1,665965347=>1,665243758=>1,665243566=>1,665243938=>1,665244386=>1,665244642=>1,665244570=>1,665243546=>1,665243524=>1,665243015=>1,665242849=>1,665243125=>1,665243353=>1,665243512=>1,665243499=>1,665244722=>1,665244743=>1,665262434=>1,665258120=>1,665262644=>1,665269314=>1,665270380=>1,665270009=>1,665246020=>1,665246001=>1,665244803=>1,665244753=>1,665245205=>1,665245481=>1,665245912=>1,665245522=>1,665242689=>1,665242655=>1,665224987=>1,665224730=>1,665226527=>1,665226720=>1,665227839=>1,665226936=>1,665224700=>1,665224588=>1,665221979=>1,665221743=>1,665222169=>1,665222734=>1,665222987=>1,665222896=>1,665231577=>1,665231585=>1,665233304=>1,665233293=>1,665233359=>1,665239955=>1,665241029=>1,665240090=>1,665233261=>1,665233239=>1,665232379=>1,665231900=>1,665232398=>1,665233051=>1,665233201=>1,665270696=>1,665272345=>1,665308381=>1,665308327=>1,665308393=>1,665308424=>1,665308539=>1,665308511=>1,665308199=>1,665308105=>1,665307179=>1,665306541=>1,665307684=>1,665307749=>1,665307905=>1,665307825=>1,665308944=>1,665309202=>1,665310675=>1,665310463=>1,665310912=>1,665311072=>1,665311338=>1,665311192=>1,665310364=>1,665310270=>1,665309374=>1,665309347=>1,665309398=>1,665309429=>1,665309709=>1,665305964=>1,665305847=>1,665279189=>1,665279023=>1,665279299=>1,665281940=>1,665282701=>1,665282089=>1,665277104=>1,665276711=>1,665275756=>1,665275424=>1,665275791=>1,665276232=>1,665276501=>1,665276350=>1,665284018=>1,665284876=>1,665295822=>1,665295272=>1,665296094=>1,665296421=>1,665305550=>1,665305501=>1,665291064=>1,665290661=>1,665286057=>1,665285407=>1,665287693=>1,665288796=>1,665289488=>1,665212298=>1,665212042=>1,664730097=>1,664729267=>1,664730449=>1,664730968=>1,665191861=>1,665191746=>1,664726968=>1,664722269=>1,664706633=>1,664706631=>1,664706670=>1,664706816=>1,664707059=>1,664706952=>1,665191880=>1,665192019=>1,665194760=>1,665194636=>1,665194772=>1,665194860=>1,665194989=>1,665194938=>1,665194619=>1,665194526=>1,665192160=>1,665192109=>1,665192203=>1,665192291=>1,665192368=>1,665192333=>1,664706574=>1,664706269=>1,664702958=>1,664702910=>1,664703461=>1,664703769=>1,664704227=>1,664704225=>1,664702786=>1,664702773=>1,664702509=>1,664702000=>1,664702565=>1,664702590=>1,664702689=>1,664702667=>1,664704258=>1,664704351=>1,664705310=>1,664705283=>1,664705594=>1,664705905=>1,664706265=>1,664706118=>1,664705215=>1,664705152=>1,664704719=>1,664704478=>1,664704751=>1,664704912=>1,664705122=>1,665195432=>1,665195489=>1,665203010=>1,665202869=>1,665203013=>1,665203182=>1,665203257=>1,665203196=>1,665202753=>1,665202707=>1,665198495=>1,665198445=>1,665198572=>1,665200686=>1,665201326=>1,665200832=>1,665203358=>1,665203426=>1,665209226=>1,665208884=>1,665209577=>1,665210226=>1,665211945=>1,665211813=>1,665207692=>1,665207077=>1,665204250=>1,665204047=>1,665204845=>1,665205630=>1,665207053=>1,665198208=>1,665198012=>1,665196404=>1,665196376=>1,665196497=>1,665196527=>1,665196579=>1,665196558=>1,665196350=>1,665196249=>1,665195722=>1,665195510=>1,665195802=>1,665196162=>1,665196241=>1,665196229=>1,665196589=>1,665196590=>1,665197557=>1,665197389=>1,665197621=>1,665197799=>1,665197926=>1,665197879=>1,665197303=>1,665197284=>1,665196699=>1,665196624=>1,665196839=>1,665196903=>1,665196915=>1,665311435=>1,665311573=>1,665899462=>1,665899445=>1,665899595=>1,665899699=>1,665899929=>1,665899928=>1,665899376=>1,665899294=>1,665899010=>1,665892710=>1,665899136=>1,665899161=>1,665899248=>1,665899233=>1,665899930=>1,665900044=>1,665900484=>1,665900433=>1,665900511=>1,665900655=>1,665900940=>1,665900681=>1,665900389=>1,665900350=>1,665900067=>1,665900062=>1,665900117=>1,665900229=>1,665900342=>1,665900308=>1,665892641=>1,665891889=>1,665879271=>1,665879055=>1,665879307=>1,665879396=>1,665879524=>1,665879491=>1,665878954=>1,665878856=>1,665876330=>1,665875697=>1,665877773=>1,665878641=>1,665878811=>1,665878704=>1,665880106=>1,665880468=>1,665883218=>1,665883126=>1,665884956=>1,665885012=>1,665885620=>1,665885411=>1,665882728=>1,665882393=>1,665881363=>1,665881298=>1,665881407=>1,665882103=>1,665882227=>1,665901021=>1,665903258=>1,665925643=>1,665919154=>1,665926087=>1,665926765=>1,665927594=>1,665927559=>1,665916865=>1,665912225=>1,665907632=>1,665907594=>1,665907649=>1,665910389=>1,665912168=>1,665911535=>1,665927719=>1,665928284=>1,665950247=>1,665933032=>1,665954489=>1,665954633=>1,665964371=>1,665957165=>1,665932542=>1,665931474=>1,665929635=>1,665928344=>1,665930180=>1,665930480=>1,665931424=>1,665907460=>1,665907355=>1,665905480=>1,665905403=>1,665905658=>1,665905804=>1,665905949=>1,665905861=>1,665905387=>1,665905345=>1,665904120=>1,665903894=>1,665904395=>1,665904533=>1,665905316=>1,665905164=>1,665905953=>1,665906060=>1,665907156=>1,665907115=>1,665907235=>1,665907239=>1,665907331=>1,665907328=>1,665907090=>1,665906957=>1,665906257=>1,665906163=>1,665906535=>1,665906594=>1,665906913=>1,665873977=>1,665872887=>1,665340147=>1,665340014=>1,665341250=>1,665341522=>1,665345143=>1,665341884=>1,665339570=>1,665338614=>1,665321249=>1,665321232=>1,665321395=>1,665333118=>1,665337293=>1,665335557=>1,665345395=>1,665345550=>1,665355743=>1,665355297=>1,665358214=>1,665358489=>1,665358949=>1,665358554=>1,665355117=>1,665354878=>1,665346015=>1,665345839=>1,665347912=>1,665354347=>1,665354836=>1,665354537=>1,665319537=>1,665317954=>1,665312803=>1,665312684=>1,665312830=>1,665312895=>1,665312999=>1,665312919=>1,665312607=>1,665312584=>1,665312170=>1,665311891=>1,665312183=>1,665312389=>1,665312541=>1,665312453=>1,665313036=>1,665313095=>1,665316146=>1,665315532=>1,665316197=>1,665316995=>1,665317927=>1,665317278=>1,665315249=>1,665314936=>1,665313139=>1,665313128=>1,665313154=>1,665314062=>1,665314446=>1,665360353=>1,665360822=>1,665452092=>1,665450697=>1,665452357=>1,665511948=>1,665514289=>1,665513823=>1,665449340=>1,665449281=>1,665422324=>1,665422152=>1,665423730=>1,665437384=>1,665441191=>1,665440659=>1,665515405=>1,665516133=>1,665661750=>1,665577431=>1,665675204=>1,665768026=>1,665871293=>1,665861144=>1,665574832=>1,665573528=>1,665545745=>1,665535784=>1,665548241=>1,665553238=>1,665554411=>1,665420318=>1,665419795=>1,665361936=>1,665361890=>1,665361956=>1,665362099=>1,665362374=>1,665362369=>1,665361731=>1,665361654=>1,665361120=>1,665360934=>1,665361227=>1,665361278=>1,665361605=>1,665361601=>1,665390977=>1,665391780=>1,665399804=>1,665399481=>1,665403369=>1,665419016=>1,665419571=>1,665419440=>1,665398147=>1,665397224=>1,665395237=>1,665394899=>1,665395448=>1,665396075=>1,665396634=>1,664701957=>1,);?>
1
+ <?php return array(635284480=>635284991,701320684=>1,701317501=>1,701360074=>1,701444488=>1,701579535=>1,701461721=>1,701314218=>1,701306123=>1,701304842=>1,701304675=>1,701304845=>1,701304848=>1,701304985=>1,701304973=>1,701306361=>1,701769083=>1,702134410=>1,702128818=>1,702134432=>1,702134442=>1,702176307=>1,702176007=>1,702080869=>1,701978084=>1,701879302=>1,701866812=>1,701879336=>1,701895795=>1,701957982=>1,701895796=>1,701304623=>1,701303646=>1,701224528=>1,701224526=>1,701224558=>1,701224576=>1,701224603=>1,701224602=>1,701224509=>1,701224506=>1,700729989=>1,700201065=>1,700771677=>1,700775347=>1,701224478=>1,701224470=>1,701224622=>1,701224651=>1,701259202=>1,701259062=>1,701301250=>1,701301255=>1,701303323=>1,701301284=>1,701257501=>1,701257497=>1,701224694=>1,701224677=>1,701235715=>1,701237950=>1,701257482=>1,702176366=>1,702291082=>1,711987242=>1,711077219=>1,711987400=>1,711987985=>1,711988121=>1,711988033=>1,710984935=>1,710982507=>1,710186626=>1,708752166=>1,710187886=>1,710967924=>1,710976252=>1,710968152=>1,711988136=>1,711988142=>1,715070808=>1,712599963=>1,715124765=>1,715125977=>1,717759272=>1,717759259=>1,712577443=>1,712574544=>1,711992993=>1,711988169=>1,712431836=>1,712511909=>1,712512064=>1,708751913=>1,708751910=>1,703384369=>1,703220912=>1,703457072=>1,703473775=>1,703515369=>1,703513998=>1,702803709=>1,702791367=>1,702314604=>1,702292757=>1,702462242=>1,702494093=>1,702784094=>1,702781619=>1,703520985=>1,703528340=>1,707986457=>1,704872897=>1,708024753=>1,708123465=>1,708711099=>1,708650910=>1,704827769=>1,704798277=>1,703793282=>1,703751938=>1,704179932=>1,704287539=>1,704344222=>1,700199378=>1,700199294=>1,692611366=>1,692277754=>1,692618670=>1,692623284=>1,692638547=>1,692635982=>1,692277699=>1,692277589=>1,692277473=>1,692277364=>1,692277515=>1,692277518=>1,692277553=>1,692277522=>1,692653606=>1,692655178=>1,692950802=>1,692949581=>1,692959268=>1,692961459=>1,693000373=>1,692961480=>1,692949429=>1,692949326=>1,692735368=>1,692712284=>1,692735690=>1,692857932=>1,692947198=>1,692867478=>1,692277353=>1,692277261=>1,690935349=>1,690934592=>1,690936231=>1,690936952=>1,690937406=>1,690937234=>1,690934361=>1,690934265=>1,690932654=>1,690932596=>1,690932876=>1,690932978=>1,690934100=>1,690933196=>1,690937497=>1,690937581=>1,692226471=>1,692135649=>1,692254490=>1,692272901=>1,692277019=>1,692272906=>1,692036614=>1,691831332=>1,690937828=>1,690937754=>1,691560060=>1,691702252=>1,691740780=>1,693001165=>1,693001166=>1,698437285=>1,698408956=>1,698439211=>1,698441506=>1,698491931=>1,698490321=>1,698372224=>1,698372111=>1,697019206=>1,696712050=>1,697958590=>1,697982094=>1,698372106=>1,698372102=>1,698494988=>1,698494989=>1,699011400=>1,699007474=>1,699933282=>1,699933285=>1,717760774=>1,700061765=>1,698943490=>1,698621780=>1,698502564=>1,698494990=>1,698524172=>1,698524173=>1,698621779=>1,696687331=>1,696671821=>1,693454010=>1,693453943=>1,693512052=>1,693584082=>1,693588362=>1,693585594=>1,693101266=>1,693100717=>1,693022491=>1,693010566=>1,693022500=>1,693052746=>1,693078451=>1,693058762=>1,693610226=>1,693723150=>1,694028295=>1,694028294=>1,696448334=>1,696448879=>1,696671812=>1,696448943=>1,694028292=>1,693998098=>1,693723228=>1,693723213=>1,693723247=>1,693723308=>1,693723321=>1,700199327=>1,717918769=>1,760168652=>1,760154241=>1,760170072=>1,760173936=>1,760175486=>1,760174981=>1,760152979=>1,760098417=>1,759767931=>1,759237429=>1,760091046=>1,760094183=>1,760096322=>1,760095504=>1,760177509=>1,760179083=>1,760205232=>1,760203956=>1,760206843=>1,760206891=>1,762347010=>1,760207067=>1,760199723=>1,760199282=>1,760180078=>1,760180023=>1,760180393=>1,760187208=>1,760196765=>1,760193913=>1,759211745=>1,759211729=>1,759130527=>1,759128379=>1,759130747=>1,759130886=>1,759189713=>1,759184577=>1,759125209=>1,759124495=>1,759119164=>1,759116447=>1,759120753=>1,759121192=>1,759121463=>1,759121194=>1,759189725=>1,759209050=>1,759211669=>1,759211665=>1,759211673=>1,759211677=>1,759211693=>1,759211681=>1,759211662=>1,759211661=>1,759211526=>1,759211522=>1,759211649=>1,759211653=>1,759211657=>1,762347130=>1,762445320=>1,762445488=>1,762445487=>1,762445492=>1,762445499=>1,762445502=>1,762445501=>1,762445486=>1,762445482=>1,762445474=>1,762445473=>1,762445475=>1,762445478=>1,762445481=>1,762445480=>1,762445503=>1,762445504=>1,762445530=>1,762445529=>1,762445534=>1,762445538=>1,762445540=>1,762445539=>1,762445528=>1,762445526=>1,762445510=>1,762445505=>1,762445516=>1,762445523=>1,762445525=>1,762445470=>1,762445468=>1,762445363=>1,762445362=>1,762445368=>1,762445369=>1,762445372=>1,762445371=>1,762445350=>1,762445348=>1,762445326=>1,762445323=>1,762445328=>1,762445332=>1,762445338=>1,762445336=>1,762445385=>1,762445400=>1,762445452=>1,762445447=>1,762445458=>1,762445460=>1,762445463=>1,762445461=>1,762445437=>1,762445436=>1,762445414=>1,762445411=>1,762445415=>1,762445419=>1,762445432=>1,759116077=>1,759107297=>1,757082980=>1,757077739=>1,757085804=>1,757086007=>1,757088330=>1,757086522=>1,738099014=>1,737939938=>1,737616174=>1,737528440=>1,737675738=>1,737748549=>1,737825474=>1,737759588=>1,757088820=>1,757089012=>1,757109483=>1,757105496=>1,757113117=>1,757113299=>1,757121068=>1,757117415=>1,757104932=>1,757104802=>1,757090798=>1,757089470=>1,757091133=>1,757091146=>1,757095863=>1,757092393=>1,737502209=>1,737397962=>1,736395992=>1,736330987=>1,736480494=>1,737169754=>1,737225820=>1,737174534=>1,736330986=>1,736215866=>1,720178442=>1,690932516=>1,720231431=>1,736128146=>1,736204514=>1,736128289=>1,737341907=>1,737374285=>1,737374330=>1,737374323=>1,737374331=>1,737374332=>1,737381814=>1,737381650=>1,737374322=>1,737374321=>1,737374287=>1,737374286=>1,737374294=>1,737374295=>1,737374296=>1,757132901=>1,757135069=>1,758631835=>1,758625824=>1,758632431=>1,758633689=>1,758643297=>1,758638590=>1,758622785=>1,758621985=>1,758603280=>1,758599667=>1,758612263=>1,758616175=>1,758620055=>1,758618939=>1,758644507=>1,758663522=>1,758840939=>1,758840630=>1,759067680=>1,759095520=>1,759105186=>1,759096101=>1,758827787=>1,758789764=>1,758665313=>1,758665271=>1,758665913=>1,758669371=>1,758677393=>1,758595233=>1,758594469=>1,757156636=>1,757154116=>1,757206907=>1,757443314=>1,758008569=>1,757845779=>1,757151847=>1,757150883=>1,757135334=>1,757135086=>1,757135512=>1,757139502=>1,757149900=>1,757147474=>1,758076302=>1,758091672=>1,758590684=>1,758590402=>1,758592099=>1,758592873=>1,758593964=>1,758593356=>1,758590132=>1,758586182=>1,758384182=>1,758271284=>1,758579757=>1,758581595=>1,758584776=>1,717850759=>1,690931698=>1,665232342=>1,665232300=>1,665232950=>1,665233192=>1,665239652=>1,665233397=>1,665231987=>1,665224987=>1,665210827=>1,665203010=>1,665218727=>1,665218772=>1,665222896=>1,665222888=>1,665240090=>1,665240670=>1,665247067=>1,665246513=>1,665262248=>1,665263501=>1,665276199=>1,665274551=>1,665246062=>1,665245494=>1,665243072=>1,665242890=>1,665243143=>1,665243468=>1,665244988=>1,665243591=>1,665202769=>1,665198253=>1,664703051=>1,664702616=>1,664705196=>1,664705307=>1,664705563=>1,664705456=>1,664702521=>1,664702249=>1,664698148=>1,664697981=>1,664698518=>1,664698642=>1,664701864=>1,664698841=>1,664706144=>1,664706276=>1,665196373=>1,665196350=>1,665196823=>1,665197588=>1,665198031=>1,665197887=>1,665195989=>1,665195775=>1,665191711=>1,664706949=>1,665191948=>1,665194956=>1,665195432=>1,665281036=>1,665282250=>1,665354497=>1,665345613=>1,665357637=>1,665357839=>1,665360949=>1,665358134=>1,665345149=>1,665341578=>1,665316698=>1,665316682=>1,665317925=>1,665318049=>1,665320254=>1,665320199=>1,665361286=>1,665361337=>1,665399609=>1,665398971=>1,665399668=>1,665403124=>1,665418699=>1,665417830=>1,665397868=>1,665397865=>1,665361540=>1,665361424=>1,665361968=>1,665393502=>1,665396666=>1,665316558=>1,665316215=>1,665306154=>1,665296753=>1,665306256=>1,665306471=>1,665307172=>1,665306561=>1,665296654=>1,665293661=>1,665286082=>1,665285452=>1,665289327=>1,665289384=>1,665292662=>1,665291292=>1,665307259=>1,665307581=>1,665312667=>1,665312613=>1,665312746=>1,665314442=>1,665315904=>1,665315059=>1,665312515=>1,665310134=>1,665308886=>1,665307975=>1,665309252=>1,665309554=>1,665309764=>1,664695300=>1,664694886=>1,636170487=>1,636164143=>1,636170530=>1,636170620=>1,636172115=>1,636170634=>1,636163339=>1,636163335=>1,636041722=>1,635860773=>1,636041990=>1,636052000=>1,636053260=>1,636052381=>1,636172468=>1,636173389=>1,636958676=>1,636957836=>1,636971985=>1,636972169=>1,636972596=>1,636972594=>1,636316573=>1,636264553=>1,636174668=>1,636173831=>1,636175186=>1,636261619=>1,636264503=>1,636264477=>1,635821856=>1,635821810=>1,635105381=>1,634475972=>1,635179561=>1,635184074=>1,635284458=>1,635282146=>1,634464836=>1,634463325=>1,634194257=>1,634191533=>1,634194307=>1,634194572=>1,634417000=>1,634194837=>1,635284460=>1,635291063=>1,635820198=>1,635818926=>1,635820809=>1,635820965=>1,635821542=>1,635821300=>1,635818880=>1,635818119=>1,635722194=>1,635716813=>1,635733607=>1,635782314=>1,635815000=>1,636972597=>1,636972655=>1,657140882=>1,652562178=>1,657146760=>1,658610956=>1,659708695=>1,658880002=>1,652559933=>1,652559926=>1,652559906=>1,652559905=>1,652559914=>1,652559923=>1,652559925=>1,652559924=>1,659731792=>1,661459231=>1,664669647=>1,664669359=>1,664690730=>1,664691983=>1,664694143=>1,664692244=>1,664669240=>1,662152458=>1,661662489=>1,661546965=>1,662080711=>1,662152275=>1,662152451=>1,652541981=>1,652541980=>1,643408017=>1,642585381=>1,643788021=>1,643788025=>1,643788069=>1,643788028=>1,642458052=>1,642113656=>1,637320880=>1,637295172=>1,637331003=>1,641994376=>1,642066644=>1,642066543=>1,643788099=>1,643788101=>1,645671149=>1,645498380=>1,645679164=>1,646072104=>1,646212228=>1,646212227=>1,645400074=>1,645224195=>1,644521600=>1,643788102=>1,644819363=>1,644898974=>1,645221810=>1,665418871=>1,665418985=>1,678886824=>1,678866501=>1,679127676=>1,679127935=>1,679218580=>1,679218419=>1,678855435=>1,678813753=>1,678582771=>1,678524692=>1,678584154=>1,678626863=>1,678673544=>1,678635463=>1,679403531=>1,679446782=>1,690072974=>1,690072971=>1,690077554=>1,690077557=>1,690089642=>1,690088459=>1,690035081=>1,687918372=>1,679608450=>1,679457187=>1,679618434=>1,687912443=>1,687918371=>1,687918370=>1,678524590=>1,678493718=>1,666375190=>1,666374475=>1,666375912=>1,666388699=>1,666566964=>1,666393004=>1,666271926=>1,666244810=>1,666106005=>1,666095524=>1,666106076=>1,666205296=>1,666244207=>1,666241610=>1,666576628=>1,666714252=>1,676081698=>1,676072812=>1,676123819=>1,676124350=>1,678447503=>1,676630634=>1,666800997=>1,666793830=>1,666724271=>1,666717199=>1,666725550=>1,666781160=>1,666782870=>1,690114676=>1,690114696=>1,690675418=>1,690675364=>1,690675889=>1,690678388=>1,690679634=>1,690679534=>1,690672028=>1,690671143=>1,690668489=>1,690668475=>1,690668860=>1,690669943=>1,690670996=>1,690670368=>1,690679797=>1,690679955=>1,690928153=>1,690757015=>1,690929728=>1,690929879=>1,634159951=>1,690931110=>1,690756730=>1,690735285=>1,690688354=>1,690680441=>1,690688573=>1,690688733=>1,690730563=>1,690667439=>1,690666910=>1,690644203=>1,690636766=>1,690644903=>1,690655598=>1,690656133=>1,690655800=>1,690636765=>1,690611546=>1,690145484=>1,690124515=>1,690327715=>1,690374778=>1,690453724=>1,690404763=>1,690656802=>1,690657059=>1,690664930=>1,690663981=>1,690665219=>1,690665223=>1,690666640=>1,690665494=>1,690662988=>1,690662574=>1,690659200=>1,690659187=>1,690659435=>1,690660402=>1,690661295=>1,666090102=>1,666089974=>1,665925693=>1,665910755=>1,665925819=>1,665927018=>1,665928046=>1,665927773=>1,665910346=>1,665909852=>1,665907617=>1,665907615=>1,665907649=>1,665907699=>1,665909316=>1,665909256=>1,665928174=>1,665928505=>1,665975872=>1,665975842=>1,665976668=>1,665978217=>1,665978376=>1,665978331=>1,665975470=>1,665955082=>1,665930509=>1,665929191=>1,665930581=>1,665930919=>1,665933234=>1,665933044=>1,665907328=>1,665907235=>1,665878738=>1,665878580=>1,665878840=>1,665879417=>1,665882101=>1,665879935=>1,665869031=>1,665861780=>1,665423390=>1,665421176=>1,665574960=>1,665576271=>1,665861656=>1,665673942=>1,665882737=>1,665883590=>1,665904976=>1,665904963=>1,665906211=>1,665906477=>1,665906718=>1,665906535=>1,665902435=>1,665902185=>1,665899774=>1,665893645=>1,665900211=>1,665900466=>1,665901368=>1,665978444=>1,665980024=>1,666081973=>1,666081908=>1,666082065=>1,666082121=>1,666082626=>1,666082266=>1,666081383=>1,666079446=>1,666053714=>1,666049677=>1,666053917=>1,666054489=>1,666072361=>1,666068810=>1,666082672=>1,666083394=>1,666088888=>1,666088324=>1,666089496=>1,666089511=>1,666089854=>1,666089784=>1,666088048=>1,666087589=>1,666083533=>1,666083507=>1,666083712=>1,666083802=>1,666084228=>1,666048454=>1,666047879=>1,666019867=>1,666019573=>1,666020114=>1,666020622=>1,666020805=>1,666020772=>1,666007503=>1,665993805=>1,665983240=>1,665980187=>1,665984223=>1,665984266=>1,665993557=>1,665990474=>1,666021272=>1,666022678=>1,666027597=>1,666025498=>1,666043380=>1,666043921=>1,666046392=>1,666046087=>1,666025414=>1,666023399=>1,666022799=>1,666022769=>1,666022870=>1,666022880=>1,666023034=>1,690932012=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-20.php CHANGED
@@ -1 +1 @@
1
- <?php return array(2987399936=>2987400191,2991385906=>1,2991364185=>1,2991386238=>1,2991422249=>1,2991453038=>1,2991444997=>1,2991280534=>1,2991224155=>1,2991215250=>1,2991214504=>1,2991216061=>1,2991216490=>1,2991220708=>1,2991220706=>1,2991510565=>1,2991516372=>1,2991561023=>1,2991557996=>1,2991562461=>1,2991562643=>1,2991562809=>1,2991562720=>1,2991557948=>1,2991557422=>1,2991556131=>1,2991556041=>1,2991556292=>1,2991556838=>1,2991557393=>1,2991182576=>1,2991178571=>1,2990829598=>1,2990829428=>1,2990830398=>1,2990830440=>1,2990832589=>1,2990831711=>1,2990829380=>1,2990828426=>1,2990715905=>1,2990715002=>1,2990717378=>1,2990825582=>1,2990826094=>1,2990825660=>1,2990833044=>1,2990975811=>1,2991044729=>1,2991044413=>1,2991045471=>1,2991045793=>1,2991563160=>1,2991046629=>1,2991043491=>1,2991043143=>1,2990998346=>1,2990978678=>1,2991000122=>1,2991042893=>1,2991043043=>1,2991182454=>1,2991563185=>1,2995369858=>1,2995369403=>1,2995384435=>1,2995525733=>1,2995544592=>1,2995542834=>1,2995318170=>1,2995307042=>1,2995050926=>1,2995015316=>1,2995149214=>1,2995207684=>1,2995291184=>1,2995239513=>1,2995545042=>1,2995546130=>1,2995625548=>1,2995619284=>1,2995625665=>1,2995626118=>1,2995632180=>1,2995632157=>1,2995611727=>1,2995607036=>1,2995555819=>1,2995549347=>1,2995579790=>1,2995591890=>1,2995606383=>1,2995594896=>1,2994848038=>1,2994842160=>1,2991727216=>1,2991570132=>1,2991801960=>1,2991832684=>1,2991880777=>1,2991864843=>1,2991568372=>1,2991568358=>1,2991564053=>1,2991563689=>1,2991564888=>1,2991565793=>1,2991567252=>1,2991566962=>1,2991951094=>1,2992177774=>1,2994490770=>1,2994489541=>1,2994509904=>1,2994514544=>1,2994517238=>1,2994515573=>1,2994489439=>1,2994471153=>1,2992629258=>1,2992385734=>1,2993686216=>1,2993819243=>1,2994165916=>1,2990712360=>1,2990708835=>1,2990444702=>1,2990442921=>1,2990445555=>1,2990446017=>1,2990448284=>1,2990447639=>1,2990441432=>1,2990438787=>1,2990431987=>1,2990431708=>1,2990434450=>1,2990435209=>1,2990435748=>1,2990435479=>1,2990450107=>1,2990450370=>1,2990459175=>1,2990459151=>1,2990459774=>1,2990460579=>1,2990460892=>1,2990460635=>1,2990458850=>1,2990457927=>1,2990451373=>1,2990450495=>1,2990452171=>1,2990454277=>1,2990456143=>1,2990454931=>1,2990431524=>1,2990431243=>1,2990409917=>1,2990408149=>1,2990412676=>1,2990414036=>1,2990416001=>1,2990414729=>1,2990227071=>1,2990135850=>1,2989614181=>1,2989598213=>1,2989617544=>1,2989910934=>1,2990087849=>1,2990083997=>1,2990416960=>1,2990417184=>1,2990428352=>1,2990428131=>1,2990428610=>1,2990428752=>1,2990429902=>1,2990429792=>1,2990427574=>1,2990426922=>1,2990421269=>1,2990419463=>1,2990421896=>1,2990422571=>1,2990423077=>1,2990461436=>1,2990463028=>1,2990638997=>1,2990638357=>1,2990639111=>1,2990639612=>1,2990640164=>1,2990639978=>1,2990637806=>1,2990554465=>1,2990510562=>1,2990509302=>1,2990510569=>1,2990512733=>1,2990526771=>1,2990514900=>1,2990640775=>1,2990642797=>1,2990651296=>1,2990651194=>1,2990651394=>1,2990652836=>1,2995632611=>1,2990703114=>1,2990649634=>1,2990648301=>1,2990643465=>1,2990643344=>1,2990647146=>1,2990648023=>1,2990648194=>1,2990503069=>1,2990501710=>1,2990471824=>1,2990470676=>1,2990471944=>1,2990472274=>1,2990475685=>1,2990472426=>1,2990468536=>1,2990467944=>1,2990463465=>1,2990463366=>1,2990463648=>1,2990466823=>1,2990467830=>1,2990467737=>1,2990477360=>1,2990477849=>1,2990498515=>1,2990497871=>1,2990499171=>1,2990499334=>1,2990501527=>1,2990499979=>1,2990497424=>1,2990494990=>1,2990485089=>1,2990483697=>1,2990488899=>1,2990490035=>1,2990493192=>1,2990711870=>1,2995634271=>1,3002989741=>1,3002989193=>1,3002989954=>1,3002990029=>1,3002990057=>1,3002990037=>1,3002989153=>1,3002988925=>1,3002883979=>1,3002866888=>1,3002893539=>1,3002896902=>1,3002908130=>1,3002897429=>1,3002990294=>1,3002990939=>1,3002996595=>1,3002996452=>1,3002997157=>1,3002997492=>1,3002998358=>1,3002998104=>1,3002996413=>1,3002995846=>1,3002993676=>1,3002992149=>1,3002993713=>1,3002994012=>1,3002995300=>1,3002994032=>1,3002852590=>1,3002849530=>1,3001952764=>1,3001899390=>1,3001972646=>1,3001999171=>1,3001999724=>1,3001999492=>1,3001866566=>1,3001847245=>1,3000740945=>1,3000706037=>1,3000759766=>1,3000760626=>1,3001733798=>1,3000760629=>1,3002000556=>1,3002000808=>1,3002608126=>1,3002053068=>1,3002619869=>1,3002625142=>1,3002829459=>1,3002778728=>1,3002052883=>1,3002021667=>1,3002002732=>1,3002001518=>1,3002021651=>1,3002021653=>1,3002021666=>1,3002998737=>1,3002999776=>1,3014733954=>1,3014669487=>1,3014736545=>1,3014771191=>1,3014823037=>1,3014808309=>1,3013294003=>1,3013292309=>1,3011253365=>1,3011252597=>1,3011326750=>1,3011345647=>1,3013210604=>1,3011489746=>1,3014865417=>1,3014865810=>1,3015258558=>1,3015224279=>1,3015262866=>1,3015262868=>1,3015265740=>1,3015265738=>1,3015161736=>1,3015142751=>1,3014965770=>1,3014946577=>1,3015024648=>1,3015086878=>1,3015088158=>1,3010449312=>1,3010317517=>1,3004793874=>1,3003171527=>1,3004873583=>1,3005554098=>1,3005760204=>1,3005760003=>1,3003031830=>1,3003004773=>1,3003000837=>1,3003000122=>1,3003001108=>1,3003001947=>1,3003004748=>1,3003001991=>1,3005760205=>1,3005976010=>1,3006821313=>1,3006401946=>1,3007091970=>1,3009478428=>1,3010208065=>1,3010170153=>1,3006363641=>1,3006338098=>1,3005977540=>1,3005976482=>1,3005977551=>1,3005982990=>1,3006330897=>1,3000649292=>1,3000613671=>1,2996929706=>1,2996926627=>1,2996931094=>1,2996940055=>1,2996978388=>1,2996949368=>1,2996922148=>1,2996922073=>1,2996829507=>1,2996764292=>1,2996830133=>1,2996899052=>1,2996914772=>1,2996900207=>1,2996982189=>1,2996982424=>1,2997018217=>1,2997018163=>1,2997138253=>1,2997365634=>1,2997503162=>1,2997463342=>1,2997017988=>1,2997016618=>1,2997010516=>1,2996988340=>1,2997011026=>1,2997011154=>1,2997015016=>1,2997014446=>1,2996760906=>1,2996746029=>1,2996181532=>1,2996173085=>1,2996192075=>1,2996219217=>1,2996237258=>1,2996235173=>1,2996172893=>1,2995648674=>1,2995635603=>1,2995634698=>1,2995637483=>1,2995638579=>1,2995642803=>1,2995639417=>1,2996245079=>1,2996253768=>1,2996626621=>1,2996302958=>1,2996643115=>1,2996691973=>1,2996744708=>1,2996744238=>1,2996301200=>1,2996291703=>1,2996258167=>1,2996257741=>1,2996260984=>1,2996278755=>1,2996281530=>1,2997514178=>1,2997532134=>1,3000118747=>1,3000115441=>1,3000140097=>1,3000159715=>1,3000219247=>1,3000184178=>1,3000054971=>1,3000054946=>1,3000053421=>1,3000038633=>1,3000054423=>1,3000054627=>1,3000054929=>1,3000054831=>1,3000337131=>1,3000354769=>1,3000509995=>1,3000504391=>1,3000523893=>1,3000536012=>1,3000613358=>1,3000612896=>1,3000465275=>1,3000463174=>1,3000388123=>1,3000381186=>1,3000426099=>1,3000451924=>1,3000457482=>1,2999950564=>1,2999903117=>1,2998876030=>1,2998772931=>1,2999049116=>1,2999067153=>1,2999104030=>1,2999099146=>1,2998765890=>1,2998754422=>1,2997782944=>1,2997719480=>1,2997846066=>1,2997846978=>1,2998640058=>1,2998368928=>1,2999458901=>1,2999466723=>1,2999612579=>1,2999612395=>1,2999612896=>1,2999631117=>1,2999678989=>1,2999647860=>1,2999578856=>1,2999576204=>1,2999483783=>1,2999471201=>1,2999494796=>1,2999513244=>1,2999528336=>1,2989510753=>1,2989461438=>1,2977814994=>1,2977796382=>1,2977814995=>1,2977815571=>1,2977880596=>1,2977845554=>1,2977790001=>1,2977761434=>1,2977709026=>1,2977708658=>1,2977722944=>1,2977723968=>1,2977756310=>1,2977738718=>1,2977880653=>1,2977880679=>1,2978005357=>1,2978005297=>1,2978005362=>1,2978005537=>1,2978013394=>1,2978013186=>1,2978005285=>1,2978005137=>1,2977987236=>1,2977881535=>1,2978005073=>1,2978005097=>1,2978005125=>1,2978005105=>1,2977230457=>1,2976627745=>1,2976097850=>1,2976096046=>1,2976098199=>1,2976099489=>1,2976100498=>1,2976099610=>1,2976089272=>1,2976088218=>1,2976031061=>1,2976030755=>1,2976031064=>1,2976035066=>1,2976067098=>1,2976038148=>1,2976102899=>1,2976106297=>1,2976415038=>1,2976368212=>1,2976435123=>1,2976549526=>1,2976611792=>1,2976604660=>1,2976289581=>1,2976244555=>1,2976188481=>1,2976176160=>1,2976190059=>1,2976211446=>1,2976244554=>1,2978013426=>1,2978013434=>1,2979786841=>1,2979786782=>1,2979816954=>1,2979818172=>1,2979952507=>1,2979902471=>1,2979786762=>1,2979712110=>1,2978867813=>1,2978811954=>1,2978966532=>1,2978975111=>1,2979576470=>1,2979559106=>1,2979970375=>1,2979976932=>1,2980049007=>1,2980044193=>1,2980710761=>1,2981528391=>1,2981535604=>1,2981534085=>1,2980038757=>1,2980038756=>1,2979995361=>1,2979993779=>1,2980013803=>1,2980016498=>1,2980025347=>1,2978754206=>1,2978741647=>1,2978329742=>1,2978328485=>1,2978383322=>1,2978390995=>1,2978399271=>1,2978395863=>1,2978328304=>1,2978272376=>1,2978101922=>1,2978013633=>1,2978102217=>1,2978166080=>1,2978210774=>1,2978183481=>1,2978435114=>1,2978459786=>1,2978558436=>1,2978558339=>1,2978569975=>1,2978570877=>1,2978673155=>1,2978597945=>1,2978537489=>1,2978524226=>1,2978460852=>1,2978460533=>1,2978471386=>1,2978472629=>1,2978509094=>1,2976030145=>1,2975991338=>1,2974329174=>1,2974310489=>1,2974363547=>1,2974369095=>1,2974370000=>1,2974369237=>1,2974310481=>1,2974310401=>1,2974144453=>1,2974139140=>1,2974144803=>1,2974151268=>1,2974306616=>1,2974154467=>1,2974381114=>1,2974381274=>1,2974500353=>1,2974493490=>1,2974521161=>1,2974523433=>1,2974541828=>1,2974541827=>1,2974493486=>1,2974493481=>1,2974446990=>1,2974381948=>1,2974457709=>1,2974466017=>1,2974493450=>1,2974493217=>1,2974135890=>1,2974126050=>1,2973236932=>1,2973236853=>1,2973236941=>1,2973237242=>1,2973853966=>1,2973769397=>1,2973236849=>1,2973236785=>1,2973144387=>1,2973143137=>1,2973193153=>1,2973204660=>1,2973236682=>1,2973236548=>1,2973871907=>1,2973876274=>1,2974104946=>1,2974103929=>1,2974114908=>1,2974121581=>1,2974126049=>1,2974121917=>1,2974102720=>1,2974015419=>1,2973971467=>1,2973955774=>1,2973983433=>1,2973983830=>1,2973997322=>1,2974541830=>1,2974541831=>1,2975538398=>1,2975538385=>1,2975538430=>1,2975550514=>1,2975580356=>1,2975580298=>1,2975538383=>1,2975538315=>1,2975537906=>1,2975537853=>1,2975537954=>1,2975537984=>1,2975538094=>1,2975538045=>1,2975582028=>1,2975599882=>1,2975890379=>1,2975784908=>1,2975988404=>1,2975988519=>1,2975989062=>1,2975988805=>1,2975612215=>1,2975611856=>1,2975610482=>1,2975610421=>1,2975610820=>1,2975610954=>1,2975611350=>1,2975537116=>1,2975332881=>1,2974542909=>1,2974542873=>1,2974543385=>1,2974543434=>1,2974910606=>1,2974543500=>1,2974542865=>1,2974542853=>1,2974541834=>1,2974541832=>1,2974541835=>1,2974541837=>1,2974541975=>1,2974541838=>1,2975044290=>1,2975090722=>1,2975309347=>1,2975289189=>1,2975328220=>1,2975330654=>1,2975331430=>1,2975330786=>1,2975288321=>1,2975287297=>1,2975198177=>1,2975152919=>1,2975262337=>1,2975279121=>1,2975279614=>1,2981628027=>1,2981660206=>1,2987651666=>1,2987616483=>1,2987652937=>1,2987669264=>1,2987745238=>1,2987669266=>1,2987614721=>1,2987614465=>1,2987530581=>1,2987528652=>1,2987532425=>1,2987535433=>1,2987574610=>1,2987545559=>1,2987749957=>1,2987824250=>1,2988072487=>1,2988064162=>1,2988073013=>1,2988082622=>1,2988128649=>1,2988098369=>1,2988063658=>1,2987946503=>1,2987842050=>1,2987824999=>1,2987890234=>1,2987890337=>1,2987938851=>1,2987930472=>1,2987506196=>1,2987503203=>1,2987446327=>1,2987416011=>1,2987446328=>1,2987446329=>1,2987446331=>1,2987446330=>1,2987194514=>1,2987131277=>1,2987023493=>1,2987022268=>1,2987063236=>1,2987063617=>1,2987130754=>1,2987129169=>1,2987446332=>1,2987446333=>1,2987502476=>1,2987502422=>1,2987502492=>1,2987502493=>1,2987503114=>1,2987502495=>1,2987502288=>1,2987502229=>1,2987448472=>1,2987446334=>1,2987467531=>1,2987469197=>1,2987502157=>1,2988139482=>1,2988148721=>1,2988518934=>1,2988513795=>1,2988520607=>1,2988540176=>1,2988554183=>1,2988540959=>1,2988512598=>1,2988512596=>1,2988498383=>1,2988498327=>1,2988498453=>1,2988505961=>1,2988506569=>1,2988506568=>1,2988556085=>1,2988557106=>1,2988966228=>1,2988602818=>1,2988977580=>1,2989286764=>1,2973143127=>1,2989327542=>1,2988599186=>1,2988562017=>1,2988561929=>1,2988561928=>1,2988561930=>1,2988561952=>1,2988561954=>1,2988498106=>1,2988497981=>1,2988455221=>1,2988453021=>1,2988455262=>1,2988455299=>1,2988457951=>1,2988455482=>1,2988450471=>1,2988443070=>1,2988171210=>1,2988155414=>1,2988442098=>1,2988443041=>1,2988443058=>1,2988443044=>1,2988472395=>1,2988478383=>1,2988492989=>1,2988490255=>1,2988496993=>1,2988497042=>1,2988497932=>1,2988497110=>1,2988490072=>1,2988488035=>1,2988482172=>1,2988480274=>1,2988488032=>1,2988488033=>1,2988488034=>1,2987022212=>1,2987021976=>1,2983047824=>1,2983012019=>1,2983088496=>1,2983101324=>1,2983161784=>1,2983158390=>1,2983008783=>1,2982981879=>1,2982695660=>1,2982695610=>1,2982698621=>1,2982757202=>1,2982976130=>1,2982757203=>1,2983161982=>1,2983172463=>1,2984031761=>1,2984031387=>1,2984033828=>1,2984034039=>1,2984075304=>1,2984067080=>1,2984029298=>1,2984025148=>1,2983195992=>1,2983195557=>1,2984019157=>1,2984021948=>1,2984025147=>1,2984024962=>1,2982319002=>1,2982236064=>1,2981689585=>1,2981689344=>1,2981691139=>1,2981691143=>1,2981691291=>1,2981691144=>1,2981676677=>1,2981675465=>1,2981661094=>1,2981660570=>1,2981661505=>1,2981661645=>1,2981673862=>1,2981661757=>1,2981703781=>1,2981707006=>1,2982219133=>1,2982167107=>1,2982224320=>1,2982232479=>1,2982232948=>1,2982232667=>1,2982072586=>1,2982017064=>1,2981715516=>1,2981707518=>1,2982015139=>1,2982015820=>1,2982016117=>1,2984161549=>1,2984180832=>1,2986759046=>1,2986758551=>1,2986759768=>1,2986760146=>1,2986803885=>1,2986795029=>1,2986753055=>1,2986700211=>1,2986566229=>1,2986518298=>1,2986566363=>1,2986599891=>1,2986700009=>1,2986678691=>1,2986804762=>1,2986805449=>1,2986888571=>1,2986845828=>1,2986920627=>1,2986986099=>1,2986998651=>1,2986997816=>1,2986845541=>1,2986838835=>1,2986807202=>1,2986806161=>1,2986836184=>1,2986836644=>1,2986838096=>1,2986497789=>1,2986487012=>1,2984632097=>1,2984360421=>1,2984669448=>1,2984702310=>1,2984905930=>1,2984905182=>1,2984237660=>1,2984190773=>1,2984184953=>1,2984183809=>1,2984185106=>1,2984188111=>1,2984190765=>1,2984189306=>1,2984909234=>1,2985279813=>1,2985882525=>1,2985829316=>1,2985900992=>1,2986350288=>1,2986475809=>1,2986468792=>1,2985693770=>1,2985644658=>1,2985385963=>1,2985382544=>1,2985401032=>1,2985414415=>1,2985452365=>1,2989490885=>1,);?>
1
+ <?php return array(2953470920=>2953470927,2975537834=>1,2975537855=>1,2975537892=>1,2975537944=>1,2975537928=>1,2975537799=>1,2975537790=>1,2975537117=>1,2975413689=>1,2975537679=>1,2975537701=>1,2975537722=>1,2975537721=>1,2975538004=>1,2975538047=>1,2975538295=>1,2975538259=>1,2975538315=>1,2975538362=>1,2975538372=>1,2975538370=>1,2975538234=>1,2975538120=>1,2975538054=>1,2975538050=>1,2975538064=>1,2975538070=>1,2975538116=>1,2975538084=>1,2975331430=>1,2975330786=>1,2974543385=>1,2974542929=>1,2974543500=>1,2974910606=>1,2975087126=>1,2974941411=>1,2974542909=>1,2974542873=>1,2974541835=>1,2974541832=>1,2974541837=>1,2974541838=>1,2974542865=>1,2974542853=>1,2975090722=>1,2975139333=>1,2975279614=>1,2975279121=>1,2975287297=>1,2975288321=>1,2975330654=>1,2975289189=>1,2975262337=>1,2975198177=>1,2975139710=>1,2975139339=>1,2975139836=>1,2975152919=>1,2975161480=>1,2975576934=>1,2975580298=>1,2976604662=>1,2976503328=>1,2977696025=>1,2977738718=>1,2977772810=>1,2977761434=>1,2976503098=>1,2976467002=>1,2976368212=>1,2976287753=>1,2976369979=>1,2976373432=>1,2976415038=>1,2976377220=>1,2977796382=>1,2977815571=>1,2978013186=>1,2978009498=>1,2978013426=>1,2978013434=>1,2978014145=>1,2978013633=>1,2978005362=>1,2978005137=>1,2977847628=>1,2977845554=>1,2978005073=>1,2978005097=>1,2978005125=>1,2978005105=>1,2976216089=>1,2976211446=>1,2975893656=>1,2975868820=>1,2975910765=>1,2976002182=>1,2976043177=>1,2976039699=>1,2975784908=>1,2975697013=>1,2975588586=>1,2975581090=>1,2975598806=>1,2975607060=>1,2975610496=>1,2975607669=>1,2976049169=>1,2976059015=>1,2976099610=>1,2976099489=>1,2976102899=>1,2976141276=>1,2976186837=>1,2976186827=>1,2976098199=>1,2976097850=>1,2976076559=>1,2976060451=>1,2976077035=>1,2976078321=>1,2976094628=>1,2974541831=>1,2974523433=>1,2972499071=>1,2972495362=>1,2972501246=>1,2972617783=>1,2972618533=>1,2972618368=>1,2972486419=>1,2972486387=>1,2972485009=>1,2972484997=>1,2972485018=>1,2972485053=>1,2972486017=>1,2972485065=>1,2972633118=>1,2972677554=>1,2973143137=>1,2973134498=>1,2973193153=>1,2973204660=>1,2973237242=>1,2973236932=>1,2973133510=>1,2973133465=>1,2972708370=>1,2972706305=>1,2973031170=>1,2973062018=>1,2973070034=>1,2973070029=>1,2972484953=>1,2972484890=>1,2972236152=>1,2972170814=>1,2972316123=>1,2972335465=>1,2972354532=>1,2972354279=>1,2972170813=>1,2972170811=>1,2972127100=>1,2972110609=>1,2972149641=>1,2972164166=>1,2972165889=>1,2972165201=>1,2972364060=>1,2972387694=>1,2972431914=>1,2972428323=>1,2972439596=>1,2972444738=>1,2972454407=>1,2972447595=>1,2972424100=>1,2972424026=>1,2972391979=>1,2972389393=>1,2972396218=>1,2972403963=>1,2972408718=>1,2973655799=>1,2973804474=>1,2974381711=>1,2974381458=>1,2974381745=>1,2974381932=>1,2974457710=>1,2974446990=>1,2974381436=>1,2974381297=>1,2974380661=>1,2974380509=>1,2974380669=>1,2974381076=>1,2974381180=>1,2974381110=>1,2974484248=>1,2974484253=>1,2974500353=>1,2974493490=>1,2974510082=>1,2974521161=>1,2974521195=>1,2974521188=>1,2974493486=>1,2974493481=>1,2974484478=>1,2974484287=>1,2974484546=>1,2974493217=>1,2974493450=>1,2974380482=>1,2974380324=>1,2973983433=>1,2973955602=>1,2973983830=>1,2973996805=>1,2974104946=>1,2974102720=>1,2973928960=>1,2973928438=>1,2973917407=>1,2973917021=>1,2973919119=>1,2973926734=>1,2973928343=>1,2973926888=>1,2974112834=>1,2974114908=>1,2974310481=>1,2974310401=>1,2974310489=>1,2974311441=>1,2974370000=>1,2974369162=>1,2974306616=>1,2974238098=>1,2974139140=>1,2974121581=>1,2974144453=>1,2974154467=>1,2974181792=>1,2978014213=>1,2978101922=>1,2984609951=>1,2984609655=>1,2984610346=>1,2984610512=>1,2984611122=>1,2984610539=>1,2984609576=>1,2984609307=>1,2984608418=>1,2984608146=>1,2984608969=>1,2984609136=>1,2984609288=>1,2984609228=>1,2984612406=>1,2984615416=>1,2984630748=>1,2984630061=>1,2984631595=>1,2984631633=>1,2984634178=>1,2984633124=>1,2984628535=>1,2984628440=>1,2984617727=>1,2984615463=>1,2984624515=>1,2984625970=>1,2984626666=>1,2984626664=>1,2984608127=>1,2984607956=>1,2984581418=>1,2984581323=>1,2984581568=>1,2984582033=>1,2984585701=>1,2984582655=>1,2984580466=>1,2984580040=>1,2984577437=>1,2984577319=>1,2984578555=>1,2984579670=>1,2984579914=>1,2984579671=>1,2984586229=>1,2984586627=>1,2984600843=>1,2984599948=>1,2984601487=>1,2984601982=>1,2984604299=>1,2984603124=>1,2984599732=>1,2984594623=>1,2984587681=>1,2984587442=>1,2984588937=>1,2984591099=>1,2984593554=>1,2984636059=>1,2984636351=>1,2984732863=>1,2984732063=>1,2984733126=>1,2984734358=>1,2984736449=>1,2984735380=>1,2984730660=>1,2984720351=>1,2984709664=>1,2984709534=>1,2984709737=>1,2984710207=>1,2984719710=>1,2984711881=>1,2984740406=>1,2984742884=>1,2984756229=>1,2984756213=>1,2984756239=>1,2984756433=>1,2984756754=>1,2984756617=>1,2984755809=>1,2984752038=>1,2984745764=>1,2984745360=>1,2984745999=>1,2984746474=>1,2984748089=>1,2984708264=>1,2984708223=>1,2984674128=>1,2984673593=>1,2984675590=>1,2984677120=>1,2984689054=>1,2984686327=>1,2984670912=>1,2984666334=>1,2984638985=>1,2984638786=>1,2984640649=>1,2984641855=>1,2984661610=>1,2984659426=>1,2984693978=>1,2984696301=>1,2984702906=>1,2984702485=>1,2984704080=>1,2984704849=>1,2984707251=>1,2984707144=>1,2984702310=>1,2984701754=>1,2984700302=>1,2984697981=>1,2984701208=>1,2984701474=>1,2984701595=>1,2984577107=>1,2984502834=>1,2981676677=>1,2981673862=>1,2981678710=>1,2981712100=>1,2982008880=>1,2981715516=>1,2981661918=>1,2981661757=>1,2981528391=>1,2981508704=>1,2981530129=>1,2981605391=>1,2981661093=>1,2981660641=>1,2982011012=>1,2982015139=>1,2983009663=>1,2982985712=>1,2983009831=>1,2983047821=>1,2983051365=>1,2983048929=>1,2982695660=>1,2982695610=>1,2982038745=>1,2982016117=>1,2982072586=>1,2982167107=>1,2982404619=>1,2982233818=>1,2980025347=>1,2980023828=>1,2978460852=>1,2978460533=>1,2978467853=>1,2978471386=>1,2978509094=>1,2978472629=>1,2978459786=>1,2978433955=>1,2978183481=>1,2972110082=>1,2978229636=>1,2978292993=>1,2978411320=>1,2978329333=>1,2978537489=>1,2978554124=>1,2979572592=>1,2979559106=>1,2979576190=>1,2979862496=>1,2979954513=>1,2979908380=>1,2978966532=>1,2978949960=>1,2978714550=>1,2978569009=>1,2978811954=>1,2978862759=>1,2978867052=>1,2983053469=>1,2983068737=>1,2984373457=>1,2984370549=>1,2984382701=>1,2984382910=>1,2984387147=>1,2984383086=>1,2984368897=>1,2984364883=>1,2984359194=>1,2984359159=>1,2984359888=>1,2984360421=>1,2984364117=>1,2984364090=>1,2984388613=>1,2984396312=>1,2984445898=>1,2984433310=>1,2984459945=>1,2984484248=>1,2984502723=>1,2984489405=>1,2984427715=>1,2984426953=>1,2984405237=>1,2984404890=>1,2984413072=>1,2984424117=>1,2984424897=>1,2984356913=>1,2984356392=>1,2984161549=>1,2984067080=>1,2984164353=>1,2984181787=>1,2984184953=>1,2984183809=>1,2984025147=>1,2984019157=>1,2983133610=>1,2983101324=>1,2983163558=>1,2983195557=>1,2984018298=>1,2983198658=>1,2984185106=>1,2984190765=>1,2984348786=>1,2984344294=>1,2984351809=>1,2984352013=>1,2984352152=>1,2984352067=>1,2984329342=>1,2984328533=>1,2984232449=>1,2984190773=>1,2984237660=>1,2984313069=>1,2984317546=>1,2978093058=>1,2972098344=>1,2953470921=>1,2953456893=>1,2953470922=>1,2953470923=>1,2953470925=>1,2953470924=>1,2953456789=>1,2953456788=>1,2953456015=>1,2953455945=>1,2953456441=>1,2953456533=>1,2953456787=>1,2953456690=>1,2953470926=>1,2953470927=>1,2953478984=>1,2953478979=>1,2953481256=>1,2953481443=>1,2953509449=>1,2953483313=>1,2953474251=>1,2953472948=>1,2953470929=>1,2953470928=>1,2953472240=>1,2953472241=>1,2953472244=>1,2953472243=>1,2953455921=>1,2953455858=>1,2953415172=>1,2953414042=>1,2953415788=>1,2953416656=>1,2953417685=>1,2953417154=>1,2953412421=>1,2953410471=>1,2953403095=>1,2953401741=>1,2953405318=>1,2953406216=>1,2953409206=>1,2953408077=>1,2953417699=>1,2953417904=>1,2953441388=>1,2953441387=>1,2953441389=>1,2953441398=>1,2953455676=>1,2953441399=>1,2953441386=>1,2953441380=>1,2953424210=>1,2953420144=>1,2953425967=>1,2953429163=>1,2953439348=>1,2953509479=>1,2953608646=>1,2954876829=>1,2954875734=>1,2954882849=>1,2954886918=>1,2955094264=>1,2954886949=>1,2954870654=>1,2954870554=>1,2954866475=>1,2954866180=>1,2954867724=>1,2954867828=>1,2954868991=>1,2954867908=>1,2955103767=>1,2955151529=>1,2955211012=>1,2955195427=>1,2955219001=>1,2955223913=>1,2955225726=>1,2955225301=>1,2955194132=>1,2955193988=>1,2955158398=>1,2955152117=>1,2955173227=>1,2955185500=>1,2955193194=>1,2954865423=>1,2954862567=>1,2954830741=>1,2954828863=>1,2954831720=>1,2954833159=>1,2954839069=>1,2954834183=>1,2954637406=>1,2954636242=>1,2953759929=>1,2953759188=>1,2953778309=>1,2953836086=>1,2954629329=>1,2954627448=>1,2954839070=>1,2954847056=>1,2954856013=>1,2954856012=>1,2954856014=>1,2954861767=>1,2954862566=>1,2954862560=>1,2954856011=>1,2954856010=>1,2954851178=>1,2954849187=>1,2954852804=>1,2954854284=>1,2954856009=>1,2953401381=>1,2953399148=>1,2942964140=>1,2942962174=>1,2943313941=>1,2944297312=>1,2944877022=>1,2944320467=>1,2942775170=>1,2942595910=>1,2938862337=>1,2937850929=>1,2938934932=>1,2942584927=>1,2942591273=>1,2942585196=>1,2944898328=>1,2944947828=>1,2945223045=>1,2945223041=>1,2945252066=>1,2945379793=>1,2945396789=>1,2945379998=>1,2945177379=>1,2945145365=>1,2944987054=>1,2944985169=>1,2944990649=>1,2944991045=>1,2945118011=>1,2945065925=>1,2937695149=>1,2936870087=>1,2925795425=>1,2925729848=>1,2926033411=>1,2926044092=>1,2926972825=>1,2926247293=>1,2925637626=>1,2925279268=>1,2923907226=>1,2923770628=>1,2924306110=>1,2924385300=>1,2925217611=>1,2924804604=>1,2927118056=>1,2927576045=>1,2928595655=>1,2928594795=>1,2931221222=>1,2936234375=>1,2936788462=>1,2936268149=>1,2928564902=>1,2928543781=>1,2928175446=>1,2927890530=>1,2928512769=>1,2928512975=>1,2928516998=>1,2945409309=>1,2945409578=>1,2949875682=>1,2949723526=>1,2949979408=>1,2950010357=>1,2953380307=>1,2953376153=>1,2949321584=>1,2949321582=>1,2948953239=>1,2948817944=>1,2948953244=>1,2949321565=>1,2949321579=>1,2949321570=>1,2953381070=>1,2953381236=>1,2953393460=>1,2953392880=>1,2953393806=>1,2953394018=>1,2953399083=>1,2953395024=>1,2953392759=>1,2953391482=>1,2953385428=>1,2953384805=>1,2953389606=>1,2953390042=>1,2953390874=>1,2948130994=>1,2948112555=>1,2946543688=>1,2946297827=>1,2947020993=>1,2947376462=>1,2947826804=>1,2947826766=>1,2946274816=>1,2946274629=>1,2945538501=>1,2945502957=>1,2945871595=>1,2946206498=>1,2946271196=>1,2946238701=>1,2947826823=>1,2947826824=>1,2947884250=>1,2947874698=>1,2947901717=>1,2947970114=>1,2947992821=>1,2947985454=>1,2947859163=>1,2947856073=>1,2947837828=>1,2947826900=>1,2947838161=>1,2947838195=>1,2947838716=>1,2955261237=>1,2955267355=>1,2965530111=>1,2965529623=>1,2965530126=>1,2965530758=>1,2965531193=>1,2965531109=>1,2965529517=>1,2965528935=>1,2965466487=>1,2965431362=>1,2965473578=>1,2965477523=>1,2965528801=>1,2965497877=>1,2965531584=>1,2965531726=>1,2965608765=>1,2965594845=>1,2965611117=>1,2965629389=>1,2965779736=>1,2965648152=>1,2965558973=>1,2965552440=>1,2965532370=>1,2965532023=>1,2965532371=>1,2965532399=>1,2965532589=>1,2965532581=>1,2965419729=>1,2965398134=>1,2960907324=>1,2960858458=>1,2960907732=>1,2960945862=>1,2961068042=>1,2961065466=>1,2960858451=>1,2960858437=>1,2960852636=>1,2960852635=>1,2960852637=>1,2960858110=>1,2960858424=>1,2960858120=>1,2961069487=>1,2961069488=>1,2962566483=>1,2962492292=>1,2963178508=>1,2965045437=>1,2965191436=>1,2965190973=>1,2961741097=>1,2961377054=>1,2961110107=>1,2961109553=>1,2961110864=>1,2961112075=>1,2961112076=>1,2965781016=>1,2965790569=>1,2971040762=>1,2971037668=>1,2971066629=>1,2971086025=>1,2971097601=>1,2971096522=>1,2971037607=>1,2971037553=>1,2970865698=>1,2970862651=>1,2970970794=>1,2971001726=>1,2971001733=>1,2971001729=>1,2971113036=>1,2971115618=>1,2971976749=>1,2971976748=>1,2971976750=>1,2972029667=>1,2923396222=>1,2972054632=>1,2971967494=>1,2971938078=>1,2971337286=>1,2971116082=>1,2971825052=>1,2971890112=>1,2971928560=>1,2970859208=>1,2970854474=>1,2967718568=>1,2967718426=>1,2968608666=>1,2969826014=>1,2969991864=>1,2969951088=>1,2967293115=>1,2967291330=>1,2965829486=>1,2965796157=>1,2966724000=>1,2966749948=>1,2966881661=>1,2966793746=>1,2970133314=>1,2970135044=>1,2970635848=>1,2970629525=>1,2970647682=>1,2970706859=>1,2970837959=>1,2970745822=>1,2970476582=>1,2970413548=>1,2970323082=>1,2970135051=>1,2970324538=>1,2970329889=>1,2970413547=>1,2960852634=>1,2960852633=>1,2956902172=>1,2956899345=>1,2957224176=>1,2957630097=>1,2957836625=>1,2957675365=>1,2956898972=>1,2956880668=>1,2956622916=>1,2956622239=>1,2956822530=>1,2956822604=>1,2956880584=>1,2956825490=>1,2957854634=>1,2957860562=>1,2959246835=>1,2959245737=>1,2959248202=>1,2959248678=>1,2959295239=>1,2959249438=>1,2959237381=>1,2959233298=>1,2957941993=>1,2957861370=>1,2958398173=>1,2958823639=>1,2959121050=>1,2958992931=>1,2956621846=>1,2956620567=>1,2955745581=>1,2955513915=>1,2956267997=>1,2956269013=>1,2956269015=>1,2956269014=>1,2955325904=>1,2955323529=>1,2955275621=>1,2955267628=>1,2955280918=>1,2955285271=>1,2955320614=>1,2955319581=>1,2956269018=>1,2956269198=>1,2956616531=>1,2956615879=>1,2956616802=>1,2956618432=>1,2956619330=>1,2956618482=>1,2956520895=>1,2956520621=>1,2956270178=>1,2956269278=>1,2956296130=>1,2956322853=>1,2956466301=>1,2959360587=>1,2959369350=>1,2960515643=>1,2960490192=>1,2960585238=>1,2960593118=>1,2960778646=>1,2960740659=>1,2960476326=>1,2960457079=>1,2960324655=>1,2960314503=>1,2960336642=>1,2960352324=>1,2960418865=>1,2960418853=>1,2960781332=>1,2960799755=>1,2960801409=>1,2960801352=>1,2960801428=>1,2960801431=>1,2960801480=>1,2960801463=>1,2960801282=>1,2960801271=>1,2960800814=>1,2960800771=>1,2960801151=>1,2960801175=>1,2960801179=>1,2960313628=>1,2960296874=>1,2959767634=>1,2959750710=>1,2959767941=>1,2959769597=>1,2959853115=>1,2959774074=>1,2959748464=>1,2959717983=>1,2959548438=>1,2959531529=>1,2959548920=>1,2959606198=>1,2959613577=>1,2959608078=>1,2959927406=>1,2959954826=>1,2960193362=>1,2960192552=>1,2960229374=>1,2960269624=>1,2960294005=>1,2960293935=>1,2960188144=>1,2960053220=>1,2959982521=>1,2959967540=>1,2959993441=>1,2960006884=>1,2960040934=>1,2972107468=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-21.php CHANGED
@@ -1 +1 @@
1
- <?php return array(3075945909=>1,3075689959=>1,3075947854=>1,3075961870=>1,3075962156=>1,3075962147=>1,3075633117=>1,3075630992=>1,3074392411=>1,3074359098=>1,3074420693=>1,3075385660=>1,3075572760=>1,3075385661=>1,3075962158=>1,3075962159=>1,3075962365=>1,3075962364=>1,3075962382=>1,3075964597=>1,3075967614=>1,3075965426=>1,3075962173=>1,3075962172=>1,3075962163=>1,3075962161=>1,3075962165=>1,3075962167=>1,3075962170=>1,3075962168=>1,3074346706=>1,3074344426=>1,3073611753=>1,3073278234=>1,3073613248=>1,3073613574=>1,3073777230=>1,3073745253=>1,3073211380=>1,3073208878=>1,3071735879=>1,3071735580=>1,3071755206=>1,3071755866=>1,3073139448=>1,3072724812=>1,3073777384=>1,3073973155=>1,3074288695=>1,3074288694=>1,3074296148=>1,3074308858=>1,3074309820=>1,3074309220=>1,3074288693=>1,3074277051=>1,3073987146=>1,3073987143=>1,3074199417=>1,3074261657=>1,3074261692=>1,3075998969=>1,3075999453=>1,3076100407=>1,3076100113=>1,3076101934=>1,3076102296=>1,3076108866=>1,3076102539=>1,3076097639=>1,3076097597=>1,3076090119=>1,3076085432=>1,3076096309=>1,3076096439=>1,3076097444=>1,3076097138=>1,3076111376=>1,3076116825=>1,3076216611=>1,3076216610=>1,3076216612=>1,3076477284=>1,3077258907=>1,3077114943=>1,3076216515=>1,3076214083=>1,3076120310=>1,3076119893=>1,3076120492=>1,3076121332=>1,3076207784=>1,3076121466=>1,3076085164=>1,3076084865=>1,3076010055=>1,3076009656=>1,3076010341=>1,3076010994=>1,3076011286=>1,3076011213=>1,3076008781=>1,3076008143=>1,3076001957=>1,3076000204=>1,3076007127=>1,3076007514=>1,3076007859=>1,3076007783=>1,3076011962=>1,3076012009=>1,3076080094=>1,3076079614=>1,3076084135=>1,3076084192=>1,3076084710=>1,3076084258=>1,3076077798=>1,3076024032=>1,3076015813=>1,3076013153=>1,3076017019=>1,3076019065=>1,3076019784=>1,3071712330=>1,3071277738=>1,3070043531=>1,3070043395=>1,3070043816=>1,3070043850=>1,3070044166=>1,3070044160=>1,3070043321=>1,3070043121=>1,3070042758=>1,3070042547=>1,3070042853=>1,3070043003=>1,3070043059=>1,3070043038=>1,3070046423=>1,3070046689=>1,3070065216=>1,3070065204=>1,3070065223=>1,3070065235=>1,3070065256=>1,3070065247=>1,3070065178=>1,3070065147=>1,3070064948=>1,3070052441=>1,3070064956=>1,3070064979=>1,3070065145=>1,3070065085=>1,3070042541=>1,3070042468=>1,3064150104=>1,3064150074=>1,3064564246=>1,3065281859=>1,3066626090=>1,3065298473=>1,3064150068=>1,3064106247=>1,3063700026=>1,3062662252=>1,3063968482=>1,3063968818=>1,3064105120=>1,3063970845=>1,3069410520=>1,3070034970=>1,3070042349=>1,3070042230=>1,3070042426=>1,3070042433=>1,3070042461=>1,3070042458=>1,3070042178=>1,3070042122=>1,3070038662=>1,3070035421=>1,3070038874=>1,3070040772=>1,3070040818=>1,3070065425=>1,3070065427=>1,3070085387=>1,3070082922=>1,3070085590=>1,3070086244=>1,3070087162=>1,3070086714=>1,3070082450=>1,3070080125=>1,3070079602=>1,3070079593=>1,3070079733=>1,3070079848=>1,3070080111=>1,3070079906=>1,3070087627=>1,3070091148=>1,3070657260=>1,3070162581=>1,3070731249=>1,3071274432=>1,3071275355=>1,3071275060=>1,3070157473=>1,3070156679=>1,3070136739=>1,3070091364=>1,3070138678=>1,3070155245=>1,3070155416=>1,3070079497=>1,3070079425=>1,3070065474=>1,3070065471=>1,3070065478=>1,3070065480=>1,3070067461=>1,3070065482=>1,3070065469=>1,3070065468=>1,3070065439=>1,3070065438=>1,3070065452=>1,3070065458=>1,3070065467=>1,3070065463=>1,3070067463=>1,3070067466=>1,3070079054=>1,3070079023=>1,3070079085=>1,3070079236=>1,3070079290=>1,3070079254=>1,3070079010=>1,3070073450=>1,3070072585=>1,3070067474=>1,3070073044=>1,3070073360=>1,3070073396=>1,3077330966=>1,3077330996=>1,3084419164=>1,3084412382=>1,3084419897=>1,3084420114=>1,3084420676=>1,3084420616=>1,3084412176=>1,3084410916=>1,3084394610=>1,3084390541=>1,3084401033=>1,3084401306=>1,3084402440=>1,3084401996=>1,3084421046=>1,3084421108=>1,3084428268=>1,3084427411=>1,3084428271=>1,3084428416=>1,3084428428=>1,3084428423=>1,3084425978=>1,3084425483=>1,3084421362=>1,3084421168=>1,3084421407=>1,3084421653=>1,3084425361=>1,3084422481=>1,3084388841=>1,3084114254=>1,3083917606=>1,3083910180=>1,3083918048=>1,3083930527=>1,3083954501=>1,3083954135=>1,3083874838=>1,3083854970=>1,3083540361=>1,3083540360=>1,3083540362=>1,3083541005=>1,3083854892=>1,3083841933=>1,3083954936=>1,3083955360=>1,3084077519=>1,3084049446=>1,3084077856=>1,3084079831=>1,3084111520=>1,3084081119=>1,3083999228=>1,3083990391=>1,3083955763=>1,3083955739=>1,3083955858=>1,3083972424=>1,3083985625=>1,3084428819=>1,3084428840=>1,3084520722=>1,3084520719=>1,3084520737=>1,3084520750=>1,3084520774=>1,3084520755=>1,3084517083=>1,3084513465=>1,3084511375=>1,3084509144=>1,3084511471=>1,3084511845=>1,3084512194=>1,3084511928=>1,3084520795=>1,3084520803=>1,3084520840=>1,3084520837=>1,3084520846=>1,3084520864=>1,3084520871=>1,3084520866=>1,3084520835=>1,3084520834=>1,3084520813=>1,3084520811=>1,3084520814=>1,3084520815=>1,3084520817=>1,3084509112=>1,3084508829=>1,3084430501=>1,3084430464=>1,3084430570=>1,3084430673=>1,3084431068=>1,3084430838=>1,3084430463=>1,3084430326=>1,3084429270=>1,3084428888=>1,3084429354=>1,3084429536=>1,3084429906=>1,3084429829=>1,3084434706=>1,3084434733=>1,3084464438=>1,3084463972=>1,3084468700=>1,3084503917=>1,3084505187=>1,3084504053=>1,3084463884=>1,3084463199=>1,3084434941=>1,3084434802=>1,3084437782=>1,3084461119=>1,3084462106=>1,3083540359=>1,3083540358=>1,3079459331=>1,3079456383=>1,3079487525=>1,3079487530=>1,3079487720=>1,3079487604=>1,3079448395=>1,3079448381=>1,3079447662=>1,3079447637=>1,3079447827=>1,3079447886=>1,3079448180=>1,3079448075=>1,3079487724=>1,3079487823=>1,3079488917=>1,3079488751=>1,3079488923=>1,3079488928=>1,3079489109=>1,3079489018=>1,3079488562=>1,3079488206=>1,3079487973=>1,3079487960=>1,3079487992=>1,3079488004=>1,3079488159=>1,3079488028=>1,3079447548=>1,3079447467=>1,3078675672=>1,3078643007=>1,3078679823=>1,3078733491=>1,3078817058=>1,3078817057=>1,3077548497=>1,3077548496=>1,3077547853=>1,3077547837=>1,3077548004=>1,3077548435=>1,3077548490=>1,3077548489=>1,3078835227=>1,3078854608=>1,3079447332=>1,3079446907=>1,3079447356=>1,3079447385=>1,3079447449=>1,3079447442=>1,3079446875=>1,3079446830=>1,3079299457=>1,3079198048=>1,3079388804=>1,3079446697=>1,3079446732=>1,3079489406=>1,3079489425=>1,3080996324=>1,3079516059=>1,3081491092=>1,3081497113=>1,3082134708=>1,3082107558=>1,3079515993=>1,3079515546=>1,3079514167=>1,3079491495=>1,3079514896=>1,3079515292=>1,3079515450=>1,3079515347=>1,3082134738=>1,3082135600=>1,3083108602=>1,3083060336=>1,3083536531=>1,3083536532=>1,3083540259=>1,3083536564=>1,3083035426=>1,3082876595=>1,3082180977=>1,3082180961=>1,3082181150=>1,3082409053=>1,3082875634=>1,3079491424=>1,3079491389=>1,3079490297=>1,3079490186=>1,3079490393=>1,3079490420=>1,3079490584=>1,3079490531=>1,3079490087=>1,3079490055=>1,3079489595=>1,3079489530=>1,3079489628=>1,3079489869=>1,3079490026=>1,3079489884=>1,3079490639=>1,3079490705=>1,3079491109=>1,3079491102=>1,3079491169=>1,3079491191=>1,3079491207=>1,3079491205=>1,3079491063=>1,3079491003=>1,3079490813=>1,3079490772=>1,3079490961=>1,3079490976=>1,3079490999=>1,3062662247=>1,3062251805=>1,3033076858=>1,3031982549=>1,3033710588=>1,3033712769=>1,3033757861=>1,3033713657=>1,3031951004=>1,3031950403=>1,3031945264=>1,3031944372=>1,3031949584=>1,3031949747=>1,3031950143=>1,3031950059=>1,3033764892=>1,3033768610=>1,3035256446=>1,3035243228=>1,3035288925=>1,3035733973=>1,3035835309=>1,3035778805=>1,3034068209=>1,3033994316=>1,3033772850=>1,3033768770=>1,3033776574=>1,3033789298=>1,3033986818=>1,3033986657=>1,3031943579=>1,3031943269=>1,3031921382=>1,3031921334=>1,3031923056=>1,3031924993=>1,3031925676=>1,3031925159=>1,3031919853=>1,3031918283=>1,3031912626=>1,3031910207=>1,3031912985=>1,3031914217=>1,3031917025=>1,3031916611=>1,3031925849=>1,3031926966=>1,3031934759=>1,3031933190=>1,3031939177=>1,3031940528=>1,3031941991=>1,3031941499=>1,3031932979=>1,3031931571=>1,3031929854=>1,3031928368=>1,3031930316=>1,3031931100=>1,3031931449=>1,3035884328=>1,3035915950=>1,3036310634=>1,3036308797=>1,3036316523=>1,3036316978=>1,3036320549=>1,3036317002=>1,3036308570=>1,3036308546=>1,3036302034=>1,3036299930=>1,3036302309=>1,3036302812=>1,3036306410=>1,3036305954=>1,3036320618=>1,3036321083=>1,3036323898=>1,3036323606=>1,3036324642=>1,3036325364=>1,3036327674=>1,3036327075=>1,3036323605=>1,3036323604=>1,3036321353=>1,3036321097=>1,3036322161=>1,3036323602=>1,3036323603=>1,3036297154=>1,3036296653=>1,3036119463=>1,3036097208=>1,3036121459=>1,3036160617=>1,3036161693=>1,3036160786=>1,3036091319=>1,3036091232=>1,3035968857=>1,3035931317=>1,3036013906=>1,3036066918=>1,3036076685=>1,3036074508=>1,3036210673=>1,3036219720=>1,3036294060=>1,3036294058=>1,3036294307=>1,3036295034=>1,3036296546=>1,3036296442=>1,3036292267=>1,3036292101=>1,3036232384=>1,3036219759=>1,3036276225=>1,3036283674=>1,3036291331=>1,3031909582=>1,3031905082=>1,3024683017=>1,3024683016=>1,3024683018=>1,3024683023=>1,3024683029=>1,3024683026=>1,3024683014=>1,3024683012=>1,3020236204=>1,3019655886=>1,3022350634=>1,3022654409=>1,3024683010=>1,3024683009=>1,3024683037=>1,3024683088=>1,3027445656=>1,3027111495=>1,3027563108=>1,3028831652=>1,3029652203=>1,3029102267=>1,3026310979=>1,3026303267=>1,3024700149=>1,3024683103=>1,3024914184=>1,3024914321=>1,3026082739=>1,3024918482=>1,3018618691=>1,3018539225=>1,3015523928=>1,3015523374=>1,3015524058=>1,3015569936=>1,3015698898=>1,3015660358=>1,3015523096=>1,3015522876=>1,3015350850=>1,3015275439=>1,3015403503=>1,3015414284=>1,3015522531=>1,3015415672=>1,3015698962=>1,3016856055=>1,3017708997=>1,3017692145=>1,3018071331=>1,3018450421=>1,3018507502=>1,3018452016=>1,3017532484=>1,3017526494=>1,3016991316=>1,3016956232=>1,3016993720=>1,3017194460=>1,3017225093=>1,3029652386=>1,3029653349=>1,3031230434=>1,3030921580=>1,3031360159=>1,3031381167=>1,3031546390=>1,3031392723=>1,3030837722=>1,3030806575=>1,3029884704=>1,3029839145=>1,3029937776=>1,3029948182=>1,3030792239=>1,3030786186=>1,3031589526=>1,3031590034=>1,3031755000=>1,3031734911=>1,3031755013=>1,3031898152=>1,3031903204=>1,3031902368=>1,3031734203=>1,3031726920=>1,3031598950=>1,3031591733=>1,3031698181=>1,3031708485=>1,3031726501=>1,3029805231=>1,3029778412=>1,3029777339=>1,3029777181=>1,3029777373=>1,3029777519=>1,3029777629=>1,3029777559=>1,3029777156=>1,3029777149=>1,3029747250=>1,3029703555=>1,3029774800=>1,3029774842=>1,3029775102=>1,3029774988=>1,3029777673=>1,3029777696=>1,3029778267=>1,3029778246=>1,3029778281=>1,3029778290=>1,3029778411=>1,3029778356=>1,3029777884=>1,3029777868=>1,3029777770=>1,3029777757=>1,3029777774=>1,3029777798=>1,3029777799=>1,3036329522=>1,3036329525=>1,3051719691=>1,3051645889=>1,3051874567=>1,3054503762=>1,3054503764=>1,3054503763=>1,3051449322=>1,3051439866=>1,3050553315=>1,3050355001=>1,3050567186=>1,3051430584=>1,3051436528=>1,3051436177=>1,3054503765=>1,3054503766=>1,3054969114=>1,3054961046=>1,3054970997=>1,3054973525=>1,3054981651=>1,3054974204=>1,3054961045=>1,3054961001=>1,3054638042=>1,3054638040=>1,3054638043=>1,3054638044=>1,3054667272=>1,3054638046=>1,3050335661=>1,3049757395=>1,3047569378=>1,3046108794=>1,3047570263=>1,3047712850=>1,3048163268=>1,3047728757=>1,3046108058=>1,3046107482=>1,3046063867=>1,3046063866=>1,3046063868=>1,3046063869=>1,3046106698=>1,3046085418=>1,3048179543=>1,3048326934=>1,3049657204=>1,3049638614=>1,3049661169=>1,3049673172=>1,3049682010=>1,3049673226=>1,3049638598=>1,3049585714=>1,3048336866=>1,3048336078=>1,3049046434=>1,3049557372=>1,3049559802=>1,3054981909=>1,3055482928=>1,3059500917=>1,3059484691=>1,3059503151=>1,3059509327=>1,3059521260=>1,3059520583=>1,3059448091=>1,3059369157=>1,3059157959=>1,3059065570=>1,3059279789=>1,3059287191=>1,3059288791=>1,3059287935=>1,3059521881=>1,3059522497=>1,3059606014=>1,3059605878=>1,3059749950=>1,3060072207=>1,3061188413=>1,3061070293=>1,3059605854=>1,3059605718=>1,3059531350=>1,3059522813=>1,3059537130=>1,3059542026=>1,3059605542=>1,3058341590=>1,3058325132=>1,3056769187=>1,3056763291=>1,3056869565=>1,3056890949=>1,3056904452=>1,3056903307=>1,3056653828=>1,3056650251=>1,3056194213=>1,3055483181=>1,3056425693=>1,3056625156=>1,3056625160=>1,3056625158=>1,3056905197=>1,3056905291=>1,3057077909=>1,3056985982=>1,3057943221=>1,3057974478=>1,3058325131=>1,3058263188=>1,3056975377=>1,3056975275=>1,3056932727=>1,3056920345=>1,3056938601=>1,3056961177=>1,3056973728=>1,3046055122=>1,3046050139=>1,3038515583=>1,3038394427=>1,3038558766=>1,3038627664=>1,3039036810=>1,3038759060=>1,3038382523=>1,3038123191=>1,3037704967=>1,3037682603=>1,3037710444=>1,3037748236=>1,3037804840=>1,3037779092=>1,3039269499=>1,3039297365=>1,3039821997=>1,3039728945=>1,3039831294=>1,3039877690=>1,3039939286=>1,3039889986=>1,3039597557=>1,3039583600=>1,3039419253=>1,3039419205=>1,3039425081=>1,3039426062=>1,3039579447=>1,3039569931=>1,3036743530=>1,3036601593=>1,3036380829=>1,3036360079=>1,3036392142=>1,3036435052=>1,3036491953=>1,3036481989=>1,3036357640=>1,3036347194=>1,3036336810=>1,3036331262=>1,3036337394=>1,3036338443=>1,3036344226=>1,3036338676=>1,3036499211=>1,3036544757=>1,3036571082=>1,3036568900=>1,3036590317=>1,3036596469=>1,3036601582=>1,3036601579=>1,3036567711=>1,3036567620=>1,3036563111=>1,3036561975=>1,3036565995=>1,3036566110=>1,3036566589=>1,3039943942=>1,3040029248=>1,3044169520=>1,3044162566=>1,3044204984=>1,3044204985=>1,3044205050=>1,3044204987=>1,3044159146=>1,3044087522=>1,3043999890=>1,3043997114=>1,3044001739=>1,3044026390=>1,3044074567=>1,3044071546=>1,3044205216=>1,3044274254=>1,3045708970=>1,3045649703=>1,3045973416=>1,3045986529=>1,3046017732=>1,3045993599=>1,3045356103=>1,3045352344=>1,3044441761=>1,3044436026=>1,3045143726=>1,3045251166=>1,3045284471=>1,3043996019=>1,3043944481=>1,3040980500=>1,3040974026=>1,3040987282=>1,3041013279=>1,3041580435=>1,3041457296=>1,3040971395=>1,3040959315=>1,3040673095=>1,3040551250=>1,3040803925=>1,3040868896=>1,3040954417=>1,3040869678=>1,3041590830=>1,3041602825=>1,3042960328=>1,3042934700=>1,3042962014=>1,3042962133=>1,3043896758=>1,3043890534=>1,3042908437=>1,3042700678=>1,3042506240=>1,3041643213=>1,3042628912=>1,3042641019=>1,3042688177=>1,3015272562=>1,);?>
1
+ <?php return array(2988561952=>2988561959,2987399936=>2987400191,2990456143=>1,2990457520=>1,2990458030=>1,2990458850=>1,2990458230=>1,2990457927=>1,2990454931=>1,2990448284=>1,2990447639=>1,2990450107=>1,2990450495=>1,2990454817=>1,2990452171=>1,2990459151=>1,2990459616=>1,2990463455=>1,2990463366=>1,2990463465=>1,2990463648=>1,2990464987=>1,2990463796=>1,2990462075=>1,2990461578=>1,2990459774=>1,2990446017=>1,2990460579=>1,2990460586=>1,2990461436=>1,2990460849=>1,2990459175=>1,2990438787=>1,2990421931=>1,2990419463=>1,2990422571=>1,2990423077=>1,2990424024=>1,2990423813=>1,2990417611=>1,2990417184=>1,2990412676=>1,2990410314=>1,2990414036=>1,2990414729=>1,2990416960=>1,2990416880=>1,2990424594=>1,2990427574=>1,2990434450=>1,2990432928=>1,2990434862=>1,2990435748=>1,2990466428=>1,2990436423=>1,2990431987=>1,2990431524=>1,2990428352=>1,2990428131=>1,2990429792=>1,2990429902=>1,2990430831=>1,2990442431=>1,2990467113=>1,2990637744=>1,2990526771=>1,2990637757=>1,2990638091=>1,2990638668=>1,2990638228=>1,2990524017=>1,2990514900=>1,2990501710=>1,2990501527=>1,2990503069=>1,2990509302=>1,2990510569=>1,2990510562=>1,2990638998=>1,2990639541=>1,2990647072=>1,2990646356=>1,2990647599=>1,2990647769=>1,2990649914=>1,2990649208=>1,2990646107=>1,2990646081=>1,2990640090=>1,2990640051=>1,2990642100=>1,2990643279=>1,2990645867=>1,2990644439=>1,2990499979=>1,2990499171=>1,2990471700=>1,2990471601=>1,2990471824=>1,2990471944=>1,2990472274=>1,2990472034=>1,2990471248=>1,2990471070=>1,2990467448=>1,2990410137=>1,2990469823=>1,2990470069=>1,2990470676=>1,2990470312=>1,2990472357=>1,2990472426=>1,2990490035=>1,2990488899=>1,2990493192=>1,2990494990=>1,2990498082=>1,2990497424=>1,2990487672=>1,2990487671=>1,2990477360=>1,2990475685=>1,2990477849=>1,2990485089=>1,2990487670=>1,2990466823=>1,2990407773=>1,2987743292=>1,2987698635=>1,2987745238=>1,2987749957=>1,2987824250=>1,2987750948=>1,2987669266=>1,2987669264=>1,2987614721=>1,2987614465=>1,2987616483=>1,2987617598=>1,2987665584=>1,2987652937=>1,2987842050=>1,2987878722=>1,2988155414=>1,2988149671=>1,2988177598=>1,2988443041=>1,2988443058=>1,2988443044=>1,2988139482=>1,2988131548=>1,2987914421=>1,2987890234=>1,2987938851=>1,2988081440=>1,2988087066=>1,2987535433=>1,2987532425=>1,2987446327=>1,2987426673=>1,2987446328=>1,2987446329=>1,2987446331=>1,2987446330=>1,2987416163=>1,2987195828=>1,2987129380=>1,2987129332=>1,2987130522=>1,2987157857=>1,2987194687=>1,2987180733=>1,2987446332=>1,2987446333=>1,2987503114=>1,2987502288=>1,2987503203=>1,2987504356=>1,2987530581=>1,2987528652=>1,2987502229=>1,2987502157=>1,2987448472=>1,2987446334=>1,2987467531=>1,2987467535=>1,2987469197=>1,2988443070=>1,2988443281=>1,2988561931=>1,2988561930=>1,2988562017=>1,2988565460=>1,2988686938=>1,2988617814=>1,2988561928=>1,2988557109=>1,2988524877=>1,2988520623=>1,2988547254=>1,2988554180=>1,2988557106=>1,2988556085=>1,2988864878=>1,2988965870=>1,2989620695=>1,2989617544=>1,2990087967=>1,2990135850=>1,2990653062=>1,2990407736=>1,2989614181=>1,2989510753=>1,2989219636=>1,2989184392=>1,2989271460=>1,2989389288=>1,2989391884=>1,2988520607=>1,2988516247=>1,2988488033=>1,2988488032=>1,2988488034=>1,2988488035=>1,2988493203=>1,2988490072=>1,2988482172=>1,2988474638=>1,2988453021=>1,2988450395=>1,2988455221=>1,2988455262=>1,2988464102=>1,2988455322=>1,2988494647=>1,2988494731=>1,2988498453=>1,2988498383=>1,2988505961=>1,2988506571=>1,2988513795=>1,2988512598=>1,2988498327=>1,2988498109=>1,2988497042=>1,2988496993=>1,2988497932=>1,2988497981=>1,2988498106=>1,2990408149=>1,2990707477=>1,2996928125=>1,2996923633=>1,2996929302=>1,2996929706=>1,2996940055=>1,2996932818=>1,2996920784=>1,2996920150=>1,2996907421=>1,2996905873=>1,2996911016=>1,2996914638=>1,2996918611=>1,2996917811=>1,2996978388=>1,2996982424=>1,2997013765=>1,2997013764=>1,2997013783=>1,2997013786=>1,2997015493=>1,2997015016=>1,2997012319=>1,2997012313=>1,2997010997=>1,2996988340=>1,2997010998=>1,2997011026=>1,2997012259=>1,2997011154=>1,2996904532=>1,2996902040=>1,2996302958=>1,2996301200=>1,2996563500=>1,2996643115=>1,2996649883=>1,2996649882=>1,2996291703=>1,2996288792=>1,2996258960=>1,2996258167=>1,2996278755=>1,2996281530=>1,2996287099=>1,2996285720=>1,2996744708=>1,2996746029=>1,2996875569=>1,2996830133=>1,2996896260=>1,2996898883=>1,2996900198=>1,2996899440=>1,2996829507=>1,2996825138=>1,2996760906=>1,2996757640=>1,2996764281=>1,2996764292=>1,2996797283=>1,2997015509=>1,2997015510=>1,2999873597=>1,2999734243=>1,2999903117=>1,2999995449=>1,3000001827=>1,2999999225=>1,2999623614=>1,2999619673=>1,2999552927=>1,2999483783=>1,2999576204=>1,2999589461=>1,2999612579=>1,2999590645=>1,3000002835=>1,3000002899=>1,3000004597=>1,3000004171=>1,3000027784=>1,3000034129=>1,3000053421=>1,3000038633=>1,3000003876=>1,3000003708=>1,3000003102=>1,3000003074=>1,3000003468=>1,3000003479=>1,3000003684=>1,2999465206=>1,2999458901=>1,2997312422=>1,2997174044=>1,2997365634=>1,2997367317=>1,2997463342=>1,2997406354=>1,2997130579=>1,2997018340=>1,2997015514=>1,2997015513=>1,2997016515=>1,2997016618=>1,2997018163=>1,2997017988=>1,2997514178=>1,2997693282=>1,2998772574=>1,2998754422=>1,2998831831=>1,2998892659=>1,2999125304=>1,2998932074=>1,2998435102=>1,2998415291=>1,2997846066=>1,2997782867=>1,2997846070=>1,2997846978=>1,2998368928=>1,2996257741=>1,2996256359=>1,2991564053=>1,2991563689=>1,2991565154=>1,2991566962=>1,2991568903=>1,2991567252=>1,2991563185=>1,2991563160=>1,2991557996=>1,2991556838=>1,2991562461=>1,2991562643=>1,2991562809=>1,2991562720=>1,2991570132=>1,2991727216=>1,2992420502=>1,2992376456=>1,2992420845=>1,2992527112=>1,2994052022=>1,2993771037=>1,2992236165=>1,2992177774=>1,2991832684=>1,2991761044=>1,2991853263=>1,2991880777=>1,2992115596=>1,2991951094=>1,2991556292=>1,2991556131=>1,2991007224=>1,2991006053=>1,2991008982=>1,2991016919=>1,2991178571=>1,2991086411=>1,2990832823=>1,2990832183=>1,2990716754=>1,2990708182=>1,2990825950=>1,2990826196=>1,2990828224=>1,2990827044=>1,2991182454=>1,2991182576=>1,2991298233=>1,2991282403=>1,2991364185=>1,2991422249=>1,2991510565=>1,2991444997=>1,2991280868=>1,2991279643=>1,2991220706=>1,2991218302=>1,2991237416=>1,2991249273=>1,2991272990=>1,2994165916=>1,2994493147=>1,2995628941=>1,2995628612=>1,2995632868=>1,2995633156=>1,2995637731=>1,2995637215=>1,2995618496=>1,2995602479=>1,2995592895=>1,2995586166=>1,2995593054=>1,2995594806=>1,2995599899=>1,2995596036=>1,2995638067=>1,2995641047=>1,2996192075=>1,2996188073=>1,2996235173=>1,2996237258=>1,2996250936=>1,2996245079=>1,2996181532=>1,2996165421=>1,2995642915=>1,2995642835=>1,2995645393=>1,2995648275=>1,2995677893=>1,2995585097=>1,2995579790=>1,2994847547=>1,2994846858=>1,2994860403=>1,2995015316=>1,2995050926=>1,2995047883=>1,2994844539=>1,2994840463=>1,2994517238=>1,2994493530=>1,2994832503=>1,2994832954=>1,2994839475=>1,2994834019=>1,2995149214=>1,2995307042=>1,2995544664=>1,2995540302=>1,2995546130=>1,2995550065=>1,2995578049=>1,2995555819=>1,2995533867=>1,2995369292=>1,2995318171=>1,2995318170=>1,2995369141=>1,2995369182=>1,2995369287=>1,2987090091=>1,2987084105=>1,2985336206=>1,2985335856=>1,2985336653=>1,2985336819=>1,2985338255=>1,2985337814=>1,2985319879=>1,2985317887=>1,2985309042=>1,2985307635=>1,2985309203=>1,2985309425=>1,2985313792=>1,2985313527=>1,2985345070=>1,2985345435=>1,2985367709=>1,2985364434=>1,2985368388=>1,2985368418=>1,2985370200=>1,2985368646=>1,2985363130=>1,2985362749=>1,2985348808=>1,2985346105=>1,2985349404=>1,2985354943=>1,2985360996=>1,2985359401=>1,2985301606=>1,2985290328=>1,2985252792=>1,2985252480=>1,2985252820=>1,2985253401=>1,2985253517=>1,2985253515=>1,2985252436=>1,2985252421=>1,2985251965=>1,2985251943=>1,2985252030=>1,2985252160=>1,2985252406=>1,2985252384=>1,2985254136=>1,2985254463=>1,2985284268=>1,2985284171=>1,2985284458=>1,2985284815=>1,2985290310=>1,2985284866=>1,2985282639=>1,2985270892=>1,2985255934=>1,2985255703=>1,2985256005=>1,2985257104=>1,2985266697=>1,2985371352=>1,2985371671=>1,2985405716=>1,2985402008=>1,2985406783=>1,2985407562=>1,2985408498=>1,2985408310=>1,2985401091=>1,2985401032=>1,2985400267=>1,2985399332=>1,2985400344=>1,2985400746=>1,2985400955=>1,2985400939=>1,2985409924=>1,2985410424=>1,2985423941=>1,2985418521=>1,2985452365=>1,2985467373=>1,2985471696=>1,2985468091=>1,2985418285=>1,2985414736=>1,2985412618=>1,2985412577=>1,2985412619=>1,2985413407=>1,2985414415=>1,2985398942=>1,2985398565=>1,2985380838=>1,2985380791=>1,2985380880=>1,2985381055=>1,2985382157=>1,2985381186=>1,2985380579=>1,2985379603=>1,2985373514=>1,2985372354=>1,2985373678=>1,2985373799=>1,2985379257=>1,2985378976=>1,2985382680=>1,2985382998=>1,2985390655=>1,2985389522=>1,2985392824=>1,2985392950=>1,2985397022=>1,2985395472=>1,2985387846=>1,2985386561=>1,2985384245=>1,2985383196=>1,2985384671=>1,2985385718=>1,2985385963=>1,2985251902=>1,2985251691=>1,2985061970=>1,2985059860=>1,2985062404=>1,2985062689=>1,2985063681=>1,2985063061=>1,2985059835=>1,2985059680=>1,2985058755=>1,2985058713=>1,2985058830=>1,2985058882=>1,2985059519=>1,2985059295=>1,2985064890=>1,2985065643=>1,2985122500=>1,2985122358=>1,2985122866=>1,2985150343=>1,2985157603=>1,2985153983=>1,2985082630=>1,2985082125=>1,2985080356=>1,2985079285=>1,2985080529=>1,2985080958=>1,2985081988=>1,2985081814=>1,2985058332=>1,2985054363=>1,2984759083=>1,2984759064=>1,2984759085=>1,2984759211=>1,2984762042=>1,2984760238=>1,2984758664=>1,2984758655=>1,2984758256=>1,2984757599=>1,2984758287=>1,2984758309=>1,2984758608=>1,2984758469=>1,2984762587=>1,2984762855=>1,2985038962=>1,2985038812=>1,2985042103=>1,2985042126=>1,2985051540=>1,2985043770=>1,2985037984=>1,2985035127=>1,2984905930=>1,2984768447=>1,2985034640=>1,2985034698=>1,2985034764=>1,2985160084=>1,2985160711=>1,2985217732=>1,2985214527=>1,2985218271=>1,2985218524=>1,2985219448=>1,2985219288=>1,2985207693=>1,2985207016=>1,2985177760=>1,2985176704=>1,2985189528=>1,2985191524=>1,2985199495=>1,2985197480=>1,2985222135=>1,2985224341=>1,2985232930=>1,2985228285=>1,2985239798=>1,2985246147=>1,2985251356=>1,2985251309=>1,2985227800=>1,2985227260=>1,2985225012=>1,2985224994=>1,2985225903=>1,2985226164=>1,2985227106=>1,2985176592=>1,2985176256=>1,2985167313=>1,2985167028=>1,2985169940=>1,2985173304=>1,2985173632=>1,2985173415=>1,2985167022=>1,2985165716=>1,2985160857=>1,2985160818=>1,2985165316=>1,2985165445=>1,2985165603=>1,2985165547=>1,2985173826=>1,2985173965=>1,2985175701=>1,2985175383=>1,2985175884=>1,2985175912=>1,2985176223=>1,2985175933=>1,2985175023=>1,2985174805=>1,2985174255=>1,2985174232=>1,2985174435=>1,2985174447=>1,2985174618=>1,2985471826=>1,2985475075=>1,2985755328=>1,2985755056=>1,2985756731=>1,2985757038=>1,2985761039=>1,2985758830=>1,2985754951=>1,2985754922=>1,2985741915=>1,2985741674=>1,2985741957=>1,2985742293=>1,2985754866=>1,2985748792=>1,2985765324=>1,2985765594=>1,2985795125=>1,2985795087=>1,2985795194=>1,2985795277=>1,2985795402=>1,2985795289=>1,2985794923=>1,2985794881=>1,2985793277=>1,2985788672=>1,2985793574=>1,2985794563=>1,2985794879=>1,2985794573=>1,2985741420=>1,2985741330=>1,2985739249=>1,2985739199=>1,2985739479=>1,2985739501=>1,2985739778=>1,2985739533=>1,2985739093=>1,2985739038=>1,2985738411=>1,2985738385=>1,2985738446=>1,2985738483=>1,2985738850=>1,2985738501=>1,2985739792=>1,2985739834=>1,2985740770=>1,2985740744=>1,2985740797=>1,2985740928=>1,2985741286=>1,2985740993=>1,2985740600=>1,2985740541=>1,2985740128=>1,2985739988=>1,2985740281=>1,2985740420=>1,2985740501=>1,2985795437=>1,2985795501=>1,2986806284=>1,2986804626=>1,2986806576=>1,2986839002=>1,2986847665=>1,2986839017=>1,2986803702=>1,2986780798=>1,2986612516=>1,2986600400=>1,2986662184=>1,2986758808=>1,2986759277=>1,2986759147=>1,2986887721=>1,2986919982=>1,2987053022=>1,2987034680=>1,2987063261=>1,2987063608=>1,2987079384=>1,2987077765=>1,2987023948=>1,2987021468=>1,2986998164=>1,2986991768=>1,2986999297=>1,2987006137=>1,2987020422=>1,2986567503=>1,2986566890=>1,2985800000=>1,2985796569=>1,2985800216=>1,2985800822=>1,2985801916=>1,2985801891=>1,2985796457=>1,2985796364=>1,2985795537=>1,2985795522=>1,2985795547=>1,2985795548=>1,2985796083=>1,2985796034=>1,2985815082=>1,2985828564=>1,2986529309=>1,2986518494=>1,2986530783=>1,2986546923=>1,2986566601=>1,2986566274=>1,2986517997=>1,2986517687=>1,2985914862=>1,2985882525=>1,2986354996=>1,2986397500=>1,2986468317=>1,2985738326=>1,2985738184=>1,2985607604=>1,2985598551=>1,2985607762=>1,2985607949=>1,2985608126=>1,2985608033=>1,2985591355=>1,2985586356=>1,2985583247=>1,2985548766=>1,2985584375=>1,2985584968=>1,2985586169=>1,2985586013=>1,2985608228=>1,2985608952=>1,2985619768=>1,2985615916=>1,2985620795=>1,2985620983=>1,2985630766=>1,2985621336=>1,2985614400=>1,2985614307=>1,2985609074=>1,2985608988=>1,2985611360=>1,2985611691=>1,2985614113=>1,2985611888=>1,2985548600=>1,2985547992=>1,2985515215=>1,2985510837=>1,2985518131=>1,2985518730=>1,2985520754=>1,2985519316=>1,2985508918=>1,2985500148=>1,2985478750=>1,2985478672=>1,2985492292=>1,2985493700=>1,2985496718=>1,2985496476=>1,2985521990=>1,2985524728=>1,2985533093=>1,2985532709=>1,2985533171=>1,2985538513=>1,2985542865=>1,2985538737=>1,2985532610=>1,2985532374=>1,2985530885=>1,2985529368=>1,2985531206=>1,2985531262=>1,2985531937=>1,2985631240=>1,2985631317=>1,2985715984=>1,2985714681=>1,2985716061=>1,2985718146=>1,2985725439=>1,2985722149=>1,2985714490=>1,2985710636=>1,2985699505=>1,2985699497=>1,2985701343=>1,2985704191=>1,2985710628=>1,2985706436=>1,2985731974=>1,2985732021=>1,2985736710=>1,2985735980=>1,2985736743=>1,2985736979=>1,2985738144=>1,2985737805=>1,2985735500=>1,2985735022=>1,2985734187=>1,2985732072=>1,2985734384=>1,2985734848=>1,2985734918=>1,2985698859=>1,2985696894=>1,2985648283=>1,2985644658=>1,2985648598=>1,2985648900=>1,2985649135=>1,2985649063=>1,2985642828=>1,2985642388=>1,2985631538=>1,2985631405=>1,2985632429=>1,2985632738=>1,2985636425=>1,2985634786=>1,2985649176=>1,2985649404=>1,2985675214=>1,2985673481=>1,2985678373=>1,2985690176=>1,2985696429=>1,2985693770=>1,2985671574=>1,2985670521=>1,2985649909=>1,2985649777=>1,2985650055=>1,2985651083=>1,2985651984=>1,2984757368=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-22.php CHANGED
@@ -1 +1 @@
1
- <?php return array(3107442688=>3107443711,3105445632=>3105445887,3105444864=>3105445119,3111184909=>1,3111184908=>1,3111205558=>1,3111353800=>1,3111184907=>1,3111334087=>1,3111471130=>1,3111184898=>1,3111165401=>1,3111184899=>1,3111184900=>1,3111184906=>1,3111184901=>1,3111165319=>1,3111473796=>1,3120606464=>1,3120604926=>1,3120615565=>1,3120619018=>1,3120802150=>1,3120782532=>1,3120604453=>1,3112182801=>1,3111507715=>1,3111163130=>1,3111534600=>1,3111949586=>1,3112032578=>1,3111471669=>1,3110763151=>1,3110428028=>1,3110360645=>1,3110431545=>1,3110431601=>1,3110431677=>1,3110431624=>1,3110360643=>1,3110360421=>1,3110360146=>1,3110320920=>1,3110360239=>1,3110360276=>1,3110360381=>1,3110360315=>1,3110444173=>1,3110463090=>1,3110762534=>1,3110631431=>1,3110762579=>1,3110762649=>1,3120805773=>1,3110762650=>1,3110631428=>1,3110631427=>1,3110581512=>1,3110465030=>1,3110581742=>1,3110602882=>1,3110631426=>1,3110603023=>1,3111100419=>1,3120945406=>1,3123399719=>1,3123399284=>1,3123577558=>1,3123584884=>1,3123606465=>1,3123606294=>1,3123372548=>1,3123372219=>1,3122364289=>1,3122364034=>1,3122461899=>1,3122824268=>1,3123345754=>1,3123151089=>1,3123609971=>1,3123609972=>1,3124783106=>1,3124537452=>1,3124804922=>1,3124977958=>1,3124993579=>1,3124992250=>1,3124305335=>1,3124239371=>1,3123662771=>1,3123618550=>1,3123696798=>1,3123697458=>1,3123879107=>1,3122362395=>1,3122362393=>1,3121497271=>1,3121218958=>1,3121498163=>1,3121498671=>1,3121505651=>1,3121505282=>1,3121218957=>1,3121218956=>1,3110320919=>1,3120909402=>1,3121004446=>1,3121004546=>1,3121218955=>1,3121218954=>1,3121509233=>1,3121526817=>1,3122076216=>1,3122070518=>1,3122137530=>1,3122147570=>1,3122362392=>1,3122313069=>1,3122066682=>1,3121784384=>1,3121540976=>1,3121529785=>1,3121556210=>1,3121720074=>1,3121769886=>1,3120909282=>1,3110306875=>1,3107820843=>1,3107820841=>1,3107820851=>1,3107820916=>1,3107820919=>1,3107820918=>1,3107820772=>1,3107820733=>1,3107820624=>1,3107804920=>1,3107820636=>1,3107820637=>1,3107820685=>1,3107820660=>1,3107820976=>1,3107820993=>1,3108096093=>1,3108079587=>1,3108174477=>1,3108237286=>1,3108269881=>1,3108246597=>1,3108024945=>1,3107978450=>1,3107896792=>1,3107829104=>1,3107896825=>1,3107896870=>1,3107978267=>1,3107754741=>1,3107754717=>1,3106877635=>1,3106801903=>1,3106879845=>1,3106963081=>1,3107018565=>1,3106963163=>1,3106783730=>1,3106783728=>1,3106592450=>1,3106440970=>1,3106727064=>1,3106727480=>1,3106737498=>1,3106729542=>1,3107110906=>1,3107112076=>1,3107589957=>1,3107589954=>1,3107589958=>1,3107643665=>1,3107751779=>1,3107643913=>1,3107390062=>1,3107301589=>1,3107116643=>1,3107112154=>1,3107133499=>1,3107193552=>1,3107281440=>1,3108321092=>1,3108548744=>1,3109459814=>1,3109459327=>1,3109459820=>1,3109459862=>1,3109509128=>1,3109499868=>1,3109459127=>1,3109459106=>1,3109441491=>1,3109416492=>1,3109455126=>1,3109458961=>1,3109459081=>1,3109459073=>1,3109767554=>1,3109870676=>1,3110071634=>1,3110058378=>1,3110071758=>1,3110071762=>1,3110320917=>1,3125002690=>1,3110058145=>1,3109897868=>1,3109870905=>1,3109870882=>1,3109871156=>1,3109877739=>1,3109897867=>1,3109416491=>1,3109416487=>1,3108714498=>1,3108693401=>1,3108774339=>1,3108785472=>1,3109033049=>1,3108802925=>1,3108580410=>1,3108580406=>1,3108559109=>1,3108548969=>1,3108566053=>1,3108566187=>1,3108566929=>1,3108566551=>1,3109118753=>1,3109133809=>1,3109214477=>1,3109214456=>1,3109214594=>1,3109248449=>1,3109388418=>1,3109280478=>1,3109214372=>1,3109210422=>1,3109135725=>1,3109134031=>1,3109164137=>1,3109210320=>1,3109210325=>1,3110320918=>1,3125022514=>1,3126581896=>1,3126581893=>1,3126582477=>1,3126582765=>1,3126588913=>1,3126583771=>1,3126581638=>1,3126581606=>1,3126573063=>1,3126572911=>1,3126573495=>1,3126575444=>1,3126579592=>1,3126576733=>1,3126589108=>1,3126590169=>1,3126595484=>1,3126593568=>1,3126596034=>1,3126596406=>1,3126600226=>1,3126598605=>1,3126593374=>1,3126593128=>1,3126591720=>1,3126591233=>1,3126591750=>1,3126592300=>1,3126592829=>1,3126592360=>1,3126572285=>1,3126571908=>1,3126547274=>1,3126546476=>1,3126547406=>1,3126547918=>1,3126549667=>1,3126548613=>1,3126545552=>1,3126545283=>1,3126543346=>1,3126543115=>1,3126543945=>1,3126544068=>1,3126545083=>1,3126544931=>1,3126549815=>1,3126550316=>1,3126564349=>1,3126558293=>1,3126568322=>1,3126568805=>1,3126570777=>1,3126570077=>1,3126556640=>1,3126556049=>1,3126554161=>1,3126551099=>1,3126554447=>1,3126554862=>1,3126555048=>1,3126602814=>1,3126605615=>1,3126691923=>1,3126691362=>1,3126692457=>1,3126692671=>1,3126695356=>1,3126694205=>1,3126690234=>1,3126684146=>1,3126675279=>1,3126663639=>1,3126681801=>1,3126682031=>1,3126683674=>1,3126682618=>1,3126695470=>1,3126695965=>1,3126701984=>1,3126701197=>1,3126702606=>1,3126704673=>1,3126705449=>1,3126704874=>1,3126700539=>1,3126700474=>1,3126696484=>1,3126695966=>1,3126696641=>1,3126697080=>1,3126697992=>1,3126697523=>1,3126652958=>1,3126652455=>1,3126621850=>1,3126620089=>1,3126622469=>1,3126625484=>1,3126628233=>1,3126626451=>1,3126619496=>1,3126617254=>1,3126606085=>1,3126605842=>1,3126608276=>1,3126609129=>1,3126613582=>1,3126613012=>1,3126629019=>1,3126631399=>1,3126645771=>1,3126643963=>1,3126646314=>1,3126647458=>1,3126651387=>1,3126648029=>1,3126640568=>1,3126640014=>1,3126633988=>1,3126632352=>1,3126637135=>1,3126638426=>1,3126639546=>1,3126542405=>1,3126542376=>1,3126375350=>1,3126374495=>1,3126377990=>1,3126378507=>1,3126389197=>1,3126385256=>1,3126374094=>1,3126373712=>1,3126361073=>1,3126358309=>1,3126361525=>1,3126371397=>1,3126373599=>1,3126373473=>1,3126389930=>1,3126390164=>1,3126397536=>1,3126397235=>1,3126402867=>1,3126403726=>1,3126412581=>1,3126412006=>1,3126394939=>1,3126394346=>1,3126391961=>1,3126390602=>1,3126392762=>1,3126392960=>1,3126393757=>1,3126393565=>1,3126358124=>1,3126357703=>1,3126330860=>1,3126154605=>1,3126337881=>1,3126338343=>1,3126338792=>1,3126338361=>1,3126027795=>1,3125786715=>1,3125196760=>1,3125095661=>1,3125221738=>1,3125435740=>1,3125653412=>1,3125439301=>1,3126338979=>1,3126339292=>1,3126353749=>1,3126346776=>1,3126355283=>1,3126355664=>1,3126357454=>1,3126356807=>1,3126346619=>1,3126343484=>1,3126339809=>1,3126339686=>1,3126340216=>1,3126342427=>1,3126342944=>1,3126415580=>1,3126420191=>1,3126494212=>1,3126493862=>1,3126494582=>1,3126500510=>1,3126512127=>1,3126508899=>1,3126492440=>1,3126490887=>1,3126484649=>1,3126484328=>1,3126485313=>1,3126485841=>1,3126488116=>1,3126488046=>1,3126513952=>1,3126515236=>1,3126540377=>1,3126539949=>1,3126540463=>1,3126540753=>1,3126542265=>1,3126541226=>1,3126538596=>1,3126537265=>1,3126516650=>1,3126516335=>1,3126534416=>1,3126536506=>1,3126536783=>1,3126483972=>1,3126481476=>1,3126433702=>1,3126432694=>1,3126435790=>1,3126439123=>1,3126444373=>1,3126440705=>1,3126431746=>1,3126429683=>1,3126421724=>1,3126421517=>1,3126422687=>1,3126423587=>1,3126426931=>1,3126423627=>1,3126444925=>1,3126446715=>1,3126458820=>1,3126458120=>1,3126472530=>1,3126477927=>1,3126480125=>1,3126478607=>1,3126454645=>1,3126452772=>1,3126447137=>1,3126446986=>1,3126447700=>1,3126450781=>1,3126452754=>1,3106407427=>1,3106287584=>1,3084786653=>1,3084786449=>1,3084795990=>1,3084796136=>1,3084796324=>1,3084796317=>1,3084785779=>1,3084751650=>1,3084749704=>1,3084719800=>1,3084749775=>1,3084749822=>1,3084751646=>1,3084751618=>1,3084801064=>1,3084801138=>1,3084880256=>1,3084864882=>1,3084930379=>1,3084935514=>1,3085108265=>1,3085057603=>1,3084856230=>1,3084855636=>1,3084826721=>1,3084801991=>1,3084827452=>1,3084827587=>1,3084855422=>1,3084855306=>1,3084699201=>1,3084699154=>1,3084619291=>1,3084619219=>1,3084619500=>1,3084619597=>1,3084620753=>1,3084620734=>1,3084618712=>1,3084618461=>1,3084609825=>1,3084609092=>1,3084616458=>1,3084616967=>1,3084617516=>1,3084617174=>1,3084621072=>1,3084621303=>1,3084698124=>1,3084698086=>1,3084698452=>1,3084698654=>1,3084698847=>1,3084698659=>1,3084697848=>1,3084697736=>1,3084624688=>1,3084621453=>1,3084645947=>1,3084687968=>1,3084697710=>1,3085108441=>1,3085108715=>1,3085317483=>1,3085317481=>1,3085317484=>1,3085317492=>1,3085317496=>1,3085317494=>1,3085317480=>1,3085317462=>1,3085317447=>1,3085317445=>1,3085317450=>1,3085317452=>1,3085317455=>1,3085317453=>1,3085317497=>1,3085317502=>1,3085317549=>1,3085317535=>1,3085317551=>1,3085317556=>1,3085317584=>1,3085317583=>1,3085317530=>1,3085317523=>1,3085317508=>1,3085317507=>1,3085317509=>1,3085317514=>1,3085317516=>1,3085317441=>1,3085317440=>1,3085217965=>1,3085217870=>1,3085222187=>1,3085228688=>1,3085317397=>1,3085305043=>1,3085203602=>1,3085183697=>1,3085160686=>1,3085113874=>1,3085160777=>1,3085161458=>1,3085182338=>1,3085175178=>1,3085317400=>1,3085317401=>1,3085317424=>1,3085317421=>1,3085317425=>1,3085317426=>1,3085317439=>1,3085317437=>1,3085317419=>1,3085317416=>1,3085317404=>1,3085317403=>1,3085317405=>1,3085317408=>1,3085317410=>1,3084607199=>1,3084607017=>1,3084547564=>1,3084546863=>1,3084547908=>1,3084547945=>1,3084548699=>1,3084548299=>1,3084546527=>1,3084539880=>1,3084539408=>1,3084539403=>1,3084539515=>1,3084539644=>1,3084539832=>1,3084539665=>1,3084548812=>1,3084548836=>1,3084583828=>1,3084583686=>1,3084583893=>1,3084588203=>1,3084590301=>1,3084590107=>1,3084583622=>1,3084583523=>1,3084556528=>1,3084556344=>1,3084562152=>1,3084562375=>1,3084583431=>1,3084583414=>1,3084535499=>1,3084535470=>1,3084520957=>1,3084520949=>1,3084520992=>1,3084520997=>1,3084521079=>1,3084521071=>1,3084520942=>1,3084520914=>1,3084520884=>1,3084520883=>1,3084520885=>1,3084520893=>1,3084520912=>1,3084520911=>1,3084521134=>1,3084521138=>1,3084531372=>1,3084530829=>1,3084531958=>1,3084533986=>1,3084534045=>1,3084533988=>1,3084530520=>1,3084521944=>1,3084521172=>1,3084521166=>1,3084521492=>1,3084521526=>1,3084521683=>1,3084590307=>1,3084590370=>1,3084605874=>1,3084605717=>1,3084605920=>1,3084605960=>1,3084605984=>1,3084605966=>1,3084605709=>1,3084605672=>1,3084605561=>1,3084605345=>1,3084605562=>1,3084605593=>1,3084605656=>1,3084605627=>1,3084606000=>1,3084606019=>1,3084606396=>1,3084606385=>1,3084606454=>1,3084606507=>1,3084606973=>1,3084606789=>1,3084606307=>1,3084606231=>1,3084606093=>1,3084606039=>1,3084606094=>1,3084606185=>1,3084606230=>1,3084605321=>1,3084605318=>1,3084604120=>1,3084603997=>1,3084604196=>1,3084604334=>1,3084604497=>1,3084604490=>1,3084603965=>1,3084603892=>1,3084590785=>1,3084590581=>1,3084603538=>1,3084603723=>1,3084603884=>1,3084603851=>1,3084604506=>1,3084604538=>1,3084604901=>1,3084604826=>1,3084605008=>1,3084605039=>1,3084605299=>1,3084605298=>1,3084604773=>1,3084604753=>1,3084604638=>1,3084604581=>1,3084604709=>1,3084604732=>1,3084604736=>1,3085533520=>1,3085775765=>1,3105038769=>1,3105038761=>1,3105038785=>1,3105038789=>1,3105038821=>1,3105038801=>1,3105038593=>1,3104996370=>1,3104877910=>1,3104877908=>1,3104884912=>1,3104936074=>1,3104972414=>1,3104946404=>1,3105038825=>1,3105038829=>1,3105186866=>1,3105180709=>1,3105186979=>1,3105211964=>1,3105216778=>1,3105216652=>1,3105180707=>1,3105180706=>1,3105052468=>1,3105051367=>1,3105062897=>1,3105064218=>1,3105124628=>1,3105102174=>1,3104877723=>1,3104848991=>1,3104709738=>1,3104647109=>1,3104709786=>1,3104709817=>1,3104710059=>1,3104709872=>1,3104646861=>1,3104646853=>1,3104586992=>1,3104583298=>1,3104630514=>1,3104646669=>1,3104646788=>1,3104646731=>1,3104710109=>1,3104710213=>1,3104792078=>1,3104779062=>1,3104830588=>1,3104830698=>1,3104848979=>1,3104842920=>1,3104779060=>1,3104779059=>1,3104710381=>1,3104710332=>1,3104740817=>1,3104750004=>1,3104750064=>1,3105244014=>1,3105249553=>1,3105836350=>1,3105788559=>1,3105842251=>1,3105851636=>1,3105875525=>1,3105872426=>1,3105788130=>1,3105775898=>1,3105599256=>1,3105535495=>1,3105669471=>1,3105687684=>1,3105744978=>1,3105707109=>1,3105887451=>1,3105887754=>1,3106170001=>1,3106165952=>1,3106246956=>1,3106267845=>1,3084520882=>1,3106279127=>1,3106160498=>1,3106130654=>1,3105938889=>1,3105923094=>1,3105938916=>1,3106017400=>1,3106021634=>1,3105528882=>1,3105528879=>1,3105414001=>1,3105413957=>1,3105435652=>1,3105435702=>1,3105453470=>1,3105453386=>1,3105389055=>1,3105325802=>1,3105271154=>1,3105270988=>1,3105271170=>1,3105274319=>1,3105325117=>1,3105296489=>1,3105453614=>1,3105453622=>1,3105520761=>1,3105478893=>1,3105528844=>1,3105528860=>1,3105528877=>1,3105528876=>1,3105453858=>1,3105453856=>1,3105453693=>1,3105453647=>1,3105453696=>1,3105453697=>1,3105453855=>1,3104575347=>1,3104575094=>1,3093589729=>1,3093301163=>1,3093614595=>1,3093941125=>1,3093959519=>1,3093945368=>1,3092985048=>1,3092931150=>1,3091739491=>1,3091734228=>1,3091753524=>1,3091862678=>1,3092917912=>1,3092157491=>1,3093979531=>1,3093982708=>1,3094071178=>1,3094061718=>1,3094071179=>1,3094071181=>1,3094085298=>1,3094071182=>1,3094061717=>1,3094061716=>1,3094009698=>1,3093998332=>1,3094060955=>1,3094061714=>1,3094061715=>1,3091547002=>1,3091467566=>1,3086307410=>1,3086241559=>1,3086475888=>1,3086519191=>1,3086555501=>1,3086554251=>1,3085938058=>1,3085936506=>1,3085830758=>1,3085816436=>1,3085848816=>1,3085852515=>1,3085862187=>1,3085852516=>1,3086568297=>1,3086590464=>1,3090278890=>1,3089305116=>1,3090897645=>1,3091076839=>1,3091349734=>1,3091144240=>1,3088497703=>1,3088406662=>1,3086655971=>1,3086590964=>1,3086750339=>1,3086896796=>1,3086900059=>1,3096571473=>1,3097077857=>1,3104169762=>1,3104169737=>1,3104170967=>1,3104192308=>1,3104281678=>1,3104248329=>1,3104115132=>1,3104070723=>1,3099741443=>1,3099268934=>1,3103955541=>1,3104016170=>1,3104064151=>1,3104054748=>1,3104369795=>1,3104370119=>1,3104536547=>1,3104535631=>1,3104540839=>1,3104540883=>1,3104574597=>1,3104543392=>1,3104535630=>1,3104521250=>1,3104370315=>1,3104370128=>1,3104458576=>1,3104458603=>1,3104511595=>1,3099268705=>1,3099266007=>1,3097115235=>1,3097115014=>1,3097128318=>1,3097138683=>1,3097774882=>1,3097283449=>1,3097115013=>1,3097115012=>1,3097114186=>1,3097109511=>1,3097114189=>1,3097114190=>1,3097115011=>1,3097115010=>1,3097789554=>1,3097795907=>1,3098306970=>1,3098305983=>1,3098370669=>1,3098370670=>1,3099002315=>1,3098370671=>1,3098305982=>1,3098305978=>1,3097934488=>1,3097903439=>1,3097961503=>1,3098031969=>1,3098046490=>1,3106394128=>1,);?>
1
+ <?php return array(3059891330=>1,3059609886=>1,3061188413=>1,3061772092=>1,3062563042=>1,3061772236=>1,3059608766=>1,3059605878=>1,3059524514=>1,3059522111=>1,3059530775=>1,3059542026=>1,3059546891=>1,3059544805=>1,3062685088=>1,3062685095=>1,3064106247=>1,3064105120=>1,3064150068=>1,3064150074=>1,3064564389=>1,3064150104=>1,3063978349=>1,3063971090=>1,3063258328=>1,3063258297=>1,3063700026=>1,3063968482=>1,3063969132=>1,3063968818=>1,3059521260=>1,3059520583=>1,3056890709=>1,3056871256=>1,3056890941=>1,3056891515=>1,3056914278=>1,3056896560=>1,3056864664=>1,3056769493=>1,3056650251=>1,3056629566=>1,3056652915=>1,3056763291=>1,3056769187=>1,3056763385=>1,3056935768=>1,3056961049=>1,3059355693=>1,3059355270=>1,3059366041=>1,3059366307=>1,3059509327=>1,3059449630=>1,3058365227=>1,3058325132=>1,3057467473=>1,3057458044=>1,3057956804=>1,3058268854=>1,3058325131=>1,3065007691=>1,3065298473=>1,3070065431=>1,3070065430=>1,3070065435=>1,3070065442=>1,3070065467=>1,3070065445=>1,3070065255=>1,3070065222=>1,3070065147=>1,3070065066=>1,3070065165=>1,3070065170=>1,3070065202=>1,3070065199=>1,3070065469=>1,3070065474=>1,3070079596=>1,3070079545=>1,3070079908=>1,3070082450=>1,3070082922=>1,3070082722=>1,3070079497=>1,3070079290=>1,3070067470=>1,3070067464=>1,3070070538=>1,3070072609=>1,3070078978=>1,3070072987=>1,3070052749=>1,3070052675=>1,3070042115=>1,3070040818=>1,3070042195=>1,3070042243=>1,3070042468=>1,3070042322=>1,3070040772=>1,3070039858=>1,3068491199=>1,3066626090=>1,3068985989=>1,3069410520=>1,3070038874=>1,3070034970=>1,3070042545=>1,3070042574=>1,3070046689=>1,3070046423=>1,3070052374=>1,3070052441=>1,3070052482=>1,3070052444=>1,3070044128=>1,3070043954=>1,3070043075=>1,3070042995=>1,3070043078=>1,3070043531=>1,3070043579=>1,3056625160=>1,3056625156=>1,3047448860=>1,3047445438=>1,3047526443=>1,3047608706=>1,3047712850=>1,3047670281=>1,3047430721=>1,3047428517=>1,3046108794=>1,3046108710=>1,3046111853=>1,3047416113=>1,3047420403=>1,3047417318=>1,3047716678=>1,3047722814=>1,3049011137=>1,3049010057=>1,3049017797=>1,3049021677=>1,3049024302=>1,3049023041=>1,3049008031=>1,3049007955=>1,3048108090=>1,3047725830=>1,3048163268=>1,3048325561=>1,3049000337=>1,3048336866=>1,3046108058=>1,3046106698=>1,3044274254=>1,3044205216=>1,3044436026=>1,3044441761=>1,3045258159=>1,3044558494=>1,3044162639=>1,3044162579=>1,3044071546=>1,3044056213=>1,3044074567=>1,3044087522=>1,3044162566=>1,3044159146=>1,3045284471=>1,3045356103=>1,3046063866=>1,3046050139=>1,3046063867=>1,3046063868=>1,3046085418=>1,3046063869=>1,3046017732=>1,3045993599=>1,3045522563=>1,3045445722=>1,3045649703=>1,3045973416=>1,3045986529=>1,3049024309=>1,3049027255=>1,3051436684=>1,3051436327=>1,3051437345=>1,3051449322=>1,3051645889=>1,3051483746=>1,3051430584=>1,3051415026=>1,3050792366=>1,3050792365=>1,3050792368=>1,3050792370=>1,3050802962=>1,3050792372=>1,3051719691=>1,3051776804=>1,3054974204=>1,3054972996=>1,3054981651=>1,3054981909=>1,3056622270=>1,3054982469=>1,3054970997=>1,3054969114=>1,3054960996=>1,3054638040=>1,3054961001=>1,3054961046=>1,3054965429=>1,3050792364=>1,3050792361=>1,3049673172=>1,3049668211=>1,3049682010=>1,3049751102=>1,3050331181=>1,3049752070=>1,3049668210=>1,3049657204=>1,3049046434=>1,3049029440=>1,3049557372=>1,3049559802=>1,3049634055=>1,3049559803=>1,3050553315=>1,3050664678=>1,3050792317=>1,3050792314=>1,3050792319=>1,3050792320=>1,3050792322=>1,3050792321=>1,3050792311=>1,3050792310=>1,3050791034=>1,3050666283=>1,3050791847=>1,3050792292=>1,3050792309=>1,3070083362=>1,3070086244=>1,3082107558=>1,3082094756=>1,3082134708=>1,3082134738=>1,3082179659=>1,3082135600=>1,3081983842=>1,3081960940=>1,3080890688=>1,3080529263=>1,3081217742=>1,3081497113=>1,3081951299=>1,3081856011=>1,3082180961=>1,3082181150=>1,3083854970=>1,3083854963=>1,3083855915=>1,3083880742=>1,3083911223=>1,3083888850=>1,3083854892=>1,3083842790=>1,3082875941=>1,3082409572=>1,3083108583=>1,3083111491=>1,3083820829=>1,3083540296=>1,3079903774=>1,3079903539=>1,3079447164=>1,3079323289=>1,3079447354=>1,3079447492=>1,3079455754=>1,3079447598=>1,3079314151=>1,3079313645=>1,3078835227=>1,3078747318=>1,3078854608=>1,3078854883=>1,3079204689=>1,3079198048=>1,3079455883=>1,3079455891=>1,3079490584=>1,3079490541=>1,3079491063=>1,3079491207=>1,3079491512=>1,3079491389=>1,3079490055=>1,3079489411=>1,3079487973=>1,3079487525=>1,3079488004=>1,3079488558=>1,3079489306=>1,3083913792=>1,3083936304=>1,3084520721=>1,3084520712=>1,3084520733=>1,3084520737=>1,3084520788=>1,3084520779=>1,3084517363=>1,3084508937=>1,3084458481=>1,3084437782=>1,3084459773=>1,3084501603=>1,3084503701=>1,3084503581=>1,3084520795=>1,3084520803=>1,3084520914=>1,3084520903=>1,3084520947=>1,3084520992=>1,3084521166=>1,3084521134=>1,3084520888=>1,3084520871=>1,3084520835=>1,3084520813=>1,3084520837=>1,3084520840=>1,3084520864=>1,3084434744=>1,3084430372=>1,3084419121=>1,3084401021=>1,3084419253=>1,3084420162=>1,3084420578=>1,3084420327=>1,3084230500=>1,3084168665=>1,3083954899=>1,3083954656=>1,3083985490=>1,3084003665=>1,3084088255=>1,3084051244=>1,3084420752=>1,3084420926=>1,3084427944=>1,3084426992=>1,3084428170=>1,3084428558=>1,3084429687=>1,3084429284=>1,3084426859=>1,3084426564=>1,3084421976=>1,3084421760=>1,3084423071=>1,3084424575=>1,3084425594=>1,3078738450=>1,3078719202=>1,3074341422=>1,3074309220=>1,3074346706=>1,3074358035=>1,3074392411=>1,3074359098=>1,3074308858=>1,3074288695=>1,3074197712=>1,3074006530=>1,3074199417=>1,3074232339=>1,3074288694=>1,3074288693=>1,3074420693=>1,3074645567=>1,3075961870=>1,3075920583=>1,3075962151=>1,3075962161=>1,3075965426=>1,3075962382=>1,3075691757=>1,3075690375=>1,3074738572=>1,3074737692=>1,3074744005=>1,3075605420=>1,3075633763=>1,3075629720=>1,3073987146=>1,3073973155=>1,3070414597=>1,3070157473=>1,3070414598=>1,3071251065=>1,3071275060=>1,3071274774=>1,3070155416=>1,3070155245=>1,3070086770=>1,3070086714=>1,3070087627=>1,3070091148=>1,3070138678=>1,3070091364=>1,3071284259=>1,3071285789=>1,3073400997=>1,3073219433=>1,3073502394=>1,3073610827=>1,3073940114=>1,3073613207=>1,3072360159=>1,3072244881=>1,3071375719=>1,3071375638=>1,3071385843=>1,3071386858=>1,3071879718=>1,3076006046=>1,3076008282=>1,3076116021=>1,3076109108=>1,3076117026=>1,3076118904=>1,3076176217=>1,3076120749=>1,3076108109=>1,3076107867=>1,3076101668=>1,3076101028=>1,3076103586=>1,3076106043=>1,3076106231=>1,3076106138=>1,3076197568=>1,3076197660=>1,3077548490=>1,3077548489=>1,3077548491=>1,3077548496=>1,3078660129=>1,3077548497=>1,3077547853=>1,3076477284=>1,3076216515=>1,3076214083=>1,3076216610=>1,3076216611=>1,3076216612=>1,3076096488=>1,3076096199=>1,3076013805=>1,3076012188=>1,3076019099=>1,3076021484=>1,3076027013=>1,3076022775=>1,3076011824=>1,3076011366=>1,3076008781=>1,3076008646=>1,3076010053=>1,3076010096=>1,3076010845=>1,3076010357=>1,3076027308=>1,3076028744=>1,3076084865=>1,3076084577=>1,3076085265=>1,3076086134=>1,3076092756=>1,3076092363=>1,3076084390=>1,3076084264=>1,3076080368=>1,3076078120=>1,3076082374=>1,3076083134=>1,3076084164=>1,3044053146=>1,3044026390=>1,3015336880=>1,3015336843=>1,3015352081=>1,3015522138=>1,3015523464=>1,3015522218=>1,3015336293=>1,3015265741=>1,3015112884=>1,3015089980=>1,3015240723=>1,3015262866=>1,3015265740=>1,3015265738=>1,3015557125=>1,3015636708=>1,3017533040=>1,3017456571=>1,3017691411=>1,3017772634=>1,3018419011=>1,3017777351=>1,3017322737=>1,3016854727=>1,3015660358=>1,3015659006=>1,3015699290=>1,3016195292=>1,3016798104=>1,3016794860=>1,3015089193=>1,3015015814=>1,3010415663=>1,3010285826=>1,3011326750=>1,3011345647=>1,3011489747=>1,3011489746=>1,3010244363=>1,3010214039=>1,3007143373=>1,3006915082=>1,3009478428=>1,3010207937=>1,3010214026=>1,3010208065=>1,3013292309=>1,3013300950=>1,3014927063=>1,3014924911=>1,3014952687=>1,3014965665=>1,3015015055=>1,3014968196=>1,3014866162=>1,3014829030=>1,3013338747=>1,3013330490=>1,3013348520=>1,3013530978=>1,3014595066=>1,3018451305=>1,3018451306=>1,3029744483=>1,3029703088=>1,3029747250=>1,3029756174=>1,3029948182=>1,3029937776=>1,3029653349=>1,3029652922=>1,3027826630=>1,3027626966=>1,3027862223=>1,3028287507=>1,3029652203=>1,3029644102=>1,3029997225=>1,3030060691=>1,3031389402=>1,3031371635=>1,3031409211=>1,3031411304=>1,3031591733=>1,3031539006=>1,3031187369=>1,3031181638=>1,3030223327=>1,3030122848=>1,3030531499=>1,3030806575=>1,3030921580=>1,3027607960=>1,3027528678=>1,3024683010=>1,3024683009=>1,3024683012=>1,3024683014=>1,3024683017=>1,3024683016=>1,3024065761=>1,3020236204=>1,3018463971=>1,3018454416=>1,3018508046=>1,3018613459=>1,3019713180=>1,3019713176=>1,3024683018=>1,3024683021=>1,3026303267=>1,3026292985=>1,3026858895=>1,3026905264=>1,3027210369=>1,3026968841=>1,3026263353=>1,3024928339=>1,3024683088=>1,3024683026=>1,3024700149=>1,3024729194=>1,3024914321=>1,3006820943=>1,3006820518=>1,3001862106=>1,3001847245=>1,3001866566=>1,3001952764=>1,3001999171=>1,3001972646=>1,3001787713=>1,3000761634=>1,3000733884=>1,3000728301=>1,3000740434=>1,3000741644=>1,3000761202=>1,3000759766=>1,3001999492=>1,3001999724=>1,3002852494=>1,3002849530=>1,3002866888=>1,3002883979=>1,3002893539=>1,3002884726=>1,3002790465=>1,3002625142=>1,3002000396=>1,3001999972=>1,3002000785=>1,3002001518=>1,3002047536=>1,3002002732=>1,3000706037=>1,3000687840=>1,3000184178=>1,3000159715=>1,3000219247=>1,3000289123=>1,3000354769=>1,3000312646=>1,3000119279=>1,3000118747=>1,3000054831=>1,3000054627=>1,3000054929=>1,3000054946=>1,3000113956=>1,3000054971=>1,3000381186=>1,3000388123=>1,3000605646=>1,3000560028=>1,3000612896=>1,3000613358=>1,3000649292=>1,3000613671=>1,3000523893=>1,3000504391=>1,3000451924=>1,3000426099=>1,3000457482=>1,3000458407=>1,3000463174=>1,3002896902=>1,3002897504=>1,3005976482=>1,3005973814=>1,3005977698=>1,3005985122=>1,3006330897=>1,3005988094=>1,3005815411=>1,3005760254=>1,3004846553=>1,3004800335=>1,3005760003=>1,3005760203=>1,3005760205=>1,3005760204=>1,3006534608=>1,3006682016=>1,3006721029=>1,3006720694=>1,3006721342=>1,3006814472=>1,3006818696=>1,3006814619=>1,3006720543=>1,3006720472=>1,3006718923=>1,3006717962=>1,3006719720=>1,3006720010=>1,3006720247=>1,3004796578=>1,3004795392=>1,3002996413=>1,3002995846=>1,3002996452=>1,3002996595=>1,3002997492=>1,3002997157=>1,3002994046=>1,3002994032=>1,3002944825=>1,3002908130=>1,3002990939=>1,3002991193=>1,3002994012=>1,3002992149=>1,3002998358=>1,3002998737=>1,3003171527=>1,3003054425=>1,3003431412=>1,3003435588=>1,3004787650=>1,3004735719=>1,3003053438=>1,3003004905=>1,3003000837=>1,3002999776=>1,3003001991=>1,3003004748=>1,3003004773=>1,3031608506=>1,3031684251=>1,3038385378=>1,3038130749=>1,3038479053=>1,3038480002=>1,3038482377=>1,3038480542=>1,3038129829=>1,3038126259=>1,3037697546=>1,3037682603=>1,3037698530=>1,3037704967=>1,3038121035=>1,3037794331=>1,3038484901=>1,3038488106=>1,3039269502=>1,3039269499=>1,3039269581=>1,3039269603=>1,3039293157=>1,3039269620=>1,3039269421=>1,3039266314=>1,3038602116=>1,3038515618=>1,3038645063=>1,3039036810=>1,3039266307=>1,3039240515=>1,3037656554=>1,3037656514=>1,3036515724=>1,3036512759=>1,3036515957=>1,3036515970=>1,3036561727=>1,3036517188=>1,3036508732=>1,3036495203=>1,3036393450=>1,3036393235=>1,3036468912=>1,3036482006=>1,3036494052=>1,3036483705=>1,3036562481=>1,3036564015=>1,3036801085=>1,3036761031=>1,3036805157=>1,3037623185=>1,3037636568=>1,3037633472=>1,3036601528=>1,3036599465=>1,3036564371=>1,3036564115=>1,3036567949=>1,3036568379=>1,3036572582=>1,3039297365=>1,3039419253=>1,3042642533=>1,3042594122=>1,3042662348=>1,3042665222=>1,3042668701=>1,3042668253=>1,3042576721=>1,3041643213=>1,3040980500=>1,3040974026=>1,3041105896=>1,3041490136=>1,3041592302=>1,3041555627=>1,3042681288=>1,3042717516=>1,3043954603=>1,3043953884=>1,3043963302=>1,3043996019=>1,3044001741=>1,3043999890=>1,3043944481=>1,3043943289=>1,3042775909=>1,3042719929=>1,3042922370=>1,3043893754=>1,3043920894=>1,3040971395=>1,3040917588=>1,3039829459=>1,3039821997=>1,3039831294=>1,3039842426=>1,3039858860=>1,3039844322=>1,3039805692=>1,3039728945=>1,3039569931=>1,3039503551=>1,3039579447=>1,3039594647=>1,3039654080=>1,3039600143=>1,3039860509=>1,3039862282=>1,3040066141=>1,3039943942=>1,3040673095=>1,3040803925=>1,3040911236=>1,3040869678=>1,3039942930=>1,3039932158=>1,3039880554=>1,3039878658=>1,3039889986=>1,3039896738=>1,3039900286=>1,3036392179=>1,3036387890=>1,3031949747=>1,3031949584=>1,3031950059=>1,3031982549=>1,3032285017=>1,3032278574=>1,3031946405=>1,3031943537=>1,3031934571=>1,3031933751=>1,3031938134=>1,3031939666=>1,3031943202=>1,3031940914=>1,3032335599=>1,3033712769=>1,3033986818=>1,3033986657=>1,3033989557=>1,3034009147=>1,3034047496=>1,3034045474=>1,3033858589=>1,3033776506=>1,3033756085=>1,3033713657=>1,3033757418=>1,3033757861=>1,3033772850=>1,3033768610=>1,3031931833=>1,3031930644=>1,3031909996=>1,3031909582=>1,3031912296=>1,3031912532=>1,3031914714=>1,3031912853=>1,3031907633=>1,3031904886=>1,3031710127=>1,3031708186=>1,3031814186=>1,3031898439=>1,3031902347=>1,3031898972=>1,3031915076=>1,3031916397=>1,3031929027=>1,3031927940=>1,3031929496=>1,3031929575=>1,3031930316=>1,3031930016=>1,3031926326=>1,3031924993=>1,3031919679=>1,3031917037=>1,3031922620=>1,3031923340=>1,3031923904=>1,3034047708=>1,3034050316=>1,3036324642=>1,3036321482=>1,3036325762=>1,3036326778=>1,3036328202=>1,3036327674=>1,3036321097=>1,3036320549=>1,3036308546=>1,3036306410=>1,3036308570=>1,3036308921=>1,3036317002=>1,3036316523=>1,3036329522=>1,3036330666=>1,3036347194=>1,3036344226=>1,3036359744=>1,3036360290=>1,3036366901=>1,3036365759=>1,3036338684=>1,3036338443=>1,3036335730=>1,3036331260=>1,3036335731=>1,3036336810=>1,3036337394=>1,3036305954=>1,3036302812=>1,3036041624=>1,3036013906=>1,3036067096=>1,3036074508=>1,3036085453=>1,3036077013=>1,3035997873=>1,3035929440=>1,3035246487=>1,3034465500=>1,3035759841=>1,3035778805=>1,3035884328=>1,3035835309=>1,3036091232=>1,3036091319=>1,3036296546=>1,3036296446=>1,3036297154=>1,3036299930=>1,3036302034=>1,3036301570=>1,3036295116=>1,3036294307=>1,3036119866=>1,3036097208=>1,3036291331=>1,3036292101=>1,3036294060=>1,3000054423=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-23.php CHANGED
@@ -1 +1 @@
1
- <?php return array(3161728000=>3161728255,3165018352=>1,3165018017=>1,3165019214=>1,3165019248=>1,3165021450=>1,3165020389=>1,3165016217=>1,3165015615=>1,3165010650=>1,3165008443=>1,3165010753=>1,3165011480=>1,3165015158=>1,3165012967=>1,3165021860=>1,3165022621=>1,3165053683=>1,3165049102=>1,3165054489=>1,3165055166=>1,3165055994=>1,3165055517=>1,3165028704=>1,3165027799=>1,3165026007=>1,3165024453=>1,3165026874=>1,3165027284=>1,3165027355=>1,3165007679=>1,3165005271=>1,3164982198=>1,3164979907=>1,3164984732=>1,3164989306=>1,3164990482=>1,3164989480=>1,3164973399=>1,3164972195=>1,3164963641=>1,3164961780=>1,3164966295=>1,3164967325=>1,3164970579=>1,3164968896=>1,3164990775=>1,3164991960=>1,3165001016=>1,3165000003=>1,3165003195=>1,3165003703=>1,3165004991=>1,3165004963=>1,3164999771=>1,3164998868=>1,3164996769=>1,3164995874=>1,3164997784=>1,3164997991=>1,3164998236=>1,3165056055=>1,3165056220=>1,3166850229=>1,3166837871=>1,3166857578=>1,3166897733=>1,3166937652=>1,3166922871=>1,3166823358=>1,3166807117=>1,3166781522=>1,3166770531=>1,3166781771=>1,3166787476=>1,3166803782=>1,3166802949=>1,3167826210=>1,3167827053=>1,3168960682=>1,3168960576=>1,3168960945=>1,3168961112=>1,3168966012=>1,3168963909=>1,3168943790=>1,3168807919=>1,3168005925=>1,3167827073=>1,3168082348=>1,3168597601=>1,3168723723=>1,3168631513=>1,3166765400=>1,3166735980=>1,3165059137=>1,3165058829=>1,3165060478=>1,3165061008=>1,3165132051=>1,3165079008=>1,3165058734=>1,3165058521=>1,3165056487=>1,3165056230=>1,3165057218=>1,3165057594=>1,3165058306=>1,3165058075=>1,3165133312=>1,3165135450=>1,3165728822=>1,3165574323=>1,3166002517=>1,3166404984=>1,3166706200=>1,3166421067=>1,3165561185=>1,3165543154=>1,3165179038=>1,3165147779=>1,3165539078=>1,3165539753=>1,3165541742=>1,3164950456=>1,3164936717=>1,3160626337=>1,3160609602=>1,3160628422=>1,3160654216=>1,3160721289=>1,3160655534=>1,3160605429=>1,3160605001=>1,3160452116=>1,3160449508=>1,3160489989=>1,3160541438=>1,3160595392=>1,3160542572=>1,3160844931=>1,3160954129=>1,3161220078=>1,3161177269=>1,3161220134=>1,3161221787=>1,3161224798=>1,3161222289=>1,3161173270=>1,3161061114=>1,3160998835=>1,3160998549=>1,3161001451=>1,3161026831=>1,3161055792=>1,3161030045=>1,3160405900=>1,3160266059=>1,3157731633=>1,3157730030=>1,3157737486=>1,3157746012=>1,3157750118=>1,3157749765=>1,3157725763=>1,3157724882=>1,3157604540=>1,3157603573=>1,3157610843=>1,3157617009=>1,3157724402=>1,3157620482=>1,3157750664=>1,3157826201=>1,3159088920=>1,3159058466=>1,3159100913=>1,3159575451=>1,3160245715=>1,3159879210=>1,3158637144=>1,3158631824=>1,3158098316=>1,3158086386=>1,3158430544=>1,3158436370=>1,3158578699=>1,3161226352=>1,3161229872=>1,3162900034=>1,3162899804=>1,3162901358=>1,3163067670=>1,3163080594=>1,3163071229=>1,3162872786=>1,3162813308=>1,3162594239=>1,3162586012=>1,3162598617=>1,3162602254=>1,3162813307=>1,3162636258=>1,3163160998=>1,3163162929=>1,3163436101=>1,3163364056=>1,3164562822=>1,3164668467=>1,3168971070=>1,3164930219=>1,3163191840=>1,3163189308=>1,3163181713=>1,3163178588=>1,3163183121=>1,3163183272=>1,3163184099=>1,3162577556=>1,3162505509=>1,3161905644=>1,3161724246=>1,3161954156=>1,3161984053=>1,3162040263=>1,3162040114=>1,3161623663=>1,3161531600=>1,3161467853=>1,3161268152=>1,3161470297=>1,3161472150=>1,3161529158=>1,3161491998=>1,3162040858=>1,3162043168=>1,3162395035=>1,3162394390=>1,3162443778=>1,3162470250=>1,3162500429=>1,3162498870=>1,3162385555=>1,3162234246=>1,3162062491=>1,3162045735=>1,3162113441=>1,3162124354=>1,3162166532=>1,3164945195=>1,3168971631=>1,3182198252=>1,3182196535=>1,3182237788=>1,3183731030=>1,3184128613=>1,3184128539=>1,3182196033=>1,3182170583=>1,3179164002=>1,3179074780=>1,3179197815=>1,3179504026=>1,3180552942=>1,3180439872=>1,3184187529=>1,3184233757=>1,3184869740=>1,3184869731=>1,3185048160=>1,3185549948=>1,3186374951=>1,3186002012=>1,3184828502=>1,3184708483=>1,3184241162=>1,3184237690=>1,3184402002=>1,3184447194=>1,3184554589=>1,3184494541=>1,3179024774=>1,3178393402=>1,3176530947=>1,3176471918=>1,3176733881=>1,3176746579=>1,3176801949=>1,3176770230=>1,3176471906=>1,3176469641=>1,3176469524=>1,3176469518=>1,3176469525=>1,3176469601=>1,3176469633=>1,3176469617=>1,3176804642=>1,3176857237=>1,3178234710=>1,3178220094=>1,3178263372=>1,3178322362=>1,3178334182=>1,3178322363=>1,3178195848=>1,3178022422=>1,3176897644=>1,3176857624=>1,3177587198=>1,3177662399=>1,3178002114=>1,3186378138=>1,3187445037=>1,3189224837=>1,3189189475=>1,3189559690=>1,3189577463=>1,3189763130=>1,3189645198=>1,3189106267=>1,3189104524=>1,3188721520=>1,3188710967=>1,3188776501=>1,3189068608=>1,3189092966=>1,3189089380=>1,3189885766=>1,3190031339=>1,3190053256=>1,3190053221=>1,3190053537=>1,3190054795=>1,3190058802=>1,3190056906=>1,3190051392=>1,3190047157=>1,3190031532=>1,3190031483=>1,3190033706=>1,3190034541=>1,3190037902=>1,3188710966=>1,3188710965=>1,3187686074=>1,3187685038=>1,3187888727=>1,3188075897=>1,3188184594=>1,3188158480=>1,3187679506=>1,3187674066=>1,3187498595=>1,3187489912=>1,3187500589=>1,3187500717=>1,3187518399=>1,3187501732=>1,3188238078=>1,3188239064=>1,3188663346=>1,3188647122=>1,3188664295=>1,3188703352=>1,3188710962=>1,3188704052=>1,3188494348=>1,3188474573=>1,3188328498=>1,3188275951=>1,3188328600=>1,3188425864=>1,3188472086=>1,3176468762=>1,3176448194=>1,3170070451=>1,3170052413=>1,3170108901=>1,3170116523=>1,3170144489=>1,3170118425=>1,3170009722=>1,3169550663=>1,3169412808=>1,3169393879=>1,3169418422=>1,3169420579=>1,3169522294=>1,3169449838=>1,3170290755=>1,3170361953=>1,3171092242=>1,3170917095=>1,3171092690=>1,3171092691=>1,3171155590=>1,3171151266=>1,3170875737=>1,3170873493=>1,3170668002=>1,3170571669=>1,3170669432=>1,3170697449=>1,3170857695=>1,3170808982=>1,3169387977=>1,3169375788=>1,3168980680=>1,3168980018=>1,3168983438=>1,3168984563=>1,3168985199=>1,3168984595=>1,3168979160=>1,3168978759=>1,3168973732=>1,3168972370=>1,3168973742=>1,3168975754=>1,3168978400=>1,3168976944=>1,3168985363=>1,3168986006=>1,3169205469=>1,3169071508=>1,3169320476=>1,3169335071=>1,3169367177=>1,3169337080=>1,3169044870=>1,3169007702=>1,3168987193=>1,3168986430=>1,3168988340=>1,3168991201=>1,3168992693=>1,3171174237=>1,3171174331=>1,3174341250=>1,3174323906=>1,3174344070=>1,3174761690=>1,3175029060=>1,3174790320=>1,3174288668=>1,3174269260=>1,3173755457=>1,3173517693=>1,3173857378=>1,3173894626=>1,3174134716=>1,3173916999=>1,3175034731=>1,3175066071=>1,3176402920=>1,3176189002=>1,3176419124=>1,3176428013=>1,3176446449=>1,3176431554=>1,3176174899=>1,3176170390=>1,3175167861=>1,3175068189=>1,3175518124=>1,3175928990=>1,3175935323=>1,3173479222=>1,3173402498=>1,3171665861=>1,3171564178=>1,3171879145=>1,3171965298=>1,3172032660=>1,3172006258=>1,3171562640=>1,3171558223=>1,3171260482=>1,3171199043=>1,3171270931=>1,3171342086=>1,3171433774=>1,3171361158=>1,3172110724=>1,3172127592=>1,3173056837=>1,3172962298=>1,3173085174=>1,3173243968=>1,3173304542=>1,3173290070=>1,3172796212=>1,3172771444=>1,3172367924=>1,3172325066=>1,3172374098=>1,3172565560=>1,3172684203=>1,3157603491=>1,3157602279=>1,3134772446=>1,3134772393=>1,3134883986=>1,3134918786=>1,3134918882=>1,3134918802=>1,3134676854=>1,3134602858=>1,3134528308=>1,3134526527=>1,3134529898=>1,3134533289=>1,3134601790=>1,3134583394=>1,3134925243=>1,3135083332=>1,3135323282=>1,3135321366=>1,3135323284=>1,3135323285=>1,3135365132=>1,3135333260=>1,3135321145=>1,3135320774=>1,3135091457=>1,3135085033=>1,3135098373=>1,3135132769=>1,3135320346=>1,3135170597=>1,3134522592=>1,3134521975=>1,3130625002=>1,3130255082=>1,3130634194=>1,3130771999=>1,3133047516=>1,3130813686=>1,3130239949=>1,3129680723=>1,3129512488=>1,3128546394=>1,3129568971=>1,3129579347=>1,3129661964=>1,3129637612=>1,3133145382=>1,3133206770=>1,3134467905=>1,3134465312=>1,3134485139=>1,3134514548=>1,3134521416=>1,3134521410=>1,3134406971=>1,3134392204=>1,3134117774=>1,3133835490=>1,3134162056=>1,3134174284=>1,3134268021=>1,3135369158=>1,3135370834=>1,3136986390=>1,3136971265=>1,3137011655=>1,3137030924=>1,3137396391=>1,3137347664=>1,3136970829=>1,3136970818=>1,3136882637=>1,3136138367=>1,3136885289=>1,3136916013=>1,3136970753=>1,3136934817=>1,3137618466=>1,3137622108=>1,3138125545=>1,3138121200=>1,3138133219=>1,3138170582=>1,3138195304=>1,3138174429=>1,3138091656=>1,3137896501=>1,3137666299=>1,3137654169=>1,3137735122=>1,3137797266=>1,3137831278=>1,3136127482=>1,3136011318=>1,3135453342=>1,3135440906=>1,3135453346=>1,3135486331=>1,3135492258=>1,3135486610=>1,3135438347=>1,3135438027=>1,3135394906=>1,3135373178=>1,3135394907=>1,3135410530=>1,3135418918=>1,3135417997=>1,3135492394=>1,3135492410=>1,3135843501=>1,3135811202=>1,3135856718=>1,3135861514=>1,3136010933=>1,3135877158=>1,3135788004=>1,3135725707=>1,3135492478=>1,3135492426=>1,3135493426=>1,3135495482=>1,3135537793=>1,3128545000=>1,3128515840=>1,3126785927=>1,3126784275=>1,3126787937=>1,3126788734=>1,3126789162=>1,3126789148=>1,3126778877=>1,3126776313=>1,3126763437=>1,3126762454=>1,3126765931=>1,3126772018=>1,3126776130=>1,3126772214=>1,3126791975=>1,3126792526=>1,3126797918=>1,3126797170=>1,3126799754=>1,3126800626=>1,3126801677=>1,3126801051=>1,3126797002=>1,3126796976=>1,3126793275=>1,3126792857=>1,3126793845=>1,3126794713=>1,3126795481=>1,3126794732=>1,3126762276=>1,3126760828=>1,3126709788=>1,3126709639=>1,3126711478=>1,3126718201=>1,3126722923=>1,3126719139=>1,3126709505=>1,3126708942=>1,3126706702=>1,3126706629=>1,3126707594=>1,3126707661=>1,3126708280=>1,3126708269=>1,3126733853=>1,3126734262=>1,3126749550=>1,3126748482=>1,3126750067=>1,3126753762=>1,3126754306=>1,3126753876=>1,3126737564=>1,3126737450=>1,3126735422=>1,3126734297=>1,3126736765=>1,3126737261=>1,3126737406=>1,3126802247=>1,3126802997=>1,3126850447=>1,3126849805=>1,3126874042=>1,3127182066=>1,3127205549=>1,3127205548=>1,3126847434=>1,3126847266=>1,3126844357=>1,3126844049=>1,3126845255=>1,3126845827=>1,3126846700=>1,3126846127=>1,3127350578=>1,3127355810=>1,3128084159=>1,3128004552=>1,3128089582=>1,3128259099=>1,3128418111=>1,3128316079=>1,3127986147=>1,3127922842=>1,3127355814=>1,3127355812=>1,3127360028=>1,3127369412=>1,3127909392=>1,3126843338=>1,3126839480=>1,3126812048=>1,3126810210=>1,3126814083=>1,3126820236=>1,3126829481=>1,3126821354=>1,3126809228=>1,3126808585=>1,3126805950=>1,3126803347=>1,3126806219=>1,3126807275=>1,3126807705=>1,3126807567=>1,3126829610=>1,3126829921=>1,3126837969=>1,3126837391=>1,3126838253=>1,3126838804=>1,3126839362=>1,3126839034=>1,3126836602=>1,3126834313=>1,3126830667=>1,3126830132=>1,3126831057=>1,3126832097=>1,3126832442=>1,3138402486=>1,3138402730=>1,3151196334=>1,3151183569=>1,3151514995=>1,3151525186=>1,3151527490=>1,3151526499=>1,3151176657=>1,3151077206=>1,3149863183=>1,3149789931=>1,3149863188=>1,3149863234=>1,3150734167=>1,3150572466=>1,3152618722=>1,3152622127=>1,3153995124=>1,3153336497=>1,3154003486=>1,3154040989=>1,3154159821=>1,3154063203=>1,3152936551=>1,3152887714=>1,3152625801=>1,3152625290=>1,3152626103=>1,3152628995=>1,3152637217=>1,3152632116=>1,3149783368=>1,3149781192=>1,3146600533=>1,3145986982=>1,3146610135=>1,3146627572=>1,3147885556=>1,3147674878=>1,3145964145=>1,3145962697=>1,3145539709=>1,3145447720=>1,3145546786=>1,3145559162=>1,3145962203=>1,3145569202=>1,3148776994=>1,3148806787=>1,3149712547=>1,3149710487=>1,3149737269=>1,3149737298=>1,3149750340=>1,3149746698=>1,3149710146=>1,3149702434=>1,3149063456=>1,3149052992=>1,3149387327=>1,3149694005=>1,3149694527=>1,3154160725=>1,3154272929=>1,3156778874=>1,3156777458=>1,3156780573=>1,3156783621=>1,3156790789=>1,3156783946=>1,3156773975=>1,3156771062=>1,3156761171=>1,3156760271=>1,3156764283=>1,3156765645=>1,3156771023=>1,3156766098=>1,3156798423=>1,3156801593=>1,3157594134=>1,3157593996=>1,3157594623=>1,3157596558=>1,3157600688=>1,3157597652=>1,3157593281=>1,3157592870=>1,3156966164=>1,3156933899=>1,3157503840=>1,3157585833=>1,3157590758=>1,3156758169=>1,3156757619=>1,3155797142=>1,3155789165=>1,3155807381=>1,3155886369=>1,3155925321=>1,3155913509=>1,3155762714=>1,3155640916=>1,3154552123=>1,3154300766=>1,3155253832=>1,3155473454=>1,3155598989=>1,3155566224=>1,3155927892=>1,3156222702=>1,3156747725=>1,3156746713=>1,3156750923=>1,3156751336=>1,3156753650=>1,3156753232=>1,3156710566=>1,3156655599=>1,3156245734=>1,3156226983=>1,3156248854=>1,3156413620=>1,3156454683=>1,3145304275=>1,3145303324=>1,3141155906=>1,3140867967=>1,3141159163=>1,3141164620=>1,3141267281=>1,3141226707=>1,3140828435=>1,3140795442=>1,3140573821=>1,3140571413=>1,3140579881=>1,3140632057=>1,3140683330=>1,3140632062=>1,3141280646=>1,3141280682=>1,3141456805=>1,3141456597=>1,3141457174=>1,3141493778=>1,3141580819=>1,3141493784=>1,3141452675=>1,3141361313=>1,3141283630=>1,3141282909=>1,3141283636=>1,3141293216=>1,3141315094=>1,3141302355=>1,3140571412=>1,3140571408=>1,3139221842=>1,3139193490=>1,3139222769=>1,3139514533=>1,3139559994=>1,3139554229=>1,3138907818=>1,3138900282=>1,3138550483=>1,3138511746=>1,3138662973=>1,3138774787=>1,3138849116=>1,3138847618=>1,3139566818=>1,3139568214=>1,3140288257=>1,3140260979=>1,3140288266=>1,3140317189=>1,3140319270=>1,3140317281=>1,3140260906=>1,3140250423=>1,3139828064=>1,3139673273=>1,3140223286=>1,3140226654=>1,3140250422=>1,3141707350=>1,3141707795=>1,3144757907=>1,3144743451=>1,3144768383=>1,3144774866=>1,3144836149=>1,3144788591=>1,3144670986=>1,3144659193=>1,3144511273=>1,3144508362=>1,3144546290=>1,3144614062=>1,3144659052=>1,3144614499=>1,3144837509=>1,3144837944=>1,3145212836=>1,3145212629=>1,3145214368=>1,3145229382=>1,3145303104=>1,3145258042=>1,3144920277=>1,3144914061=>1,3144864851=>1,3144851063=>1,3144882511=>1,3144910463=>1,3144913981=>1,3144453097=>1,3144419052=>1,3142518386=>1,3142518265=>1,3142518741=>1,3142885408=>1,3142886282=>1,3142886124=>1,3142209153=>1,3142161792=>1,3142089516=>1,3142089512=>1,3142089518=>1,3142094546=>1,3142115395=>1,3142106839=>1,3142892292=>1,3142899787=>1,3143525318=>1,3143525317=>1,3143626241=>1,3144043032=>1,3144377720=>1,3144043482=>1,3143525314=>1,3143525310=>1,3143012589=>1,3142913162=>1,3143022114=>1,3143093033=>1,3143520309=>1,3126705644=>1,);?>
1
+ <?php return array(3107442688=>3107443711,3105445632=>3105445887,3105444864=>3105445119,3123662771=>1,3123694466=>1,3124239371=>1,3123696798=>1,3123618550=>1,3123609972=>1,3123606295=>1,3123577558=>1,3123606465=>1,3123606659=>1,3123609940=>1,3124297783=>1,3124298540=>1,3124977958=>1,3124919596=>1,3124984814=>1,3124992250=>1,3125002690=>1,3124993579=>1,3124819390=>1,3124809043=>1,3124397061=>1,3124302239=>1,3124398321=>1,3124401817=>1,3124788482=>1,3124666998=>1,3123372548=>1,3123059723=>1,3121530357=>1,3121530298=>1,3121530474=>1,3121530739=>1,3121531455=>1,3121531048=>1,3121529810=>1,3121529299=>1,3121491355=>1,3121222340=>1,3121521864=>1,3121525666=>1,3121529145=>1,3121529128=>1,3121551439=>1,3121556158=>1,3122671336=>1,3122461899=>1,3122805603=>1,3122975242=>1,3125221738=>1,3123059722=>1,3122364034=>1,3122137530=>1,3121720074=>1,3121604270=>1,3121769886=>1,3121784384=>1,3122076216=>1,3123345754=>1,3125223751=>1,3126390021=>1,3126386697=>1,3126391615=>1,3126392018=>1,3126395972=>1,3126394939=>1,3126383465=>1,3126382229=>1,3126373429=>1,3126370916=>1,3126373735=>1,3126374550=>1,3126377574=>1,3126374638=>1,3126399205=>1,3126400730=>1,3126420433=>1,3126419549=>1,3126423887=>1,3126424009=>1,3126425482=>1,3126424545=>1,3126419182=>1,3126419050=>1,3126401852=>1,3126401773=>1,3126402888=>1,3126411392=>1,3126418926=>1,3126415842=>1,3126370558=>1,3126363819=>1,3126341687=>1,3126341668=>1,3126341856=>1,3126342183=>1,3126349770=>1,3126349340=>1,3126341174=>1,3126339342=>1,3126154605=>1,3125469822=>1,3126337635=>1,3126337809=>1,3126338547=>1,3126338403=>1,3126350264=>1,3126351997=>1,3126358124=>1,3126357633=>1,3126358407=>1,3126358465=>1,3126361463=>1,3126360971=>1,3126356658=>1,3126355431=>1,3126353331=>1,3126352321=>1,3126354693=>1,3126354850=>1,3126355388=>1,3121222338=>1,3121218957=>1,3110360467=>1,3110360463=>1,3110360488=>1,3110360510=>1,3110360512=>1,3110360511=>1,3110360458=>1,3110360452=>1,3110360276=>1,3110360239=>1,3110360315=>1,3110360381=>1,3110360421=>1,3110360394=>1,3110360527=>1,3110360643=>1,3110463090=>1,3110444173=>1,3110465030=>1,3110465045=>1,3110602882=>1,3110581157=>1,3110431677=>1,3110431624=>1,3110360662=>1,3110360645=>1,3110360676=>1,3110360704=>1,3110431601=>1,3110428028=>1,3110360196=>1,3110360172=>1,3109877739=>1,3109871345=>1,3109926246=>1,3110057987=>1,3110071568=>1,3110058378=>1,3109871156=>1,3109870676=>1,3109459820=>1,3109459814=>1,3109459825=>1,3109462572=>1,3109767554=>1,3109509128=>1,3110071635=>1,3110071704=>1,3110173651=>1,3110173650=>1,3110267106=>1,3110267114=>1,3110360146=>1,3110306882=>1,3110173649=>1,3110171062=>1,3110071768=>1,3110071766=>1,3110071785=>1,3110098973=>1,3110122525=>1,3110603023=>1,3110603046=>1,3111525356=>1,3111524852=>1,3111525360=>1,3111534600=>1,3111949590=>1,3111649224=>1,3111524728=>1,3111524720=>1,3111507715=>1,3111491777=>1,3111524378=>1,3111524382=>1,3111524388=>1,3111524387=>1,3112032578=>1,3112182789=>1,3120860770=>1,3120674430=>1,3121218954=>1,3121218955=>1,3126426640=>1,3121218956=>1,3120619018=>1,3120615565=>1,3112255038=>1,3112182802=>1,3112255039=>1,3112306118=>1,3120603199=>1,3111473796=>1,3111471381=>1,3110762649=>1,3110762537=>1,3110762650=>1,3110763151=>1,3110895624=>1,3110895621=>1,3110762534=>1,3110755396=>1,3110631427=>1,3110631426=>1,3110631428=>1,3110631431=>1,3110650474=>1,3110636752=>1,3111100419=>1,3111122163=>1,3111471124=>1,3111471123=>1,3111471130=>1,3111471293=>1,3111471332=>1,3111471303=>1,3111354010=>1,3111354009=>1,3111165401=>1,3111165319=>1,3111244200=>1,3111313691=>1,3111313825=>1,3121218958=>1,3126428846=>1,3126700186=>1,3126699279=>1,3126700848=>1,3126701699=>1,3126702606=>1,3126701940=>1,3126699232=>1,3126697763=>1,3126693410=>1,3126693349=>1,3126696037=>1,3126696381=>1,3126696656=>1,3126696410=>1,3126703490=>1,3126704206=>1,3126713283=>1,3126713085=>1,3126713456=>1,3126713521=>1,3126726737=>1,3126716653=>1,3126711478=>1,3126709080=>1,3126706836=>1,3126706263=>1,3126706840=>1,3126708297=>1,3126709037=>1,3126708718=>1,3126692467=>1,3126691983=>1,3126658664=>1,3126655374=>1,3126659933=>1,3126660029=>1,3126675279=>1,3126667728=>1,3126652594=>1,3126650636=>1,3126644906=>1,3126644620=>1,3126644907=>1,3126644927=>1,3126646581=>1,3126645752=>1,3126681436=>1,3126681781=>1,3126691048=>1,3126690782=>1,3126691256=>1,3126691271=>1,3126691383=>1,3126691274=>1,3126690780=>1,3126689809=>1,3126684967=>1,3126681940=>1,3126685584=>1,3126688836=>1,3126689802=>1,3126732199=>1,3126734297=>1,3126800723=>1,3126800031=>1,3126805333=>1,3126805487=>1,3126806713=>1,3126806171=>1,3126797740=>1,3126797670=>1,3126789543=>1,3126789419=>1,3126792980=>1,3126793420=>1,3126797617=>1,3126794732=>1,3126807039=>1,3126807073=>1,3126830554=>1,3126826150=>1,3126831863=>1,3126833066=>1,3126834640=>1,3126833712=>1,3126819371=>1,3126812607=>1,3126807877=>1,3126807215=>1,3126809533=>1,3126809662=>1,3126810896=>1,3126810374=>1,3126788516=>1,3126787523=>1,3126764437=>1,3126756500=>1,3126765502=>1,3126767769=>1,3126771755=>1,3126769410=>1,3126753762=>1,3126751815=>1,3126735695=>1,3126734995=>1,3126737424=>1,3126747655=>1,3126748500=>1,3126747695=>1,3126773562=>1,3126773781=>1,3126781050=>1,3126779358=>1,3126783132=>1,3126783946=>1,3126787380=>1,3126786912=>1,3126779323=>1,3126778686=>1,3126777592=>1,3126776163=>1,3126777917=>1,3126778195=>1,3126778276=>1,3126644357=>1,3126642282=>1,3126545163=>1,3126542477=>1,3126545222=>1,3126545267=>1,3126545994=>1,3126545871=>1,3126541933=>1,3126541593=>1,3126535941=>1,3126535738=>1,3126536854=>1,3126537079=>1,3126538188=>1,3126537596=>1,3126546446=>1,3126549130=>1,3126554468=>1,3126554447=>1,3126562316=>1,3126569566=>1,3126571537=>1,3126570460=>1,3126552358=>1,3126552221=>1,3126549422=>1,3126549363=>1,3126549541=>1,3126549932=>1,3126551316=>1,3126550525=>1,3126514120=>1,3126509299=>1,3126454037=>1,3126442433=>1,3126454949=>1,3126456974=>1,3126458175=>1,3126457557=>1,3126441576=>1,3126440765=>1,3126435048=>1,3126433702=>1,3126435304=>1,3126439123=>1,3126440370=>1,3126439808=>1,3126458820=>1,3126459437=>1,3126482511=>1,3126481162=>1,3126486250=>1,3126494212=>1,3126508846=>1,3126499864=>1,3126480456=>1,3126480305=>1,3126459998=>1,3126459629=>1,3126467311=>1,3126468488=>1,3126478141=>1,3126573265=>1,3126574110=>1,3126608276=>1,3126607288=>1,3126608800=>1,3126609094=>1,3126614541=>1,3126614213=>1,3126606851=>1,3126605084=>1,3126598755=>1,3126598633=>1,3126602082=>1,3126603936=>1,3126604453=>1,3126604304=>1,3126617423=>1,3126618423=>1,3126635818=>1,3126635303=>1,3126635888=>1,3126638325=>1,3126639306=>1,3126638411=>1,3126626734=>1,3126625326=>1,3126620999=>1,3126620187=>1,3126621571=>1,3126621929=>1,3126622733=>1,3126598119=>1,3126597623=>1,3126581322=>1,3126581265=>1,3126581506=>1,3126582296=>1,3126584342=>1,3126583299=>1,3126580583=>1,3126580350=>1,3126574728=>1,3126574124=>1,3126575999=>1,3126576043=>1,3126578250=>1,3126577154=>1,3126586275=>1,3126587496=>1,3126595765=>1,3126595472=>1,3126596499=>1,3126596582=>1,3126597511=>1,3126596667=>1,3126593568=>1,3126593094=>1,3126589259=>1,3126588832=>1,3126589834=>1,3126589937=>1,3126592447=>1,3109459448=>1,3109459327=>1,3094061717=>1,3094061716=>1,3094061718=>1,3094072906=>1,3097115235=>1,3097109511=>1,3094061715=>1,3094061714=>1,3093945368=>1,3093936274=>1,3093982708=>1,3093998332=>1,3094060955=>1,3094009698=>1,3097138683=>1,3097703434=>1,3098579518=>1,3098192537=>1,3098597186=>1,3098757943=>1,3099268934=>1,3099002315=>1,3098175624=>1,3098169903=>1,3097789554=>1,3097774882=>1,3097793032=>1,3097793298=>1,3098031969=>1,3098014877=>1,3093619588=>1,3093301163=>1,3086889504=>1,3086883632=>1,3088426223=>1,3088497703=>1,3090278890=>1,3089305116=>1,3086750339=>1,3086660366=>1,3086394923=>1,3086216203=>1,3086458556=>1,3086458565=>1,3086655971=>1,3086460592=>1,3090811487=>1,3091076839=>1,3091914803=>1,3091872288=>1,3091915030=>1,3092157491=>1,3093281738=>1,3092931150=>1,3091862678=>1,3091753524=>1,3091349734=>1,3091207381=>1,3091547002=>1,3091603946=>1,3091734228=>1,3104016282=>1,3104034834=>1,3104035734=>1,3104035733=>1,3104035739=>1,3104035746=>1,3104035766=>1,3104035750=>1,3104035732=>1,3104035731=>1,3104035717=>1,3104035712=>1,3104035721=>1,3104035722=>1,3104035724=>1,3104035723=>1,3104035773=>1,3104035789=>1,3104070723=>1,3104065615=>1,3104115132=>1,3104169593=>1,3104170967=>1,3104169772=>1,3104064151=>1,3104035836=>1,3104035806=>1,3104035797=>1,3104035823=>1,3104035827=>1,3104035828=>1,3104035706=>1,3104035699=>1,3104035434=>1,3104035047=>1,3104035436=>1,3104035442=>1,3104035446=>1,3104035444=>1,3104035046=>1,3104035042=>1,3104035025=>1,3104034990=>1,3104035027=>1,3104035030=>1,3104035036=>1,3104035034=>1,3104035454=>1,3104035457=>1,3104035619=>1,3104035615=>1,3104035623=>1,3104035626=>1,3104035638=>1,3104035635=>1,3104035599=>1,3104035597=>1,3104035466=>1,3104035464=>1,3104035468=>1,3104035469=>1,3104035472=>1,3086008550=>1,3086008547=>1,3084606123=>1,3084606039=>1,3084606150=>1,3084606195=>1,3084606719=>1,3084606505=>1,3084605912=>1,3084605754=>1,3084605318=>1,3084605093=>1,3084605406=>1,3084605437=>1,3084605646=>1,3084605566=>1,3084607042=>1,3084609483=>1,3084687968=>1,3084646119=>1,3084698008=>1,3084698699=>1,3084749752=>1,3084749572=>1,3084645964=>1,3084621544=>1,3084618579=>1,3084618484=>1,3084618584=>1,3084618608=>1,3084620170=>1,3084619811=>1,3084605061=>1,3084605039=>1,3084548840=>1,3084548699=>1,3084556110=>1,3084556878=>1,3084583585=>1,3084583451=>1,3084534765=>1,3084534474=>1,3084531086=>1,3084530865=>1,3084531383=>1,3084531821=>1,3084533988=>1,3084531938=>1,3084590340=>1,3084590444=>1,3084604112=>1,3084603990=>1,3084604485=>1,3084604497=>1,3084604681=>1,3084604522=>1,3084603769=>1,3084603646=>1,3084590812=>1,3084590545=>1,3084590814=>1,3084590861=>1,3084603554=>1,3084751665=>1,3084751696=>1,3085317523=>1,3085317517=>1,3085317548=>1,3085317549=>1,3085317556=>1,3085317551=>1,3085317510=>1,3085317502=>1,3085317485=>1,3085317484=>1,3085317486=>1,3085317494=>1,3085317497=>1,3085317496=>1,3085317557=>1,3085317570=>1,3085862187=>1,3085825634=>1,3085931124=>1,3085936506=>1,3086008546=>1,3085938058=>1,3085816436=>1,3085578441=>1,3085317574=>1,3085317573=>1,3085317583=>1,3085317584=>1,3085334410=>1,3085317483=>1,3085317480=>1,3084851322=>1,3084796762=>1,3084851539=>1,3084855648=>1,3084935514=>1,3084932672=>1,3084796355=>1,3084796146=>1,3084770709=>1,3084751731=>1,3084784659=>1,3084785814=>1,3084795927=>1,3084786492=>1,3085114492=>1,3085160620=>1,3085317425=>1,3085317419=>1,3085317445=>1,3085317452=>1,3085317471=>1,3085317462=>1,3085317414=>1,3085317404=>1,3085183964=>1,3085182071=>1,3085225271=>1,3085317400=>1,3085317401=>1,3104176790=>1,3104176970=>1,3107804920=>1,3107754741=>1,3107820624=>1,3107820637=>1,3107820685=>1,3107820660=>1,3107754737=>1,3107754717=>1,3107751737=>1,3107698762=>1,3107751779=>1,3107754015=>1,3107754017=>1,3107754016=>1,3107820692=>1,3107820733=>1,3107820993=>1,3107820976=>1,3107821042=>1,3107896728=>1,3107896825=>1,3107896783=>1,3107820919=>1,3107820918=>1,3107820772=>1,3107820743=>1,3107820841=>1,3107820843=>1,3107820916=>1,3107820851=>1,3107643899=>1,3107643839=>1,3106752221=>1,3106737498=>1,3106801725=>1,3106802220=>1,3106900069=>1,3106878522=>1,3106727480=>1,3106727064=>1,3106267845=>1,3106247230=>1,3106279127=>1,3106287584=>1,3106583650=>1,3106444803=>1,3106929930=>1,3106960376=>1,3107301693=>1,3107291721=>1,3107463112=>1,3107476518=>1,3107639105=>1,3107589954=>1,3107272571=>1,3107193552=>1,3107026451=>1,3106979182=>1,3107110906=>1,3107116916=>1,3107121850=>1,3107896870=>1,3107939671=>1,3109210802=>1,3109210422=>1,3109214489=>1,3109214594=>1,3109275041=>1,3109248373=>1,3109210320=>1,3109201313=>1,3109033049=>1,3108864390=>1,3109061038=>1,3109065871=>1,3109164137=>1,3109084830=>1,3109280478=>1,3109409554=>1,3109459098=>1,3109459094=>1,3109459106=>1,3109459253=>1,3109459343=>1,3084521701=>1,3109459081=>1,3109459053=>1,3109458971=>1,3109458961=>1,3109459031=>1,3109459047=>1,3109459050=>1,3108802925=>1,3108802346=>1,3108246597=>1,3108239105=>1,3108269881=>1,3108281168=>1,3108458646=>1,3108320440=>1,3108174477=>1,3108112911=>1,3108024893=>1,3108024832=>1,3108024945=>1,3108075910=>1,3108096093=>1,3108079587=>1,3108548646=>1,3108548724=>1,3108580406=>1,3108579261=>1,3108580410=>1,3108714600=>1,3108714622=>1,3108714606=>1,3108579153=>1,3108578932=>1,3108549185=>1,3108548744=>1,3108559108=>1,3108566053=>1,3108566929=>1,3106246956=>1,3106178511=>1,3104779060=>1,3104779059=>1,3104779061=>1,3104779062=>1,3104812126=>1,3104792078=>1,3104766031=>1,3104750064=>1,3104709786=>1,3104709741=>1,3104709817=>1,3104710213=>1,3104740817=>1,3104710239=>1,3104830588=>1,3104830698=>1,3104936074=>1,3104903828=>1,3104946404=>1,3105016023=>1,3105054051=>1,3105052468=>1,3104884912=>1,3104877910=>1,3104848979=>1,3104842920=>1,3104850272=>1,3104877723=>1,3104877908=>1,3104709738=>1,3104709719=>1,3104458603=>1,3104370315=>1,3104492054=>1,3104511595=>1,3104536547=>1,3104521250=>1,3104370128=>1,3104370119=>1,3104248128=>1,3104247322=>1,3104281678=>1,3104325392=>1,3104369795=>1,3104351234=>1,3104539233=>1,3104540904=>1,3104646731=>1,3104646713=>1,3104646788=>1,3104646853=>1,3104647109=>1,3104646861=>1,3104646569=>1,3104630514=>1,3104574597=>1,3104543473=>1,3104575094=>1,3104575347=>1,3104577790=>1,3105054163=>1,3105064218=>1,3105744978=>1,3105707109=>1,3105775890=>1,3105775898=>1,3105836398=>1,3105836350=>1,3105706050=>1,3105687684=>1,3105539341=>1,3105535600=>1,3105548506=>1,3105557144=>1,3105669471=>1,3105599256=>1,3105851636=>1,3105872426=>1,3106021634=>1,3106017400=>1,3106028587=>1,3106095935=>1,3106170001=>1,3106109997=>1,3106013372=>1,3106013336=>1,3105887451=>1,3105875525=>1,3105923094=>1,3105938889=>1,3105938916=>1,3105528879=>1,3105528878=>1,3105216701=>1,3105216652=>1,3105249553=>1,3105270950=>1,3105273796=>1,3105270988=>1,3105209893=>1,3105186979=>1,3105153246=>1,3105124628=>1,3105180706=>1,3105180707=>1,3105186866=>1,3105180709=>1,3105273797=>1,3105273800=>1,3105520761=>1,3105497693=>1,3105528844=>1,3105528860=>1,3105528877=>1,3105528872=>1,3105478893=>1,3105462068=>1,3105413957=>1,3105325802=>1,3105414001=>1,3105435702=>1,3105450495=>1,3109459405=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-24.php CHANGED
@@ -1 +1 @@
1
- <?php return array(3200975481=>1,3200972164=>1,3200976292=>1,3200984045=>1,3200984739=>1,3200984722=>1,3200964922=>1,3200963173=>1,3200957701=>1,3200956380=>1,3200957827=>1,3200958962=>1,3200959472=>1,3200959028=>1,3200988534=>1,3200988957=>1,3200998274=>1,3200997718=>1,3200999480=>1,3200999784=>1,3201003361=>1,3201002223=>1,3200997341=>1,3200996715=>1,3200994251=>1,3200994096=>1,3200995028=>1,3200995206=>1,3200996554=>1,3200995928=>1,3200955777=>1,3200954400=>1,3200880708=>1,3200876576=>1,3200886466=>1,3200886517=>1,3200888668=>1,3200887585=>1,3200876278=>1,3200873446=>1,3200869246=>1,3200869118=>1,3200869994=>1,3200871226=>1,3200871990=>1,3200871753=>1,3200890818=>1,3200891345=>1,3200918842=>1,3200915522=>1,3200930538=>1,3200931010=>1,3200953671=>1,3200951305=>1,3200915075=>1,3200908455=>1,3200892184=>1,3200891563=>1,3200899688=>1,3200901939=>1,3200906557=>1,3201003634=>1,3201003784=>1,3201063184=>1,3201063066=>1,3201063291=>1,3201063369=>1,3201064320=>1,3201064289=>1,3201062866=>1,3201062589=>1,3201059857=>1,3201059566=>1,3201060939=>1,3201062023=>1,3201062549=>1,3201062504=>1,3201064791=>1,3201064865=>1,3201068743=>1,3201067600=>1,3201070066=>1,3201071740=>1,3201073097=>1,3201072645=>1,3201067065=>1,3201066879=>1,3201065264=>1,3201065110=>1,3201065414=>1,3201065538=>1,3201066867=>1,3201066554=>1,3201059286=>1,3201058917=>1,3201022633=>1,3201018957=>1,3201024313=>1,3201024409=>1,3201025782=>1,3201025569=>1,3201018921=>1,3201015581=>1,3201007612=>1,3201006367=>1,3201007899=>1,3201009028=>1,3201014435=>1,3201012890=>1,3201026264=>1,3201031829=>1,3201053021=>1,3201047559=>1,3201055365=>1,3201057518=>1,3201058155=>1,3201057551=>1,3201039213=>1,3201036943=>1,3201032514=>1,3201032364=>1,3201033720=>1,3201034283=>1,3201035012=>1,3200856638=>1,3200851581=>1,3200658379=>1,3200657330=>1,3200667426=>1,3200667852=>1,3200668864=>1,3200668818=>1,3200654502=>1,3200652802=>1,3200651551=>1,3200651463=>1,3200652030=>1,3200652374=>1,3200652686=>1,3200652503=>1,3200669022=>1,3200669637=>1,3200683956=>1,3200680968=>1,3200684931=>1,3200685198=>1,3200687257=>1,3200685985=>1,3200680790=>1,3200680230=>1,3200672881=>1,3200670863=>1,3200675672=>1,3200678159=>1,3200680126=>1,3200679336=>1,3200650512=>1,3200650474=>1,3199540145=>1,3199537896=>1,3199599283=>1,3199697958=>1,3199837665=>1,3199766702=>1,3199500862=>1,3198677773=>1,3198088546=>1,3197856702=>1,3198305768=>1,3198608898=>1,3198677771=>1,3198665228=>1,3199871612=>1,3199921848=>1,3200412293=>1,3200338958=>1,3200577548=>1,3200647626=>1,3200650118=>1,3200647773=>1,3200244074=>1,3200192167=>1,3199966810=>1,3199955898=>1,3199997135=>1,3200067936=>1,3200118122=>1,3200687461=>1,3200687989=>1,3200782624=>1,3200781917=>1,3200787535=>1,3200791874=>1,3200811204=>1,3200793483=>1,3200781878=>1,3200780999=>1,3200769664=>1,3200769189=>1,3200770095=>1,3200772046=>1,3200776631=>1,3200772675=>1,3200816169=>1,3200816660=>1,3200844786=>1,3200843119=>1,3200845711=>1,3200847542=>1,3200851302=>1,3200848212=>1,3200842013=>1,3200841461=>1,3200823908=>1,3200822446=>1,3200833404=>1,3200839560=>1,3200841141=>1,3200768817=>1,3200768441=>1,3200708063=>1,3200707271=>1,3200708891=>1,3200711292=>1,3200725514=>1,3200720904=>1,3200704546=>1,3200697157=>1,3200689244=>1,3200688800=>1,3200691865=>1,3200692921=>1,3200694054=>1,3200693507=>1,3200726187=>1,3200726824=>1,3200760569=>1,3200750583=>1,3200762333=>1,3200762921=>1,3200765607=>1,3200764477=>1,3200747877=>1,3200745978=>1,3200732124=>1,3200727147=>1,3200735156=>1,3200745309=>1,3200745843=>1,3201073113=>1,3201073943=>1,3201298605=>1,3201297568=>1,3201298732=>1,3201300082=>1,3201300381=>1,3201300230=>1,3201296516=>1,3201296415=>1,3201293018=>1,3201292501=>1,3201294789=>1,3201294941=>1,3201295786=>1,3201295266=>1,3201300738=>1,3201314269=>1,3201605680=>1,3201567654=>1,3201657562=>1,3201706019=>1,3201773796=>1,3201708157=>1,3201554255=>1,3201552941=>1,3201347704=>1,3201343181=>1,3201458778=>1,3201509619=>1,3201552851=>1,3201528193=>1,3201292483=>1,3201292216=>1,3201281650=>1,3201281274=>1,3201282247=>1,3201282581=>1,3201283260=>1,3201283029=>1,3201279361=>1,3201279134=>1,3201277075=>1,3201276049=>1,3201277214=>1,3201277300=>1,3201279124=>1,3201278780=>1,3201284878=>1,3201285585=>1,3201290155=>1,3201289794=>1,3201291237=>1,3201291243=>1,3201291987=>1,3201291430=>1,3201288767=>1,3201288403=>1,3201287234=>1,3201287176=>1,3201288337=>1,3201288383=>1,3201288389=>1,3201827464=>1,3201828354=>1,3204829402=>1,3204829383=>1,3204830004=>1,3204830305=>1,3204830790=>1,3204830407=>1,3204829371=>1,3204804459=>1,3204260678=>1,3203963298=>1,3204267038=>1,3204320900=>1,3204367162=>1,3204320902=>1,3204830813=>1,3204909323=>1,3206597039=>1,3206553130=>1,3206597523=>1,3206604863=>1,3206630459=>1,3206618692=>1,3206551165=>1,3204961829=>1,3204957377=>1,3204932557=>1,3204957757=>1,3204958293=>1,3204960359=>1,3203958662=>1,3203916817=>1,3202355735=>1,3202162134=>1,3202414146=>1,3202621810=>1,3202642459=>1,3202641602=>1,3202162133=>1,3202162130=>1,3201886912=>1,3201828823=>1,3201986164=>1,3202027985=>1,3202160542=>1,3202158506=>1,3202941641=>1,3202944674=>1,3203368624=>1,3203338314=>1,3203455087=>1,3203558794=>1,3203770948=>1,3203559222=>1,3203249652=>1,3203227697=>1,3203009357=>1,3202998199=>1,3203023441=>1,3203103660=>1,3203200739=>1,3201275819=>1,3201274311=>1,3201140114=>1,3201136515=>1,3201140720=>1,3201143937=>1,3201145697=>1,3201144309=>1,3201134578=>1,3201134271=>1,3201121318=>1,3201112303=>1,3201121610=>1,3201132499=>1,3201134099=>1,3201133754=>1,3201156718=>1,3201158077=>1,3201174747=>1,3201174742=>1,3201174877=>1,3201175059=>1,3201176930=>1,3201175477=>1,3201173109=>1,3201171629=>1,3201161421=>1,3201158915=>1,3201164373=>1,3201165112=>1,3201169458=>1,3201165753=>1,3201111732=>1,3201109346=>1,3201088750=>1,3201088691=>1,3201089067=>1,3201089340=>1,3201093240=>1,3201089617=>1,3201087591=>1,3201086972=>1,3201078997=>1,3201075641=>1,3201079250=>1,3201081762=>1,3201083988=>1,3201082068=>1,3201093771=>1,3201094534=>1,3201106043=>1,3201105266=>1,3201106417=>1,3201106957=>1,3201108165=>1,3201107518=>1,3201105035=>1,3201103334=>1,3201098662=>1,3201098072=>1,3201099933=>1,3201100829=>1,3201101795=>1,3201178236=>1,3201181351=>1,3201245562=>1,3201245233=>1,3201247195=>1,3201247251=>1,3201251986=>1,3201251521=>1,3201244860=>1,3201243252=>1,3201232622=>1,3201230988=>1,3201232788=>1,3201233571=>1,3201242134=>1,3201239651=>1,3201256365=>1,3201258290=>1,3201272110=>1,3201271231=>1,3201273020=>1,3201273492=>1,3201274161=>1,3201273549=>1,3201269921=>1,3201269766=>1,3201261889=>1,3201260071=>1,3201263319=>1,3201263772=>1,3201265930=>1,3201228789=>1,3201228545=>1,3201196197=>1,3201190377=>1,3201196966=>1,3201197248=>1,3201199708=>1,3201197964=>1,3201188533=>1,3201188138=>1,3201183633=>1,3201182119=>1,3201183722=>1,3201185371=>1,3201187707=>1,3201185884=>1,3201200487=>1,3201201930=>1,3201221266=>1,3201215202=>1,3201221614=>1,3201222153=>1,3201226801=>1,3201223691=>1,3201214373=>1,3201213780=>1,3201202780=>1,3201202710=>1,3201206353=>1,3201208607=>1,3201212400=>1,3197856701=>1,3197856700=>1,3192394866=>1,3192394785=>1,3192396352=>1,3192396834=>1,3192402452=>1,3192396896=>1,3192394524=>1,3192393260=>1,3191844598=>1,3191844597=>1,3192005237=>1,3192361508=>1,3192390425=>1,3192389736=>1,3192403835=>1,3192424411=>1,3192485278=>1,3192485077=>1,3192485828=>1,3192487768=>1,3192489400=>1,3192488898=>1,3192484444=>1,3192484317=>1,3192437786=>1,3192426983=>1,3192478997=>1,3192479268=>1,3192483938=>1,3192482617=>1,3191844596=>1,3191844595=>1,3191093493=>1,3190893565=>1,3191119977=>1,3191123788=>1,3191127149=>1,3191126490=>1,3190605598=>1,3190525528=>1,3190462782=>1,3190378692=>1,3190465157=>1,3190475521=>1,3190508482=>1,3190476561=>1,3191442626=>1,3191465538=>1,3191839147=>1,3191836125=>1,3191840226=>1,3191840533=>1,3191844035=>1,3191843060=>1,3191835719=>1,3191627545=>1,3191467924=>1,3191466142=>1,3191618422=>1,3191619086=>1,3191619159=>1,3192489532=>1,3192489951=>1,3192569797=>1,3192568183=>1,3192570859=>1,3192572154=>1,3192576603=>1,3192573213=>1,3192566610=>1,3192566296=>1,3192564521=>1,3192563463=>1,3192564574=>1,3192564616=>1,3192565715=>1,3192564784=>1,3192598570=>1,3192603526=>1,3192649711=>1,3192647114=>1,3192650940=>1,3192669713=>1,3192719700=>1,3192677648=>1,3192637994=>1,3192637237=>1,3192606164=>1,3192603556=>1,3192625483=>1,3192628375=>1,3192629815=>1,3192562051=>1,3192561914=>1,3192494950=>1,3192494738=>1,3192495575=>1,3192495816=>1,3192513305=>1,3192509815=>1,3192494504=>1,3192494149=>1,3192491014=>1,3192490830=>1,3192491015=>1,3192493749=>1,3192494097=>1,3192493828=>1,3192517239=>1,3192517644=>1,3192544886=>1,3192542149=>1,3192545708=>1,3192546643=>1,3192550841=>1,3192547790=>1,3192540619=>1,3192539526=>1,3192518915=>1,3192517968=>1,3192526600=>1,3192538640=>1,3192538810=>1,3190369355=>1,3190318827=>1,3190131438=>1,3190130933=>1,3190131862=>1,3190132385=>1,3190134845=>1,3190132670=>1,3190130606=>1,3190128247=>1,3190125120=>1,3190124307=>1,3190125436=>1,3190125498=>1,3190127706=>1,3190125840=>1,3190135066=>1,3190137659=>1,3190170194=>1,3190167339=>1,3190170871=>1,3190170931=>1,3190173243=>1,3190173030=>1,3190163568=>1,3190158143=>1,3190139157=>1,3190138496=>1,3190141299=>1,3190149068=>1,3190157528=>1,3190155617=>1,3190122767=>1,3190120881=>1,3190069831=>1,3190069639=>1,3190070348=>1,3190070678=>1,3190073211=>1,3190071257=>1,3190069400=>1,3190068983=>1,3190065132=>1,3190064766=>1,3190066876=>1,3190067533=>1,3190068432=>1,3190067758=>1,3190074928=>1,3190074981=>1,3190109687=>1,3190108351=>1,3190109870=>1,3190110159=>1,3190118705=>1,3190116064=>1,3190105906=>1,3190105352=>1,3190078636=>1,3190078511=>1,3190097951=>1,3190104449=>1,3190104956=>1,3190175754=>1,3190176575=>1,3190253333=>1,3190251920=>1,3190254211=>1,3190254471=>1,3190255090=>1,3190254934=>1,3190250606=>1,3190250382=>1,3190247973=>1,3190247822=>1,3190249482=>1,3190249581=>1,3190249962=>1,3190249704=>1,3190256557=>1,3190257041=>1,3190266816=>1,3190266812=>1,3190267021=>1,3190284850=>1,3190292095=>1,3190287628=>1,3190262577=>1,3190260588=>1,3190258632=>1,3190257161=>1,3190259556=>1,3190259722=>1,3190260265=>1,3190247490=>1,3190245213=>1,3190195021=>1,3190194036=>1,3190195061=>1,3190197876=>1,3190204386=>1,3190202615=>1,3190189973=>1,3190189300=>1,3190177182=>1,3190176676=>1,3190179020=>1,3190182851=>1,3190188789=>1,3190187799=>1,3190206344=>1,3190206515=>1,3190235428=>1,3190226232=>1,3190236468=>1,3190237163=>1,3190244237=>1,3190243668=>1,3190222706=>1,3190214351=>1,3190209855=>1,3190209331=>1,3190210012=>1,3190210862=>1,3190213009=>1,3192727907=>1,3192730442=>1,3195566851=>1,3195566850=>1,3195599429=>1,3195600569=>1,3195636386=>1,3195600634=>1,3195565632=>1,3195385148=>1,3195160574=>1,3195122059=>1,3195204581=>1,3195280410=>1,3195377604=>1,3195320308=>1,3195638948=>1,3195638983=>1,3195714243=>1,3195714209=>1,3195714245=>1,3195714249=>1,3195714255=>1,3195714254=>1,3195714004=>1,3195694026=>1,3195641466=>1,3195641458=>1,3195641545=>1,3195660146=>1,3195660363=>1,3195660362=>1,3195118222=>1,3195038821=>1,3194360304=>1,3194360244=>1,3194361982=>1,3194362152=>1,3194484740=>1,3194394603=>1,3194304040=>1,3194182669=>1,3193893366=>1,3193888093=>1,3194070392=>1,3194091593=>1,3194135062=>1,3194093122=>1,3194493190=>1,3194493258=>1,3194757910=>1,3194757909=>1,3194757933=>1,3194856529=>1,3195034543=>1,3194968258=>1,3194757894=>1,3194645365=>1,3194498392=>1,3194498265=>1,3194549543=>1,3194549922=>1,3194625350=>1,3195714256=>1,3195714258=>1,3197136916=>1,3197131890=>1,3197170117=>1,3197201302=>1,3197338118=>1,3197304888=>1,3197131858=>1,3197033996=>1,3196966970=>1,3196924904=>1,3196966996=>1,3197005316=>1,3197031653=>1,3197011598=>1,3197534076=>1,3197536116=>1,3197726189=>1,3197725612=>1,3197728896=>1,3197729142=>1,3197760517=>1,3197758573=>1,3197725061=>1,3197718781=>1,3197569762=>1,3197546294=>1,3197635458=>1,3197643329=>1,3197706647=>1,3196909882=>1,3196890847=>1,3196120614=>1,3196085025=>1,3196123650=>1,3196147155=>1,3196203400=>1,3196178110=>1,3195744116=>1,3195714281=>1,3195714262=>1,3195714260=>1,3195714268=>1,3195714277=>1,3195714279=>1,3195714278=>1,3196588577=>1,3196588795=>1,3196780143=>1,3196780051=>1,3196780177=>1,3196780256=>1,3196868954=>1,3196801352=>1,3196780040=>1,3196780036=>1,3196651568=>1,3196628661=>1,3196656511=>1,3196669964=>1,3196691205=>1,3193887551=>1,3193886878=>1,3192795952=>1,3192795060=>1,3192797116=>1,3192797328=>1,3192798868=>1,3192797345=>1,3192788907=>1,3192788612=>1,3192785484=>1,3192785214=>1,3192785785=>1,3192786652=>1,3192788560=>1,3192787116=>1,3192799084=>1,3192799690=>1,3192813846=>1,3192811953=>1,3192814445=>1,3192814678=>1,3192817893=>1,3192815525=>1,3192805071=>1,3192804066=>1,3192800855=>1,3192800210=>1,3192801700=>1,3192802266=>1,3192803240=>1,3192802317=>1,3192784472=>1,3192783095=>1,3192768585=>1,3192767837=>1,3192768723=>1,3192769130=>1,3192771032=>1,3192769696=>1,3192762359=>1,3192758985=>1,3192750581=>1,3192739185=>1,3192751712=>1,3192756168=>1,3192758365=>1,3192757681=>1,3192771186=>1,3192771553=>1,3192776614=>1,3192774609=>1,3192777141=>1,3192780561=>1,3192783066=>1,3192782264=>1,3192774572=>1,3192774458=>1,3192772094=>1,3192771818=>1,3192773999=>1,3192774050=>1,3192774116=>1,3192818966=>1,3192825320=>1,3192905968=>1,3192902846=>1,3192956212=>1,3192956414=>1,3193069069=>1,3193068261=>1,3192900322=>1,3192889342=>1,3192887637=>1,3192887541=>1,3192887944=>1,3192888028=>1,3192889282=>1,3192888951=>1,3193157142=>1,3193248914=>1,3193715717=>1,3193618808=>1,3193722642=>1,3193782939=>1,3193881357=>1,3193834447=>1,3193615333=>1,3193610842=>1,3193265538=>1,3193254523=>1,3193274898=>1,3193281452=>1,3193610837=>1,3192885425=>1,3192885224=>1,3192842041=>1,3192841315=>1,3192842066=>1,3192845398=>1,3192845992=>1,3192845882=>1,3192840883=>1,3192831148=>1,3192828900=>1,3192828427=>1,3192828909=>1,3192829414=>1,3192830295=>1,3192830054=>1,3192846380=>1,3192846710=>1,3192881290=>1,3192881221=>1,3192881841=>1,3192882217=>1,3192884623=>1,3192882221=>1,3192873217=>1,3192861605=>1,3192848164=>1,3192847348=>1,3192849692=>1,3192852378=>1,3192853233=>1,3190063834=>1,);?>
1
+ <?php return array(3147842068=>1,3147842062=>1,3147842070=>1,3147842085=>1,3147842122=>1,3147842089=>1,3147842061=>1,3147842052=>1,3147841729=>1,3147841672=>1,3147841741=>1,3147841780=>1,3147841786=>1,3147841782=>1,3147842124=>1,3147842149=>1,3147842302=>1,3147842292=>1,3147842315=>1,3147842398=>1,3147842412=>1,3147842411=>1,3147842284=>1,3147842278=>1,3147842232=>1,3147842170=>1,3147842236=>1,3147842238=>1,3147842266=>1,3147842265=>1,3147841639=>1,3147841629=>1,3147839589=>1,3147839575=>1,3147839596=>1,3147839599=>1,3147839661=>1,3147839635=>1,3147839571=>1,3147839569=>1,3147839507=>1,3147838910=>1,3147839533=>1,3147839542=>1,3147839565=>1,3147839557=>1,3147839662=>1,3147839665=>1,3147841542=>1,3147839921=>1,3147841554=>1,3147841555=>1,3147841578=>1,3147841576=>1,3147839727=>1,3147839724=>1,3147839683=>1,3147839682=>1,3147839704=>1,3147839717=>1,3147839723=>1,3147842415=>1,3147842418=>1,3147843943=>1,3147843928=>1,3147843990=>1,3147844003=>1,3147844035=>1,3147844024=>1,3147843891=>1,3147843843=>1,3147843789=>1,3147843787=>1,3147843792=>1,3147843798=>1,3147843840=>1,3147843819=>1,3147844045=>1,3147844062=>1,3147844287=>1,3147844275=>1,3147844288=>1,3147844311=>1,3147844345=>1,3147844312=>1,3147844254=>1,3147844246=>1,3147844141=>1,3147844134=>1,3147844201=>1,3147844202=>1,3147844233=>1,3147844215=>1,3147843771=>1,3147843768=>1,3147842451=>1,3147842449=>1,3147842474=>1,3147842509=>1,3147842554=>1,3147842528=>1,3147842448=>1,3147842446=>1,3147842427=>1,3147842424=>1,3147842430=>1,3147842431=>1,3147842444=>1,3147842434=>1,3147843586=>1,3147843589=>1,3147843723=>1,3147843705=>1,3147843726=>1,3147843747=>1,3147843758=>1,3147843750=>1,3147843697=>1,3147843679=>1,3147843628=>1,3147843614=>1,3147843633=>1,3147843634=>1,3147843652=>1,3147837940=>1,3147837934=>1,3147834723=>1,3147834704=>1,3147834741=>1,3147834744=>1,3147834751=>1,3147834750=>1,3147834701=>1,3147834698=>1,3147834626=>1,3147834613=>1,3147834627=>1,3147834652=>1,3147834696=>1,3147834673=>1,3147834753=>1,3147834755=>1,3147837018=>1,3147836995=>1,3147837021=>1,3147837080=>1,3147837115=>1,3147837114=>1,3147836989=>1,3147836942=>1,3147834861=>1,3147834804=>1,3147834870=>1,3147834918=>1,3147836937=>1,3147834919=>1,3147834580=>1,3147834574=>1,3147832490=>1,3147832485=>1,3147832493=>1,3147832500=>1,3147832524=>1,3147832520=>1,3147832482=>1,3147832470=>1,3147832398=>1,3147832356=>1,3147832418=>1,3147832425=>1,3147832443=>1,3147832436=>1,3147832533=>1,3147832549=>1,3147834477=>1,3147834476=>1,3147834492=>1,3147834493=>1,3147834519=>1,3147834499=>1,3147834466=>1,3147834453=>1,3147833576=>1,3147832694=>1,3147833649=>1,3147834422=>1,3147834448=>1,3147837123=>1,3147837155=>1,3147837709=>1,3147837705=>1,3147837711=>1,3147837713=>1,3147837745=>1,3147837720=>1,3147837704=>1,3147837702=>1,3147837637=>1,3147837619=>1,3147837652=>1,3147837675=>1,3147837696=>1,3147837676=>1,3147837748=>1,3147837756=>1,3147837867=>1,3147837855=>1,3147837874=>1,3147837888=>1,3147837897=>1,3147837893=>1,3147837821=>1,3147837812=>1,3147837763=>1,3147837761=>1,3147837766=>1,3147837789=>1,3147837801=>1,3147837616=>1,3147837610=>1,3147837322=>1,3147837318=>1,3147837334=>1,3147837350=>1,3147837394=>1,3147837361=>1,3147837291=>1,3147837273=>1,3147837189=>1,3147837171=>1,3147837215=>1,3147837238=>1,3147837262=>1,3147837254=>1,3147837418=>1,3147837438=>1,3147837532=>1,3147837526=>1,3147837534=>1,3147837546=>1,3147837609=>1,3147837600=>1,3147837525=>1,3147837511=>1,3147837463=>1,3147837460=>1,3147837497=>1,3147837505=>1,3147837510=>1,3147844383=>1,3147844386=>1,3147853180=>1,3147853153=>1,3147853183=>1,3147853195=>1,3147853263=>1,3147853237=>1,3147853113=>1,3147853111=>1,3147853047=>1,3147853044=>1,3147853054=>1,3147853059=>1,3147853094=>1,3147853087=>1,3147853269=>1,3147853278=>1,3147853936=>1,3147853929=>1,3147853946=>1,3147853969=>1,3147854007=>1,3147854006=>1,3147853926=>1,3147853902=>1,3147853842=>1,3147853279=>1,3147853845=>1,3147853872=>1,3147853897=>1,3147853891=>1,3147853041=>1,3147853039=>1,3147851829=>1,3147850741=>1,3147852810=>1,3147852831=>1,3147852867=>1,3147852832=>1,3147850728=>1,3147850709=>1,3147850689=>1,3147850687=>1,3147850699=>1,3147850700=>1,3147850704=>1,3147850702=>1,3147852883=>1,3147852885=>1,3147852955=>1,3147852951=>1,3147852973=>1,3147852977=>1,3147853023=>1,3147852985=>1,3147852943=>1,3147852931=>1,3147852901=>1,3147852900=>1,3147852909=>1,3147852915=>1,3147852924=>1,3147854014=>1,3147854022=>1,3147854766=>1,3147854764=>1,3147854770=>1,3147854781=>1,3147854801=>1,3147854793=>1,3147854736=>1,3147854719=>1,3147854565=>1,3147854545=>1,3147854566=>1,3147854568=>1,3147854656=>1,3147854593=>1,3147854828=>1,3147854839=>1,3147855936=>1,3147855933=>1,3147855943=>1,3147855955=>1,3147856000=>1,3147855986=>1,3147855921=>1,3147855897=>1,3147855874=>1,3147854845=>1,3147855876=>1,3147855880=>1,3147855895=>1,3147854473=>1,3147854468=>1,3147854150=>1,3147854107=>1,3147854151=>1,3147854176=>1,3147854181=>1,3147854177=>1,3147854106=>1,3147854083=>1,3147854059=>1,3147854052=>1,3147854062=>1,3147854064=>1,3147854073=>1,3147854065=>1,3147854190=>1,3147854204=>1,3147854362=>1,3147854350=>1,3147854391=>1,3147854397=>1,3147854434=>1,3147854402=>1,3147854320=>1,3147854317=>1,3147854223=>1,3147854206=>1,3147854301=>1,3147854304=>1,3147854305=>1,3147850683=>1,3147850681=>1,3147846214=>1,3147846204=>1,3147846220=>1,3147846232=>1,3147846274=>1,3147846256=>1,3147846187=>1,3147846181=>1,3147846124=>1,3147846115=>1,3147846135=>1,3147846136=>1,3147846147=>1,3147846138=>1,3147846285=>1,3147846286=>1,3147846447=>1,3147846439=>1,3147846452=>1,3147846475=>1,3147846489=>1,3147846486=>1,3147846427=>1,3147846415=>1,3147846366=>1,3147846357=>1,3147846369=>1,3147846379=>1,3147846411=>1,3147846389=>1,3147846114=>1,3147846097=>1,3147844587=>1,3147844561=>1,3147845637=>1,3147845695=>1,3147845710=>1,3147845706=>1,3147844497=>1,3147844480=>1,3147844435=>1,3147844423=>1,3147844449=>1,3147844455=>1,3147844477=>1,3147844462=>1,3147845737=>1,3147845742=>1,3147845934=>1,3147845916=>1,3147845938=>1,3147846033=>1,3147846058=>1,3147846049=>1,3147845889=>1,3147845880=>1,3147845787=>1,3147845784=>1,3147845814=>1,3147845821=>1,3147845835=>1,3147846548=>1,3147846592=>1,3147850383=>1,3147850369=>1,3147850399=>1,3147850402=>1,3147850452=>1,3147850443=>1,3147850347=>1,3147850342=>1,3147850212=>1,3147850209=>1,3147850233=>1,3147850252=>1,3147850284=>1,3147850281=>1,3147850477=>1,3147850488=>1,3147850665=>1,3147850630=>1,3147850671=>1,3147850672=>1,3147850677=>1,3147850675=>1,3147850617=>1,3147850558=>1,3147850506=>1,3147850494=>1,3147850507=>1,3147850509=>1,3147850540=>1,3147850203=>1,3147850194=>1,3147849802=>1,3147849766=>1,3147849817=>1,3147849840=>1,3147849856=>1,3147849850=>1,3147849751=>1,3147849657=>1,3147846648=>1,3147846629=>1,3147849022=>1,3147849084=>1,3147849359=>1,3147849117=>1,3147849865=>1,3147849919=>1,3147850087=>1,3147850062=>1,3147850104=>1,3147850114=>1,3147850173=>1,3147850137=>1,3147850054=>1,3147850048=>1,3147849955=>1,3147849948=>1,3147849967=>1,3147849973=>1,3147850028=>1,3147832350=>1,3147832347=>1,3137739064=>1,3137666299=>1,3137796411=>1,3137831278=>1,3137896501=>1,3137853298=>1,3137654169=>1,3137618466=>1,3137347664=>1,3137011655=>1,3137386113=>1,3137396391=>1,3137614641=>1,3137523550=>1,3138091656=>1,3138113319=>1,3138570953=>1,3138511746=>1,3138578376=>1,3138631681=>1,3138701629=>1,3138681658=>1,3138457644=>1,3138418803=>1,3138174429=>1,3138125545=>1,3138271469=>1,3138307189=>1,3138402730=>1,3138402486=>1,3136993968=>1,3136992706=>1,3135796254=>1,3135796250=>1,3135843501=>1,3135850758=>1,3135877158=>1,3135856718=>1,3135795385=>1,3135788004=>1,3135570229=>1,3135570226=>1,3135570230=>1,3135574170=>1,3135725952=>1,3135592755=>1,3136010830=>1,3136010933=>1,3136976920=>1,3136971265=>1,3136977090=>1,3136977717=>1,3136986390=>1,3136979474=>1,3136970818=>1,3136970753=>1,3136156505=>1,3136026872=>1,3136836586=>1,3136882637=>1,3136935192=>1,3138870173=>1,3138905258=>1,3141217874=>1,3141166092=>1,3141226707=>1,3141255157=>1,3141281905=>1,3141280682=>1,3141163852=>1,3141159275=>1,3140825913=>1,3140823991=>1,3140828435=>1,3140867967=>1,3141148313=>1,3141087915=>1,3141283630=>1,3141283636=>1,3141564479=>1,3141543427=>1,3141707350=>1,3142094546=>1,3142161767=>1,3142115395=>1,3141493784=>1,3141456805=>1,3141308676=>1,3141307978=>1,3141311138=>1,3141315094=>1,3141455650=>1,3140823919=>1,3140823791=>1,3139560803=>1,3139559994=>1,3139673273=>1,3140223286=>1,3140250422=>1,3140231756=>1,3139554229=>1,3139514533=>1,3139193490=>1,3138907818=>1,3139221842=>1,3139499441=>1,3139514532=>1,3139514530=>1,3140250423=>1,3140260906=>1,3140579366=>1,3140575016=>1,3140579841=>1,3140611013=>1,3140823752=>1,3140691282=>1,3140573821=>1,3140571413=>1,3140288266=>1,3140260979=>1,3140317189=>1,3140571408=>1,3140571412=>1,3135529332=>1,3135492258=>1,3128545000=>1,3128259099=>1,3128546394=>1,3128741143=>1,3129584414=>1,3129584156=>1,3128123434=>1,3128084159=>1,3127390419=>1,3127387804=>1,3127390661=>1,3127760830=>1,3127945578=>1,3127922842=>1,3129680723=>1,3130255082=>1,3133223796=>1,3133221787=>1,3133225200=>1,3133249478=>1,3133384743=>1,3133324822=>1,3133215242=>1,3133154319=>1,3130774820=>1,3130771999=>1,3131011334=>1,3132905296=>1,3133145382=>1,3132912017=>1,3127385238=>1,3127384481=>1,3126843356=>1,3126842611=>1,3126844007=>1,3126846700=>1,3126848547=>1,3126848243=>1,3126841530=>1,3126841485=>1,3126837769=>1,3126835716=>1,3126837969=>1,3126838939=>1,3126839480=>1,3126839166=>1,3126874042=>1,3127182066=>1,3127381840=>1,3127380138=>1,3127382058=>1,3127383368=>1,3127383694=>1,3127383686=>1,3127378358=>1,3127369412=>1,3127351493=>1,3127350578=>1,3127355812=>1,3127355813=>1,3127355814=>1,3133780818=>1,3133835490=>1,3135320329=>1,3135319093=>1,3135320346=>1,3135321145=>1,3135333260=>1,3135321193=>1,3135318637=>1,3135318473=>1,3134923833=>1,3134923826=>1,3134923836=>1,3135014224=>1,3135316065=>1,3135124170=>1,3135335474=>1,3135339586=>1,3135438347=>1,3135438027=>1,3135453342=>1,3135482512=>1,3135486610=>1,3135482584=>1,3135421998=>1,3135421962=>1,3135370222=>1,3135366373=>1,3135372426=>1,3135373178=>1,3135394907=>1,3134923818=>1,3134923816=>1,3134523685=>1,3134483203=>1,3134527129=>1,3134536056=>1,3134551509=>1,3134551254=>1,3134406971=>1,3134392628=>1,3133925628=>1,3133848185=>1,3133974947=>1,3134153899=>1,3134267942=>1,3134267939=>1,3134579715=>1,3134599484=>1,3134772446=>1,3134759362=>1,3134884796=>1,3134923778=>1,3134923807=>1,3134923796=>1,3134753371=>1,3134649259=>1,3134600998=>1,3134600082=>1,3134609962=>1,3134614746=>1,3134615220=>1,3142225903=>1,3142305245=>1,3147830639=>1,3147830634=>1,3147830650=>1,3147830677=>1,3147830703=>1,3147830692=>1,3147830623=>1,3147830611=>1,3147830551=>1,3147830548=>1,3147830575=>1,3147830583=>1,3147830604=>1,3147830586=>1,3147830704=>1,3147830707=>1,3147830868=>1,3147830844=>1,3147830889=>1,3147830899=>1,3147830916=>1,3147830901=>1,3147830818=>1,3147830808=>1,3147830727=>1,3147830719=>1,3147830769=>1,3147830771=>1,3147830800=>1,3147830782=>1,3147830538=>1,3147830526=>1,3147830331=>1,3147830314=>1,3147830334=>1,3147830341=>1,3147830359=>1,3147830353=>1,3147830293=>1,3147830290=>1,3147827118=>1,3147827112=>1,3147827139=>1,3147827155=>1,3147827196=>1,3147827173=>1,3147830361=>1,3147830368=>1,3147830473=>1,3147830472=>1,3147830485=>1,3147830491=>1,3147830520=>1,3147830497=>1,3147830465=>1,3147830449=>1,3147830392=>1,3147830376=>1,3147830406=>1,3147830415=>1,3147830446=>1,3147830917=>1,3147830928=>1,3147831615=>1,3147831612=>1,3147831624=>1,3147831630=>1,3147831641=>1,3147831639=>1,3147831603=>1,3147831595=>1,3147831537=>1,3147831531=>1,3147831566=>1,3147831570=>1,3147831584=>1,3147831571=>1,3147831661=>1,3147831669=>1,3147831769=>1,3147831748=>1,3147831781=>1,3147831798=>1,3147832342=>1,3147832327=>1,3147831722=>1,3147831721=>1,3147831673=>1,3147831672=>1,3147831675=>1,3147831676=>1,3147831700=>1,3147831510=>1,3147831502=>1,3147831105=>1,3147831072=>1,3147831123=>1,3147831135=>1,3147831190=>1,3147831184=>1,3147831070=>1,3147831066=>1,3147830970=>1,3147830953=>1,3147830982=>1,3147830988=>1,3147831010=>1,3147830999=>1,3147831195=>1,3147831204=>1,3147831432=>1,3147831395=>1,3147831439=>1,3147831445=>1,3147831464=>1,3147831459=>1,3147831387=>1,3147831355=>1,3147831223=>1,3147831216=>1,3147831232=>1,3147831299=>1,3147831349=>1,3147827110=>1,3147827086=>1,3144659193=>1,3144659052=>1,3144670986=>1,3144753885=>1,3144839958=>1,3144812456=>1,3144615190=>1,3144614062=>1,3144511273=>1,3144508362=>1,3144542116=>1,3144545466=>1,3144547038=>1,3144546290=>1,3144842744=>1,3144913981=>1,3145304665=>1,3145303038=>1,3145305101=>1,3145306810=>1,3145539709=>1,3145306820=>1,3145290504=>1,3145277264=>1,3144920277=>1,3144914061=>1,3145091498=>1,3145204626=>1,3145229382=>1,3145212629=>1,3144483152=>1,3144453097=>1,3143022114=>1,3143012589=>1,3143093054=>1,3143415994=>1,3143525314=>1,3143520305=>1,3143000150=>1,3142952544=>1,3142885838=>1,3142516864=>1,3142885841=>1,3142886284=>1,3142899787=>1,3142892292=>1,3143525317=>1,3143525318=>1,3144241542=>1,3144201143=>1,3144310220=>1,3144427906=>1,3144446532=>1,3144435628=>1,3144198614=>1,3144197467=>1,3143597620=>1,3143588371=>1,3144169386=>1,3144193705=>1,3144196616=>1,3145546786=>1,3145558738=>1,3147826833=>1,3147826828=>1,3147826836=>1,3147826837=>1,3147826845=>1,3147826842=>1,3147826813=>1,3147826811=>1,3147826750=>1,3147826742=>1,3147826755=>1,3147826774=>1,3147826798=>1,3147826777=>1,3147826909=>1,3147826915=>1,3147827059=>1,3147827052=>1,3147827066=>1,3147827079=>1,3147827085=>1,3147827083=>1,3147827040=>1,3147826999=>1,3147826938=>1,3147826923=>1,3147826939=>1,3147826974=>1,3147826995=>1,3147826741=>1,3147826739=>1,3147748604=>1,3147745185=>1,3147825669=>1,3147825886=>1,3147825925=>1,3147825906=>1,3147674878=>1,3147559077=>1,3145569202=>1,3145559162=>1,3145725601=>1,3145883569=>1,3147530332=>1,3146131385=>1,3147825973=>1,3147825979=>1,3147826291=>1,3147826231=>1,3147826347=>1,3147826557=>1,3147826734=>1,3147826719=>1,3147826140=>1,3147826021=>1,3147825987=>1,3147825982=>1,3147826017=>1,3147826019=>1,3147826020=>1,3126835627=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-25.php CHANGED
@@ -1 +1 @@
1
- <?php return array(3236828416=>3236828671,3281680240=>1,3281680230=>1,3281680347=>1,3281680838=>1,3281681374=>1,3281680928=>1,3281680044=>1,3281679798=>1,3281678954=>1,3281678792=>1,3281679033=>1,3281679592=>1,3281681379=>1,3281679779=>1,3281678671=>1,3281682236=>1,3281691682=>1,3281691308=>1,3281692974=>1,3281692998=>1,3281693621=>1,3281693464=>1,3281688267=>1,3281684114=>1,3281682359=>1,3281678485=>1,3281682410=>1,3281682422=>1,3281682583=>1,3281682490=>1,3281681963=>1,3281678382=>1,3281673286=>1,3281673158=>1,3281673371=>1,3281674506=>1,3281674539=>1,3281674513=>1,3281673099=>1,3281673021=>1,3281670744=>1,3281670645=>1,3281670836=>1,3281671475=>1,3281672835=>1,3281672167=>1,3281674587=>1,3281674659=>1,3281677725=>1,3281677390=>1,3281677900=>1,3281677945=>1,3281678204=>1,3281678023=>1,3281677324=>1,3281677207=>1,3281676272=>1,3281675088=>1,3281676597=>1,3281676601=>1,3281677079=>1,3281693718=>1,3281694828=>1,3284037574=>1,3284001599=>1,3284115248=>1,3284123062=>1,3284648717=>1,3284576798=>1,3283767648=>1,3283767646=>1,3283236901=>1,3283236899=>1,3283356575=>1,3283356612=>1,3283767644=>1,3283521093=>1,3284724933=>1,3284818380=>1,3286356762=>1,3285645812=>1,3286511024=>1,3286511069=>1,3286558859=>1,3286518659=>1,3285631543=>1,3285411654=>1,3285035824=>1,3284849467=>1,3285227433=>1,3285281684=>1,3285411546=>1,3283236897=>1,3283236896=>1,3281928456=>1,3281713945=>1,3281984744=>1,3281984763=>1,3282029662=>1,3282019010=>1,3281713922=>1,3281709858=>1,3281700838=>1,3281695573=>1,3281705103=>1,3281706777=>1,3281708843=>1,3281707617=>1,3282087092=>1,3282664930=>1,3283154801=>1,3283079162=>1,3283229156=>1,3283229157=>1,3283231062=>1,3283229158=>1,3283077546=>1,3283042006=>1,3282685750=>1,3282683068=>1,3282688191=>1,3282689886=>1,3283037590=>1,3281670627=>1,3281670569=>1,3275421001=>1,3275421000=>1,3275633978=>1,3275677518=>1,3276068638=>1,3275792264=>1,3275420994=>1,3275420991=>1,3274625855=>1,3274619173=>1,3275330573=>1,3275419642=>1,3275420990=>1,3275420989=>1,3276107234=>1,3276227668=>1,3277685002=>1,3277583458=>1,3277689067=>1,3277714145=>1,3278948021=>1,3277989138=>1,3277581718=>1,3277575938=>1,3276962927=>1,3276333990=>1,3277326232=>1,3277328218=>1,3277569851=>1,3277345851=>1,3274410722=>1,3274224931=>1,3269641022=>1,3269640766=>1,3270665900=>1,3270928691=>1,3271912947=>1,3271544241=>1,3269600089=>1,3269600088=>1,3269154044=>1,3269067599=>1,3269522201=>1,3269600084=>1,3269600087=>1,3269600085=>1,3272353254=>1,3272521518=>1,3273838284=>1,3273547273=>1,3273846426=>1,3274074636=>1,3274180139=>1,3274131364=>1,3273284630=>1,3273183026=>1,3272852076=>1,3272530886=>1,3273031287=>1,3273182415=>1,3273182617=>1,3279061001=>1,3279061004=>1,3281664129=>1,3281664044=>1,3281664749=>1,3281666037=>1,3281666877=>1,3281666333=>1,3281661557=>1,3281661530=>1,3281652802=>1,3281652129=>1,3281653731=>1,3281660434=>1,3281661528=>1,3281660517=>1,3281667714=>1,3281667755=>1,3281669747=>1,3281669525=>1,3281670016=>1,3281670087=>1,3281670510=>1,3281670508=>1,3281669108=>1,3281669029=>1,3281668516=>1,3281668149=>1,3281668564=>1,3281668647=>1,3281668948=>1,3281651787=>1,3281651320=>1,3279061421=>1,3279061420=>1,3279061422=>1,3279063037=>1,3279171183=>1,3279063813=>1,3279061419=>1,3279061417=>1,3279061015=>1,3279061006=>1,3279061020=>1,3279061022=>1,3279061071=>1,3279061043=>1,3279173115=>1,3279240659=>1,3281053861=>1,3280797273=>1,3281288391=>1,3281289060=>1,3281651262=>1,3281651149=>1,3280623216=>1,3280621278=>1,3279958850=>1,3279255810=>1,3279978269=>1,3279988530=>1,3280253588=>1,3286582701=>1,3286673491=>1,3322655152=>1,3322654860=>1,3322655217=>1,3322655226=>1,3322655538=>1,3322655364=>1,3322654809=>1,3322654724=>1,3322654074=>1,3322653957=>1,3322654081=>1,3322654161=>1,3322654513=>1,3322654474=>1,3322655576=>1,3322655762=>1,3322892852=>1,3322892851=>1,3322892853=>1,3322892854=>1,3323223060=>1,3322911046=>1,3322892229=>1,3322715817=>1,3322656294=>1,3322655942=>1,3322656669=>1,3322692650=>1,3322713241=>1,3322693680=>1,3322653735=>1,3322362716=>1,3321864502=>1,3321784930=>1,3321973413=>1,3321976768=>1,3322071585=>1,3321982376=>1,3321693896=>1,3321693765=>1,3321034247=>1,3321023348=>1,3321034248=>1,3321181908=>1,3321441145=>1,3321431446=>1,3322071587=>1,3322071589=>1,3322071605=>1,3322071602=>1,3322071607=>1,3322071609=>1,3322362176=>1,3322071610=>1,3322071601=>1,3322071598=>1,3322071593=>1,3322071591=>1,3322071595=>1,3322071596=>1,3322071597=>1,3323412005=>1,3323429725=>1,3325216055=>1,3325214559=>1,3325216903=>1,3325219638=>1,3325224788=>1,3325224726=>1,3325205582=>1,3325204497=>1,3325202984=>1,3325202895=>1,3325203196=>1,3325203270=>1,3325203872=>1,3325203526=>1,3325226805=>1,3325250469=>1,3325665995=>1,3325620674=>1,3325674375=>1,3325682255=>1,3325714553=>1,3325714460=>1,3325612069=>1,3325520347=>1,3325337929=>1,3325337928=>1,3325337930=>1,3325347622=>1,3325520346=>1,3325202760=>1,3325200341=>1,3323680134=>1,3323675779=>1,3323683286=>1,3323686180=>1,3323799358=>1,3323688796=>1,3323675774=>1,3323674839=>1,3323432898=>1,3323430179=>1,3323436010=>1,3323447879=>1,3323460127=>1,3323453706=>1,3324591438=>1,3324892713=>1,3325198564=>1,3325172253=>1,3325198566=>1,3325198572=>1,3325199861=>1,3325199514=>1,3325118731=>1,3325117106=>1,3324939823=>1,3324938792=>1,3324939850=>1,3324942643=>1,3324942713=>1,3321008694=>1,3320988014=>1,3291320700=>1,3291317249=>1,3291321089=>1,3291323313=>1,3291324305=>1,3291324249=>1,3291317153=>1,3291317081=>1,3291004428=>1,3290984501=>1,3291023642=>1,3291023785=>1,3291317073=>1,3291052786=>1,3291324309=>1,3291324333=>1,3302160307=>1,3302143798=>1,3302166146=>1,3302343498=>1,3302504186=>1,3302502467=>1,3301821284=>1,3301566318=>1,3291396946=>1,3291324373=>1,3301142594=>1,3301562625=>1,3301562763=>1,3301562636=>1,3290707402=>1,3290069356=>1,3287989226=>1,3287983025=>1,3288041729=>1,3288049185=>1,3288071394=>1,3288049221=>1,3287853278=>1,3287693722=>1,3286931542=>1,3286930478=>1,3287240426=>1,3287247322=>1,3287557297=>1,3287449945=>1,3288092674=>1,3288237900=>1,3289985058=>1,3289365978=>1,3290069344=>1,3290069353=>1,3290069355=>1,3290069354=>1,3289078329=>1,3288576341=>1,3288555705=>1,3288431937=>1,3288576334=>1,3288576337=>1,3288576338=>1,3302700830=>1,3302708963=>1,3315902802=>1,3315859494=>1,3315907219=>1,3318924354=>1,3318925982=>1,3318924942=>1,3315739851=>1,3315673733=>1,3315457576=>1,3314898374=>1,3315568225=>1,3315619748=>1,3315632442=>1,3315620299=>1,3318929430=>1,3318937118=>1,3319580421=>1,3319450826=>1,3319596276=>1,3320167538=>1,3320309817=>1,3320307155=>1,3319449129=>1,3318951172=>1,3318939542=>1,3318938668=>1,3318948875=>1,3318948876=>1,3318948883=>1,3314879374=>1,3314059525=>1,3308026079=>1,3307859475=>1,3308055082=>1,3308058946=>1,3308551132=>1,3308073355=>1,3307786745=>1,3307709189=>1,3305747898=>1,3305575303=>1,3307242809=>1,3307259523=>1,3307662632=>1,3307505955=>1,3308556768=>1,3310727421=>1,3310984131=>1,3310976934=>1,3310986194=>1,3311408352=>1,3314039564=>1,3311439828=>1,3310966219=>1,3310963565=>1,3310727446=>1,3310727426=>1,3310951220=>1,3310958523=>1,3310963522=>1,3268754659=>1,3268451529=>1,3227752984=>1,3227742188=>1,3227753194=>1,3227756646=>1,3227764453=>1,3227764452=>1,3227742185=>1,3227741963=>1,3227724750=>1,3227724657=>1,3227731847=>1,3227738914=>1,3227738921=>1,3227738916=>1,3227764931=>1,3227767947=>1,3228978348=>1,3228537945=>1,3229172226=>1,3229172232=>1,3229416019=>1,3229219993=>1,3228514720=>1,3228074270=>1,3227769731=>1,3227767995=>1,3227770041=>1,3227776560=>1,3227776707=>1,3227776613=>1,3227724249=>1,3227723467=>1,3227458106=>1,3227457994=>1,3227458426=>1,3227458447=>1,3227461129=>1,3227458853=>1,3227452254=>1,3227255787=>1,3226598006=>1,3226590626=>1,3226934300=>1,3226934354=>1,3227255150=>1,3226984744=>1,3227461362=>1,3227463345=>1,3227716411=>1,3227715666=>1,3227716552=>1,3227716912=>1,3227723164=>1,3227717498=>1,3227714315=>1,3227714185=>1,3227464156=>1,3227464132=>1,3227464158=>1,3227467478=>1,3227569881=>1,3229513655=>1,3231079985=>1,3233308271=>1,3233306831=>1,3233352836=>1,3233507947=>1,3233507986=>1,3233507948=>1,3233305948=>1,3233305216=>1,3233298370=>1,3232607420=>1,3233298389=>1,3233298982=>1,3233304992=>1,3233298984=>1,3233512508=>1,3233512510=>1,3235049897=>1,3235049689=>1,3236137167=>1,3236137955=>1,3236139474=>1,3236137965=>1,3235043719=>1,3235042171=>1,3234026370=>1,3233512546=>1,3234225163=>1,3235038962=>1,3235040016=>1,3232606866=>1,3232604656=>1,3231571434=>1,3231563854=>1,3231576051=>1,3231576423=>1,3231577470=>1,3231576521=>1,3231408094=>1,3231407461=>1,3231160974=>1,3231159962=>1,3231292148=>1,3231404143=>1,3231406196=>1,3231404901=>1,3231579288=>1,3231579289=>1,3231965235=>1,3231964301=>1,3231965310=>1,3232350421=>1,3232363717=>1,3232351714=>1,3231961423=>1,3231903365=>1,3231656243=>1,3231579517=>1,3231822897=>1,3231822973=>1,3231903175=>1,3226590299=>1,3226577012=>1,3216581505=>1,3216557188=>1,3216805810=>1,3216835602=>1,3216838371=>1,3216836479=>1,3216485417=>1,3216255071=>1,3211208563=>1,3211208158=>1,3211210272=>1,3211210550=>1,3216210186=>1,3211213622=>1,3218169861=>1,3219001474=>1,3220375116=>1,3220328258=>1,3220375228=>1,3220705958=>1,3220795217=>1,3220758682=>1,3220217657=>1,3220186097=>1,3219885420=>1,3219091364=>1,3219897631=>1,3220084104=>1,3220165596=>1,3220158806=>1,3211206313=>1,3211206130=>1,3206880769=>1,3206880274=>1,3206914141=>1,3210740864=>1,3211068288=>1,3210741259=>1,3206880273=>1,3206880272=>1,3206677029=>1,3206676702=>1,3206679577=>1,3206695256=>1,3206856834=>1,3206726669=>1,3211069790=>1,3211070344=>1,3211162434=>1,3211162369=>1,3211162525=>1,3211162561=>1,3211202938=>1,3211202897=>1,3211160139=>1,3211160138=>1,3211081800=>1,3211070892=>1,3211081991=>1,3211125666=>1,3211149955=>1,3220893854=>1,3220941084=>1,3224007525=>1,3224007014=>1,3224007526=>1,3224007696=>1,3224116776=>1,3224007841=>1,3223735299=>1,3223594520=>1,3223207481=>1,3223207435=>1,3223441950=>1,3223469005=>1,3223474352=>1,3223469961=>1,3224676166=>1,3224676167=>1,3225941386=>1,3225941385=>1,3226070034=>1,3226070867=>1,3226567726=>1,3226505898=>1,3225941284=>1,3225917220=>1,3225430076=>1,3224676221=>1,3225430411=>1,3225430462=>1,3225437698=>1,3223200504=>1,3223199788=>1,3221265705=>1,3221258894=>1,3221427443=>1,3221428451=>1,3221429490=>1,3221428579=>1,3221216181=>1,3221168857=>1,3220945973=>1,3220945947=>1,3220947612=>1,3220963020=>1,3221046876=>1,3221046569=>1,3221436039=>1,3221436104=>1,3221470818=>1,3221467559=>1,3221474145=>1,3221474500=>1,3221593745=>1,3221580349=>1,3221466348=>1,3221466217=>1,3221459995=>1,3221446198=>1,3221460236=>1,3221462986=>1,3221465948=>1,3236147183=>1,3236165553=>1,3252891987=>1,3252860017=>1,3252981521=>1,3253189468=>1,3253727833=>1,3253254285=>1,3252724523=>1,3252356752=>1,3250783017=>1,3250783013=>1,3251032365=>1,3251171600=>1,3251487350=>1,3251171779=>1,3253728019=>1,3253728020=>1,3255585850=>1,3255349092=>1,3255745461=>1,3256302842=>1,3256974578=>1,3256823358=>1,3255341962=>1,3255316230=>1,3254263900=>1,3253771041=>1,3254596060=>1,3254697142=>1,3254906483=>1,3254884146=>1,3250783009=>1,3250739170=>1,3249087816=>1,3248851402=>1,3249094398=>1,3249100676=>1,3249261206=>1,3249261202=>1,3248806229=>1,3248784693=>1,3247892851=>1,3247864130=>1,3247904942=>1,3248450456=>1,3248784680=>1,3248784655=>1,3249261210=>1,3249271804=>1,3250497589=>1,3250487235=>1,3250714154=>1,3250734372=>1,3250737078=>1,3250734538=>1,3250021333=>1,3249967157=>1,3249716215=>1,3249716155=>1,3249734002=>1,3249737244=>1,3249841396=>1,3257560069=>1,3257582646=>1,3264891602=>1,3264653420=>1,3264905281=>1,3265187274=>1,3265714023=>1,3265700301=>1,3264653407=>1,3264653391=>1,3263729010=>1,3263650981=>1,3263990917=>1,3264389133=>1,3264621670=>1,3264405844=>1,3265715086=>1,3266001228=>1,3267239722=>1,3267088173=>1,3267255635=>1,3267268377=>1,3206673834=>1,3268431393=>1,3267033308=>1,3267028568=>1,3266981192=>1,3266945925=>1,3266985315=>1,3267002826=>1,3267002834=>1,3263648561=>1,3263083817=>1,3258944878=>1,3258611838=>1,3258944888=>1,3258945035=>1,3258957525=>1,3258945200=>1,3258611386=>1,3258593204=>1,3257693051=>1,3257687905=>1,3257697387=>1,3257717582=>1,3258102203=>1,3257718078=>1,3259249070=>1,3259922267=>1,3261710906=>1,3261675145=>1,3261976276=>1,3262534837=>1,3263066607=>1,3262557387=>1,3261595748=>1,3261388732=>1,3260280843=>1,3259943139=>1,3260371537=>1,3260961520=>1,3261093898=>1,3247864090=>1,3247849792=>1,3238021778=>1,3238018437=>1,3238041659=>1,3238149186=>1,3238452846=>1,3238149188=>1,3237773966=>1,3237560215=>1,3237080003=>1,3237079538=>1,3237080032=>1,3237084223=>1,3237559991=>1,3237558283=>1,3238506975=>1,3238658273=>1,3238871550=>1,3238871493=>1,3239556518=>1,3239572724=>1,3239641346=>1,3239629438=>1,3238833803=>1,3238766274=>1,3238752813=>1,3238752811=>1,3238752814=>1,3238752815=>1,3238765811=>1,3238758807=>1,3237079499=>1,3237076720=>1,3237054014=>1,3237053417=>1,3237057592=>1,3237057644=>1,3237065755=>1,3237062698=>1,3237052988=>1,3236978854=>1,3236334627=>1,3236165554=>1,3236646419=>1,3236811316=>1,3236814224=>1,3236811793=>1,3237065891=>1,3237066071=>1,3237073345=>1,3237072995=>1,3237073509=>1,3237073569=>1,3237075321=>1,3237074608=>1,3237072555=>1,3237071574=>1,3237066106=>1,3237066092=>1,3237068434=>1,3237070442=>1,3237070806=>1,3239641501=>1,3239667452=>1,3245093600=>1,3245073473=>1,3245179037=>1,3245226550=>1,3245251991=>1,3245230966=>1,3245054018=>1,3245036862=>1,3245019463=>1,3244998881=>1,3245019934=>1,3245036856=>1,3245036861=>1,3245036857=>1,3245283862=>1,3245312162=>1,3247102953=>1,3247102948=>1,3247102954=>1,3247316546=>1,3247836775=>1,3247836734=>1,3247076958=>1,3246967925=>1,3245319826=>1,3245313403=>1,3245340307=>1,3245410406=>1,3246180798=>1,3244998866=>1,3244960277=>1,3240688753=>1,3240669234=>1,3240710124=>1,3240795242=>1,3243319874=>1,3241238785=>1,3240466631=>1,3240466618=>1,3239896134=>1,3239672043=>1,3240188115=>1,3240220695=>1,3240371164=>1,3240309813=>1,3243367096=>1,3243447456=>1,3244110073=>1,3244017092=>1,3244290773=>1,3244874787=>1,3244951089=>1,3244874806=>1,3243904120=>1,3243904090=>1,3243904086=>1,3243554841=>1,3243904087=>1,3243904088=>1,3243904089=>1,3268479847=>1,);?>
1
+ <?php return array(3147877078=>1,3147877077=>1,3147877081=>1,3147877112=>1,3147877116=>1,3147877114=>1,3147877069=>1,3147877056=>1,3147876997=>1,3147876996=>1,3147876999=>1,3147877014=>1,3147877038=>1,3147877033=>1,3147877137=>1,3147877152=>1,3147877219=>1,3147877216=>1,3147877224=>1,3147877225=>1,3147877234=>1,3147877233=>1,3147877213=>1,3147877211=>1,3147877157=>1,3147877155=>1,3147877158=>1,3147877173=>1,3147877197=>1,3147877186=>1,3147876984=>1,3147876953=>1,3147875413=>1,3147875412=>1,3147875445=>1,3147875463=>1,3147875498=>1,3147875493=>1,3147875403=>1,3147875401=>1,3147875359=>1,3147875358=>1,3147875374=>1,3147875375=>1,3147875394=>1,3147875385=>1,3147875504=>1,3147875508=>1,3147876912=>1,3147876885=>1,3147876915=>1,3147876916=>1,3147876930=>1,3147876920=>1,3147876879=>1,3147876876=>1,3147875575=>1,3147875517=>1,3147875896=>1,3147876870=>1,3147876873=>1,3147877240=>1,3147877244=>1,3147877776=>1,3147877759=>1,3147877780=>1,3147877794=>1,3147877837=>1,3147877828=>1,3147877728=>1,3147877716=>1,3147877659=>1,3147877648=>1,3147877662=>1,3147877669=>1,3147877704=>1,3147877692=>1,3147877857=>1,3147877860=>1,3147879045=>1,3147879040=>1,3147879073=>1,3147879078=>1,3147879085=>1,3147879082=>1,3147879037=>1,3147879022=>1,3147878957=>1,3147878926=>1,3147878959=>1,3147878967=>1,3147879009=>1,3147878993=>1,3147877644=>1,3147877641=>1,3147877333=>1,3147877320=>1,3147877335=>1,3147877336=>1,3147877347=>1,3147877342=>1,3147877318=>1,3147877308=>1,3147877257=>1,3147877249=>1,3147877266=>1,3147877269=>1,3147877300=>1,3147877284=>1,3147877361=>1,3147877449=>1,3147877570=>1,3147877537=>1,3147877579=>1,3147877585=>1,3147877600=>1,3147877587=>1,3147877506=>1,3147877503=>1,3147877470=>1,3147877468=>1,3147877474=>1,3147877489=>1,3147877495=>1,3147875349=>1,3147874518=>1,3147872043=>1,3147872041=>1,3147872047=>1,3147872076=>1,3147872098=>1,3147872085=>1,3147872013=>1,3147872012=>1,3147871955=>1,3147871952=>1,3147871965=>1,3147871969=>1,3147871998=>1,3147871971=>1,3147872103=>1,3147872108=>1,3147872224=>1,3147872220=>1,3147872231=>1,3147873347=>1,3147873454=>1,3147873361=>1,3147872203=>1,3147872196=>1,3147872127=>1,3147872113=>1,3147872145=>1,3147872157=>1,3147872179=>1,3147872173=>1,3147871905=>1,3147871890=>1,3147871657=>1,3147871651=>1,3147871666=>1,3147871684=>1,3147871693=>1,3147871687=>1,3147871650=>1,3147871637=>1,3147871621=>1,3147871615=>1,3147871624=>1,3147871632=>1,3147871636=>1,3147871633=>1,3147871697=>1,3147871713=>1,3147871842=>1,3147871840=>1,3147871846=>1,3147871861=>1,3147871879=>1,3147871863=>1,3147871833=>1,3147871828=>1,3147871770=>1,3147871719=>1,3147871776=>1,3147871788=>1,3147871800=>1,3147873484=>1,3147873558=>1,3147874199=>1,3147874197=>1,3147874206=>1,3147874209=>1,3147874222=>1,3147874221=>1,3147874195=>1,3147874168=>1,3147874116=>1,3147874104=>1,3147874118=>1,3147874138=>1,3147874150=>1,3147874146=>1,3147874225=>1,3147874249=>1,3147874375=>1,3147874374=>1,3147874381=>1,3147874384=>1,3147874462=>1,3147874399=>1,3147874366=>1,3147874359=>1,3147874254=>1,3147874252=>1,3147874273=>1,3147874293=>1,3147874336=>1,3147874090=>1,3147874077=>1,3147873861=>1,3147873855=>1,3147873864=>1,3147873869=>1,3147873914=>1,3147873886=>1,3147873841=>1,3147873817=>1,3147873625=>1,3147873594=>1,3147873688=>1,3147873692=>1,3147873802=>1,3147873744=>1,3147873916=>1,3147873921=>1,3147874026=>1,3147874015=>1,3147874035=>1,3147874044=>1,3147874059=>1,3147874057=>1,3147874010=>1,3147874003=>1,3147873964=>1,3147873946=>1,3147873974=>1,3147873976=>1,3147873982=>1,3147879093=>1,3147879100=>1,3147891381=>1,3147891370=>1,3147891382=>1,3147891386=>1,3147891415=>1,3147891396=>1,3147891348=>1,3147891345=>1,3147891288=>1,3147891246=>1,3147891294=>1,3147891297=>1,3147891330=>1,3147891325=>1,3147891445=>1,3147891451=>1,3147892141=>1,3147892089=>1,3147892437=>1,3147892510=>1,3147892544=>1,3147892528=>1,3147891655=>1,3147891649=>1,3147891519=>1,3147891493=>1,3147891559=>1,3147891565=>1,3147891615=>1,3147891613=>1,3147885556=>1,3147881457=>1,3147881122=>1,3147881116=>1,3147881137=>1,3147881140=>1,3147881151=>1,3147881148=>1,3147881101=>1,3147881095=>1,3147881026=>1,3147881008=>1,3147881037=>1,3147881067=>1,3147881094=>1,3147881079=>1,3147881170=>1,3147881173=>1,3147881335=>1,3147881292=>1,3147881348=>1,3147881352=>1,3147881392=>1,3147881361=>1,3147881235=>1,3147881232=>1,3147881205=>1,3147881185=>1,3147881210=>1,3147881213=>1,3147881227=>1,3147892562=>1,3147893788=>1,3147894569=>1,3147894546=>1,3147894582=>1,3147894606=>1,3147894630=>1,3147894612=>1,3147894543=>1,3147894541=>1,3147894492=>1,3147894459=>1,3147894522=>1,3147894529=>1,3147894540=>1,3147894538=>1,3147894641=>1,3147894645=>1,3147894766=>1,3147894756=>1,3147894796=>1,3147894802=>1,3147894822=>1,3147894815=>1,3147894729=>1,3147894715=>1,3147894659=>1,3147894654=>1,3147894660=>1,3147894664=>1,3147894681=>1,3147894415=>1,3147894412=>1,3147893955=>1,3147893937=>1,3147893956=>1,3147893959=>1,3147893962=>1,3147893961=>1,3147893923=>1,3147893908=>1,3147893841=>1,3147893803=>1,3147893844=>1,3147893848=>1,3147893902=>1,3147893901=>1,3147893986=>1,3147893992=>1,3147894366=>1,3147894355=>1,3147894375=>1,3147894385=>1,3147894409=>1,3147894403=>1,3147894351=>1,3147894348=>1,3147894280=>1,3147894279=>1,3147894286=>1,3147894288=>1,3147894327=>1,3147881004=>1,3147880980=>1,3147879789=>1,3147879748=>1,3147879814=>1,3147879846=>1,3147879924=>1,3147879899=>1,3147879729=>1,3147879718=>1,3147879605=>1,3147879540=>1,3147879633=>1,3147879648=>1,3147879669=>1,3147879660=>1,3147879957=>1,3147879963=>1,3147880063=>1,3147880038=>1,3147880069=>1,3147880075=>1,3147880102=>1,3147880081=>1,3147880017=>1,3147880006=>1,3147879973=>1,3147879970=>1,3147879976=>1,3147879978=>1,3147880000=>1,3147879985=>1,3147879518=>1,3147879500=>1,3147879221=>1,3147879212=>1,3147879228=>1,3147879229=>1,3147879246=>1,3147879231=>1,3147879184=>1,3147879178=>1,3147879110=>1,3147879105=>1,3147879111=>1,3147879121=>1,3147879166=>1,3147879161=>1,3147879248=>1,3147879255=>1,3147879415=>1,3147879390=>1,3147879420=>1,3147879427=>1,3147879458=>1,3147879436=>1,3147879378=>1,3147879376=>1,3147879271=>1,3147879258=>1,3147879333=>1,3147879372=>1,3147879375=>1,3147880112=>1,3147880143=>1,3147880554=>1,3147880546=>1,3147880587=>1,3147880590=>1,3147880635=>1,3147880623=>1,3147880500=>1,3147880497=>1,3147880441=>1,3147880440=>1,3147880468=>1,3147880491=>1,3147880495=>1,3147880494=>1,3147880666=>1,3147880693=>1,3147880867=>1,3147880855=>1,3147880885=>1,3147880887=>1,3147880951=>1,3147880896=>1,3147880821=>1,3147880804=>1,3147880732=>1,3147880725=>1,3147880746=>1,3147880776=>1,3147880780=>1,3147880424=>1,3147880419=>1,3147880210=>1,3147880197=>1,3147880218=>1,3147880222=>1,3147880229=>1,3147880228=>1,3147880192=>1,3147880187=>1,3147880159=>1,3147880152=>1,3147880166=>1,3147880181=>1,3147880185=>1,3147880183=>1,3147880256=>1,3147880258=>1,3147880390=>1,3147880381=>1,3147880397=>1,3147880401=>1,3147880413=>1,3147880402=>1,3147880353=>1,3147880327=>1,3147880281=>1,3147880278=>1,3147880288=>1,3147880312=>1,3147880315=>1,3147871614=>1,3147871613=>1,3147857787=>1,3147857771=>1,3147857791=>1,3147857793=>1,3147857806=>1,3147857797=>1,3147857769=>1,3147857765=>1,3147857731=>1,3147857730=>1,3147857742=>1,3147857751=>1,3147857759=>1,3147857753=>1,3147857824=>1,3147857829=>1,3147857878=>1,3147857877=>1,3147857899=>1,3147857901=>1,3147857931=>1,3147857909=>1,3147857869=>1,3147857861=>1,3147857843=>1,3147857831=>1,3147857850=>1,3147857857=>1,3147857860=>1,3147857859=>1,3147857720=>1,3147857682=>1,3147857418=>1,3147857411=>1,3147857424=>1,3147857439=>1,3147857470=>1,3147857464=>1,3147857409=>1,3147857404=>1,3147857386=>1,3147857380=>1,3147857389=>1,3147857395=>1,3147857403=>1,3147857397=>1,3147857476=>1,3147857487=>1,3147857595=>1,3147857590=>1,3147857608=>1,3147857622=>1,3147857670=>1,3147857649=>1,3147857583=>1,3147857570=>1,3147857494=>1,3147857493=>1,3147857527=>1,3147857532=>1,3147857566=>1,3147857940=>1,3147857948=>1,3147860998=>1,3147860529=>1,3147861036=>1,3147861058=>1,3147861067=>1,3147861063=>1,3147860334=>1,3147858430=>1,3147858408=>1,3147858396=>1,3147858413=>1,3147858414=>1,3147858427=>1,3147858418=>1,3147861082=>1,3147861085=>1,3147861163=>1,3147861159=>1,3147861194=>1,3147861271=>1,3147861334=>1,3147861325=>1,3147861156=>1,3147861154=>1,3147861109=>1,3147861108=>1,3147861114=>1,3147861121=>1,3147861151=>1,3147858385=>1,3147858322=>1,3147858073=>1,3147858064=>1,3147858077=>1,3147858114=>1,3147858133=>1,3147858124=>1,3147858058=>1,3147858045=>1,3147857971=>1,3147857950=>1,3147858011=>1,3147858023=>1,3147858037=>1,3147858033=>1,3147858136=>1,3147858142=>1,3147858258=>1,3147858248=>1,3147858280=>1,3147858281=>1,3147858304=>1,3147858302=>1,3147858243=>1,3147858229=>1,3147858195=>1,3147858154=>1,3147858196=>1,3147858202=>1,3147858222=>1,3147857358=>1,3147857357=>1,3147856642=>1,3147856633=>1,3147856644=>1,3147856645=>1,3147856656=>1,3147856653=>1,3147856624=>1,3147856612=>1,3147856558=>1,3147856554=>1,3147856570=>1,3147856590=>1,3147856605=>1,3147856603=>1,3147856657=>1,3147856666=>1,3147856740=>1,3147856729=>1,3147856741=>1,3147856744=>1,3147856761=>1,3147856758=>1,3147856725=>1,3147856721=>1,3147856687=>1,3147856683=>1,3147856693=>1,3147856702=>1,3147856718=>1,3147856708=>1,3147856540=>1,3147856530=>1,3147856159=>1,3147856158=>1,3147856200=>1,3147856282=>1,3147856302=>1,3147856287=>1,3147856153=>1,3147856102=>1,3147856030=>1,3147856023=>1,3147856044=>1,3147856059=>1,3147856087=>1,3147856066=>1,3147856333=>1,3147856370=>1,3147856489=>1,3147856459=>1,3147856507=>1,3147856512=>1,3147856521=>1,3147856518=>1,3147856453=>1,3147856438=>1,3147856408=>1,3147856381=>1,3147856411=>1,3147856420=>1,3147856429=>1,3147856764=>1,3147856768=>1,3147857170=>1,3147857155=>1,3147857172=>1,3147857199=>1,3147857205=>1,3147857204=>1,3147857140=>1,3147857134=>1,3147857097=>1,3147857077=>1,3147857110=>1,3147857113=>1,3147857131=>1,3147857124=>1,3147857215=>1,3147857219=>1,3147857310=>1,3147857308=>1,3147857319=>1,3147857328=>1,3147857333=>1,3147857331=>1,3147857304=>1,3147857283=>1,3147857257=>1,3147857236=>1,3147857260=>1,3147857261=>1,3147857274=>1,3147857068=>1,3147857062=>1,3147856817=>1,3147856806=>1,3147856825=>1,3147856833=>1,3147856840=>1,3147856837=>1,3147856801=>1,3147856797=>1,3147856771=>1,3147856769=>1,3147856774=>1,3147856782=>1,3147856786=>1,3147856783=>1,3147856843=>1,3147856866=>1,3147856984=>1,3147856981=>1,3147857017=>1,3147857034=>1,3147857055=>1,3147857049=>1,3147856971=>1,3147856961=>1,3147856924=>1,3147856870=>1,3147856925=>1,3147856935=>1,3147856938=>1,3147862024=>1,3147862038=>1,3147865435=>1,3147865425=>1,3147865436=>1,3147865442=>1,3147865517=>1,3147865475=>1,3147865410=>1,3147865399=>1,3147865342=>1,3147865335=>1,3147865350=>1,3147865353=>1,3147865369=>1,3147865360=>1,3147865528=>1,3147865540=>1,3147865696=>1,3147865695=>1,3147865740=>1,3147865752=>1,3147865793=>1,3147865767=>1,3147865692=>1,3147865663=>1,3147865558=>1,3147865547=>1,3147865561=>1,3147865620=>1,3147865662=>1,3147865660=>1,3147865318=>1,3147865293=>1,3147865024=>1,3147865016=>1,3147865026=>1,3147865045=>1,3147865079=>1,3147865065=>1,3147865014=>1,3147865000=>1,3147864930=>1,3147864927=>1,3147864931=>1,3147864951=>1,3147864991=>1,3147864963=>1,3147865105=>1,3147865131=>1,3147865261=>1,3147865257=>1,3147865264=>1,3147865271=>1,3147865291=>1,3147865287=>1,3147865244=>1,3147865239=>1,3147865189=>1,3147865143=>1,3147865194=>1,3147865199=>1,3147865210=>1,3147865794=>1,3147865851=>1,3147871471=>1,3147871467=>1,3147871493=>1,3147871513=>1,3147871531=>1,3147871518=>1,3147871460=>1,3147871459=>1,3147871358=>1,3147871353=>1,3147871411=>1,3147871417=>1,3147871431=>1,3147871421=>1,3147871540=>1,3147871542=>1,3147871596=>1,3147871581=>1,3147871599=>1,3147871603=>1,3147871609=>1,3147871608=>1,3147871576=>1,3147871573=>1,3147871554=>1,3147871546=>1,3147871560=>1,3147871564=>1,3147871565=>1,3147871348=>1,3147871312=>1,3147865926=>1,3147865914=>1,3147865935=>1,3147865963=>1,3147865975=>1,3147865965=>1,3147865908=>1,3147865902=>1,3147865869=>1,3147865866=>1,3147865870=>1,3147865883=>1,3147865893=>1,3147865887=>1,3147865986=>1,3147865988=>1,3147871245=>1,3147870175=>1,3147871257=>1,3147871287=>1,3147871305=>1,3147871297=>1,3147869986=>1,3147869979=>1,3147866061=>1,3147866004=>1,3147866073=>1,3147866091=>1,3147866092=>1,3147864924=>1,3147864904=>1,3147862615=>1,3147862605=>1,3147862618=>1,3147862627=>1,3147862640=>1,3147862629=>1,3147862597=>1,3147862581=>1,3147862537=>1,3147862532=>1,3147862538=>1,3147862545=>1,3147862579=>1,3147862575=>1,3147862664=>1,3147862670=>1,3147862848=>1,3147862803=>1,3147862864=>1,3147862875=>1,3147862926=>1,3147862880=>1,3147862801=>1,3147862800=>1,3147862708=>1,3147862705=>1,3147862734=>1,3147862759=>1,3147862798=>1,3147862769=>1,3147862529=>1,3147862518=>1,3147862162=>1,3147862155=>1,3147862166=>1,3147862171=>1,3147862242=>1,3147862180=>1,3147862153=>1,3147862144=>1,3147862062=>1,3147862048=>1,3147862093=>1,3147862122=>1,3147862129=>1,3147862124=>1,3147862252=>1,3147862261=>1,3147862394=>1,3147862389=>1,3147862428=>1,3147862434=>1,3147862458=>1,3147862446=>1,3147862371=>1,3147862368=>1,3147862300=>1,3147862269=>1,3147862327=>1,3147862341=>1,3147862362=>1,3147862992=>1,3147863014=>1,3147864634=>1,3147864624=>1,3147864665=>1,3147864684=>1,3147864714=>1,3147864691=>1,3147864621=>1,3147864615=>1,3147864583=>1,3147864560=>1,3147864595=>1,3147864604=>1,3147864612=>1,3147864609=>1,3147864723=>1,3147864744=>1,3147864858=>1,3147864835=>1,3147864890=>1,3147864892=>1,3147864901=>1,3147864898=>1,3147864833=>1,3147864808=>1,3147864757=>1,3147864750=>1,3147864768=>1,3147864772=>1,3147864778=>1,3147864553=>1,3147864552=>1,3147864205=>1,3147864154=>1,3147864207=>1,3147864234=>1,3147864292=>1,3147864254=>1,3147864147=>1,3147864145=>1,3147864066=>1,3147863158=>1,3147864087=>1,3147864127=>1,3147864142=>1,3147864139=>1,3147864295=>1,3147864324=>1,3147864474=>1,3147864448=>1,3147864502=>1,3147864504=>1,3147864550=>1,3147864529=>1,3147864433=>1,3147864415=>1,3147864337=>1,3147864333=>1,3147864376=>1,3147864403=>1,3147864405=>1,3147856016=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-26.php CHANGED
@@ -1 +1 @@
1
- <?php return array(3355430912=>3355432959,3351047168=>3351047679,3346194176=>3346194431,3386083142=>1,3386083253=>1,3386083788=>1,3386084232=>1,3386084891=>1,3386084801=>1,3386082481=>1,3386078925=>1,3386074922=>1,3386079468=>1,3386080904=>1,3386082142=>1,3386081504=>1,3386085051=>1,3386086184=>1,3386106224=>1,3386102865=>1,3386106883=>1,3386110219=>1,3386145059=>1,3386113323=>1,3386100912=>1,3386097024=>1,3386086393=>1,3386071292=>1,3386087155=>1,3386089092=>1,3386093980=>1,3386089647=>1,3386085393=>1,3386062232=>1,3385951799=>1,3385951632=>1,3385959295=>1,3385960021=>1,3385961997=>1,3385961819=>1,3385949981=>1,3385946095=>1,3385942162=>1,3385939065=>1,3385944809=>1,3385945360=>1,3385946007=>1,3385962896=>1,3385963311=>1,3386038399=>1,3386019993=>1,3386038619=>1,3386040056=>1,3386175569=>1,3386049259=>1,3386008757=>1,3385985769=>1,3385965586=>1,3385964958=>1,3385967742=>1,3385978750=>1,3385980721=>1,3386063923=>1,3386444662=>1,3388096916=>1,3388096101=>1,3388098501=>1,3388099708=>1,3388101170=>1,3388100552=>1,3388093733=>1,3388091586=>1,3388088447=>1,3388085021=>1,3388088552=>1,3388088679=>1,3388089193=>1,3388088883=>1,3388113851=>1,3388114087=>1,3388141800=>1,3388136796=>1,3388146219=>1,3388147262=>1,3388170523=>1,3388157962=>1,3388133546=>1,3388125792=>1,3388114870=>1,3388114653=>1,3388117378=>1,3388119532=>1,3388120458=>1,3388120165=>1,3388082072=>1,3388081014=>1,3386601790=>1,3386601782=>1,3386602782=>1,3386603870=>1,3386604082=>1,3386604042=>1,3386512786=>1,3386505404=>1,3386449086=>1,3386444830=>1,3386453267=>1,3386453294=>1,3386501203=>1,3386453305=>1,3386613708=>1,3386616598=>1,3387707398=>1,3387707396=>1,3387825732=>1,3387870020=>1,3388005269=>1,3387962544=>1,3387663850=>1,3387617052=>1,3386737493=>1,3386624245=>1,3386783506=>1,3387303840=>1,3387451399=>1,3385938484=>1,3385927110=>1,3374647145=>1,3374635171=>1,3374707888=>1,3374818371=>1,3375306948=>1,3374851031=>1,3374446635=>1,3374245970=>1,3373903992=>1,3373883841=>1,3373904024=>1,3373937403=>1,3374049567=>1,3373964642=>1,3375339038=>1,3375339058=>1,3375861505=>1,3375859794=>1,3375861754=>1,3375866699=>1,3376019714=>1,3375993622=>1,3375856050=>1,3375855028=>1,3375416850=>1,3375365986=>1,3375424249=>1,3375430636=>1,3375760755=>1,3375690172=>1,3373720439=>1,3373700144=>1,3373234088=>1,3373156347=>1,3373428345=>1,3373551530=>1,3373553794=>1,3373553669=>1,3372715851=>1,3372262613=>1,3371959426=>1,3371564490=>1,3371961236=>1,3372009486=>1,3372262498=>1,3372186282=>1,3373555306=>1,3373555307=>1,3373644220=>1,3373586113=>1,3373644989=>1,3373670549=>1,3373686684=>1,3373677438=>1,3373578202=>1,3373577850=>1,3373576475=>1,3373561279=>1,3373576481=>1,3373577738=>1,3373577756=>1,3376019722=>1,3376136090=>1,3384612669=>1,3384557378=>1,3384681930=>1,3385209014=>1,3385521826=>1,3385296579=>1,3384500269=>1,3383690323=>1,3382013059=>1,3381966362=>1,3382155230=>1,3382645645=>1,3383639822=>1,3382771396=>1,3385812746=>1,3385861800=>1,3385900403=>1,3385900151=>1,3385910427=>1,3385912675=>1,3388171209=>1,3385919374=>1,3385899652=>1,3385890261=>1,3385863772=>1,3385862803=>1,3385864372=>1,3385866445=>1,3385889691=>1,3385888020=>1,3381660006=>1,3380912678=>1,3377055874=>1,3377031901=>1,3377120401=>1,3377136202=>1,3377573131=>1,3377244119=>1,3377004114=>1,3376984602=>1,3376298753=>1,3376142979=>1,3376311845=>1,3376498359=>1,3376964340=>1,3376527651=>1,3377580530=>1,3377581898=>1,3379198907=>1,3378380657=>1,3380092219=>1,3380092712=>1,3380901491=>1,3380901490=>1,3377984690=>1,3377892133=>1,3377717332=>1,3377698806=>1,3377804025=>1,3377880752=>1,3377880911=>1,3385930119=>1,3388174255=>1,3395529893=>1,3395529873=>1,3395594119=>1,3395594121=>1,3395594125=>1,3395594122=>1,3395257658=>1,3395094726=>1,3394965260=>1,3394964318=>1,3394980673=>1,3395027986=>1,3395079458=>1,3395079450=>1,3395594126=>1,3395594127=>1,3395594157=>1,3395594156=>1,3395594162=>1,3395594164=>1,3395665462=>1,3395594166=>1,3395594147=>1,3395594144=>1,3395594129=>1,3395594128=>1,3395594133=>1,3395594141=>1,3395594143=>1,3395594142=>1,3394930898=>1,3394913330=>1,3394074482=>1,3394072525=>1,3394074483=>1,3394076630=>1,3394162257=>1,3394162246=>1,3394071614=>1,3394071518=>1,3394071124=>1,3394069857=>1,3394071509=>1,3394071510=>1,3394071517=>1,3394071512=>1,3394162259=>1,3394179908=>1,3394464435=>1,3394445357=>1,3394514596=>1,3394822954=>1,3394846770=>1,3394829198=>1,3394297460=>1,3394190543=>1,3394184311=>1,3394180099=>1,3394187476=>1,3394189530=>1,3394190190=>1,3395742046=>1,3395742048=>1,3397385480=>1,3397209154=>1,3397455857=>1,3397459330=>1,3397547082=>1,3397544172=>1,3397085722=>1,3396847507=>1,3396802883=>1,3396795661=>1,3396802885=>1,3396802887=>1,3396802889=>1,3396802888=>1,3397781219=>1,3397807022=>1,3398102248=>1,3398102240=>1,3398103074=>1,3398103290=>1,3398105188=>1,3398104368=>1,3398101031=>1,3398100725=>1,3397979997=>1,3397825842=>1,3397982517=>1,3398049430=>1,3398099610=>1,3396734388=>1,3396733757=>1,3396070963=>1,3396064402=>1,3396081655=>1,3396084631=>1,3396223769=>1,3396175285=>1,3395987854=>1,3395948580=>1,3395774995=>1,3395756754=>1,3395803079=>1,3395809705=>1,3395851574=>1,3395810167=>1,3396225062=>1,3396226026=>1,3396679211=>1,3396673275=>1,3396679229=>1,3396679285=>1,3396732941=>1,3396680994=>1,3396671792=>1,3396669264=>1,3396230062=>1,3396228354=>1,3396240982=>1,3396345803=>1,3396350525=>1,3394069725=>1,3394069181=>1,3389290469=>1,3389286186=>1,3389359758=>1,3389450994=>1,3390420334=>1,3390419245=>1,3389286178=>1,3388826722=>1,3388590441=>1,3388561610=>1,3388590758=>1,3388678570=>1,3388686069=>1,3388685961=>1,3390421685=>1,3390775220=>1,3391598712=>1,3391512386=>1,3391610405=>1,3391838442=>1,3391838446=>1,3391838445=>1,3390959653=>1,3390957934=>1,3390906036=>1,3390821512=>1,3390923010=>1,3390936171=>1,3390954842=>1,3388546601=>1,3388543468=>1,3388191564=>1,3388188132=>1,3388191729=>1,3388192385=>1,3388193361=>1,3388192388=>1,3388187272=>1,3388187171=>1,3388175490=>1,3371340035=>1,3388175704=>1,3388175999=>1,3388186039=>1,3388177589=>1,3388193839=>1,3388195090=>1,3388199420=>1,3388198869=>1,3388436900=>1,3388475711=>1,3388499926=>1,3388480064=>1,3388198547=>1,3388198377=>1,3388195390=>1,3388195265=>1,3388195537=>1,3388196890=>1,3388198193=>1,3391853538=>1,3391860286=>1,3393529426=>1,3393500155=>1,3393596430=>1,3393596678=>1,3393657025=>1,3393607417=>1,3393363685=>1,3393359938=>1,3392905226=>1,3392882276=>1,3392906113=>1,3393082810=>1,3393247931=>1,3393247930=>1,3393657081=>1,3393676726=>1,3393910350=>1,3393910290=>1,3393910422=>1,3394068600=>1,3394068604=>1,3394068601=>1,3393909525=>1,3393858575=>1,3393769813=>1,3393769811=>1,3393770122=>1,3393771667=>1,3393772098=>1,3392882190=>1,3392735882=>1,3391940729=>1,3391938966=>1,3392094290=>1,3392366114=>1,3392368347=>1,3392367394=>1,3391908974=>1,3391864690=>1,3391864340=>1,3391864331=>1,3391864682=>1,3391864683=>1,3391864685=>1,3391864684=>1,3392370340=>1,3392371358=>1,3392536163=>1,3392490362=>1,3392708718=>1,3392710002=>1,3392735782=>1,3392711250=>1,3392466293=>1,3392420626=>1,3392385831=>1,3392371438=>1,3392386338=>1,3392398661=>1,3392409164=>1,3388171808=>1,3370505991=>1,3356018823=>1,3355990004=>1,3356032586=>1,3356089406=>1,3356167484=>1,3356115876=>1,3355981849=>1,3355977766=>1,3355873064=>1,3355871692=>1,3355881940=>1,3355926595=>1,3355974821=>1,3355945685=>1,3356244084=>1,3356565844=>1,3357140866=>1,3357140850=>1,3357140979=>1,3357141403=>1,3357141467=>1,3357141413=>1,3357140827=>1,3357140806=>1,3356740456=>1,3356590994=>1,3356824988=>1,3357066994=>1,3357140797=>1,3357077971=>1,3355835882=>1,3355800852=>1,3351509460=>1,3351478491=>1,3351509469=>1,3351804018=>1,3353552924=>1,3352916144=>1,3351377875=>1,3351375034=>1,3350778850=>1,3350527178=>1,3351072781=>1,3351090525=>1,3351293355=>1,3351293075=>1,3353832705=>1,3353858839=>1,3355452294=>1,3355434840=>1,3355452302=>1,3355560739=>1,3355800010=>1,3355798762=>1,3355402021=>1,3355373109=>1,3354467807=>1,3353862770=>1,3354495689=>1,3354898837=>1,3354913083=>1,3357141563=>1,3357142006=>1,3358482122=>1,3358482114=>1,3358529057=>1,3358590100=>1,3358613083=>1,3358590102=>1,3358479938=>1,3358464114=>1,3358277979=>1,3358276093=>1,3358308322=>1,3358317428=>1,3358410534=>1,3358317430=>1,3358624555=>1,3358655589=>1,3359062738=>1,3358973244=>1,3359264962=>1,3359290843=>1,3359408405=>1,3359320180=>1,3358887265=>1,3358869009=>1,3358694508=>1,3358662820=>1,3358716419=>1,3358767957=>1,3358768301=>1,3358275901=>1,3358275837=>1,3357796639=>1,3357752229=>1,3357797535=>1,3357871239=>1,3357871241=>1,3357871240=>1,3357751394=>1,3357558477=>1,3357142269=>1,3357142081=>1,3357232970=>1,3357257858=>1,3357430446=>1,3357400118=>1,3357871244=>1,3357887506=>1,3358188778=>1,3358188092=>1,3358211451=>1,3358234354=>1,3358275833=>1,3358275708=>1,3358176430=>1,3358173186=>1,3357887509=>1,3357887507=>1,3357887510=>1,3357927234=>1,3358146044=>1,3350523278=>1,3350491923=>1,3329218071=>1,3329218069=>1,3329218072=>1,3329218074=>1,3331260835=>1,3329218075=>1,3329029619=>1,3328991270=>1,3328482102=>1,3328480671=>1,3328482139=>1,3328483126=>1,3328982891=>1,3328827194=>1,3331289391=>1,3331295469=>1,3334958307=>1,3334953523=>1,3334959225=>1,3334960409=>1,3334960774=>1,3334960548=>1,3334952380=>1,3334082486=>1,3331352920=>1,3331298810=>1,3331608999=>1,3332869763=>1,3333723657=>1,3333027358=>1,3328480402=>1,3328480368=>1,3326679959=>1,3326666729=>1,3326685767=>1,3326730827=>1,3326752959=>1,3326739645=>1,3326562626=>1,3325980083=>1,3325717301=>1,3325716202=>1,3325718239=>1,3325719506=>1,3325946006=>1,3325937995=>1,3326753296=>1,3326753818=>1,3328324757=>1,3328324476=>1,3328434310=>1,3328479405=>1,3328480305=>1,3328479944=>1,3328219907=>1,3327793044=>1,3326754099=>1,3326754045=>1,3326767535=>1,3327442628=>1,3327455369=>1,3334961681=>1,3335321044=>1,3343572651=>1,3343172732=>1,3343923378=>1,3344407291=>1,3344512305=>1,3344407295=>1,3342559670=>1,3342514654=>1,3341186619=>1,3341186469=>1,3341706129=>1,3341711942=>1,3342513993=>1,3342508231=>1,3344512324=>1,3344981608=>1,3346499911=>1,3346499910=>1,3347047062=>1,3349714066=>1,3350148199=>1,3349714070=>1,3346243712=>1,3346232770=>1,3345653097=>1,3345299558=>1,3346224062=>1,3346232199=>1,3346232273=>1,3341186411=>1,3341186209=>1,3337906261=>1,3337211045=>1,3337906350=>1,3337957703=>1,3337960498=>1,3337958216=>1,3337204058=>1,3335749601=>1,3335745259=>1,3335354946=>1,3335748287=>1,3335748633=>1,3335749106=>1,3335748822=>1,3337961064=>1,3337961377=>1,3339965872=>1,3339933180=>1,3340071538=>1,3340666996=>1,3341181289=>1,3341178490=>1,3339763514=>1,3339159526=>1,3338434895=>1,3338360377=>1,3338443095=>1,3338443115=>1,3338659021=>1,3359446347=>1,3359488477=>1,3365158116=>1,3365158096=>1,3365291134=>1,3365298178=>1,3365298462=>1,3365298459=>1,3365033410=>1,3365033012=>1,3364789822=>1,3364788505=>1,3364872386=>1,3364949502=>1,3365020218=>1,3364949758=>1,3365302644=>1,3365302884=>1,3366617305=>1,3366617303=>1,3366617307=>1,3366687055=>1,3366925767=>1,3366741832=>1,3366617299=>1,3366436835=>1,3365854393=>1,3365497089=>1,3366157370=>1,3366217163=>1,3366302707=>1,3366217165=>1,3364721191=>1,3364669354=>1,3362853653=>1,3362661225=>1,3362899454=>1,3362935998=>1,3362944710=>1,3362941982=>1,3362647092=>1,3362645059=>1,3362601772=>1,3362599765=>1,3362602039=>1,3362637457=>1,3362640572=>1,3362638450=>1,3363054577=>1,3363071178=>1,3364036678=>1,3363900377=>1,3364160891=>1,3364163388=>1,3364637130=>1,3364438563=>1,3363819049=>1,3363808451=>1,3363530906=>1,3363411215=>1,3363567244=>1,3363567976=>1,3363572284=>1,3366952396=>1,3366977004=>1,3369504517=>1,3369501795=>1,3369575474=>1,3369575497=>1,3369726478=>1,3369614466=>1,3369479730=>1,3369442867=>1,3368654027=>1,3368620308=>1,3368735058=>1,3368881490=>1,3368883756=>1,3368883682=>1,3369778163=>1,3369917722=>1,3370117595=>1,3370112210=>1,3370218709=>1,3370218710=>1,3370508729=>1,3325716160=>1,3370112108=>1,3370082754=>1,3369997586=>1,3369917970=>1,3370020322=>1,3370081082=>1,3370081083=>1,3368618954=>1,3368601800=>1,3367828875=>1,3367736706=>1,3368080134=>1,3368081029=>1,3368090754=>1,3368089674=>1,3367485683=>1,3367473595=>1,3367138900=>1,3367138899=>1,3367138901=>1,3367159491=>1,3367396578=>1,3367301258=>1,3368091031=>1,3368091331=>1,3368348190=>1,3368276393=>1,3368473773=>1,3368493626=>1,3368541205=>1,3368514274=>1,3368265498=>1,3368258994=>1,3368091333=>1,3368091332=>1,3368184322=>1,3368256154=>1,3368257475=>1,3362599254=>1,3362598744=>1,3360959123=>1,3360958570=>1,3360965505=>1,3360966769=>1,3360967596=>1,3360966812=>1,3360958237=>1,3360956153=>1,3360876609=>1,3360870813=>1,3360952198=>1,3360953618=>1,3360955530=>1,3360954102=>1,3360968687=>1,3360969002=>1,3360983456=>1,3360982273=>1,3360983911=>1,3360984129=>1,3360988427=>1,3360984904=>1,3360981864=>1,3360981335=>1,3360971405=>1,3360971010=>1,3360971840=>1,3360972108=>1,3360978098=>1,3360865923=>1,3360863910=>1,3359922985=>1,3359921145=>1,3359994196=>1,3360001322=>1,3360045260=>1,3360037260=>1,3359905893=>1,3359902044=>1,3359521664=>1,3359521621=>1,3359577036=>1,3359579482=>1,3359598206=>1,3359584010=>1,3360103430=>1,3360143555=>1,3360504980=>1,3360469746=>1,3360697066=>1,3360794966=>1,3360850833=>1,3360799030=>1,3360435358=>1,3360418240=>1,3360317918=>1,3360307190=>1,3360324516=>1,3360371604=>1,3360389095=>1,3360988746=>1,3360990229=>1,3361560202=>1,3361556804=>1,3361561936=>1,3361564278=>1,3361589725=>1,3361568623=>1,3361555108=>1,3361552698=>1,3361416322=>1,3361366538=>1,3361417114=>1,3361481684=>1,3361540683=>1,3361482067=>1,3361623918=>1,3361774559=>1,3362437817=>1,3362362442=>1,3362437869=>1,3362530108=>1,3362596394=>1,3362557819=>1,3362127052=>1,3362090828=>1,3361902156=>1,3361834594=>1,3362083544=>1,3362088731=>1,3362089318=>1,3361358741=>1,3361338364=>1,3361003454=>1,3361002257=>1,3361004969=>1,3361006791=>1,3361008293=>1,3361008183=>1,3360997337=>1,3360997297=>1,3360995206=>1,3360993838=>1,3360995364=>1,3360995438=>1,3360996697=>1,3360996589=>1,3361012584=>1,3361013520=>1,3361180530=>1,3361180517=>1,3361194019=>1,3361253897=>1,3361308786=>1,3361303326=>1,3361173932=>1,3361156563=>1,3361029062=>1,3361023486=>1,3361044698=>1,3361044741=>1,3361109323=>1,3370511541=>1,);?>
1
+ <?php return array(3147929199=>1,3147929188=>1,3147929220=>1,3147929221=>1,3147929233=>1,3147929224=>1,3147929164=>1,3147929149=>1,3147926167=>1,3147926148=>1,3147929091=>1,3147929130=>1,3147929148=>1,3147929135=>1,3147929256=>1,3147929293=>1,3147929508=>1,3147929487=>1,3147929533=>1,3147929545=>1,3147929551=>1,3147929547=>1,3147929457=>1,3147929404=>1,3147929334=>1,3147929326=>1,3147929359=>1,3147929362=>1,3147929394=>1,3147929376=>1,3147926136=>1,3147926083=>1,3147925773=>1,3147925772=>1,3147925815=>1,3147925821=>1,3147925858=>1,3147925831=>1,3147925756=>1,3147925720=>1,3147925666=>1,3147925605=>1,3147925687=>1,3147925689=>1,3147925712=>1,3147925698=>1,3147925894=>1,3147925895=>1,3147926001=>1,3147925975=>1,3147926002=>1,3147926019=>1,3147926073=>1,3147926051=>1,3147925971=>1,3147925969=>1,3147925900=>1,3147925896=>1,3147925904=>1,3147925951=>1,3147925956=>1,3147929564=>1,3147929565=>1,3147930139=>1,3147930121=>1,3147930143=>1,3147930150=>1,3147930186=>1,3147930153=>1,3147930105=>1,3147930097=>1,3147930067=>1,3147930049=>1,3147930071=>1,3147930073=>1,3147930096=>1,3147930079=>1,3147930198=>1,3147930201=>1,3147930298=>1,3147930282=>1,3147930310=>1,3147930317=>1,3147930332=>1,3147930329=>1,3147930269=>1,3147930268=>1,3147930232=>1,3147930208=>1,3147930236=>1,3147930241=>1,3147930262=>1,3147930246=>1,3147930040=>1,3147930027=>1,3147929632=>1,3147929629=>1,3147929662=>1,3147929676=>1,3147929740=>1,3147929713=>1,3147929628=>1,3147929612=>1,3147929568=>1,3147929566=>1,3147929578=>1,3147929583=>1,3147929590=>1,3147929589=>1,3147929770=>1,3147929773=>1,3147929952=>1,3147929943=>1,3147929958=>1,3147929976=>1,3147930012=>1,3147929988=>1,3147929925=>1,3147929921=>1,3147929844=>1,3147929811=>1,3147929866=>1,3147929914=>1,3147929920=>1,3147925602=>1,3147925591=>1,3147921096=>1,3147921058=>1,3147921123=>1,3147921162=>1,3147921185=>1,3147921183=>1,3147921019=>1,3147921015=>1,3147920932=>1,3147920930=>1,3147920982=>1,3147921003=>1,3147921013=>1,3147921006=>1,3147921204=>1,3147921211=>1,3147921312=>1,3147921310=>1,3147921322=>1,3147921337=>1,3147921385=>1,3147921372=>1,3147921298=>1,3147921291=>1,3147921232=>1,3147921224=>1,3147921250=>1,3147921270=>1,3147921279=>1,3147921271=>1,3147920929=>1,3147920928=>1,3147920674=>1,3147920665=>1,3147920677=>1,3147920718=>1,3147920758=>1,3147920730=>1,3147920641=>1,3147920636=>1,3147920530=>1,3147920518=>1,3147920542=>1,3147920544=>1,3147920612=>1,3147920604=>1,3147920759=>1,3147920761=>1,3147920887=>1,3147920872=>1,3147920890=>1,3147920914=>1,3147920926=>1,3147920919=>1,3147920842=>1,3147920835=>1,3147920791=>1,3147920779=>1,3147920815=>1,3147920819=>1,3147920829=>1,3147921387=>1,3147921388=>1,3147922141=>1,3147922105=>1,3147922156=>1,3147922204=>1,3147922221=>1,3147922213=>1,3147922101=>1,3147922099=>1,3147922035=>1,3147922011=>1,3147922048=>1,3147922053=>1,3147922087=>1,3147922054=>1,3147922245=>1,3147922251=>1,3147925551=>1,3147925549=>1,3147925562=>1,3147925569=>1,3147925584=>1,3147925573=>1,3147925537=>1,3147925276=>1,3147922291=>1,3147922282=>1,3147922293=>1,3147922373=>1,3147922588=>1,3147922009=>1,3147922004=>1,3147921620=>1,3147921611=>1,3147921655=>1,3147921679=>1,3147921718=>1,3147921702=>1,3147921604=>1,3147921600=>1,3147921420=>1,3147921393=>1,3147921427=>1,3147921463=>1,3147921540=>1,3147921516=>1,3147921732=>1,3147921735=>1,3147921870=>1,3147921792=>1,3147921883=>1,3147921943=>1,3147922002=>1,3147921964=>1,3147921784=>1,3147921777=>1,3147921754=>1,3147921741=>1,3147921756=>1,3147921765=>1,3147921771=>1,3147930352=>1,3147930363=>1,3147934182=>1,3147934137=>1,3147934183=>1,3147934224=>1,3147934267=>1,3147934231=>1,3147934123=>1,3147934120=>1,3147933969=>1,3147933968=>1,3147933986=>1,3147933997=>1,3147934113=>1,3147934096=>1,3147934299=>1,3147934302=>1,3147935595=>1,3147935593=>1,3147935603=>1,3147935608=>1,3147935632=>1,3147935622=>1,3147935568=>1,3147935562=>1,3147934337=>1,3147934317=>1,3147934351=>1,3147934384=>1,3147935534=>1,3147935529=>1,3147933876=>1,3147933855=>1,3147932337=>1,3147932319=>1,3147932344=>1,3147932380=>1,3147932398=>1,3147932383=>1,3147932313=>1,3147932310=>1,3147932233=>1,3147932226=>1,3147932269=>1,3147932271=>1,3147932295=>1,3147932280=>1,3147932403=>1,3147932413=>1,3147933781=>1,3147933707=>1,3147933816=>1,3147933837=>1,3147933850=>1,3147933847=>1,3147933702=>1,3147932444=>1,3147932423=>1,3147932419=>1,3147932429=>1,3147932437=>1,3147932438=>1,3147935665=>1,3147935671=>1,3147941865=>1,3147941857=>1,3147941881=>1,3147941883=>1,3147942151=>1,3147941909=>1,3147941851=>1,3147941850=>1,3147941807=>1,3147941806=>1,3147941822=>1,3147941827=>1,3147941839=>1,3147941828=>1,3147942364=>1,3147943942=>1,3147944104=>1,3147944088=>1,3147944109=>1,3147944112=>1,3147944127=>1,3147944124=>1,3147944084=>1,3147944067=>1,3147943977=>1,3147943966=>1,3147943986=>1,3147943999=>1,3147944061=>1,3147941803=>1,3147941734=>1,3147937269=>1,3147937251=>1,3147938396=>1,3147940938=>1,3147941218=>1,3147941068=>1,3147937135=>1,3147937132=>1,3147935690=>1,3147935683=>1,3147935691=>1,3147935710=>1,3147937114=>1,3147936483=>1,3147941312=>1,3147941391=>1,3147941670=>1,3147941665=>1,3147941691=>1,3147941694=>1,3147941711=>1,3147941701=>1,3147941629=>1,3147941626=>1,3147941418=>1,3147941398=>1,3147941455=>1,3147941566=>1,3147941586=>1,3147932203=>1,3147932196=>1,3147930828=>1,3147930826=>1,3147930831=>1,3147930862=>1,3147930874=>1,3147930864=>1,3147930823=>1,3147930817=>1,3147930736=>1,3147930718=>1,3147930738=>1,3147930747=>1,3147930801=>1,3147930795=>1,3147930880=>1,3147930897=>1,3147930993=>1,3147930992=>1,3147931009=>1,3147931013=>1,3147931023=>1,3147931015=>1,3147930982=>1,3147930973=>1,3147930906=>1,3147930905=>1,3147930910=>1,3147930925=>1,3147930967=>1,3147930932=>1,3147930717=>1,3147930708=>1,3147930538=>1,3147930516=>1,3147930539=>1,3147930550=>1,3147930567=>1,3147930562=>1,3147930507=>1,3147930505=>1,3147930373=>1,3147930370=>1,3147930403=>1,3147930471=>1,3147930487=>1,3147930475=>1,3147930580=>1,3147930586=>1,3147930661=>1,3147930646=>1,3147930662=>1,3147930689=>1,3147930700=>1,3147930695=>1,3147930642=>1,3147930635=>1,3147930607=>1,3147930592=>1,3147930609=>1,3147930626=>1,3147930634=>1,3147931038=>1,3147931066=>1,3147931462=>1,3147931453=>1,3147931474=>1,3147931476=>1,3147931498=>1,3147931497=>1,3147931441=>1,3147931420=>1,3147931384=>1,3147931374=>1,3147931407=>1,3147931410=>1,3147931419=>1,3147931417=>1,3147931504=>1,3147931510=>1,3147931608=>1,3147931585=>1,3147931632=>1,3147931638=>1,3147932171=>1,3147931639=>1,3147931573=>1,3147931567=>1,3147931527=>1,3147931517=>1,3147931528=>1,3147931561=>1,3147931562=>1,3147931372=>1,3147931371=>1,3147931173=>1,3147931168=>1,3147931183=>1,3147931206=>1,3147931215=>1,3147931210=>1,3147931159=>1,3147931156=>1,3147931098=>1,3147931070=>1,3147931104=>1,3147931132=>1,3147931146=>1,3147931143=>1,3147931227=>1,3147931236=>1,3147931317=>1,3147931315=>1,3147931328=>1,3147931329=>1,3147931356=>1,3147931348=>1,3147931299=>1,3147931282=>1,3147931252=>1,3147931246=>1,3147931267=>1,3147931274=>1,3147931278=>1,3147920505=>1,3147920502=>1,3147898870=>1,3147898849=>1,3147899210=>1,3147899349=>1,3147902498=>1,3147899797=>1,3147898818=>1,3147898770=>1,3147898673=>1,3147898669=>1,3147898708=>1,3147898714=>1,3147898762=>1,3147898747=>1,3147902509=>1,3147902560=>1,3147903308=>1,3147903283=>1,3147903331=>1,3147903342=>1,3147903361=>1,3147903348=>1,3147902857=>1,3147902856=>1,3147902583=>1,3147902578=>1,3147902602=>1,3147902629=>1,3147902709=>1,3147902638=>1,3147898627=>1,3147898620=>1,3147898222=>1,3147898219=>1,3147898276=>1,3147898285=>1,3147898380=>1,3147898320=>1,3147898153=>1,3147898123=>1,3147897933=>1,3147897906=>1,3147897942=>1,3147898048=>1,3147898072=>1,3147898068=>1,3147898389=>1,3147898429=>1,3147898588=>1,3147898564=>1,3147898594=>1,3147898596=>1,3147898611=>1,3147898606=>1,3147898536=>1,3147898513=>1,3147898465=>1,3147898456=>1,3147898472=>1,3147898476=>1,3147898497=>1,3147903373=>1,3147903377=>1,3147904157=>1,3147904153=>1,3147904158=>1,3147904171=>1,3147904174=>1,3147904173=>1,3147904127=>1,3147904108=>1,3147904076=>1,3147904069=>1,3147904078=>1,3147904079=>1,3147904097=>1,3147904083=>1,3147904176=>1,3147904178=>1,3147906123=>1,3147905514=>1,3147906141=>1,3147906142=>1,3147906331=>1,3147906280=>1,3147904225=>1,3147904218=>1,3147904192=>1,3147904191=>1,3147904194=>1,3147904195=>1,3147904198=>1,3147904065=>1,3147904060=>1,3147903426=>1,3147903415=>1,3147903456=>1,3147903457=>1,3147903493=>1,3147903480=>1,3147903406=>1,3147903400=>1,3147903387=>1,3147903386=>1,3147903393=>1,3147903396=>1,3147903398=>1,3147903397=>1,3147903502=>1,3147903510=>1,3147904027=>1,3147903729=>1,3147904050=>1,3147904053=>1,3147904059=>1,3147904058=>1,3147903712=>1,3147903705=>1,3147903595=>1,3147903541=>1,3147903673=>1,3147903688=>1,3147903689=>1,3147897898=>1,3147897895=>1,3147895389=>1,3147895377=>1,3147895405=>1,3147895434=>1,3147895471=>1,3147895459=>1,3147895360=>1,3147895354=>1,3147895275=>1,3147895261=>1,3147895290=>1,3147895294=>1,3147895326=>1,3147895302=>1,3147895563=>1,3147895627=>1,3147895766=>1,3147895756=>1,3147895797=>1,3147895798=>1,3147895813=>1,3147895806=>1,3147895730=>1,3147895713=>1,3147895670=>1,3147895662=>1,3147895692=>1,3147895699=>1,3147895701=>1,3147895700=>1,3147895260=>1,3147895237=>1,3147895035=>1,3147895030=>1,3147895038=>1,3147895042=>1,3147895049=>1,3147895048=>1,3147894996=>1,3147894977=>1,3147894879=>1,3147894870=>1,3147894894=>1,3147894919=>1,3147894964=>1,3147894922=>1,3147895054=>1,3147895060=>1,3147895142=>1,3147895131=>1,3147895149=>1,3147895153=>1,3147895204=>1,3147895155=>1,3147895119=>1,3147895095=>1,3147895067=>1,3147895062=>1,3147895077=>1,3147895089=>1,3147895093=>1,3147895824=>1,3147895854=>1,3147896699=>1,3147896684=>1,3147896702=>1,3147896707=>1,3147896730=>1,3147896715=>1,3147896582=>1,3147896566=>1,3147896445=>1,3147896415=>1,3147896490=>1,3147896502=>1,3147896554=>1,3147896533=>1,3147896731=>1,3147896749=>1,3147897546=>1,3147897456=>1,3147897654=>1,3147897864=>1,3147897892=>1,3147897867=>1,3147897216=>1,3147897048=>1,3147896761=>1,3147896754=>1,3147896772=>1,3147896775=>1,3147896800=>1,3147896404=>1,3147896403=>1,3147896104=>1,3147896086=>1,3147896156=>1,3147896166=>1,3147896235=>1,3147896193=>1,3147896072=>1,3147896050=>1,3147895870=>1,3147895857=>1,3147895888=>1,3147895897=>1,3147896001=>1,3147895909=>1,3147896239=>1,3147896241=>1,3147896355=>1,3147896349=>1,3147896365=>1,3147896388=>1,3147896398=>1,3147896397=>1,3147896343=>1,3147896301=>1,3147896251=>1,3147896244=>1,3147896254=>1,3147896269=>1,3147896286=>1,3147906336=>1,3147906367=>1,3147917389=>1,3147917332=>1,3147917396=>1,3147917397=>1,3147917422=>1,3147917418=>1,3147917327=>1,3147917321=>1,3147913675=>1,3147913659=>1,3147913707=>1,3147913708=>1,3147917320=>1,3147913720=>1,3147917428=>1,3147917440=>1,3147917610=>1,3147917607=>1,3147917638=>1,3147917660=>1,3147917694=>1,3147917666=>1,3147917604=>1,3147917593=>1,3147917496=>1,3147917490=>1,3147917499=>1,3147917571=>1,3147917577=>1,3147917572=>1,3147913641=>1,3147913632=>1,3147912697=>1,3147912681=>1,3147913240=>1,3147913263=>1,3147913332=>1,3147913314=>1,3147912658=>1,3147912637=>1,3147912550=>1,3147912549=>1,3147912560=>1,3147912568=>1,3147912609=>1,3147912572=>1,3147913357=>1,3147913362=>1,3147913518=>1,3147913480=>1,3147913533=>1,3147913550=>1,3147913628=>1,3147913553=>1,3147913449=>1,3147913430=>1,3147913404=>1,3147913366=>1,3147913406=>1,3147913408=>1,3147913416=>1,3147917701=>1,3147917703=>1,3147918147=>1,3147918146=>1,3147918148=>1,3147918175=>1,3147918254=>1,3147918214=>1,3147918109=>1,3147918097=>1,3147918069=>1,3147918067=>1,3147918072=>1,3147918079=>1,3147918082=>1,3147918081=>1,3147918255=>1,3147918270=>1,3147920468=>1,3147920463=>1,3147920471=>1,3147920475=>1,3147920496=>1,3147920485=>1,3147920449=>1,3147920430=>1,3147918322=>1,3147918274=>1,3147919950=>1,3147920269=>1,3147920424=>1,3147918025=>1,3147918016=>1,3147917778=>1,3147917766=>1,3147917779=>1,3147917793=>1,3147917847=>1,3147917817=>1,3147917763=>1,3147917743=>1,3147917706=>1,3147917704=>1,3147917714=>1,3147917715=>1,3147917733=>1,3147917728=>1,3147917848=>1,3147917853=>1,3147917970=>1,3147917945=>1,3147917985=>1,3147917986=>1,3147918000=>1,3147917990=>1,3147917943=>1,3147917930=>1,3147917858=>1,3147917857=>1,3147917880=>1,3147917893=>1,3147917922=>1,3147912513=>1,3147912484=>1,3147908175=>1,3147908153=>1,3147908205=>1,3147908613=>1,3147908647=>1,3147908627=>1,3147907772=>1,3147907581=>1,3147907482=>1,3147907449=>1,3147907536=>1,3147907543=>1,3147907577=>1,3147907572=>1,3147908653=>1,3147908671=>1,3147908845=>1,3147908837=>1,3147908865=>1,3147908871=>1,3147908901=>1,3147908880=>1,3147908802=>1,3147908787=>1,3147908677=>1,3147908672=>1,3147908721=>1,3147908730=>1,3147908775=>1,3147908769=>1,3147907441=>1,3147907417=>1,3147906594=>1,3147906588=>1,3147906607=>1,3147906708=>1,3147906751=>1,3147906732=>1,3147906587=>1,3147906580=>1,3147906432=>1,3147906397=>1,3147906436=>1,3147906486=>1,3147906571=>1,3147906562=>1,3147906814=>1,3147906823=>1,3147907218=>1,3147907170=>1,3147907225=>1,3147907240=>1,3147907401=>1,3147907393=>1,3147907080=>1,3147907077=>1,3147906904=>1,3147906858=>1,3147906907=>1,3147906938=>1,3147906970=>1,3147908913=>1,3147908918=>1,3147912225=>1,3147911166=>1,3147912228=>1,3147912231=>1,3147912306=>1,3147912276=>1,3147911101=>1,3147911097=>1,3147911015=>1,3147910998=>1,3147911021=>1,3147911025=>1,3147911052=>1,3147911031=>1,3147912309=>1,3147912314=>1,3147912445=>1,3147912434=>1,3147912450=>1,3147912459=>1,3147912483=>1,3147912478=>1,3147912426=>1,3147912423=>1,3147912330=>1,3147912322=>1,3147912336=>1,3147912339=>1,3147912422=>1,3147910984=>1,3147910950=>1,3147909084=>1,3147909056=>1,3147909094=>1,3147909100=>1,3147909377=>1,3147909253=>1,3147909044=>1,3147909043=>1,3147909005=>1,3147908998=>1,3147909021=>1,3147909023=>1,3147909035=>1,3147909025=>1,3147910665=>1,3147910678=>1,3147910914=>1,3147910878=>1,3147910929=>1,3147910930=>1,3147910945=>1,3147910942=>1,3147910873=>1,3147910862=>1,3147910784=>1,3147910684=>1,3147910793=>1,3147910819=>1,3147910851=>1,3147894833=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-27.php CHANGED
@@ -1 +1 @@
1
- <?php return array(3520987904=>3520987935,3520644608=>3520644863,3468977920=>3468978175,3460801024=>3460801279,3549254930=>1,3549249586=>1,3549272318=>1,3549304954=>1,3550315578=>1,3550958645=>1,3549099898=>1,3549084757=>1,3547584590=>1,3547584586=>1,3548950154=>1,3550963596=>1,3548979422=>1,3549401830=>1,3549404040=>1,3549450564=>1,3549449274=>1,3549450565=>1,3549687632=>1,3550158101=>1,3549448346=>1,3549448345=>1,3547584582=>1,3549404042=>1,3549404046=>1,3549404048=>1,3549404052=>1,3550282339=>1,3547237917=>1,3542923105=>1,3542810743=>1,3544310537=>1,3544340644=>1,3544741332=>1,3544653409=>1,3542808978=>1,3541814676=>1,3541437230=>1,3539272440=>1,3541491178=>1,3541563414=>1,3541685666=>1,3541633851=>1,3545040166=>1,3545040169=>1,3546774602=>1,3546658130=>1,3546780738=>1,3546802239=>1,3547237916=>1,3547204004=>1,3546650754=>1,3546230689=>1,3545259236=>1,3545251094=>1,3545460303=>1,3545644578=>1,3546225876=>1,3545898087=>1,3550964036=>1,3550964038=>1,3558296809=>1,3558295228=>1,3558352077=>1,3558379708=>1,3558509649=>1,3558387750=>1,3558162950=>1,3558094107=>1,3557862046=>1,3557856803=>1,3557910093=>1,3558016800=>1,3558019329=>1,3558016809=>1,3558547466=>1,3558626590=>1,3559215240=>1,3559136942=>1,3559342867=>1,3559483204=>1,3559720364=>1,3559614555=>1,3559026874=>1,3558995494=>1,3558744082=>1,3558728981=>1,3558745114=>1,3558745116=>1,3558984221=>1,3557845025=>1,3557840699=>1,3556888976=>1,3556857082=>1,3556935052=>1,3556936947=>1,3556998382=>1,3556995298=>1,3556857077=>1,3555506583=>1,3553242157=>1,3537242252=>1,3554311869=>1,3554494029=>1,3555358165=>1,3555241877=>1,3557003586=>1,3557005745=>1,3557634490=>1,3557599939=>1,3557748260=>1,3557835082=>1,3557837565=>1,3557837564=>1,3557599682=>1,3557564186=>1,3557284128=>1,3557278279=>1,3557430862=>1,3557463963=>1,3557562841=>1,3550964037=>1,3537160604=>1,3520089861=>1,3520086519=>1,3520097543=>1,3520254485=>1,3520995057=>1,3520989380=>1,3520077019=>1,3520076329=>1,3518760847=>1,3518398454=>1,3518763228=>1,3518764490=>1,3519154578=>1,3518898437=>1,3521001010=>1,3521211851=>1,3523301680=>1,3523301678=>1,3523301684=>1,3523338484=>1,3523496074=>1,3523380238=>1,3522822910=>1,3522802886=>1,3521838564=>1,3521799918=>1,3522035223=>1,3522303979=>1,3522796869=>1,3518395978=>1,3518337062=>1,3515690700=>1,3515690436=>1,3515690921=>1,3515693096=>1,3516149377=>1,3515826032=>1,3515689921=>1,3515689812=>1,3515687602=>1,3515613326=>1,3515687664=>1,3515687912=>1,3515688236=>1,3515687978=>1,3516161178=>1,3516161665=>1,3516898549=>1,3516893715=>1,3517165902=>1,3517823578=>1,3518297905=>1,3517824979=>1,3516633861=>1,3516633860=>1,3516333393=>1,3516328275=>1,3516427670=>1,3516428514=>1,3516633859=>1,3523496423=>1,3523502443=>1,3533354501=>1,3529868267=>1,3535445471=>1,3535460592=>1,3535513648=>1,3535461599=>1,3529868264=>1,3529868263=>1,3528247921=>1,3528188222=>1,3528447965=>1,3528612941=>1,3529189692=>1,3528706355=>1,3535864737=>1,3536011764=>1,3537074892=>1,3537073914=>1,3537130761=>1,3537141051=>1,3559725367=>1,3537143034=>1,3537071669=>1,3537048204=>1,3536032659=>1,3536012180=>1,3536055846=>1,3536524457=>1,3536944490=>1,3528186489=>1,3528182532=>1,3525058727=>1,3525022096=>1,3525092353=>1,3525360336=>1,3525927339=>1,3525776108=>1,3524941297=>1,3524620780=>1,3524093521=>1,3523505236=>1,3524167175=>1,3524605164=>1,3524605166=>1,3524605165=>1,3525927480=>1,3525927867=>1,3526899785=>1,3526899784=>1,3527251107=>1,3527274656=>1,3527919322=>1,3527696190=>1,3526899783=>1,3526886938=>1,3526181596=>1,3525928274=>1,3526219744=>1,3526570190=>1,3526606709=>1,3537171949=>1,3559835402=>1,3563720930=>1,3563361868=>1,3563721619=>1,3563722814=>1,3563723962=>1,3563723645=>1,3563271786=>1,3563249357=>1,3563112131=>1,3563108390=>1,3563227426=>1,3563233218=>1,3563249354=>1,3563249353=>1,3563724470=>1,3563812074=>1,3563970029=>1,3563968922=>1,3564054927=>1,3564136325=>1,3564171935=>1,3564141550=>1,3563968732=>1,3563968654=>1,3563820433=>1,3563815443=>1,3563822306=>1,3563822318=>1,3563968619=>1,3563880726=>1,3563108044=>1,3563073870=>1,3562249748=>1,3562249733=>1,3562250904=>1,3562251438=>1,3562252457=>1,3562251445=>1,3562248737=>1,3562245016=>1,3562129311=>1,3562020692=>1,3562219587=>1,3562219758=>1,3562242408=>1,3562219759=>1,3562252482=>1,3562252675=>1,3562802610=>1,3562781862=>1,3562846344=>1,3562847749=>1,3562855183=>1,3562847884=>1,3562765853=>1,3562754195=>1,3562254394=>1,3562252793=>1,3562254785=>1,3562360647=>1,3562532386=>1,3564306011=>1,3564365141=>1,3568710244=>1,3568684666=>1,3568816426=>1,3568916277=>1,3568982434=>1,3568979546=>1,3568627025=>1,3568559129=>1,3567678852=>1,3567674297=>1,3568233094=>1,3568260326=>1,3568301099=>1,3568272665=>1,3569021720=>1,3569076394=>1,3571469460=>1,3570181775=>1,3571472893=>1,3571474337=>1,3571651700=>1,3571474407=>1,3569960088=>1,3569939992=>1,3569432568=>1,3569371748=>1,3569902466=>1,3569905606=>1,3569910661=>1,3569906572=>1,3567235526=>1,3567226705=>1,3564678700=>1,3564662183=>1,3564682341=>1,3564692765=>1,3565225044=>1,3565056142=>1,3564631690=>1,3564630596=>1,3564397474=>1,3564370799=>1,3564474186=>1,3564483605=>1,3564518915=>1,3564483691=>1,3565234697=>1,3565236898=>1,3566233110=>1,3565837329=>1,3566263835=>1,3567003034=>1,3567213333=>1,3567049952=>1,3565240040=>1,3565239941=>1,3565238025=>1,3565237297=>1,3565238235=>1,3565238267=>1,3565238518=>1,3561684723=>1,3561679122=>1,3559911458=>1,3559911446=>1,3559911591=>1,3559911631=>1,3559911701=>1,3559911693=>1,3559911434=>1,3559911331=>1,3559910751=>1,3559910442=>1,3559910847=>1,3559911105=>1,3559911319=>1,3559911300=>1,3559911936=>1,3559911981=>1,3559913224=>1,3559913181=>1,3559913247=>1,3559913384=>1,3559913540=>1,3559913385=>1,3559913171=>1,3559913167=>1,3559912526=>1,3559912332=>1,3559912780=>1,3559912901=>1,3559912981=>1,3559912973=>1,3559910379=>1,3559910110=>1,3559908610=>1,3559908291=>1,3559908821=>1,3559908827=>1,3559908967=>1,3559908913=>1,3559908258=>1,3559908168=>1,3559907930=>1,3559843982=>1,3559907976=>1,3559908024=>1,3559908149=>1,3559908141=>1,3559908984=>1,3559909090=>1,3559909926=>1,3559909867=>1,3559909947=>1,3559910012=>1,3559910080=>1,3559910069=>1,3559909809=>1,3559909718=>1,3559909603=>1,3559909103=>1,3559909612=>1,3559909613=>1,3559909644=>1,3559913637=>1,3559913791=>1,3561217389=>1,3560972356=>1,3561292654=>1,3561292753=>1,3561292755=>1,3561292754=>1,3560662306=>1,3560589851=>1,3560493210=>1,3560475099=>1,3560494770=>1,3560494831=>1,3560551361=>1,3560551197=>1,3561292756=>1,3561292757=>1,3561487842=>1,3561486721=>1,3561524498=>1,3561525594=>1,3561585673=>1,3561573362=>1,3561486341=>1,3561486061=>1,3561294205=>1,3561292758=>1,3561334425=>1,3561425345=>1,3561425378=>1,3560470933=>1,3560468879=>1,3559915145=>1,3559915138=>1,3559949110=>1,3559970486=>1,3560147480=>1,3560146555=>1,3559915071=>1,3559914807=>1,3559914041=>1,3559914008=>1,3559914301=>1,3559914645=>1,3559914798=>1,3559914658=>1,3560148656=>1,3560149561=>1,3560152422=>1,3560152310=>1,3560152750=>1,3560152918=>1,3560462383=>1,3560459079=>1,3560152257=>1,3560152247=>1,3560150712=>1,3560150282=>1,3560150795=>1,3560152004=>1,3560152237=>1,3515171542=>1,3515084934=>1,3414180598=>1,3414180157=>1,3414182670=>1,3414184475=>1,3414228299=>1,3414185006=>1,3414167746=>1,3414167666=>1,3413928181=>1,3413915939=>1,3413932309=>1,3413932935=>1,3414167658=>1,3414028370=>1,3414343859=>1,3414346819=>1,3415307011=>1,3415154281=>1,3415307012=>1,3415386824=>1,3415610602=>1,3415477380=>1,3415100226=>1,3415055050=>1,3414348962=>1,3414347177=>1,3414348963=>1,3414349715=>1,3414355542=>1,3414354253=>1,3413913234=>1,3413910444=>1,3411585484=>1,3411583162=>1,3411585719=>1,3411614598=>1,3411614701=>1,3411614698=>1,3411565258=>1,3411565011=>1,3411219434=>1,3411201803=>1,3411256702=>1,3411256710=>1,3411503534=>1,3411316044=>1,3411614702=>1,3411769674=>1,3413273922=>1,3413215107=>1,3413274195=>1,3413293608=>1,3413542300=>1,3413316242=>1,3413000259=>1,3412935619=>1,3412243856=>1,3411769677=>1,3412243857=>1,3412330350=>1,3412773227=>1,3415610603=>1,3415712400=>1,3418194557=>1,3418184098=>1,3418195379=>1,3418196222=>1,3418197578=>1,3418196276=>1,3418160038=>1,3418081774=>1,3417344930=>1,3417191774=>1,3417354370=>1,3417356202=>1,3417965130=>1,3417910182=>1,3418198833=>1,3418237318=>1,3419075440=>1,3419075428=>1,3419075565=>1,3419077418=>1,3419670054=>1,3419197104=>1,3418598547=>1,3418595936=>1,3418264994=>1,3418237914=>1,3418360978=>1,3418360980=>1,3418595342=>1,3417167597=>1,3417147513=>1,3416275087=>1,3416275060=>1,3416275096=>1,3416275097=>1,3416303914=>1,3416275833=>1,3416052596=>1,3416030778=>1,3415854419=>1,3415730187=>1,3415856826=>1,3416030172=>1,3416030775=>1,3416030758=>1,3416303918=>1,3416304803=>1,3417097803=>1,3416979829=>1,3417103438=>1,3417103638=>1,3417110710=>1,3417109362=>1,3416409366=>1,3416352529=>1,3416307022=>1,3416307018=>1,3416332058=>1,3416334155=>1,3416349257=>1,3411161260=>1,3411146826=>1,3399138552=>1,3399101250=>1,3399138586=>1,3399138966=>1,3399242074=>1,3399183133=>1,3399096146=>1,3399084516=>1,3398972989=>1,3398972984=>1,3398997106=>1,3398997107=>1,3399058134=>1,3398997109=>1,3399383818=>1,3399419490=>1,3399669978=>1,3399669364=>1,3399670162=>1,3399755275=>1,3399926415=>1,3399801122=>1,3399668458=>1,3399665673=>1,3399554854=>1,3399460008=>1,3399663708=>1,3399665029=>1,3399665371=>1,3399665185=>1,3398972979=>1,3398971482=>1,3398501090=>1,3398409078=>1,3398501091=>1,3398501362=>1,3398629346=>1,3398599165=>1,3398407798=>1,3398405891=>1,3398344050=>1,3398302381=>1,3398344698=>1,3398347334=>1,3398349410=>1,3398348726=>1,3398681662=>1,3398682057=>1,3398864810=>1,3398785370=>1,3398864827=>1,3398865338=>1,3398969154=>1,3398961373=>1,3398703994=>1,3398702883=>1,3398697726=>1,3398684274=>1,3398698010=>1,3398698268=>1,3398702882=>1,3399926628=>1,3399926641=>1,3402031346=>1,3401932978=>1,3402046220=>1,3402233476=>1,3408774551=>1,3407015938=>1,3401826501=>1,3401771643=>1,3400999112=>1,3400999104=>1,3401346353=>1,3401547310=>1,3401771642=>1,3401742149=>1,3409668529=>1,3410103982=>1,3410884364=>1,3410880115=>1,3410884722=>1,3410896117=>1,3411100502=>1,3411042492=>1,3410784645=>1,3410633868=>1,3410117684=>1,3410116954=>1,3410370148=>1,3410484364=>1,3410621302=>1,3400999097=>1,3400999094=>1,3400390159=>1,3400389144=>1,3400390167=>1,3400390172=>1,3400390182=>1,3400390174=>1,3400244308=>1,3400157028=>1,3399929766=>1,3399929509=>1,3400005818=>1,3400081578=>1,3400088683=>1,3400082723=>1,3400391338=>1,3400486091=>1,3400938570=>1,3400938378=>1,3400940401=>1,3400972122=>1,3400999093=>1,3400972738=>1,3400938066=>1,3400913245=>1,3400746922=>1,3400555029=>1,3400775746=>1,3400903829=>1,3400903830=>1,3419873598=>1,3420039896=>1,3493111337=>1,3493101898=>1,3493115043=>1,3493160726=>1,3493414444=>1,3493164335=>1,3492887565=>1,3492536628=>1,3492020741=>1,3492020740=>1,3492020742=>1,3492020743=>1,3492213611=>1,3492020744=>1,3493494607=>1,3493994011=>1,3495060439=>1,3494943271=>1,3495061029=>1,3495157538=>1,3495548878=>1,3495205837=>1,3494891900=>1,3494865583=>1,3494052197=>1,3494052196=>1,3494415424=>1,3494658092=>1,3494799342=>1,3494686511=>1,3492020739=>1,3491705146=>1,3486113733=>1,3486113732=>1,3486715782=>1,3487731253=>1,3487731282=>1,3487731259=>1,3486113731=>1,3485986981=>1,3485239077=>1,3484918722=>1,3485361229=>1,3485362454=>1,3485484453=>1,3485436423=>1,3488495235=>1,3488892451=>1,3489573548=>1,3489244059=>1,3490463996=>1,3491705108=>1,3491705145=>1,3491705144=>1,3488899106=>1,3488897355=>1,3488893838=>1,3488893150=>1,3488893894=>1,3488894210=>1,3488894233=>1,3495932977=>1,3496025910=>1,3510285402=>1,3510284898=>1,3510604292=>1,3510794134=>1,3512203026=>1,3511632268=>1,3510284330=>1,3510272135=>1,3509351090=>1,3509109054=>1,3509351115=>1,3509369537=>1,3509980883=>1,3509822233=>1,3512335222=>1,3512352602=>1,3514714089=>1,3514617590=>1,3514720927=>1,3514720980=>1,3398301826=>1,3515084681=>1,3514598403=>1,3514591884=>1,3512700209=>1,3512673342=>1,3512847168=>1,3514261321=>1,3514540610=>1,3507250900=>1,3507055279=>1,3496865600=>1,3496849413=>1,3496868316=>1,3496868676=>1,3496944176=>1,3496887162=>1,3496770656=>1,3496737862=>1,3496026038=>1,3496025958=>1,3496026144=>1,3496174884=>1,3496728043=>1,3496301510=>1,3496944464=>1,3497153738=>1,3497978725=>1,3497955820=>1,3506848797=>1,3506867550=>1,3506877350=>1,3506868596=>1,3497922250=>1,3497756464=>1,3497346152=>1,3497331490=>1,3497454384=>1,3497755997=>1,3497756323=>1,3484848982=>1,3484487484=>1,3434695549=>1,3432717919=>1,3435101714=>1,3435273476=>1,3435517290=>1,3435380185=>1,3432717913=>1,3432075565=>1,3429502826=>1,3429294387=>1,3429890444=>1,3430012418=>1,3430699910=>1,3430699906=>1,3436358715=>1,3437527342=>1,3451552538=>1,3451512303=>1,3451759254=>1,3452296201=>1,3452719684=>1,3452557298=>1,3451484824=>1,3450830151=>1,3439009856=>1,3438705224=>1,3448443077=>1,3448987832=>1,3450360965=>1,3428695125=>1,3428695100=>1,3423156039=>1,3423116430=>1,3423206774=>1,3423268271=>1,3423305670=>1,3423285891=>1,3422565588=>1,3422565552=>1,3420040594=>1,3420040122=>1,3420437854=>1,3422565426=>1,3422565516=>1,3422565450=>1,3423334796=>1,3423403818=>1,3425370104=>1,3425370086=>1,3426619282=>1,3428009528=>1,3428171550=>1,3428125702=>1,3425370066=>1,3425370036=>1,3423446070=>1,3423415912=>1,3423517749=>1,3423680554=>1,3424337043=>1,3452719710=>1,3453061716=>1,3472818553=>1,3472406655=>1,3472841824=>1,3472850507=>1,3474728450=>1,3473240178=>1,3472400682=>1,3472363244=>1,3470330500=>1,3470330097=>1,3470476825=>1,3470873249=>1,3470876587=>1,3470874509=>1,3474728451=>1,3474909575=>1,3482071522=>1,3481152201=>1,3482863375=>1,3483242354=>1,3484253335=>1,3484209491=>1,3480705716=>1,3478607107=>1,3475931831=>1,3475408403=>1,3475967082=>1,3476985787=>1,3477723279=>1,3470329934=>1,3470162434=>1,3458758373=>1,3457351646=>1,3458816328=>1,3458816342=>1,3460159668=>1,3459699352=>1,3457351645=>1,3456802793=>1,3453087440=>1,3453087218=>1,3453091796=>1,3454538138=>1,3456801361=>1,3456801345=>1,3460257584=>1,3460875881=>1,3468593397=>1,3467990014=>1,3470057653=>1,3470061181=>1,3470112622=>1,3470061234=>1,3467573637=>1,3467572000=>1,3464222212=>1,3461273478=>1,3464309122=>1,3464309127=>1,3467539111=>1,3515155658=>1,);?>
1
+ <?php return array(3161728000=>3161728255,3153365198=>1,3153360756=>1,3153365137=>1,3153366093=>1,3153367235=>1,3153366401=>1,3153360257=>1,3153344458=>1,3153332221=>1,3153331099=>1,3153335107=>1,3153335284=>1,3153343672=>1,3153343252=>1,3153368588=>1,3153380185=>1,3153393185=>1,3153392229=>1,3153397530=>1,3153398951=>1,3153404686=>1,3153401338=>1,3153391218=>1,3153382112=>1,3153380222=>1,3153330541=>1,3153380284=>1,3153380831=>1,3153382068=>1,3153381649=>1,3153372225=>1,3153330421=>1,3153308890=>1,3153308850=>1,3153310138=>1,3153310593=>1,3153312192=>1,3153311881=>1,3153308708=>1,3153301215=>1,3153260098=>1,3153259906=>1,3153261634=>1,3153282756=>1,3153297312=>1,3153292263=>1,3153312696=>1,3153314994=>1,3153327700=>1,3153321348=>1,3153327778=>1,3153328011=>1,3153330189=>1,3153328053=>1,3153320971=>1,3153318166=>1,3153315585=>1,3153315231=>1,3153316654=>1,3153316909=>1,3153317336=>1,3153409337=>1,3153409802=>1,3153550484=>1,3153549321=>1,3153555974=>1,3153556677=>1,3153567128=>1,3153556956=>1,3153546630=>1,3153537387=>1,3153501403=>1,3153492990=>1,3153502065=>1,3153503914=>1,3153521841=>1,3153515544=>1,3153571402=>1,3153575664=>1,3153854823=>1,3153854811=>1,3153855048=>1,3153855524=>1,3153855828=>1,3153855736=>1,3153854767=>1,3153854740=>1,3153581326=>1,3153575689=>1,3153582009=>1,3153854526=>1,3153854722=>1,3153488297=>1,3153487924=>1,3153416466=>1,3153416328=>1,3153416990=>1,3153417018=>1,3153434726=>1,3153423579=>1,3153416220=>1,3153413614=>1,3153410081=>1,3153409904=>1,3153410125=>1,3153412440=>1,3153413029=>1,3153412906=>1,3153435079=>1,3153436393=>1,3153475590=>1,3153474133=>1,3153482891=>1,3153484029=>1,3153485670=>1,3153484616=>1,3153473348=>1,3153464406=>1,3153440764=>1,3153439963=>1,3153445320=>1,3153450504=>1,3153452412=>1,3153255925=>1,3153249730=>1,3149710146=>1,3149702418=>1,3149710487=>1,3149712547=>1,3149746943=>1,3149737298=>1,3149694005=>1,3149681188=>1,3149522382=>1,3149522034=>1,3149523381=>1,3149524177=>1,3149527967=>1,3149524293=>1,3149789930=>1,3149789931=>1,3151531970=>1,3151526499=>1,3152617436=>1,3152887714=>1,3153071667=>1,3152906035=>1,3151511301=>1,3151076263=>1,3149789933=>1,3149789932=>1,3149863183=>1,3149863188=>1,3149869724=>1,3149864402=>1,3149521955=>1,3149518221=>1,3149501377=>1,3149500677=>1,3149502074=>1,3149502790=>1,3149504778=>1,3149504745=>1,3149498499=>1,3149498302=>1,3149496779=>1,3149495890=>1,3149496910=>1,3149496954=>1,3149498142=>1,3149497033=>1,3149504823=>1,3149504830=>1,3149514016=>1,3149506542=>1,3149514543=>1,3149514624=>1,3149516601=>1,3149514986=>1,3149506053=>1,3149505343=>1,3149505073=>1,3149504841=>1,3149505103=>1,3149505294=>1,3149505333=>1,3153088651=>1,3153090720=>1,3153168790=>1,3153161045=>1,3153182457=>1,3153200866=>1,3153207153=>1,3153202252=>1,3153148993=>1,3153147925=>1,3153142667=>1,3153142166=>1,3153146576=>1,3153147533=>1,3153147886=>1,3153147573=>1,3153207550=>1,3153214342=>1,3153238160=>1,3153237914=>1,3153239438=>1,3153240580=>1,3153855985=>1,3153241960=>1,3153237347=>1,3153236774=>1,3153222455=>1,3153222234=>1,3153223885=>1,3153224367=>1,3153231207=>1,3153141610=>1,3153141415=>1,3153135084=>1,3153124071=>1,3153136857=>1,3153137091=>1,3153137552=>1,3153137378=>1,3153115875=>1,3153112187=>1,3153098130=>1,3153092103=>1,3153103281=>1,3153106421=>1,3153111410=>1,3153108216=>1,3153137598=>1,3153137999=>1,3153140857=>1,3153140823=>1,3153141151=>1,3153141272=>1,3153141409=>1,3153141366=>1,3153140794=>1,3153140388=>1,3153138885=>1,3153138379=>1,3153139298=>1,3153139436=>1,3153139808=>1,3153255450=>1,3153856270=>1,3158624414=>1,3158436370=>1,3158631824=>1,3158637144=>1,3159088920=>1,3158944916=>1,3158086386=>1,3157741950=>1,3157648201=>1,3157619390=>1,3157721935=>1,3157722502=>1,3157739057=>1,3157731205=>1,3159116050=>1,3159219710=>1,3160460246=>1,3160459697=>1,3160460657=>1,3160461015=>1,3160541037=>1,3160489989=>1,3160452372=>1,3160451746=>1,3159542191=>1,3159282131=>1,3160245715=>1,3160266059=>1,3160451453=>1,3160451341=>1,3157612742=>1,3157609084=>1,3156765645=>1,3156763461=>1,3156766098=>1,3156771023=>1,3156771062=>1,3156771056=>1,3156758169=>1,3156757619=>1,3156710566=>1,3156413620=>1,3156748659=>1,3156750923=>1,3156753650=>1,3156751336=>1,3156773975=>1,3156777458=>1,3156934190=>1,3156933899=>1,3156966164=>1,3157470625=>1,3157602416=>1,3157598501=>1,3156801593=>1,3156798423=>1,3156780573=>1,3156778874=>1,3156783621=>1,3156790789=>1,3156796194=>1,3160542515=>1,3160551442=>1,3161250778=>1,3161249878=>1,3161255688=>1,3161467853=>1,3161548648=>1,3161472150=>1,3161248721=>1,3161241332=>1,3161171216=>1,3161162639=>1,3161176750=>1,3161224279=>1,3161241197=>1,3161241143=>1,3161551220=>1,3161551386=>1,3162039886=>1,3162039859=>1,3162040388=>1,3162040434=>1,3162040858=>1,3162040523=>1,3162039245=>1,3162038847=>1,3161623663=>1,3161553907=>1,3161857643=>1,3161905644=>1,3161954156=>1,3161138936=>1,3161078518=>1,3160628575=>1,3160626752=>1,3160654533=>1,3160655192=>1,3160655882=>1,3160655657=>1,3160626056=>1,3160625928=>1,3160593888=>1,3160552450=>1,3160605860=>1,3160620352=>1,3160625703=>1,3160620637=>1,3160657022=>1,3160657754=>1,3161022027=>1,3161010275=>1,3161032710=>1,3161038196=>1,3161056659=>1,3161039086=>1,3160998696=>1,3160976574=>1,3160812536=>1,3160759471=>1,3160850570=>1,3160891823=>1,3160954049=>1,3156274309=>1,3156248512=>1,3153926919=>1,3153926669=>1,3153927035=>1,3153927271=>1,3153927853=>1,3153927822=>1,3153923577=>1,3153923497=>1,3153912829=>1,3153907938=>1,3153916248=>1,3153923095=>1,3153923448=>1,3153923151=>1,3153927864=>1,3153932527=>1,3153934851=>1,3153934252=>1,3153935178=>1,3153935572=>1,3153949413=>1,3153935844=>1,3153934248=>1,3153933979=>1,3153932775=>1,3153932742=>1,3153933348=>1,3153933439=>1,3153933837=>1,3153933442=>1,3153906939=>1,3153903190=>1,3153871436=>1,3153871049=>1,3153872394=>1,3153873194=>1,3153892279=>1,3153873494=>1,3153868969=>1,3153867173=>1,3153857209=>1,3149495238=>1,3153857248=>1,3153859225=>1,3153866884=>1,3153866483=>1,3153893452=>1,3153899950=>1,3153902695=>1,3153902031=>1,3153902788=>1,3153902835=>1,3153903130=>1,3153902893=>1,3153901972=>1,3153901755=>1,3153900362=>1,3153900131=>1,3153900432=>1,3153900633=>1,3153901639=>1,3153949661=>1,3153949810=>1,3155371223=>1,3155325113=>1,3155473454=>1,3155587916=>1,3155603278=>1,3155602399=>1,3155303446=>1,3155302497=>1,3154414682=>1,3154177134=>1,3154426740=>1,3154552123=>1,3155271589=>1,3155255147=>1,3155662435=>1,3155671528=>1,3155823404=>1,3155822618=>1,3155913509=>1,3156222702=>1,3156245734=>1,3156226983=>1,3155807909=>1,3155804863=>1,3155751812=>1,3155740645=>1,3155761574=>1,3155789898=>1,3155804447=>1,3154177028=>1,3154159821=>1,3153953434=>1,3153953416=>1,3153954823=>1,3153959743=>1,3153959803=>1,3153959776=>1,3153953347=>1,3153953319=>1,3153950649=>1,3153950582=>1,3153952830=>1,3153953020=>1,3153953206=>1,3153953038=>1,3153963030=>1,3153963135=>1,3153983458=>1,3153981540=>1,3153983607=>1,3153983612=>1,3154055479=>1,3154040989=>1,3153973018=>1,3153968307=>1,3153963642=>1,3153963161=>1,3153964201=>1,3153964204=>1,3153964396=>1,3153856120=>1,3149494878=>1,3147949343=>1,3147949338=>1,3147949363=>1,3147949372=>1,3147949388=>1,3147949387=>1,3147949330=>1,3147949324=>1,3147949261=>1,3147949242=>1,3147949265=>1,3147949272=>1,3147949297=>1,3147949291=>1,3147949392=>1,3147949413=>1,3147949474=>1,3147949466=>1,3147949485=>1,3147949491=>1,3147949500=>1,3147949492=>1,3147949465=>1,3147949464=>1,3147949428=>1,3147949420=>1,3147949450=>1,3147949458=>1,3147949461=>1,3147949459=>1,3147949215=>1,3147949213=>1,3147948771=>1,3147948766=>1,3147948825=>1,3147948832=>1,3147948915=>1,3147948881=>1,3147948763=>1,3147948721=>1,3147948661=>1,3147948653=>1,3147948666=>1,3147948679=>1,3147948715=>1,3147948705=>1,3147948916=>1,3147948934=>1,3147949124=>1,3147949113=>1,3147949129=>1,3147949140=>1,3147949171=>1,3147949167=>1,3147949110=>1,3147949002=>1,3147948955=>1,3147948954=>1,3147948970=>1,3147948975=>1,3147948996=>1,3147949502=>1,3147949509=>1,3147950055=>1,3147950025=>1,3147950056=>1,3147950061=>1,3147951487=>1,3147950073=>1,3147949995=>1,3147949980=>1,3147949950=>1,3147949940=>1,3147949969=>1,3147949971=>1,3147949978=>1,3147949977=>1,3147952152=>1,3147952227=>1,3147952311=>1,3147952296=>1,3147952315=>1,3147952341=>1,3147952357=>1,3147952348=>1,3147952288=>1,3147952287=>1,3147952248=>1,3147952247=>1,3147952264=>1,3147952275=>1,3147952282=>1,3147949923=>1,3147949905=>1,3147949657=>1,3147949646=>1,3147949663=>1,3147949678=>1,3147949683=>1,3147949681=>1,3147949630=>1,3147949587=>1,3147949522=>1,3147949512=>1,3147949545=>1,3147949561=>1,3147949581=>1,3147949570=>1,3147949725=>1,3147949731=>1,3147949822=>1,3147949801=>1,3147949855=>1,3147949858=>1,3147949902=>1,3147949896=>1,3147949799=>1,3147949796=>1,3147949746=>1,3147949738=>1,3147949752=>1,3147949761=>1,3147949783=>1,3147948648=>1,3147948631=>1,3147946303=>1,3147946302=>1,3147946306=>1,3147946314=>1,3147946325=>1,3147946319=>1,3147946299=>1,3147946293=>1,3147946261=>1,3147946252=>1,3147946266=>1,3147946269=>1,3147946275=>1,3147946271=>1,3147946341=>1,3147946342=>1,3147946412=>1,3147946411=>1,3147946420=>1,3147946429=>1,3147946434=>1,3147946430=>1,3147946401=>1,3147946389=>1,3147946370=>1,3147946357=>1,3147946373=>1,3147946374=>1,3147946387=>1,3147946376=>1,3147946251=>1,3147946247=>1,3147945345=>1,3147945337=>1,3147945347=>1,3147945406=>1,3147945432=>1,3147945413=>1,3147945316=>1,3147945307=>1,3147945230=>1,3147944134=>1,3147945235=>1,3147945253=>1,3147945285=>1,3147945274=>1,3147945435=>1,3147945491=>1,3147945701=>1,3147945670=>1,3147945702=>1,3147945715=>1,3147946072=>1,3147945718=>1,3147945645=>1,3147945641=>1,3147945603=>1,3147945591=>1,3147945616=>1,3147945623=>1,3147945633=>1,3147946446=>1,3147946447=>1,3147947838=>1,3147947781=>1,3147947842=>1,3147947866=>1,3147947905=>1,3147947889=>1,3147947757=>1,3147947727=>1,3147947668=>1,3147947667=>1,3147947673=>1,3147947697=>1,3147947725=>1,3147947710=>1,3147947913=>1,3147947915=>1,3147948006=>1,3147947991=>1,3147948015=>1,3147948022=>1,3147948586=>1,3147948581=>1,3147947989=>1,3147947982=>1,3147947943=>1,3147947925=>1,3147947944=>1,3147947959=>1,3147947974=>1,3147947625=>1,3147947622=>1,3147947392=>1,3147947385=>1,3147947400=>1,3147947413=>1,3147947434=>1,3147947420=>1,3147947381=>1,3147947379=>1,3147947275=>1,3147946479=>1,3147947336=>1,3147947338=>1,3147947361=>1,3147947346=>1,3147947439=>1,3147947455=>1,3147947523=>1,3147947517=>1,3147947524=>1,3147947536=>1,3147947607=>1,3147947550=>1,3147947509=>1,3147947499=>1,3147947467=>1,3147947461=>1,3147947476=>1,3147947486=>1,3147947493=>1,3147952368=>1,3147952370=>1,3149442721=>1,3149441863=>1,3149442811=>1,3149443281=>1,3149443698=>1,3149443689=>1,3149441685=>1,3149441680=>1,3149441202=>1,3149440512=>1,3149441418=>1,3149441562=>1,3149441605=>1,3149441583=>1,3149444184=>1,3149444598=>1,3149448070=>1,3149447835=>1,3149448454=>1,3149448943=>1,3149449075=>1,3149448952=>1,3149446782=>1,3149446660=>1,3149446306=>1,3149445685=>1,3149446419=>1,3149446432=>1,3149446599=>1,3149446594=>1,3149440286=>1,3149439619=>1,3149435067=>1,3149435065=>1,3149435122=>1,3149435229=>1,3149435980=>1,3149435652=>1,3149435011=>1,3149433547=>1,3149432094=>1,3149431707=>1,3149432472=>1,3149433165=>1,3149433394=>1,3149433211=>1,3149436016=>1,3149436172=>1,3149438532=>1,3149438271=>1,3149438634=>1,3149438758=>1,3149439600=>1,3149439129=>1,3149438235=>1,3149438173=>1,3149436577=>1,3149436484=>1,3149437062=>1,3149437318=>1,3149437997=>1,3149449740=>1,3149450341=>1,3149465715=>1,3149465640=>1,3149467170=>1,3149475141=>1,3149475390=>1,3149475159=>1,3149465005=>1,3149464957=>1,3149462821=>1,3149462479=>1,3149463374=>1,3149464633=>1,3149464897=>1,3149464779=>1,3149475877=>1,3149475913=>1,3149493574=>1,3149493169=>1,3149493615=>1,3149493867=>1,3149494553=>1,3149493996=>1,3149492957=>1,3149492738=>1,3149481391=>1,3149476026=>1,3149481426=>1,3149481822=>1,3149484943=>1,3149462453=>1,3149462098=>1,3149455903=>1,3149455866=>1,3149455944=>1,3149456119=>1,3149456268=>1,3149456139=>1,3149454727=>1,3149453175=>1,3149452216=>1,3149451553=>1,3149452482=>1,3149452501=>1,3149452726=>1,3149452588=>1,3149456356=>1,3149456401=>1,3149461117=>1,3149460755=>1,3149461251=>1,3149461560=>1,3149461986=>1,3149461620=>1,3149460717=>1,3149460693=>1,3149457525=>1,3149456754=>1,3149458128=>1,3149458392=>1,3149459013=>1,3149431168=>1,3149430957=>1,3149404489=>1,3149404438=>1,3149404548=>1,3149404789=>1,3149404893=>1,3149404801=>1,3149404420=>1,3149404299=>1,3149402533=>1,3149402400=>1,3149402647=>1,3149403117=>1,3149403901=>1,3149403250=>1,3149405058=>1,3149405088=>1,3149406412=>1,3149406117=>1,3149406874=>1,3149407161=>1,3149407588=>1,3149407402=>1,3149405775=>1,3149405755=>1,3149405197=>1,3149405091=>1,3149405355=>1,3149405554=>1,3149405605=>1,3149405557=>1,3149402142=>1,3149401698=>1,3147952440=>1,3147952435=>1,3147952449=>1,3147952453=>1,3148806787=>1,3147953972=>1,3147952434=>1,3147952428=>1,3147952393=>1,3147952371=>1,3147952405=>1,3147952414=>1,3147952425=>1,3147952423=>1,3149063456=>1,3149063520=>1,3149400030=>1,3149400016=>1,3149400214=>1,3149401293=>1,3149401600=>1,3149401521=>1,3149399941=>1,3149399292=>1,3149228116=>1,3149227748=>1,3149229946=>1,3149237775=>1,3149398069=>1,3149407714=>1,3149407876=>1,3149425596=>1,3149425488=>1,3149425851=>1,3149425899=>1,3149426745=>1,3149426077=>1,3149425114=>1,3149424574=>1,3149423197=>1,3149422744=>1,3149423208=>1,3149423344=>1,3149423839=>1,3149423574=>1,3149426879=>1,3149427235=>1,3149430279=>1,3149429976=>1,3149430318=>1,3149430382=>1,3149430835=>1,3149430747=>1,3149429817=>1,3149429107=>1,3149428280=>1,3149427516=>1,3149428348=>1,3149428478=>1,3149428519=>1,3149421408=>1,3149421381=>1,3149411349=>1,3149410569=>1,3149411570=>1,3149411615=>1,3149412504=>1,3149411653=>1,3149410333=>1,3149409639=>1,3149408444=>1,3149408324=>1,3149408899=>1,3149409390=>1,3149409526=>1,3149409490=>1,3149412568=>1,3149413592=>1,3149417559=>1,3149416018=>1,3149418610=>1,3149418741=>1,3149419621=>1,3149418780=>1,3149416014=>1,3149415661=>1,3149414013=>1,3149413603=>1,3149414569=>1,3149415340=>1,3149415352=>1,3147944131=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-28.php CHANGED
@@ -1 +1 @@
1
- <?php return array(3641679872=>3641683967,3633820672=>3633820927,3590247712=>3590247743,3662348371=>1,3662348436=>1,3662350778=>1,3662350580=>1,3662348356=>1,3662120999=>1,3661450398=>1,3661439288=>1,3661341381=>1,3661575011=>1,3661615327=>1,3661891957=>1,3661820978=>1,3662354988=>1,3662361878=>1,3662435529=>1,3662435495=>1,3662435534=>1,3662435596=>1,3662436174=>1,3662435737=>1,3662433291=>1,3662423340=>1,3662385177=>1,3661229159=>1,3662386639=>1,3662398747=>1,3662400840=>1,3662358918=>1,3661144371=>1,3659391678=>1,3659362154=>1,3659391694=>1,3659394322=>1,3659394366=>1,3659394338=>1,3659357330=>1,3659356702=>1,3659318370=>1,3659312243=>1,3659324097=>1,3659329189=>1,3659352778=>1,3659333707=>1,3659394510=>1,3659394538=>1,3661137052=>1,3661137051=>1,3661137053=>1,3661137054=>1,3662436213=>1,3661144334=>1,3661137050=>1,3661108706=>1,3659408214=>1,3659408174=>1,3659634098=>1,3660663529=>1,3661103262=>1,3661219855=>1,3662437016=>1,3666907854=>1,3666907853=>1,3666907855=>1,3666907856=>1,3666907858=>1,3666907857=>1,3666907852=>1,3666907851=>1,3664432529=>1,3664286779=>1,3664529406=>1,3664560333=>1,3666907850=>1,3666907849=>1,3666907869=>1,3666943333=>1,3669957227=>1,3668803906=>1,3669958156=>1,3669958298=>1,3670557384=>1,3670001842=>1,3668787490=>1,3668336414=>1,3667785911=>1,3667534355=>1,3667992590=>1,3667993195=>1,3668318444=>1,3664212103=>1,3664193360=>1,3663376039=>1,3663375902=>1,3663511060=>1,3663511510=>1,3663520678=>1,3663520677=>1,3663309426=>1,3663275541=>1,3662500697=>1,3659291254=>1,3662504365=>1,3662598846=>1,3663163251=>1,3663038140=>1,3663520684=>1,3663520685=>1,3663839943=>1,3663839942=>1,3663839944=>1,3663840036=>1,3663840043=>1,3663840042=>1,3663839941=>1,3663680566=>1,3663556680=>1,3663535602=>1,3663581699=>1,3663600013=>1,3663668601=>1,3662436247=>1,3659277603=>1,3653588653=>1,3653587992=>1,3653589905=>1,3653731105=>1,3654317523=>1,3654314364=>1,3653587989=>1,3653587916=>1,3653065304=>1,3652863423=>1,3653092522=>1,3653238737=>1,3653587874=>1,3653539029=>1,3654454367=>1,3654508281=>1,3655457463=>1,3655455574=>1,3655530539=>1,3655598190=>1,3655895015=>1,3655605135=>1,3655416469=>1,3655339871=>1,3654995386=>1,3654811407=>1,3655032263=>1,3655032386=>1,3655336496=>1,3655034242=>1,3652133546=>1,3652133492=>1,3650864476=>1,3650824310=>1,3651146033=>1,3651146622=>1,3651173938=>1,3651146732=>1,3650816530=>1,3650730892=>1,3650467558=>1,3650350001=>1,3650499805=>1,3650544991=>1,3650552655=>1,3650546218=>1,3651174093=>1,3651187210=>1,3651947882=>1,3651885146=>1,3651971613=>1,3651990175=>1,3652118926=>1,3651991371=>1,3651849585=>1,3651848526=>1,3651719917=>1,3651187689=>1,3651786671=>1,3651802932=>1,3651823111=>1,3655896964=>1,3655920329=>1,3657858709=>1,3657779306=>1,3657863435=>1,3657935550=>1,3658040578=>1,3657940918=>1,3657761478=>1,3657746370=>1,3657395697=>1,3657394474=>1,3657395703=>1,3657395948=>1,3657659627=>1,3657649180=>1,3658113395=>1,3658422003=>1,3658909016=>1,3658868380=>1,3659017666=>1,3659068230=>1,3659272303=>1,3659197714=>1,3658708835=>1,3658672339=>1,3658475907=>1,3658424363=>1,3658553002=>1,3658597890=>1,3658607758=>1,3658607634=>1,3657393804=>1,3657319940=>1,3656042206=>1,3656041475=>1,3656042214=>1,3656210682=>1,3656686617=>1,3656211973=>1,3656029773=>1,3656026919=>1,3655944852=>1,3655923592=>1,3655946280=>1,3655950004=>1,3656013924=>1,3655959054=>1,3656687504=>1,3656783117=>1,3657160336=>1,3657127929=>1,3657314899=>1,3657314942=>1,3657319107=>1,3657315100=>1,3657095256=>1,3657090201=>1,3656958310=>1,3656891640=>1,3656959035=>1,3656959160=>1,3657070735=>1,3670557385=>1,3670580558=>1,3703398521=>1,3703398508=>1,3703398523=>1,3703398539=>1,3703398638=>1,3703398556=>1,3703138217=>1,3703138199=>1,3703137949=>1,3703137828=>1,3703138099=>1,3703138125=>1,3703138177=>1,3703138147=>1,3703398759=>1,3703398772=>1,3703758595=>1,3703753058=>1,3703990348=>1,3703990357=>1,3703990567=>1,3703990539=>1,3703550466=>1,3703429730=>1,3703398793=>1,3703398790=>1,3703398794=>1,3703398800=>1,3703398859=>1,3703398815=>1,3703137817=>1,3703082429=>1,3700378636=>1,3700376661=>1,3700812841=>1,3701326835=>1,3701590310=>1,3701494343=>1,3700317079=>1,3700316747=>1,3699874054=>1,3699793962=>1,3699878357=>1,3699894637=>1,3700314098=>1,3700313700=>1,3701594718=>1,3701608050=>1,3702575991=>1,3702400110=>1,3702764120=>1,3702857834=>1,3702915601=>1,3702890640=>1,3702398992=>1,3702179535=>1,3701702220=>1,3701610928=>1,3701784897=>1,3701931581=>1,3702036294=>1,3703990607=>1,3703990697=>1,3708446407=>1,3708291950=>1,3708446410=>1,3708446411=>1,3708507371=>1,3708461034=>1,3708288058=>1,3708276364=>1,3708226327=>1,3708210802=>1,3708226328=>1,3708227010=>1,3708269174=>1,3708256612=>1,3708720669=>1,3715183307=>1,3716300562=>1,3716300560=>1,3716300563=>1,3716305288=>1,3716326130=>1,3716326091=>1,3716300559=>1,3716300558=>1,3715679582=>1,3715654036=>1,3715733944=>1,3716289149=>1,3716300557=>1,3708093530=>1,3708072802=>1,3706284171=>1,3705929241=>1,3706289068=>1,3706303242=>1,3707024137=>1,3706772928=>1,3705846955=>1,3705755521=>1,3704257322=>1,3704257314=>1,3704874183=>1,3705005229=>1,3705728812=>1,3705347383=>1,3707119096=>1,3707157060=>1,3707932807=>1,3707885450=>1,3708061415=>1,3708062804=>1,3708071042=>1,3708062805=>1,3707353522=>1,3707311582=>1,3707218242=>1,3707217949=>1,3707286677=>1,3707298034=>1,3707299112=>1,3699759695=>1,3699562758=>1,3679192077=>1,3679152146=>1,3679192138=>1,3679367391=>1,3679589364=>1,3679385898=>1,3678518591=>1,3674178325=>1,3673667746=>1,3673576790=>1,3673670393=>1,3673704897=>1,3673871269=>1,3673751434=>1,3679761275=>1,3679821305=>1,3682658175=>1,3682364098=>1,3682658189=>1,3682671748=>1,3682863254=>1,3682691696=>1,3681936451=>1,3681930798=>1,3679827897=>1,3679821374=>1,3679830386=>1,3680094559=>1,3681606125=>1,3680905853=>1,3673457163=>1,3673288333=>1,3670872389=>1,3670872388=>1,3670872392=>1,3670872393=>1,3670872396=>1,3670872394=>1,3670872387=>1,3670872385=>1,3670652690=>1,3670628723=>1,3670652691=>1,3670702692=>1,3670872384=>1,3670863898=>1,3670872397=>1,3670872399=>1,3673194995=>1,3671412165=>1,3673195276=>1,3673248394=>1,3673287216=>1,3673270206=>1,3671123305=>1,3671012431=>1,3670872407=>1,3670872406=>1,3670872409=>1,3670872410=>1,3670886986=>1,3682877566=>1,3682877583=>1,3689811191=>1,3689808343=>1,3689811192=>1,3689811193=>1,3689832695=>1,3689822076=>1,3689808060=>1,3689746470=>1,3689444084=>1,3688900240=>1,3689446888=>1,3689476939=>1,3689746460=>1,3689639521=>1,3689832696=>1,3689839837=>1,3695778726=>1,3690365700=>1,3695959585=>1,3696195819=>1,3699395956=>1,3698611059=>1,3689949022=>1,3689914865=>1,3689844937=>1,3689841308=>1,3689866230=>1,3689891061=>1,3689891062=>1,3688384109=>1,3687762662=>1,3683477912=>1,3683330871=>1,3683508629=>1,3683515026=>1,3683768850=>1,3683657935=>1,3683311377=>1,3683212330=>1,3683039573=>1,3682934648=>1,3683106701=>1,3683130607=>1,3683182342=>1,3683157852=>1,3683769565=>1,3683775738=>1,3684795999=>1,3684691658=>1,3684797469=>1,3684822162=>1,3687267886=>1,3686943361=>1,3684680761=>1,3684550675=>1,3684380394=>1,3683779177=>1,3684393712=>1,3684519270=>1,3684538218=>1,3650347042=>1,3650279982=>1,3585520522=>1,3585462289=>1,3585554572=>1,3585554617=>1,3585678449=>1,3585663457=>1,3585427857=>1,3585331092=>1,3584977819=>1,3584976730=>1,3584990306=>1,3585059340=>1,3585173774=>1,3585141391=>1,3585729365=>1,3585738728=>1,3587223932=>1,3586681475=>1,3587224291=>1,3587226920=>1,3587433005=>1,3587384466=>1,3586463356=>1,3586456480=>1,3585898441=>1,3585830910=>1,3585907295=>1,3585930635=>1,3586443223=>1,3586432992=>1,3584951999=>1,3584566614=>1,3583846346=>1,3583845948=>1,3583849547=>1,3584069587=>1,3584246030=>1,3584081186=>1,3583711298=>1,3583595735=>1,3583465799=>1,3583465732=>1,3583495822=>1,3583550026=>1,3583554810=>1,3583550106=>1,3584246753=>1,3584247530=>1,3584382278=>1,3584382046=>1,3584382344=>1,3584382457=>1,3584497355=>1,3584382532=>1,3584381769=>1,3584381190=>1,3584247855=>1,3584247687=>1,3584247970=>1,3584345409=>1,3584380706=>1,3587565538=>1,3587909285=>1,3589736736=>1,3589736416=>1,3589750786=>1,3589811502=>1,3589815845=>1,3589815548=>1,3589736125=>1,3589736113=>1,3589735622=>1,3589735617=>1,3589735649=>1,3589735973=>1,3589735999=>1,3589735980=>1,3589822930=>1,3590044372=>1,3624724300=>1,3624724299=>1,3624724301=>1,3624724302=>1,3624837033=>1,3624833104=>1,3624715860=>1,3624715859=>1,3590098038=>1,3590047662=>1,3624455950=>1,3624667716=>1,3624715858=>1,3589735538=>1,3589735226=>1,3588889952=>1,3588874875=>1,3588946291=>1,3589260569=>1,3589261638=>1,3589261616=>1,3588870638=>1,3588861476=>1,3587938328=>1,3587937224=>1,3588156005=>1,3588333791=>1,3588581021=>1,3588465970=>1,3589264076=>1,3589264169=>1,3589663688=>1,3589619005=>1,3589663815=>1,3589683262=>1,3589735038=>1,3589683279=>1,3589273927=>1,3589266457=>1,3589264969=>1,3589264404=>1,3589265630=>1,3589265682=>1,3589265940=>1,3583338764=>1,3583319047=>1,3578359943=>1,3578352082=>1,3578751998=>1,3578843343=>1,3578896090=>1,3578844230=>1,3578332813=>1,3577807599=>1,3577517853=>1,3577305853=>1,3577582948=>1,3577582973=>1,3577799398=>1,3577582974=>1,3578896091=>1,3578896092=>1,3579778363=>1,3579778358=>1,3579795124=>1,3579868734=>1,3580644076=>1,3579886296=>1,3579631880=>1,3579409339=>1,3578909833=>1,3578896094=>1,3578909834=>1,3578909836=>1,3579125583=>1,3579019634=>1,3577305610=>1,3577305441=>1,3573979062=>1,3573032836=>1,3574478309=>1,3574485653=>1,3574657933=>1,3574496904=>1,3572420656=>1,3572408353=>1,3571673775=>1,3571671996=>1,3571924673=>1,3571962878=>1,3572095109=>1,3571981669=>1,3574833346=>1,3574925854=>1,3576354001=>1,3576315702=>1,3576354003=>1,3576354005=>1,3576362314=>1,3576354012=>1,3576129573=>1,3575819780=>1,3574954984=>1,3574930100=>1,3575135284=>1,3575335434=>1,3575355407=>1,3580651847=>1,3580652779=>1,3582480252=>1,3582480250=>1,3582480719=>1,3582481762=>1,3582483277=>1,3582483099=>1,3582479397=>1,3582478857=>1,3582291365=>1,3582288796=>1,3582454278=>1,3582477730=>1,3582478101=>1,3582477805=>1,3582483978=>1,3582608590=>1,3583018093=>1,3582826003=>1,3583074658=>1,3583127724=>1,3583307808=>1,3583211506=>1,3582823943=>1,3582822428=>1,3582617297=>1,3582616644=>1,3582619024=>1,3582620136=>1,3582647733=>1,3582012221=>1,3582011542=>1,3580937784=>1,3580933561=>1,3580946487=>1,3580962358=>1,3580993869=>1,3580966421=>1,3580904856=>1,3580892082=>1,3580858797=>1,3580853060=>1,3580859002=>1,3580863380=>1,3580882106=>1,3580868770=>1,3581015255=>1,3581015281=>1,3581576696=>1,3581571971=>1,3581799299=>1,3581817866=>1,3581904295=>1,3581824571=>1,3581406728=>1,3581371871=>1,3581055968=>1,3581017811=>1,3581056416=>1,3581057578=>1,3581344371=>1,3624868029=>1,3624969909=>1,3644915918=>1,3644058648=>1,3644915962=>1,3644916272=>1,3645030782=>1,3644916654=>1,3643987466=>1,3643987268=>1,3643976623=>1,3643973969=>1,3643985347=>1,3643985443=>1,3643986641=>1,3643986015=>1,3645030910=>1,3645031939=>1,3645292301=>1,3645291921=>1,3645318929=>1,3645379614=>1,3645628158=>1,3645463219=>1,3645052237=>1,3645035726=>1,3645033462=>1,3645033422=>1,3645035550=>1,3645035613=>1,3645035710=>1,3645035658=>1,3643971528=>1,3643969026=>1,3642347810=>1,3642210666=>1,3642351535=>1,3642364505=>1,3642515588=>1,3642466120=>1,3642210626=>1,3642185980=>1,3642166112=>1,3642166111=>1,3642166113=>1,3642166114=>1,3642167148=>1,3642166154=>1,3642672193=>1,3642684434=>1,3643299266=>1,3643123844=>1,3643316042=>1,3643422790=>1,3643968707=>1,3643559525=>1,3643085683=>1,3643046598=>1,3642810234=>1,3642698245=>1,3642918881=>1,3642918886=>1,3642918893=>1,3645647643=>1,3645647645=>1,3648221222=>1,3648195206=>1,3648327082=>1,3648465365=>1,3648486758=>1,3648483842=>1,3648195205=>1,3648195204=>1,3648092182=>1,3648029464=>1,3648101940=>1,3648164853=>1,3648195203=>1,3648183649=>1,3648696081=>1,3648701374=>1,3650279385=>1,3650279006=>1,3650279849=>1,3650279966=>1,3650280126=>1,3571669215=>1,3650278958=>1,3650278942=>1,3649214342=>1,3649135124=>1,3649239659=>1,3649616082=>1,3650243364=>1,3648004114=>1,3647717642=>1,3645879608=>1,3645879602=>1,3645879903=>1,3645880030=>1,3646112389=>1,3645881881=>1,3645879217=>1,3645879054=>1,3645756717=>1,3645735474=>1,3645758929=>1,3645768021=>1,3645878844=>1,3645784042=>1,3646152721=>1,3646212427=>1,3646385949=>1,3646384240=>1,3646387869=>1,3646523347=>1,3647456487=>1,3647440841=>1,3646383470=>1,3646382456=>1,3646261250=>1,3646260589=>1,3646266609=>1,3646270018=>1,3646290634=>1,3642165090=>1,3642165017=>1,3633720359=>1,3632797864=>1,3634294717=>1,3634331389=>1,3635091722=>1,3634642729=>1,3632485962=>1,3632469835=>1,3631416090=>1,3631287823=>1,3631715758=>1,3631806704=>1,3632186916=>1,3632185384=>1,3635092132=>1,3635137801=>1,3636303855=>1,3636302612=>1,3636355331=>1,3636692251=>1,3636779790=>1,3636701262=>1,3636278500=>1,3636111399=>1,3635187210=>1,3635141821=>1,3635187445=>1,3635607817=>1,3635607818=>1,3630006376=>1,3628809328=>1,3625469981=>1,3625057454=>1,3625481751=>1,3625496309=>1,3625678015=>1,3625677102=>1,3625047200=>1,3625019851=>1,3625018256=>1,3624987370=>1,3625018295=>1,3625018703=>1,3625019831=>1,3625019552=>1,3626239863=>1,3626491637=>1,3628358404=>1,3628358403=>1,3628358405=>1,3628358406=>1,3628490271=>1,3628442193=>1,3628358402=>1,3628275828=>1,3627690442=>1,3627066082=>1,3627697095=>1,3627796570=>1,3627812842=>1,3637659396=>1,3637830798=>1,3641496278=>1,3641496248=>1,3641497192=>1,3641497295=>1,3641526825=>1,3641499440=>1,3641496176=>1,3641496159=>1,3641494617=>1,3641494346=>1,3641494632=>1,3641494675=>1,3641495714=>1,3641495669=>1,3641558277=>1,3641623834=>1,3642085474=>1,3642069713=>1,3642085475=>1,3642085478=>1,3642164221=>1,3642163483=>1,3642043181=>1,3641907416=>1,3641711728=>1,3641674910=>1,3641724547=>1,3641750804=>1,3641751060=>1,3641494318=>1,3641494131=>1,3639476114=>1,3639052437=>1,3639620963=>1,3639676510=>1,3639891411=>1,3639886979=>1,3638989901=>1,3638983153=>1,3638203267=>1,3638199820=>1,3638220997=>1,3638370369=>1,3638379571=>1,3638374327=>1,3639989717=>1,3640380184=>1,3641493406=>1,3641394098=>1,3641493438=>1,3641493456=>1,3641493485=>1,3641493457=>1,3641391586=>1,3641373155=>1,3640591880=>1,3640509455=>1,3641193389=>1,3641195843=>1,3641282643=>1,3650280158=>1,);?>
1
+ <?php return array(3183888335=>1,3183880542=>1,3183890711=>1,3183891107=>1,3183894474=>1,3183894201=>1,3183880275=>1,3183880145=>1,3183876466=>1,3183876405=>1,3183877319=>1,3183877786=>1,3183879609=>1,3183879205=>1,3183894539=>1,3183894541=>1,3183900346=>1,3183900322=>1,3183900348=>1,3183900352=>1,3183900376=>1,3183900360=>1,3183900299=>1,3183900005=>1,3183897680=>1,3183894591=>1,3183898041=>1,3183898562=>1,3183899941=>1,3183899858=>1,3183876322=>1,3183876244=>1,3183870523=>1,3183870458=>1,3183870617=>1,3183870745=>1,3183874076=>1,3183870814=>1,3183870281=>1,3183870278=>1,3183822795=>1,3183822660=>1,3183827614=>1,3183866269=>1,3183870163=>1,3183866551=>1,3183874119=>1,3183874132=>1,3183874634=>1,3183874514=>1,3183874637=>1,3183874653=>1,3183876242=>1,3183874662=>1,3183874467=>1,3183874278=>1,3183874193=>1,3183874169=>1,3183874218=>1,3183874268=>1,3183874273=>1,3183900430=>1,3183900584=>1,3183976713=>1,3183976706=>1,3183976718=>1,3183976796=>1,3183977343=>1,3183977136=>1,3183973655=>1,3183970853=>1,3183949705=>1,3183947525=>1,3183951373=>1,3183951641=>1,3183970705=>1,3183969717=>1,3183980865=>1,3183980875=>1,3183984001=>1,3183983931=>1,3183984292=>1,3183984339=>1,3183993889=>1,3183993628=>1,3183983719=>1,3183983122=>1,3183981615=>1,3183981294=>1,3183982131=>1,3183982358=>1,3183982834=>1,3183982381=>1,3183946876=>1,3183946691=>1,3183905777=>1,3183904031=>1,3183911250=>1,3183911373=>1,3183916894=>1,3183914852=>1,3183901841=>1,3183901594=>1,3183900732=>1,3183900667=>1,3183900760=>1,3183900831=>1,3183901592=>1,3183901520=>1,3183917883=>1,3183917886=>1,3183943689=>1,3183942367=>1,3183944405=>1,3183944497=>1,3183946497=>1,3183946118=>1,3183941705=>1,3183931991=>1,3183918293=>1,3183918276=>1,3183918505=>1,3183918568=>1,3183923078=>1,3183821906=>1,3183821004=>1,3183752899=>1,3183752754=>1,3183752972=>1,3183753048=>1,3183753180=>1,3183753150=>1,3183752714=>1,3183752603=>1,3183751576=>1,3183751520=>1,3183751952=>1,3183752217=>1,3183752588=>1,3183752230=>1,3183753208=>1,3183754142=>1,3183765030=>1,3183765014=>1,3183765581=>1,3183765600=>1,3183766206=>1,3183766140=>1,3183764013=>1,3183763566=>1,3183755582=>1,3183755497=>1,3183755787=>1,3183755891=>1,3183760658=>1,3183758500=>1,3183751466=>1,3183751428=>1,3183726263=>1,3183725821=>1,3183731985=>1,3183732882=>1,3183739115=>1,3183733962=>1,3183719175=>1,3183714874=>1,3183703524=>1,3183703136=>1,3183703943=>1,3183704052=>1,3183709734=>1,3183704556=>1,3183740243=>1,3183741534=>1,3183744997=>1,3183744934=>1,3183745004=>1,3183748147=>1,3183750342=>1,3183748248=>1,3183744606=>1,3183744547=>1,3183744035=>1,3183742149=>1,3183744153=>1,3183744261=>1,3183744537=>1,3183767119=>1,3183767557=>1,3183811681=>1,3183811632=>1,3183811742=>1,3183811773=>1,3183811984=>1,3183811935=>1,3183810569=>1,3183810425=>1,3183810197=>1,3183809897=>1,3183810295=>1,3183810304=>1,3183810366=>1,3183810321=>1,3183812299=>1,3183812513=>1,3183815468=>1,3183815252=>1,3183815504=>1,3183815608=>1,3183816394=>1,3183816332=>1,3183815198=>1,3183814995=>1,3183813938=>1,3183813282=>1,3183814198=>1,3183814870=>1,3183814976=>1,3183809542=>1,3183808155=>1,3183790925=>1,3183790775=>1,3183791185=>1,3183791288=>1,3183792139=>1,3183791977=>1,3183790368=>1,3183775375=>1,3183768945=>1,3183768108=>1,3183769282=>1,3183771435=>1,3183774485=>1,3183774161=>1,3183792969=>1,3183793112=>1,3183806127=>1,3183805510=>1,3183807733=>1,3183807772=>1,3183808098=>1,3183807882=>1,3183805354=>1,3183804607=>1,3183800207=>1,3183798958=>1,3183801624=>1,3183801894=>1,3183804451=>1,3183995593=>1,3183998518=>1,3185184098=>1,3185184010=>1,3185184099=>1,3185184133=>1,3185184262=>1,3185184138=>1,3185183920=>1,3185183818=>1,3185183236=>1,3185183155=>1,3185183293=>1,3185183323=>1,3185183345=>1,3185183339=>1,3185184362=>1,3185184431=>1,3185189638=>1,3185189605=>1,3185189739=>1,3185189796=>1,3185189867=>1,3185189853=>1,3185189508=>1,3185189370=>1,3185188866=>1,3185184510=>1,3185188913=>1,3185189073=>1,3185189359=>1,3185189277=>1,3185183132=>1,3185183113=>1,3185037109=>1,3185034879=>1,3185037240=>1,3185038932=>1,3185047275=>1,3185046712=>1,3185034775=>1,3185034766=>1,3185034108=>1,3185033832=>1,3185034166=>1,3185034181=>1,3185034223=>1,3185034204=>1,3185049286=>1,3185180795=>1,3185182992=>1,3185182924=>1,3185183034=>1,3185183036=>1,3185183059=>1,3185183057=>1,3185182832=>1,3185182776=>1,3185180990=>1,3185180950=>1,3185180993=>1,3185181232=>1,3185181264=>1,3185189994=>1,3185190219=>1,3185191297=>1,3185191291=>1,3185191303=>1,3185191309=>1,3185191315=>1,3185191311=>1,3185191284=>1,3185191282=>1,3185191247=>1,3185191233=>1,3185191249=>1,3185191254=>1,3185191276=>1,3185191270=>1,3185191318=>1,3185191347=>1,3185191392=>1,3185191391=>1,3185191393=>1,3185191399=>1,3185191419=>1,3185191414=>1,3185191387=>1,3185191386=>1,3185191352=>1,3185191349=>1,3185191354=>1,3185191363=>1,3185191378=>1,3185191228=>1,3185191221=>1,3185190996=>1,3185190988=>1,3185191018=>1,3185191042=>1,3185191065=>1,3185191054=>1,3185190969=>1,3185190963=>1,3185190640=>1,3185190258=>1,3185190696=>1,3185190927=>1,3185190960=>1,3185190948=>1,3185191087=>1,3185191090=>1,3185191183=>1,3185191177=>1,3185191189=>1,3185191191=>1,3185191206=>1,3185191205=>1,3185191173=>1,3185191172=>1,3185191128=>1,3185191110=>1,3185191134=>1,3185191147=>1,3185191150=>1,3185033716=>1,3185033643=>1,3184930416=>1,3184930389=>1,3184930887=>1,3184933249=>1,3184938169=>1,3184938022=>1,3184929904=>1,3184929595=>1,3184869740=>1,3184869731=>1,3184927009=>1,3184929450=>1,3184929591=>1,3184929586=>1,3184946329=>1,3184950836=>1,3184957959=>1,3184957863=>1,3184958065=>1,3184958143=>1,3184958458=>1,3184958379=>1,3184957395=>1,3184957104=>1,3184953504=>1,3184952463=>1,3184955991=>1,3184956549=>1,3184956942=>1,3184956585=>1,3184869730=>1,3184828502=>1,3184135026=>1,3184134129=>1,3184135072=>1,3184157373=>1,3184159389=>1,3184159117=>1,3184133882=>1,3184133611=>1,3184132101=>1,3184128613=>1,3184132259=>1,3184132314=>1,3184132638=>1,3184132518=>1,3184159887=>1,3184161133=>1,3184494541=>1,3184447194=>1,3184686085=>1,3184708483=>1,3184770439=>1,3184755421=>1,3184402002=>1,3184356221=>1,3184162496=>1,3184162384=>1,3184187529=>1,3184233757=>1,3184241162=>1,3184958557=>1,3184958561=>1,3185015697=>1,3185015457=>1,3185015839=>1,3185015847=>1,3185016225=>1,3185016068=>1,3185015409=>1,3185015137=>1,3185005831=>1,3184996080=>1,3185007310=>1,3185007522=>1,3185014582=>1,3185014309=>1,3185016292=>1,3185028586=>1,3185033461=>1,3185033382=>1,3185033494=>1,3185033548=>1,3185033586=>1,3185033560=>1,3185033156=>1,3185032288=>1,3185031285=>1,3185029465=>1,3185031357=>1,3185031453=>1,3185031457=>1,3184995706=>1,3184994568=>1,3184961773=>1,3184961656=>1,3184962026=>1,3184962325=>1,3184967862=>1,3184967684=>1,3184960894=>1,3184959192=>1,3184958742=>1,3184958607=>1,3184958767=>1,3184958853=>1,3184959130=>1,3184959033=>1,3184967943=>1,3184970841=>1,3184980658=>1,3184975227=>1,3184982142=>1,3184985094=>1,3184994399=>1,3184993263=>1,3184973011=>1,3184972948=>1,3184970983=>1,3184970953=>1,3184972845=>1,3184972903=>1,3184972920=>1,3183689301=>1,3183670014=>1,3168082348=>1,3168005908=>1,3168174421=>1,3168205608=>1,3168898550=>1,3168570344=>1,3167851002=>1,3167850625=>1,3166934767=>1,3166922871=>1,3166940565=>1,3167826210=>1,3167827073=>1,3167827053=>1,3168943790=>1,3168957551=>1,3168971631=>1,3168967877=>1,3168972370=>1,3168973732=>1,3168976944=>1,3168975754=>1,3168966012=>1,3168965490=>1,3168960682=>1,3168960576=>1,3168960945=>1,3168961112=>1,3168964522=>1,3168963909=>1,3166902618=>1,3166897733=>1,3165728822=>1,3165564731=>1,3166002517=>1,3166387319=>1,3166420040=>1,3166405172=>1,3165563824=>1,3165541458=>1,3165147779=>1,3165135450=>1,3165167366=>1,3165186263=>1,3165538901=>1,3165189524=>1,3166421067=>1,3166638314=>1,3166787449=>1,3166785356=>1,3166803782=>1,3166817089=>1,3166830978=>1,3166822686=>1,3166781771=>1,3166725392=>1,3166642558=>1,3166638401=>1,3166702921=>1,3166710631=>1,3166715483=>1,3168978400=>1,3168979160=>1,3171001897=>1,3170966034=>1,3171092242=>1,3171092690=>1,3171125059=>1,3171092691=>1,3170891521=>1,3170857695=>1,3169928295=>1,3169565358=>1,3170070451=>1,3170118425=>1,3170832222=>1,3170290755=>1,3171151266=>1,3171155590=>1,3171332158=>1,3171270931=>1,3171333791=>1,3171336787=>1,3171339779=>1,3171339013=>1,3171259502=>1,3171229355=>1,3171187049=>1,3171183821=>1,3171227755=>1,3171228074=>1,3171228497=>1,3169560489=>1,3169558662=>1,3168991201=>1,3168988570=>1,3168992693=>1,3169007702=>1,3169071508=>1,3169044870=>1,3168986916=>1,3168986006=>1,3168983438=>1,3168980680=>1,3168984563=>1,3168984595=>1,3168985519=>1,3168985363=>1,3169205469=>1,3169329997=>1,3169418827=>1,3169413032=>1,3169419793=>1,3169425693=>1,3169555110=>1,3169525448=>1,3169412467=>1,3169399789=>1,3169333185=>1,3169332623=>1,3169334876=>1,3169358251=>1,3169389830=>1,3165133312=>1,3165132051=>1,3163482245=>1,3163436101=>1,3163485936=>1,3164109973=>1,3164930219=>1,3164129604=>1,3163191840=>1,3163189308=>1,3163176271=>1,3163164965=>1,3163181713=>1,3163183121=>1,3163183697=>1,3163183532=>1,3164931650=>1,3164936717=>1,3164973532=>1,3164973399=>1,3164973533=>1,3164979907=>1,3164982419=>1,3164982389=>1,3164970579=>1,3164967325=>1,3164950456=>1,3164945195=>1,3164953268=>1,3164961780=>1,3164966295=>1,3164964866=>1,3163162929=>1,3163160998=>1,3162072838=>1,3162045735=>1,3162113441=>1,3162234246=>1,3162394390=>1,3162393721=>1,3162045430=>1,3162045414=>1,3162042835=>1,3162042668=>1,3162043168=>1,3162043904=>1,3162045313=>1,3162044996=>1,3162395035=>1,3162500999=>1,3162899804=>1,3162698508=>1,3162900034=>1,3162917843=>1,3163080594=>1,3163071229=>1,3162698507=>1,3162636258=>1,3162585741=>1,3162584715=>1,3162586745=>1,3162588121=>1,3162627460=>1,3164984540=>1,3164984732=>1,3165028399=>1,3165027799=>1,3165041638=>1,3165041670=>1,3165042299=>1,3165041820=>1,3165027284=>1,3165026874=>1,3165021860=>1,3165018017=>1,3165022621=>1,3165023729=>1,3165026007=>1,3165024453=>1,3165049050=>1,3165049102=>1,3165058455=>1,3165058247=>1,3165058521=>1,3165058666=>1,3165079008=>1,3165076103=>1,3165057839=>1,3165057218=>1,3165050979=>1,3165050161=>1,3165051066=>1,3165051855=>1,3165053551=>1,3165016217=>1,3165015378=>1,3164996817=>1,3164996174=>1,3164997784=>1,3164997991=>1,3164998868=>1,3164998236=>1,3164991960=>1,3164990775=>1,3164987085=>1,3164986741=>1,3164988634=>1,3164989480=>1,3164990482=>1,3164989864=>1,3164999459=>1,3164999771=>1,3165012967=>1,3165010650=>1,3165013158=>1,3165013547=>1,3165015158=>1,3165015117=>1,3165008443=>1,3165004991=>1,3165001016=>1,3165000040=>1,3165001123=>1,3165001505=>1,3165003195=>1,3171344495=>1,3171549749=>1,3183554986=>1,3183552959=>1,3183555856=>1,3183555907=>1,3183558853=>1,3183556108=>1,3183550842=>1,3183549337=>1,3183547068=>1,3183544486=>1,3183547258=>1,3183548592=>1,3183549268=>1,3183548820=>1,3183558925=>1,3183559095=>1,3183572982=>1,3183572730=>1,3183574131=>1,3183574377=>1,3183575201=>1,3183574935=>1,3183572190=>1,3183567642=>1,3183560347=>1,3183559592=>1,3183560405=>1,3183561829=>1,3183564217=>1,3183563720=>1,3183544294=>1,3183544110=>1,3183499696=>1,3183497317=>1,3183502929=>1,3183505403=>1,3183505765=>1,3183505621=>1,3183495856=>1,3183495117=>1,3183493566=>1,3183492865=>1,3183493627=>1,3183493914=>1,3183494365=>1,3183494073=>1,3183505982=>1,3183506402=>1,3183534937=>1,3183532206=>1,3183540344=>1,3183542431=>1,3183543489=>1,3183542945=>1,3183518006=>1,3183515502=>1,3183508979=>1,3183508657=>1,3183509025=>1,3183509147=>1,3183515416=>1,3183576105=>1,3183576188=>1,3183616777=>1,3183616655=>1,3183616798=>1,3183616933=>1,3183617118=>1,3183617031=>1,3183616618=>1,3183616612=>1,3183616060=>1,3183616022=>1,3183616105=>1,3183616387=>1,3183616421=>1,3183616392=>1,3183617185=>1,3183617271=>1,3183638724=>1,3183619871=>1,3183638828=>1,3183644099=>1,3183669617=>1,3183648684=>1,3183619794=>1,3183619496=>1,3183617498=>1,3183617465=>1,3183617554=>1,3183617821=>1,3183618129=>1,3183600957=>1,3183599128=>1,3183580039=>1,3183579772=>1,3183580698=>1,3183581580=>1,3183581739=>1,3183581656=>1,3183579571=>1,3183579162=>1,3183578662=>1,3183578115=>1,3183578748=>1,3183578870=>1,3183579090=>1,3183579071=>1,3183582543=>1,3183582852=>1,3183597318=>1,3183596208=>1,3183597432=>1,3183598378=>1,3183598993=>1,3183598810=>1,3183596157=>1,3183594982=>1,3183587644=>1,3183584427=>1,3183593328=>1,3183593352=>1,3183593425=>1,3183491922=>1,3183491633=>1,3175935323=>1,3175933962=>1,3175964180=>1,3175964305=>1,3175976198=>1,3175975141=>1,3175928990=>1,3175538651=>1,3175481663=>1,3175061897=>1,3175492884=>1,3175492922=>1,3175518124=>1,3175506760=>1,3176139702=>1,3176170390=>1,3176469525=>1,3176469524=>1,3176469601=>1,3176469617=>1,3176469641=>1,3176469633=>1,3176469518=>1,3176468762=>1,3176340175=>1,3176285970=>1,3176354437=>1,3176428013=>1,3176453130=>1,3176448194=>1,3175034731=>1,3174761690=>1,3172771444=>1,3172690895=>1,3172962298=>1,3173127044=>1,3173304542=>1,3173243968=>1,3172374098=>1,3172369623=>1,3171770610=>1,3171558225=>1,3172006258=>1,3172158469=>1,3172367925=>1,3172311633=>1,3173385425=>1,3173385433=>1,3174267181=>1,3174265988=>1,3174344070=>1,3174501353=>1,3174516589=>1,3174501909=>1,3174143831=>1,3174026952=>1,3173513564=>1,3173402498=>1,3173755457=>1,3173857378=>1,3173894626=>1,3176471906=>1,3176471918=>1,3183478829=>1,3183478115=>1,3183480028=>1,3183480094=>1,3183480757=>1,3183480240=>1,3183477937=>1,3183477895=>1,3182124060=>1,3182123328=>1,3182210169=>1,3182277175=>1,3183476774=>1,3182364567=>1,3183483413=>1,3183484569=>1,3183489696=>1,3183489383=>1,3183489989=>1,3183490777=>1,3183491586=>1,3183491560=>1,3183489227=>1,3183489168=>1,3183485560=>1,3183485122=>1,3183486268=>1,3183487335=>1,3183487545=>1,3180670428=>1,3180227266=>1,3177923005=>1,3177662399=>1,3178002114=>1,3178022422=>1,3178155132=>1,3178144744=>1,3177493236=>1,3177470699=>1,3176801949=>1,3176770230=>1,3176804642=>1,3176857237=>1,3177270514=>1,3176897644=>1,3178225870=>1,3178234710=>1,3179197815=>1,3179146890=>1,3179564865=>1,3179617724=>1,3179644604=>1,3179625558=>1,3179074780=>1,3179024774=>1,3178334182=>1,3178263372=>1,3178462204=>1,3178779397=>1,3178831327=>1,3162042661=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-29.php CHANGED
@@ -1 +1 @@
1
- <?php return array(3716378744=>3716378751,3745665951=>1,3745670235=>1,3745654472=>1,3745542370=>1,3743364852=>1,3743364853=>1,3745671947=>1,3745771311=>1,3746693470=>1,3746693479=>1,3746693197=>1,3745811751=>1,3743331605=>1,3745777162=>1,3745740820=>1,3743331603=>1,3742983474=>1,3742983523=>1,3742983402=>1,3742982597=>1,3742982482=>1,3742982489=>1,3743097290=>1,3743109314=>1,3743138370=>1,3743331602=>1,3743129098=>1,3743129090=>1,3743127706=>1,3746693634=>1,3746696975=>1,3746736713=>1,3746736974=>1,3746736660=>1,3746736357=>1,3746736202=>1,3746736244=>1,3746737141=>1,3746737147=>1,3746737733=>1,3746738102=>1,3746737649=>1,3746737385=>1,3746737256=>1,3746737346=>1,3746736163=>1,3746735905=>1,3746711945=>1,3746712196=>1,3746709950=>1,3746709882=>1,3742618745=>1,3746698188=>1,3746713616=>1,3746716819=>1,3746735699=>1,3746735846=>1,3746735368=>1,3746735340=>1,3746735269=>1,3746696195=>1,3742600108=>1,3736894339=>1,3736940290=>1,3736890834=>1,3736865281=>1,3736747115=>1,3736758625=>1,3737339420=>1,3737495757=>1,3738768370=>1,3738968914=>1,3738725426=>1,3737551024=>1,3737495828=>1,3737550924=>1,3736498266=>1,3736484131=>1,3736026074=>1,3736104970=>1,3735990660=>1,3735990658=>1,3735944202=>1,3735990461=>1,3736145309=>1,3736296062=>1,3736382723=>1,3736484113=>1,3736332910=>1,3736307723=>1,3736296282=>1,3738988804=>1,3739088218=>1,3740723255=>1,3740821558=>1,3740537368=>1,3740512144=>1,3740429267=>1,3740471971=>1,3740823128=>1,3741256555=>1,3742564234=>1,3746738192=>1,3742528402=>1,3742517172=>1,3741624554=>1,3742476949=>1,3740335674=>1,3740334508=>1,3739182040=>1,3739216079=>1,3739181780=>1,3739181754=>1,3739155331=>1,3739155385=>1,3739217788=>1,3739872848=>1,3740323732=>1,3740330028=>1,3740118691=>1,3740093962=>1,3740081843=>1,3742614760=>1,3746738279=>1,3747012572=>1,3747033270=>1,3747012559=>1,3747012548=>1,3747012434=>1,3747012529=>1,3747035711=>1,3747035926=>1,3747075371=>1,3747106197=>1,3747061608=>1,3747061556=>1,3747051805=>1,3747061533=>1,3747011716=>1,3747011640=>1,3747010988=>1,3747011112=>1,3747010912=>1,3747010897=>1,3747010695=>1,3747010727=>1,3747011216=>1,3747011229=>1,3747011540=>1,3747011634=>1,3747011465=>1,3747011376=>1,3747011238=>1,3747448409=>1,3747507786=>1,3754568991=>1,3754902047=>1,3754376641=>1,3754373127=>1,3754181386=>1,3754244198=>1,3755968901=>1,3757370147=>1,3758034678=>1,3758034679=>1,3758034677=>1,3757844163=>1,3757844161=>1,3757844162=>1,3752305948=>1,3752134434=>1,3747897900=>1,3750130583=>1,3747577282=>1,3747566771=>1,3747512766=>1,3747513447=>1,3750186170=>1,3750924085=>1,3752132458=>1,3752134417=>1,3752131114=>1,3752130858=>1,3751104428=>1,3746991489=>1,3746991159=>1,3746754421=>1,3746754819=>1,3746754323=>1,3746754160=>1,3746753734=>1,3746754044=>1,3746755036=>1,3746755543=>1,3746825784=>1,3746825900=>1,3746825635=>1,3746825561=>1,3746764371=>1,3746765971=>1,3746753667=>1,3746753396=>1,3746740042=>1,3746750115=>1,3746739815=>1,3746738600=>1,3746738500=>1,3746738542=>1,3746750436=>1,3746751733=>1,3746753000=>1,3746753083=>1,3746752608=>1,3746752454=>1,3746752237=>1,3746826117=>1,3746831455=>1,3746914126=>1,3746914447=>1,3746910670=>1,3746910534=>1,3746909327=>1,3746910373=>1,3746914522=>1,3746915833=>1,3746978959=>1,3746979368=>1,3746975197=>1,3746917441=>1,3746916159=>1,3746909235=>1,3746909144=>1,3746836590=>1,3746837404=>1,3746833163=>1,3746831607=>1,3746831558=>1,3746831601=>1,3746838075=>1,3746838467=>1,3746908994=>1,3746909019=>1,3746908860=>1,3746848341=>1,3746848285=>1,3735923806=>1,3735816983=>1,3721254298=>1,3721318907=>1,3721222147=>1,3721216661=>1,3720858438=>1,3720858474=>1,3721319107=>1,3721622924=>1,3721797243=>1,3721805698=>1,3721790173=>1,3721677516=>1,3721624386=>1,3721677515=>1,3720666946=>1,3720558518=>1,3719476731=>1,3719476732=>1,3719476729=>1,3719476723=>1,3719476720=>1,3719476722=>1,3719476733=>1,3719689330=>1,3720475335=>1,3720489738=>1,3720475247=>1,3720475244=>1,3719689378=>1,3721832117=>1,3721842914=>1,3723336249=>1,3723336512=>1,3723162351=>1,3723106350=>1,3723096721=>1,3723105035=>1,3723365357=>1,3724469747=>1,3726454086=>1,3726770953=>1,3726000214=>1,3725864919=>1,3725357182=>1,3725766732=>1,3723058872=>1,3722938261=>1,3722424875=>1,3722486566=>1,3722410922=>1,3722032208=>1,3721846164=>1,3721988336=>1,3722581150=>1,3722759522=>1,3722852601=>1,3722933218=>1,3722837090=>1,3722770680=>1,3722770676=>1,3719476687=>1,3719476679=>1,3716381875=>1,3716382522=>1,3716381718=>1,3716379199=>1,3716379196=>1,3716379197=>1,3716411464=>1,3716424452=>1,3716800494=>1,3716805220=>1,3716774680=>1,3716772294=>1,3716424453=>1,3716433872=>1,3716379191=>1,3716379189=>1,3716378699=>1,3716379172=>1,3716378698=>1,3716378697=>1,3716378690=>1,3716378691=>1,3716379173=>1,3716379174=>1,3716379180=>1,3716379183=>1,3716379179=>1,3716379178=>1,3716379176=>1,3717005876=>1,3718157765=>1,3719476591=>1,3719476592=>1,3719476589=>1,3719476588=>1,3719476585=>1,3719476587=>1,3719476595=>1,3719476601=>1,3719476676=>1,3719476677=>1,3719476607=>1,3719476605=>1,3719476602=>1,3719476604=>1,3719476584=>1,3719476582=>1,3719302728=>1,3719338334=>1,3719223312=>1,3719204758=>1,3719071868=>1,3719071902=>1,3719343662=>1,3719451696=>1,3719476580=>1,3719476581=>1,3719476579=>1,3719476578=>1,3719476577=>1,3726770954=>1,3726770955=>1,3732674212=>1,3732675682=>1,3732673394=>1,3732479126=>1,3732050995=>1,3732051192=>1,3732677426=>1,3732677491=>1,3732704834=>1,3732704876=>1,3732703402=>1,3732702130=>1,3732684674=>1,3732701619=>1,3732050991=>1,3731903997=>1,3730415747=>1,3730416668=>1,3730414094=>1,3730414090=>1,3730414082=>1,3730414086=>1,3730468762=>1,3730472494=>1,3730975869=>1,3731903996=>1,3730724178=>1,3730607610=>1,3730576294=>1,3732705873=>1,3732706738=>1,3733602923=>1,3733718024=>1,3733602893=>1,3733602829=>1,3733137923=>1,3733382696=>1,3733795971=>1,3733810449=>1,3735675122=>1,3716378688=>1,3735411937=>1,3735411787=>1,3735055399=>1,3735405415=>1,3733131876=>1,3733060642=>1,3732717682=>1,3732717724=>1,3732715306=>1,3732713890=>1,3732706739=>1,3732713490=>1,3732718466=>1,3732720058=>1,3732919564=>1,3732972465=>1,3732724699=>1,3732723786=>1,3732723074=>1,3730413972=>1,3730375895=>1,3727495377=>1,3727495419=>1,3727495332=>1,3727495310=>1,3727495272=>1,3727495274=>1,3727500965=>1,3727505984=>1,3727513991=>1,3727520017=>1,3727513983=>1,3727513845=>1,3727512885=>1,3727513042=>1,3727495229=>1,3727495209=>1,3727116357=>1,3727120149=>1,3727114314=>1,3727114253=>1,3726770956=>1,3726805083=>1,3727120744=>1,3727122584=>1,3727331946=>1,3727495190=>1,3727257899=>1,3727173763=>1,3727126540=>1,3727541293=>1,3727541294=>1,3730276826=>1,3730357908=>1,3730276637=>1,3730036615=>1,3729985167=>1,3729985169=>1,3730362498=>1,3730362500=>1,3730369772=>1,3730371285=>1,3730369771=>1,3730369770=>1,3730362502=>1,3729985166=>1,3729792891=>1,3728471590=>1,3728803677=>1,3728465858=>1,3728449804=>1,3727778660=>1,3727975299=>1,3728917669=>1,3729336325=>1,3729442818=>1,3729756321=>1,3729397028=>1,3729397026=>1,3729370537=>1,3735917722=>1,);?>
1
+ <?php return array(3185212585=>1,3185212580=>1,3185212587=>1,3185212605=>1,3185212620=>1,3185212617=>1,3185212570=>1,3185212552=>1,3185212483=>1,3185212479=>1,3185212488=>1,3185212519=>1,3185212536=>1,3185212521=>1,3185212632=>1,3185212633=>1,3185212735=>1,3185212725=>1,3185212736=>1,3185212752=>1,3185212774=>1,3185212765=>1,3185212716=>1,3185212711=>1,3185212672=>1,3185212661=>1,3185212674=>1,3185212681=>1,3185212700=>1,3185212690=>1,3185212470=>1,3185212468=>1,3185211709=>1,3185211706=>1,3185211714=>1,3185211741=>1,3185211775=>1,3185211742=>1,3185211631=>1,3185211630=>1,3185211552=>1,3185211540=>1,3185211558=>1,3185211601=>1,3185211619=>1,3185211616=>1,3185211798=>1,3185211810=>1,3185212429=>1,3185212421=>1,3185212432=>1,3185212441=>1,3185212458=>1,3185212454=>1,3185211900=>1,3185211873=>1,3185211824=>1,3185211819=>1,3185211828=>1,3185211855=>1,3185211871=>1,3185212775=>1,3185212781=>1,3185213361=>1,3185213341=>1,3185213400=>1,3185213401=>1,3185213429=>1,3185213406=>1,3185213306=>1,3185213286=>1,3185213234=>1,3185213227=>1,3185213253=>1,3185213254=>1,3185213269=>1,3185213263=>1,3185213434=>1,3185213437=>1,3185216226=>1,3185216206=>1,3185216295=>1,3185216307=>1,3185216353=>1,3185216332=>1,3185216194=>1,3185216131=>1,3185216021=>1,3185216008=>1,3185216034=>1,3185216038=>1,3185216082=>1,3185216070=>1,3185213212=>1,3185213193=>1,3185212894=>1,3185212890=>1,3185212905=>1,3185212909=>1,3185212971=>1,3185212932=>1,3185212866=>1,3185212854=>1,3185212792=>1,3185212789=>1,3185212815=>1,3185212836=>1,3185212851=>1,3185212837=>1,3185212977=>1,3185212989=>1,3185213140=>1,3185213134=>1,3185213145=>1,3185213148=>1,3185213187=>1,3185213149=>1,3185213128=>1,3185213110=>1,3185213026=>1,3185212994=>1,3185213054=>1,3185213065=>1,3185213104=>1,3185211529=>1,3185211523=>1,3185208823=>1,3185208820=>1,3185209080=>1,3185209562=>1,3185210243=>1,3185209609=>1,3185208811=>1,3185208808=>1,3185208781=>1,3185208777=>1,3185208786=>1,3185208789=>1,3185208801=>1,3185208800=>1,3185210273=>1,3185210376=>1,3185210588=>1,3185210531=>1,3185210601=>1,3185210611=>1,3185210629=>1,3185210625=>1,3185210514=>1,3185210508=>1,3185210390=>1,3185210383=>1,3185210454=>1,3185210458=>1,3185210485=>1,3185210476=>1,3185208772=>1,3185208759=>1,3185208052=>1,3185208016=>1,3185208060=>1,3185208358=>1,3185208533=>1,3185208394=>1,3185207987=>1,3185207983=>1,3185207905=>1,3185207874=>1,3185207923=>1,3185207934=>1,3185207973=>1,3185207943=>1,3185208579=>1,3185208592=>1,3185208702=>1,3185208682=>1,3185208721=>1,3185208731=>1,3185208745=>1,3185208744=>1,3185208679=>1,3185208657=>1,3185208615=>1,3185208604=>1,3185208616=>1,3185208628=>1,3185208646=>1,3185210663=>1,3185210670=>1,3185211311=>1,3185211303=>1,3185211315=>1,3185211343=>1,3185211358=>1,3185211357=>1,3185211276=>1,3185211255=>1,3185211229=>1,3185211159=>1,3185211234=>1,3185211236=>1,3185211252=>1,3185211251=>1,3185211372=>1,3185211382=>1,3185211479=>1,3185211474=>1,3185211485=>1,3185211490=>1,3185211520=>1,3185211495=>1,3185211468=>1,3185211442=>1,3185211403=>1,3185211402=>1,3185211404=>1,3185211429=>1,3185211441=>1,3185211138=>1,3185211096=>1,3185210766=>1,3185210760=>1,3185210773=>1,3185210776=>1,3185210822=>1,3185210790=>1,3185210757=>1,3185210740=>1,3185210683=>1,3185210674=>1,3185210690=>1,3185210730=>1,3185210739=>1,3185210733=>1,3185210826=>1,3185210838=>1,3185210988=>1,3185210967=>1,3185211060=>1,3185211063=>1,3185211091=>1,3185211071=>1,3185210935=>1,3185210932=>1,3185210853=>1,3185210842=>1,3185210856=>1,3185210873=>1,3185210877=>1,3185216373=>1,3185216419=>1,3185222902=>1,3185222901=>1,3185222903=>1,3185222925=>1,3185222941=>1,3185222934=>1,3185222898=>1,3185222875=>1,3185222853=>1,3185222847=>1,3185222859=>1,3185222862=>1,3185222874=>1,3185222863=>1,3185222947=>1,3185222955=>1,3185223693=>1,3185223460=>1,3185223717=>1,3185223745=>1,3185223804=>1,3185223801=>1,3185223456=>1,3185223438=>1,3185222959=>1,3185222956=>1,3185222967=>1,3185222991=>1,3185223433=>1,3185223427=>1,3185222838=>1,3185222833=>1,3185222017=>1,3185221325=>1,3185222322=>1,3185222368=>1,3185222583=>1,3185222408=>1,3185221283=>1,3185221102=>1,3185219354=>1,3185219299=>1,3185219355=>1,3185219560=>1,3185220783=>1,3185219639=>1,3185222665=>1,3185222676=>1,3185222800=>1,3185222799=>1,3185222803=>1,3185222821=>1,3185222832=>1,3185222822=>1,3185222782=>1,3185222754=>1,3185222698=>1,3185222694=>1,3185222733=>1,3185222748=>1,3185222749=>1,3185223873=>1,3185223885=>1,3185224726=>1,3185224138=>1,3185224743=>1,3185224749=>1,3185224794=>1,3185224752=>1,3185224134=>1,3185224131=>1,3185224111=>1,3185224109=>1,3185224113=>1,3185224125=>1,3185224129=>1,3185224128=>1,3185224795=>1,3185224833=>1,3185224971=>1,3185224966=>1,3185224972=>1,3185224976=>1,3185224995=>1,3185224988=>1,3185224963=>1,3185224950=>1,3185224854=>1,3185224843=>1,3185224857=>1,3185224860=>1,3185224861=>1,3185224107=>1,3185224105=>1,3185224023=>1,3185224020=>1,3185224029=>1,3185224038=>1,3185224051=>1,3185224047=>1,3185223991=>1,3185223990=>1,3185223897=>1,3185223893=>1,3185223904=>1,3185223945=>1,3185223976=>1,3185223964=>1,3185224062=>1,3185224065=>1,3185224092=>1,3185224090=>1,3185224098=>1,3185224099=>1,3185224104=>1,3185224102=>1,3185224089=>1,3185224087=>1,3185224069=>1,3185224066=>1,3185224080=>1,3185224081=>1,3185224086=>1,3185219023=>1,3185218998=>1,3185217303=>1,3185217298=>1,3185217318=>1,3185217321=>1,3185217328=>1,3185217327=>1,3185217282=>1,3185217268=>1,3185217241=>1,3185217235=>1,3185217245=>1,3185217250=>1,3185217256=>1,3185217252=>1,3185217357=>1,3185217358=>1,3185217632=>1,3185217618=>1,3185217636=>1,3185217652=>1,3185217655=>1,3185217654=>1,3185217601=>1,3185217595=>1,3185217549=>1,3185217363=>1,3185217573=>1,3185217577=>1,3185217592=>1,3185217579=>1,3185217229=>1,3185217228=>1,3185216972=>1,3185216838=>1,3185217048=>1,3185217050=>1,3185217082=>1,3185217054=>1,3185216728=>1,3185216711=>1,3185216446=>1,3185216424=>1,3185216467=>1,3185216488=>1,3185216665=>1,3185216616=>1,3185217111=>1,3185217117=>1,3185217166=>1,3185217154=>1,3185217199=>1,3185217201=>1,3185217223=>1,3185217205=>1,3185217151=>1,3185217150=>1,3185217135=>1,3185217126=>1,3185217142=>1,3185217144=>1,3185217147=>1,3185217679=>1,3185217688=>1,3185218723=>1,3185218709=>1,3185218753=>1,3185218755=>1,3185218768=>1,3185218765=>1,3185218698=>1,3185218644=>1,3185218566=>1,3185218020=>1,3185218567=>1,3185218579=>1,3185218633=>1,3185218602=>1,3185218788=>1,3185218841=>1,3185218930=>1,3185218910=>1,3185218948=>1,3185218962=>1,3185218993=>1,3185218980=>1,3185218909=>1,3185218888=>1,3185218869=>1,3185218848=>1,3185218878=>1,3185218884=>1,3185218885=>1,3185217990=>1,3185217982=>1,3185217741=>1,3185217736=>1,3185217742=>1,3185217744=>1,3185217762=>1,3185217747=>1,3185217735=>1,3185217726=>1,3185217700=>1,3185217693=>1,3185217702=>1,3185217708=>1,3185217724=>1,3185217712=>1,3185217765=>1,3185217766=>1,3185217908=>1,3185217897=>1,3185217919=>1,3185217931=>1,3185217945=>1,3185217934=>1,3185217871=>1,3185217853=>1,3185217787=>1,3185217773=>1,3185217813=>1,3185217847=>1,3185217850=>1,3185207871=>1,3185207838=>1,3185196352=>1,3185196332=>1,3185196359=>1,3185196390=>1,3185196434=>1,3185196430=>1,3185196331=>1,3185196319=>1,3185196244=>1,3185196231=>1,3185196256=>1,3185196265=>1,3185196318=>1,3185196300=>1,3185196436=>1,3185196438=>1,3185196514=>1,3185196489=>1,3185196516=>1,3185196520=>1,3185196574=>1,3185196568=>1,3185196487=>1,3185196468=>1,3185196444=>1,3185196442=>1,3185196445=>1,3185196447=>1,3185196453=>1,3185196448=>1,3185196229=>1,3185196222=>1,3185194111=>1,3185193561=>1,3185194334=>1,3185194777=>1,3185195031=>1,3185195010=>1,3185193559=>1,3185193550=>1,3185193474=>1,3185193398=>1,3185193476=>1,3185193487=>1,3185193537=>1,3185193511=>1,3185195180=>1,3185196076=>1,3185196201=>1,3185196199=>1,3185196207=>1,3185196213=>1,3185196220=>1,3185196214=>1,3185196193=>1,3185196147=>1,3185196093=>1,3185196091=>1,3185196114=>1,3185196123=>1,3185196139=>1,3185196579=>1,3185196582=>1,3185197288=>1,3185197282=>1,3185197293=>1,3185197300=>1,3185197318=>1,3185197306=>1,3185197267=>1,3185197264=>1,3185197071=>1,3185197053=>1,3185197086=>1,3185197197=>1,3185197238=>1,3185197228=>1,3185197323=>1,3185197363=>1,3185197578=>1,3185197570=>1,3185197584=>1,3185197597=>1,3185197623=>1,3185197603=>1,3185197560=>1,3185197558=>1,3185197459=>1,3185197449=>1,3185197471=>1,3185197491=>1,3185197528=>1,3185197044=>1,3185197038=>1,3185196730=>1,3185196675=>1,3185196733=>1,3185196780=>1,3185196885=>1,3185196817=>1,3185196672=>1,3185196663=>1,3185196595=>1,3185196589=>1,3185196606=>1,3185196615=>1,3185196657=>1,3185196642=>1,3185196903=>1,3185196907=>1,3185197008=>1,3185196993=>1,3185197014=>1,3185197027=>1,3185197036=>1,3185197034=>1,3185196990=>1,3185196981=>1,3185196936=>1,3185196918=>1,3185196946=>1,3185196947=>1,3185196968=>1,3185193397=>1,3185193391=>1,3185192010=>1,3185191963=>1,3185192014=>1,3185192025=>1,3185192064=>1,3185192040=>1,3185191939=>1,3185191921=>1,3185191861=>1,3185191846=>1,3185191863=>1,3185191867=>1,3185191906=>1,3185191869=>1,3185192100=>1,3185192119=>1,3185192202=>1,3185192201=>1,3185192225=>1,3185192227=>1,3185192340=>1,3185192287=>1,3185192200=>1,3185192188=>1,3185192142=>1,3185192127=>1,3185192157=>1,3185192158=>1,3185192175=>1,3185192163=>1,3185191828=>1,3185191824=>1,3185191548=>1,3185191545=>1,3185191558=>1,3185191568=>1,3185191580=>1,3185191573=>1,3185191542=>1,3185191506=>1,3185191459=>1,3185191445=>1,3185191468=>1,3185191470=>1,3185191490=>1,3185191488=>1,3185191586=>1,3185191588=>1,3185191761=>1,3185191757=>1,3185191794=>1,3185191797=>1,3185191808=>1,3185191806=>1,3185191740=>1,3185191698=>1,3185191600=>1,3185191593=>1,3185191612=>1,3185191640=>1,3185191651=>1,3185192382=>1,3185192388=>1,3185192940=>1,3185192938=>1,3185193004=>1,3185193013=>1,3185193041=>1,3185193019=>1,3185192931=>1,3185192922=>1,3185192898=>1,3185192889=>1,3185192908=>1,3185192911=>1,3185192917=>1,3185192912=>1,3185193071=>1,3185193089=>1,3185193280=>1,3185193247=>1,3185193309=>1,3185193319=>1,3185193359=>1,3185193336=>1,3185193231=>1,3185193202=>1,3185193162=>1,3185193097=>1,3185193191=>1,3185193195=>1,3185193199=>1,3185192882=>1,3185192869=>1,3185192575=>1,3185192574=>1,3185192587=>1,3185192601=>1,3185192614=>1,3185192613=>1,3185192562=>1,3185192556=>1,3185192403=>1,3185192400=>1,3185192410=>1,3185192514=>1,3185192554=>1,3185192545=>1,3185192658=>1,3185192688=>1,3185192812=>1,3185192756=>1,3185192824=>1,3185192829=>1,3185192838=>1,3185192836=>1,3185192749=>1,3185192748=>1,3185192694=>1,3185192691=>1,3185192719=>1,3185192737=>1,3185192746=>1,3185197669=>1,3185197701=>1,3185205564=>1,3185205562=>1,3185205571=>1,3185205591=>1,3185205609=>1,3185205595=>1,3185205547=>1,3185205546=>1,3185205483=>1,3185205457=>1,3185205489=>1,3185205505=>1,3185205532=>1,3185205525=>1,3185205610=>1,3185205630=>1,3185205801=>1,3185205778=>1,3185205802=>1,3185205816=>1,3185205846=>1,3185205819=>1,3185205766=>1,3185205750=>1,3185205648=>1,3185205642=>1,3185205661=>1,3185205694=>1,3185205738=>1,3185205703=>1,3185205451=>1,3185205448=>1,3185202806=>1,3185202726=>1,3185203108=>1,3185205256=>1,3185205297=>1,3185205286=>1,3185202439=>1,3185202437=>1,3185201316=>1,3185201109=>1,3185201563=>1,3185201664=>1,3185202392=>1,3185202218=>1,3185205298=>1,3185205301=>1,3185205423=>1,3185205414=>1,3185205429=>1,3185205431=>1,3185205441=>1,3185205438=>1,3185205397=>1,3185205390=>1,3185205351=>1,3185205343=>1,3185205373=>1,3185205381=>1,3185205384=>1,3185205854=>1,3185205856=>1,3185207386=>1,3185207376=>1,3185207417=>1,3185207433=>1,3185207488=>1,3185207457=>1,3185207364=>1,3185207343=>1,3185206523=>1,3185206507=>1,3185207312=>1,3185207320=>1,3185207332=>1,3185207331=>1,3185207503=>1,3185207509=>1,3185207703=>1,3185207697=>1,3185207738=>1,3185207784=>1,3185207820=>1,3185207818=>1,3185207671=>1,3185207650=>1,3185207557=>1,3185207515=>1,3185207575=>1,3185207596=>1,3185207613=>1,3185206505=>1,3185206492=>1,3185205981=>1,3185205978=>1,3185205990=>1,3185205991=>1,3185206288=>1,3185205994=>1,3185205966=>1,3185205949=>1,3185205865=>1,3185205861=>1,3185205879=>1,3185205898=>1,3185205942=>1,3185205937=>1,3185206293=>1,3185206297=>1,3185206434=>1,3185206401=>1,3185206447=>1,3185206449=>1,3185206483=>1,3185206456=>1,3185206391=>1,3185206375=>1,3185206330=>1,3185206305=>1,3185206339=>1,3185206356=>1,3185206357=>1,3185201104=>1,3185201092=>1,3185198544=>1,3185198535=>1,3185198545=>1,3185198558=>1,3185198573=>1,3185198569=>1,3185198533=>1,3185198528=>1,3185198462=>1,3185198440=>1,3185198476=>1,3185198497=>1,3185198523=>1,3185198506=>1,3185198577=>1,3185198584=>1,3185199277=>1,3185199197=>1,3185199306=>1,3185199312=>1,3185199324=>1,3185199313=>1,3185199169=>1,3185199130=>1,3185198800=>1,3185198603=>1,3185198865=>1,3185198867=>1,3185199115=>1,3185199109=>1,3185198403=>1,3185198399=>1,3185198064=>1,3185198023=>1,3185198065=>1,3185198103=>1,3185198172=>1,3185198131=>1,3185198008=>1,3185197973=>1,3185197758=>1,3185197730=>1,3185197767=>1,3185197821=>1,3185197904=>1,3185197867=>1,3185198182=>1,3185198208=>1,3185198367=>1,3185198358=>1,3185198370=>1,3185198380=>1,3185198394=>1,3185198385=>1,3185198346=>1,3185198302=>1,3185198242=>1,3185198212=>1,3185198286=>1,3185198289=>1,3185198301=>1,3185199327=>1,3185199352=>1,3185200617=>1,3185200615=>1,3185200624=>1,3185200632=>1,3185200638=>1,3185200635=>1,3185200606=>1,3185200593=>1,3185200537=>1,3185200518=>1,3185200570=>1,3185200572=>1,3185200587=>1,3185200584=>1,3185200653=>1,3185200672=>1,3185200917=>1,3185200910=>1,3185200935=>1,3185200978=>1,3185201082=>1,3185201077=>1,3185200902=>1,3185200867=>1,3185200734=>1,3185200690=>1,3185200801=>1,3185200821=>1,3185200840=>1,3185200515=>1,3185200513=>1,3185200229=>1,3185200227=>1,3185200245=>1,3185200285=>1,3185200336=>1,3185200329=>1,3185200222=>1,3185200218=>1,3185199908=>1,3185199878=>1,3185200004=>1,3185200174=>1,3185200214=>1,3185200195=>1,3185200341=>1,3185200345=>1,3185200473=>1,3185200459=>1,3185200477=>1,3185200485=>1,3185200511=>1,3185200498=>1,3185200410=>1,3185200408=>1,3185200354=>1,3185200347=>1,3185200368=>1,3185200375=>1,3185200390=>1,3185191420=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-3.php CHANGED
@@ -1 +1 @@
1
- <?php return array(846537728=>846537983,787881984=>787890175,778672224=>778672231,778672208=>778672215,774163416=>774163455,774163392=>774163399,774163352=>774163359,774163128=>774163199,774163016=>774163071,774162992=>774162999,773033728=>773033983,773032192=>773032447,772808704=>772810751,788367630=>1,788367686=>1,788367341=>1,794297694=>1,788321476=>1,788273657=>1,788273208=>1,794299401=>1,788273666=>1,788316374=>1,788286321=>1,788417448=>1,794297314=>1,792128086=>1,794296388=>1,794296424=>1,794296466=>1,794296632=>1,794296665=>1,789655958=>1,788080015=>1,789857741=>1,794296806=>1,788485396=>1,787884867=>1,787568039=>1,787445172=>1,787627377=>1,787628784=>1,787697947=>1,787694193=>1,787442882=>1,787442506=>1,787339132=>1,787256800=>1,787348953=>1,787353502=>1,787402763=>1,787361206=>1,787704458=>1,787806147=>1,787884131=>1,787884120=>1,787884423=>1,787884636=>1,787889554=>1,787885595=>1,787884119=>1,787884078=>1,787881208=>1,787823471=>1,787883354=>1,787883499=>1,787884076=>1,787884058=>1,787896745=>1,794299763=>1,827699148=>1,826676709=>1,827946022=>1,831275859=>1,831310858=>1,831300295=>1,825234035=>1,822378901=>1,794331937=>1,794331797=>1,822092242=>1,822093808=>1,822211723=>1,831312115=>1,831911920=>1,837226861=>1,836046424=>1,837279929=>1,837285314=>1,838346322=>1,838335599=>1,836045922=>1,836019750=>1,832319262=>1,831991408=>1,832347098=>1,835519229=>1,836010557=>1,794331591=>1,794310835=>1,794300582=>1,794300484=>1,794300742=>1,794301043=>1,794301561=>1,794301104=>1,794300362=>1,794300327=>1,794299726=>1,794299575=>1,794299762=>1,787217432=>1,794299962=>1,794301655=>1,794302088=>1,794304032=>1,794303843=>1,794304041=>1,794304385=>1,794304428=>1,794303765=>1,794303387=>1,794302870=>1,794302744=>1,794302947=>1,794302962=>1,794302986=>1,794299470=>1,787210779=>1,783801476=>1,783801049=>1,783801479=>1,783801489=>1,783801831=>1,783801770=>1,783801030=>1,783800560=>1,783684503=>1,783684341=>1,783684963=>1,783706814=>1,783800493=>1,783713370=>1,783898174=>1,783898597=>1,784082192=>1,784080564=>1,784085552=>1,784086826=>1,784309650=>1,784157747=>1,784076298=>1,784075287=>1,783981375=>1,783980460=>1,784000500=>1,784008092=>1,784073765=>1,784014807=>1,783684319=>1,783684207=>1,782629348=>1,782628217=>1,782630055=>1,782630324=>1,782673170=>1,782665890=>1,782627494=>1,782624261=>1,782622118=>1,782622063=>1,782622420=>1,782622657=>1,782623863=>1,782622681=>1,782674435=>1,782674436=>1,783098931=>1,783014683=>1,783137895=>1,783204121=>1,783684132=>1,783216315=>1,782961878=>1,782759340=>1,782674438=>1,782674437=>1,782722672=>1,782759211=>1,782759219=>1,784319664=>1,784330102=>1,786745107=>1,786698989=>1,786782898=>1,786795504=>1,786920858=>1,786820780=>1,786690345=>1,786688989=>1,786636023=>1,786635867=>1,786636046=>1,786646435=>1,786654035=>1,786653402=>1,787009446=>1,787021894=>1,787083312=>1,787081875=>1,787083593=>1,787085223=>1,787210978=>1,838939616=>1,787081435=>1,787074985=>1,787071063=>1,787028152=>1,787071902=>1,787073147=>1,787074253=>1,787073602=>1,786635550=>1,786624808=>1,785505955=>1,785504360=>1,785509514=>1,785592686=>1,785907760=>1,785592736=>1,785466956=>1,785466955=>1,784935159=>1,784330982=>1,784959886=>1,785426902=>1,785465290=>1,785436010=>1,785916447=>1,786060645=>1,786558898=>1,786528108=>1,786559394=>1,786590746=>1,786591453=>1,786591394=>1,786525632=>1,786424185=>1,786134018=>1,786128341=>1,786377253=>1,786393839=>1,786418310=>1,787211078=>1,839136473=>1,850784633=>1,850637512=>1,850876329=>1,850881990=>1,851032503=>1,850974493=>1,850488549=>1,850471282=>1,849223974=>1,849125661=>1,849391773=>1,849751476=>1,850128587=>1,850084850=>1,851152984=>1,851179699=>1,852004402=>1,851934745=>1,852027004=>1,854068066=>1,854601460=>1,854073347=>1,851902898=>1,851824882=>1,851365487=>1,851216550=>1,851545898=>1,851733285=>1,851770225=>1,851748201=>1,848782775=>1,848721778=>1,846466053=>1,846465778=>1,846466889=>1,846468524=>1,846473973=>1,846473222=>1,846464954=>1,846464409=>1,846441906=>1,846441899=>1,846463125=>1,846463967=>1,846464141=>1,846464107=>1,846474772=>1,846475566=>1,847458386=>1,847349717=>1,847621881=>1,847638153=>1,848692286=>1,847883815=>1,847077611=>1,846557446=>1,846476935=>1,846475788=>1,846477281=>1,846477360=>1,846548725=>1,854728117=>1,854894301=>1,872360163=>1,872359655=>1,872360257=>1,872360283=>1,872416328=>1,872379382=>1,872359654=>1,872358381=>1,872338386=>1,872335790=>1,872338947=>1,872339067=>1,872358360=>1,872358144=>1,872461160=>1,872465770=>1,872879720=>1,872864672=>1,872935683=>1,872954830=>1,872955545=>1,872954857=>1,872810898=>1,872644536=>1,872502287=>1,872473421=>1,872510591=>1,872565992=>1,872588094=>1,872587088=>1,872317922=>1,872316914=>1,867125934=>1,867091829=>1,867141879=>1,867156598=>1,872292672=>1,872292495=>1,867077296=>1,867072162=>1,855098236=>1,854948995=>1,855111852=>1,855296510=>1,855611585=>1,855474057=>1,872293271=>1,872294363=>1,872313291=>1,872312884=>1,872313528=>1,872313860=>1,872315645=>1,872314476=>1,872310033=>1,872305646=>1,872304345=>1,872304344=>1,872304346=>1,872304348=>1,872304349=>1,846441866=>1,846428740=>1,840094459=>1,839923077=>1,840285118=>1,840388503=>1,840392802=>1,840392163=>1,839373530=>1,839372258=>1,839372180=>1,839371722=>1,839372182=>1,839372188=>1,839372244=>1,839372204=>1,840504272=>1,840569571=>1,840722202=>1,840721383=>1,840722288=>1,840722289=>1,840723052=>1,840722444=>1,840721301=>1,840721271=>1,840699557=>1,840678759=>1,840699558=>1,840699917=>1,840705595=>1,840699919=>1,839371394=>1,839369186=>1,839351542=>1,839351539=>1,839355316=>1,839355325=>1,839355374=>1,839355334=>1,839351536=>1,839351534=>1,782622061=>1,839040548=>1,839159921=>1,839339608=>1,839349004=>1,839339609=>1,839355666=>1,839356171=>1,839365908=>1,839365578=>1,839366317=>1,839366714=>1,839369162=>1,839369082=>1,839365266=>1,839365222=>1,839358255=>1,839358240=>1,839360986=>1,839365154=>1,839365218=>1,840808743=>1,840835902=>1,843025646=>1,843024838=>1,843025890=>1,843030200=>1,843319537=>1,843037721=>1,843006043=>1,843005116=>1,842958561=>1,842958507=>1,842962604=>1,842969477=>1,842993720=>1,842978950=>1,843385385=>1,843854177=>1,845248154=>1,845248152=>1,845248155=>1,846135329=>1,846227835=>1,846144489=>1,845248146=>1,844751420=>1,844023041=>1,843882458=>1,844087700=>1,844147427=>1,844310935=>1,842945487=>1,842945485=>1,842363936=>1,842361345=>1,842586686=>1,842586699=>1,842586722=>1,842586719=>1,842352362=>1,841910230=>1,840856434=>1,840855952=>1,840892578=>1,840956971=>1,841457682=>1,841181784=>1,842586751=>1,842586768=>1,842944017=>1,842939178=>1,842945357=>1,842945455=>1,842945482=>1,842945467=>1,842934929=>1,842712555=>1,842586782=>1,842586770=>1,842586790=>1,842593019=>1,842613793=>1,839008462=>1,782418102=>1,760173990=>1,760173952=>1,760174827=>1,760174981=>1,760175899=>1,760175486=>1,760173764=>1,760170985=>1,759767931=>1,759237429=>1,760096322=>1,760152979=>1,760170072=>1,760168900=>1,760176202=>1,760177509=>1,760203956=>1,760203750=>1,760205232=>1,762320685=>1,762361858=>1,762347010=>1,760199723=>1,760199282=>1,760180078=>1,760180023=>1,760187208=>1,760194057=>1,760195921=>1,759211745=>1,759211693=>1,759135175=>1,759125209=>1,759184577=>1,759188137=>1,759189713=>1,759189685=>1,759120753=>1,759116077=>1,758840045=>1,758839489=>1,759063743=>1,759104757=>1,759107297=>1,759105475=>1,759189725=>1,759193972=>1,759211665=>1,759211662=>1,759211669=>1,759211673=>1,759211681=>1,759211677=>1,759211661=>1,759211657=>1,759209050=>1,759197875=>1,759211522=>1,759211649=>1,759211653=>1,762468373=>1,762661307=>1,772122228=>1,772112958=>1,772131319=>1,772214414=>1,772288538=>1,772224565=>1,772090325=>1,772079042=>1,772045485=>1,772045474=>1,772051749=>1,772058676=>1,772062562=>1,772061358=>1,772409995=>1,772460028=>1,773021142=>1,772985573=>1,773032327=>1,773033860=>1,773071202=>1,773056306=>1,772937524=>1,772891101=>1,772828194=>1,772490547=>1,772858378=>1,772860547=>1,772882390=>1,772043975=>1,772042620=>1,771774828=>1,771768845=>1,771782444=>1,771784824=>1,771811861=>1,771799863=>1,771755664=>1,763321508=>1,762742242=>1,762668171=>1,762760639=>1,762942322=>1,763046206=>1,763041907=>1,772014236=>1,772019721=>1,772036524=>1,772035632=>1,772036811=>1,772037322=>1,772041423=>1,772040483=>1,772031526=>1,772029659=>1,772023947=>1,772020694=>1,772024299=>1,772028309=>1,772028337=>1,758788415=>1,758784108=>1,717850759=>1,715125977=>1,717869166=>1,717918302=>1,736183536=>1,717918769=>1,714210619=>1,712599963=>1,711988364=>1,711988341=>1,712312734=>1,712573175=>1,712581012=>1,712580510=>1,736207310=>1,736215866=>1,737775370=>1,737528440=>1,737944588=>1,737994653=>1,757077986=>1,757077636=>1,737512514=>1,737409838=>1,737169754=>1,736459268=>1,737341907=>1,737374296=>1,737381650=>1,711988169=>1,711988142=>1,704774630=>1,703457072=>1,707986457=>1,707988839=>1,708482750=>1,708124157=>1,703209174=>1,703132679=>1,702785693=>1,702777556=>1,702785765=>1,702790063=>1,703095974=>1,703095933=>1,708650910=>1,708711099=>1,711987400=>1,711987242=>1,711987985=>1,711988033=>1,711988136=>1,711988121=>1,710984935=>1,710982507=>1,710967924=>1,708722021=>1,710968049=>1,710968152=>1,710976252=>1,757079072=>1,757104802=>1,758615449=>1,758612803=>1,758618246=>1,758618939=>1,758625824=>1,758620055=>1,758612263=>1,758612233=>1,758594711=>1,758594469=>1,758598635=>1,758600525=>1,758604208=>1,758603512=>1,758633689=>1,758634564=>1,758667861=>1,758666469=>1,758668158=>1,758669371=>1,758677393=>1,758673191=>1,758665913=>1,758665294=>1,758644507=>1,758636247=>1,758662154=>1,758662477=>1,758663707=>1,758593578=>1,758593356=>1,757206907=>1,757163129=>1,757272016=>1,757443314=>1,758076302=>1,757632825=>1,757156636=>1,757154116=>1,757139502=>1,757131402=>1,757149180=>1,757149900=>1,757152619=>1,757151847=>1,758091672=>1,758271284=>1,758590684=>1,758590676=>1,758591814=>1,758592099=>1,758593233=>1,758592463=>1,758588460=>1,758587457=>1,758579757=>1,758579571=>1,758582451=>1,758584776=>1,758586182=>1,773071227=>1,773074566=>1,778641762=>1,778434865=>1,778648974=>1,778659988=>1,778664756=>1,778664048=>1,778434855=>1,778434240=>1,778426707=>1,778426334=>1,778427553=>1,778427788=>1,778432796=>1,778429423=>1,778665950=>1,778672193=>1,778672221=>1,778672207=>1,778672222=>1,778676694=>1,778680157=>1,778677129=>1,778672206=>1,778672205=>1,778672195=>1,778672194=>1,778672196=>1,778672198=>1,778672199=>1,778425976=>1,778425737=>1,778412172=>1,778412142=>1,778412887=>1,778413721=>1,778414730=>1,778413927=>1,778410059=>1,778409950=>1,778386642=>1,778385395=>1,778403060=>1,778403961=>1,778406446=>1,778405870=>1,778415892=>1,778417220=>1,778422540=>1,778420988=>1,778423404=>1,778423450=>1,778424329=>1,778423867=>1,778419959=>1,778419840=>1,778417556=>1,778417506=>1,778417816=>1,778417925=>1,778418080=>1,778680205=>1,778680206=>1,781457991=>1,781456194=>1,781538348=>1,781619501=>1,781681795=>1,781654885=>1,781455946=>1,781455602=>1,781182726=>1,781182300=>1,781366832=>1,781373613=>1,781378279=>1,781376360=>1,781701243=>1,782352179=>1,782418299=>1,702494093=>1,782418730=>1,782453792=>1,782618827=>1,782615904=>1,782418086=>1,782393563=>1,782392634=>1,782389317=>1,782392920=>1,782393079=>1,782393481=>1,781182129=>1,780811401=>1,779490817=>1,779490594=>1,779491255=>1,779495177=>1,779584684=>1,779497276=>1,779490565=>1,778869904=>1,778692787=>1,778687264=>1,778695765=>1,778695766=>1,778840027=>1,778697098=>1,779596774=>1,779709001=>1,780211087=>1,780209701=>1,780211686=>1,780450283=>1,780775893=>1,780451714=>1,780152182=>1,780141655=>1,780125796=>1,780059367=>1,780126983=>1,780127048=>1,780133110=>1,778382371=>1,778381337=>1,774139997=>1,774121242=>1,774162432=>1,774162688=>1,774162788=>1,774162739=>1,774120584=>1,774120575=>1,773909000=>1,773908718=>1,774021253=>1,774047475=>1,774119049=>1,774104888=>1,774162943=>1,774162944=>1,774254604=>1,774216991=>1,774254817=>1,774255378=>1,774258610=>1,774255409=>1,774214760=>1,774168481=>1,774162973=>1,774162972=>1,774162974=>1,774163015=>1,774163231=>1,773858876=>1,773857142=>1,773298289=>1,773281055=>1,773604510=>1,773605628=>1,773615011=>1,773608993=>1,773277379=>1,773250861=>1,773141905=>1,773125749=>1,773153562=>1,773155814=>1,773247084=>1,773225438=>1,773615079=>1,773615233=>1,773639955=>1,773639594=>1,773640077=>1,773672468=>1,773728739=>1,773716206=>1,773639447=>1,773639294=>1,773615348=>1,773615240=>1,773615482=>1,773639188=>1,773639250=>1,774301649=>1,774302194=>1,775659270=>1,775656560=>1,775659390=>1,775674853=>1,775682802=>1,775677790=>1,775655113=>1,775654759=>1,775625782=>1,775278197=>1,775628516=>1,775630423=>1,775653929=>1,775643941=>1,775682978=>1,775685273=>1,778373427=>1,778274289=>1,778374298=>1,778376591=>1,778380374=>1,778377704=>1,778274186=>1,778274182=>1,776531592=>1,775905419=>1,776578637=>1,776586691=>1,778233279=>1,775278033=>1,775267011=>1,774472788=>1,774454218=>1,774546899=>1,774582876=>1,774705019=>1,774601514=>1,774445013=>1,774405589=>1,774304566=>1,774304016=>1,774306343=>1,774333954=>1,774338920=>1,774734536=>1,774734587=>1,775139161=>1,775073682=>1,775141920=>1,775143342=>1,775266322=>1,775201950=>1,774941587=>1,774920817=>1,774736199=>1,774734588=>1,774792992=>1,774807866=>1,774809918=>1,782621773=>1,);?>
1
+ <?php return array(846537728=>846537983,787881984=>787890175,782679744=>782679751,782679272=>782679279,782679240=>782679247,782678760=>782678767,778672216=>778672231,774163416=>774163455,774163392=>774163399,774163352=>774163359,774163128=>774163199,774163016=>774163071,774162992=>774162999,773033728=>773033983,773032192=>773032447,772808704=>772810751,794304180=>1,794318043=>1,794302870=>1,794304091=>1,794303232=>1,794303618=>1,794331222=>1,794303456=>1,794304032=>1,794334712=>1,794337984=>1,794335106=>1,822092242=>1,822093809=>1,822211723=>1,794335077=>1,794301848=>1,794331591=>1,794332000=>1,794332036=>1,794334580=>1,794331499=>1,794300059=>1,788273657=>1,788273208=>1,788273666=>1,788312188=>1,788367341=>1,788320723=>1,788135705=>1,788133860=>1,788070844=>1,787897670=>1,788071219=>1,788080015=>1,788096428=>1,788081405=>1,788382750=>1,788403125=>1,794298385=>1,794298180=>1,794298781=>1,794299962=>1,794300198=>1,825255011=>1,794297970=>1,794297694=>1,794296466=>1,792128086=>1,794296632=>1,794296780=>1,794297378=>1,794301104=>1,826403849=>1,838939415=>1,838893694=>1,838367130=>1,839004098=>1,839008462=>1,839061739=>1,839040548=>1,838346322=>1,837825497=>1,836046859=>1,836046746=>1,836073171=>1,837274966=>1,837285333=>1,837285314=>1,839160308=>1,839162100=>1,839351542=>1,839351539=>1,839355666=>1,839358240=>1,839360986=>1,839358255=>1,839351536=>1,839351534=>1,839321829=>1,839177059=>1,839339608=>1,839339609=>1,839351484=>1,839349004=>1,836046474=>1,836019750=>1,829924535=>1,829924505=>1,829924539=>1,829924541=>1,829924545=>1,829924543=>1,829924504=>1,829924502=>1,826923958=>1,825380037=>1,827184591=>1,829924498=>1,829924501=>1,829924499=>1,829924547=>1,829924549=>1,831911920=>1,831909350=>1,831992389=>1,832319262=>1,835978392=>1,835604469=>1,831793143=>1,831783950=>1,831261485=>1,829924553=>1,831275859=>1,831300295=>1,831617061=>1,831312115=>1,825362452=>1,787885137=>1,784982053=>1,784330296=>1,785466955=>1,785466956=>1,785504360=>1,785500707=>1,784330102=>1,784329023=>1,784086826=>1,784085552=>1,784304910=>1,784323919=>1,784327301=>1,784324267=>1,785505955=>1,785509514=>1,786423014=>1,786377253=>1,786432680=>1,786528108=>1,786559394=>1,786558898=>1,786134018=>1,786128341=>1,785915518=>1,785914563=>1,785919353=>1,785994188=>1,786060645=>1,784082192=>1,784080626=>1,783908166=>1,783899693=>1,783976127=>1,783977189=>1,783979787=>1,783977865=>1,783898444=>1,783898344=>1,783801770=>1,783801489=>1,783801831=>1,783802022=>1,783897226=>1,783802027=>1,783980563=>1,783981203=>1,784073765=>1,784073444=>1,784075287=>1,784076298=>1,784079376=>1,784079309=>1,784014807=>1,784008092=>1,783985370=>1,783983999=>1,783989707=>1,783991714=>1,784000405=>1,786590746=>1,786591394=>1,787440300=>1,787423727=>1,787442506=>1,787442882=>1,787627485=>1,787445172=>1,787423716=>1,787423701=>1,787423545=>1,787423528=>1,787423587=>1,787423659=>1,787423680=>1,787423660=>1,787628784=>1,787694193=>1,787885088=>1,787884521=>1,787885120=>1,839365154=>1,787889489=>1,787885595=>1,787883942=>1,787879001=>1,787804208=>1,787750950=>1,787806002=>1,787823471=>1,787878999=>1,787423297=>1,787410664=>1,786745107=>1,786698989=>1,786782898=>1,786804203=>1,786920858=>1,786820780=>1,786688989=>1,786654035=>1,786634759=>1,786591453=>1,786636317=>1,786646435=>1,786653402=>1,786646500=>1,786924906=>1,787009446=>1,787339132=>1,787285528=>1,787348953=>1,787351865=>1,787361206=>1,787356438=>1,787256800=>1,787211078=>1,787021894=>1,787014639=>1,787115385=>1,787210779=>1,787210978=>1,787896745=>1,839365578=>1,872315199=>1,872314962=>1,872315288=>1,872316866=>1,872317922=>1,872316914=>1,872314719=>1,872314476=>1,872310033=>1,872306741=>1,872310258=>1,872312884=>1,872313860=>1,872313291=>1,872318190=>1,872319012=>1,872336678=>1,872336677=>1,872336697=>1,872337139=>1,872339152=>1,872338386=>1,872336676=>1,872336675=>1,872322838=>1,872320516=>1,872329851=>1,872331264=>1,872336674=>1,872333868=>1,872306740=>1,872305646=>1,855111852=>1,855098236=>1,855184875=>1,855296510=>1,855391505=>1,855327933=>1,854995717=>1,854948995=>1,854073347=>1,852475298=>1,854601460=>1,854750261=>1,854903005=>1,854761879=>1,855474059=>1,867072162=>1,872293513=>1,872293271=>1,872294381=>1,872298943=>1,872304348=>1,872302896=>1,872293129=>1,872292495=>1,867125934=>1,867091829=>1,867156598=>1,872288109=>1,872290487=>1,872339213=>1,872339321=>1,872473421=>1,872416328=>1,872499646=>1,872505416=>1,872556556=>1,872543635=>1,872409600=>1,872406060=>1,872400076=>1,872398890=>1,872400461=>1,872401474=>1,872403312=>1,872402506=>1,872588094=>1,872696353=>1,872879720=>1,872852344=>1,872979210=>1,872981000=>1,873073510=>1,873023873=>1,872836764=>1,872810898=>1,872744905=>1,872721948=>1,872759817=>1,872774720=>1,872807585=>1,872391218=>1,872390738=>1,872356635=>1,872348847=>1,872358144=>1,872358196=>1,872358360=>1,872358307=>1,872347339=>1,872346776=>1,872339329=>1,872339324=>1,872340008=>1,872340290=>1,872341764=>1,872341062=>1,872358381=>1,872359654=>1,872366812=>1,872362603=>1,872374436=>1,872375579=>1,872388832=>1,872379382=>1,872362602=>1,872362301=>1,872360163=>1,872359655=>1,872360257=>1,872360283=>1,872360879=>1,852475297=>1,852474878=>1,843827829=>1,843751266=>1,843854177=>1,843882458=>1,844087700=>1,844023041=>1,843652209=>1,843037721=>1,842969189=>1,842969099=>1,842969257=>1,842969441=>1,843024838=>1,843005116=>1,844147427=>1,844164629=>1,845509422=>1,845332514=>1,846135709=>1,846148419=>1,846428740=>1,846227835=>1,845279989=>1,845279986=>1,844310935=>1,844278238=>1,844335517=>1,844751420=>1,845112938=>1,842962604=>1,842961097=>1,839372180=>1,839369186=>1,839373530=>1,840285118=>1,840808743=>1,840678759=>1,839367770=>1,839366714=>1,839365221=>1,839365220=>1,839365222=>1,839365266=>1,839365627=>1,783801479=>1,840865238=>1,840865922=>1,842576055=>1,842406789=>1,842583214=>1,842588358=>1,842929826=>1,842723717=>1,842363936=>1,842352362=>1,841179194=>1,840956971=>1,841449128=>1,841460909=>1,841910230=>1,846441899=>1,846441906=>1,850313458=>1,850128587=>1,850637512=>1,850784633=>1,851179699=>1,850974493=>1,849869927=>1,849751476=>1,849202508=>1,849171563=>1,849223974=>1,849391773=>1,849532780=>1,849455901=>1,851216550=>1,851545898=>1,852172815=>1,852020998=>1,852233121=>1,852241996=>1,852396285=>1,852370686=>1,852004402=>1,851924051=>1,851578900=>1,851560998=>1,851657137=>1,851770225=>1,851902898=>1,848884789=>1,848783654=>1,846473222=>1,846472591=>1,846473442=>1,846474772=>1,846475566=>1,846474879=>1,846468524=>1,846466889=>1,846463967=>1,846463125=>1,846464107=>1,846464141=>1,846465778=>1,846464409=>1,846476519=>1,846476935=>1,847859329=>1,847638153=>1,847929107=>1,848164833=>1,848721778=>1,848635613=>1,847621881=>1,847458386=>1,846479187=>1,846477360=>1,846550786=>1,846557446=>1,846630676=>1,839365218=>1,783713370=>1,775063494=>1,774994363=>1,775201950=>1,775267011=>1,775272719=>1,775267205=>1,774943206=>1,774941510=>1,774736199=>1,774730261=>1,774792992=>1,774807866=>1,774917356=>1,774911518=>1,775273101=>1,775278555=>1,775654621=>1,775653571=>1,775655557=>1,775658120=>1,775667654=>1,775666424=>1,775653192=>1,775652932=>1,775399214=>1,775377972=>1,775630423=>1,775638796=>1,775643941=>1,774705019=>1,774582877=>1,774255378=>1,774254817=>1,774255492=>1,774301649=>1,774304016=>1,774302194=>1,774254604=>1,774242383=>1,774162973=>1,774162972=>1,774162974=>1,774163015=>1,774216991=>1,774163231=>1,774306343=>1,774315014=>1,774445013=>1,774405589=>1,774454239=>1,774472260=>1,774472788=>1,774472327=>1,774405385=>1,774366088=>1,774357028=>1,774334202=>1,774360321=>1,774361086=>1,774366081=>1,775670502=>1,775671891=>1,778274186=>1,778233643=>1,778274289=>1,778319145=>1,778376591=>1,778373427=>1,778226637=>1,778225567=>1,776598739=>1,776598002=>1,776599657=>1,778109114=>1,778225414=>1,778217074=>1,778380374=>1,778385395=>1,778400035=>1,778395584=>1,778400211=>1,778400446=>1,778402282=>1,778401498=>1,778393743=>1,778393602=>1,778386878=>1,778386642=>1,778392370=>1,778393148=>1,778393365=>1,776595438=>1,776585970=>1,776488713=>1,776488638=>1,776489080=>1,776489488=>1,776490732=>1,776490715=>1,776487668=>1,776486786=>1,775680033=>1,775672716=>1,775772085=>1,775887626=>1,776480083=>1,775905862=>1,776491296=>1,776491800=>1,776554195=>1,776554142=>1,776554248=>1,776573690=>1,776581912=>1,776579069=>1,776554141=>1,776502103=>1,776493366=>1,776492700=>1,776494302=>1,776500868=>1,776500874=>1,774162944=>1,774162943=>1,772040291=>1,772036811=>1,772040483=>1,772041123=>1,772042620=>1,772041423=>1,772036524=>1,772035215=>1,772024299=>1,772023947=>1,772026825=>1,772028337=>1,772031526=>1,772029659=>1,772045474=>1,772045485=>1,772122078=>1,772096819=>1,772122228=>1,772131319=>1,772288538=>1,772139262=>1,772079042=>1,772062562=>1,772051025=>1,772046910=>1,772051749=>1,772058676=>1,772061358=>1,772023026=>1,772020694=>1,762555708=>1,762555698=>1,762556167=>1,762577366=>1,763046206=>1,762596660=>1,762555652=>1,762468373=>1,762445551=>1,762445543=>1,762445557=>1,762445558=>1,762445562=>1,762445559=>1,763046230=>1,763118414=>1,771797127=>1,771795876=>1,771800994=>1,771803768=>1,772019721=>1,772014236=>1,771793576=>1,771761938=>1,763297026=>1,763118538=>1,763297213=>1,763322762=>1,763350387=>1,772339978=>1,772339980=>1,773639955=>1,773639594=>1,773640077=>1,773672468=>1,773717905=>1,773716206=>1,773639447=>1,773638830=>1,773615079=>1,773615011=>1,773615233=>1,773615240=>1,773615482=>1,773615348=>1,773728739=>1,773729751=>1,774121399=>1,774121242=>1,774162432=>1,774162688=>1,774162788=>1,774162739=>1,774120584=>1,774120575=>1,773849698=>1,773729868=>1,773858876=>1,773908718=>1,774047475=>1,773604510=>1,773293598=>1,772858451=>1,772858378=>1,772860547=>1,772882390=>1,773021142=>1,772891101=>1,772846446=>1,772828194=>1,772409995=>1,772391700=>1,772476178=>1,772707373=>1,772803393=>1,773032327=>1,773056306=>1,773272397=>1,773250861=>1,773272499=>1,773272500=>1,773281055=>1,773277379=>1,773155814=>1,773141905=>1,773063011=>1,773063010=>1,773066179=>1,773071227=>1,773080913=>1,778403060=>1,778405870=>1,782678774=>1,782678772=>1,782678775=>1,782678776=>1,782678779=>1,782678778=>1,782678771=>1,782678770=>1,782678745=>1,782678744=>1,782678746=>1,782678747=>1,782678769=>1,782678748=>1,782679233=>1,782679237=>1,782679255=>1,782679254=>1,782679256=>1,782679257=>1,782679259=>1,782679258=>1,782679253=>1,782679252=>1,782679239=>1,782679238=>1,782679249=>1,782679250=>1,782679251=>1,782678743=>1,782678742=>1,782620738=>1,782619153=>1,782621903=>1,782622118=>1,782622554=>1,782622424=>1,782618827=>1,782618818=>1,782422341=>1,782418730=>1,782453792=>1,782490461=>1,782615904=>1,782540154=>1,782622681=>1,782624261=>1,782674435=>1,782673170=>1,782674436=>1,782674437=>1,782678741=>1,782674438=>1,782671889=>1,782665890=>1,782629348=>1,782627494=>1,782629699=>1,782629789=>1,782630055=>1,782679261=>1,782679262=>1,783157653=>1,783157610=>1,783157722=>1,783200460=>1,783268149=>1,783204121=>1,783137895=>1,783133694=>1,782759211=>1,782679757=>1,782759219=>1,782759340=>1,783098931=>1,783014683=>1,783684132=>1,783684207=>1,783800493=>1,783732764=>1,783800560=>1,783801030=>1,783801049=>1,783801031=>1,762445542=>1,783706814=>1,783684341=>1,783684319=>1,783684503=>1,783684583=>1,783684963=>1,782679756=>1,782679753=>1,782679282=>1,782679281=>1,782679284=>1,782679285=>1,782679682=>1,782679681=>1,782679280=>1,782679271=>1,782679265=>1,782679263=>1,782679266=>1,782679269=>1,782679270=>1,782679683=>1,782679728=>1,782679739=>1,782679738=>1,782679741=>1,782679742=>1,782679752=>1,782679743=>1,782679737=>1,782679736=>1,782679732=>1,782679730=>1,782679733=>1,782679734=>1,782679735=>1,782418102=>1,782418086=>1,778657687=>1,778648974=>1,778664929=>1,778672193=>1,778672195=>1,778672194=>1,778648959=>1,778647663=>1,778434240=>1,778432815=>1,778434738=>1,778434855=>1,778645833=>1,778435613=>1,778672198=>1,778672199=>1,778672211=>1,778672209=>1,778672213=>1,778672214=>1,778676694=>1,778672215=>1,778672208=>1,778672207=>1,778672201=>1,778672200=>1,778672203=>1,778672204=>1,778672206=>1,778432796=>1,778427553=>1,778412249=>1,778412162=>1,778413927=>1,778414730=>1,778415892=>1,778414764=>1,778411954=>1,778410673=>1,778407151=>1,778406446=>1,778407598=>1,778407853=>1,778409950=>1,778408726=>1,778417122=>1,778417556=>1,778423404=>1,778422540=>1,778423450=>1,778423864=>1,778426334=>1,778425395=>1,778421929=>1,778421294=>1,778418080=>1,778417816=>1,778418841=>1,778419840=>1,778421150=>1,778677129=>1,778679682=>1,781380339=>1,781380338=>1,781409829=>1,781455602=>1,781455946=>1,781455906=>1,781378279=>1,781373613=>1,780211087=>1,780155964=>1,780211686=>1,780226840=>1,781182726=>1,780755597=>1,781457991=>1,781457998=>1,782386514=>1,782138659=>1,782389317=>1,782392920=>1,782417497=>1,782393481=>1,782136003=>1,782119494=>1,781654885=>1,781562080=>1,781681113=>1,781685245=>1,781703085=>1,780154483=>1,780152182=>1,779490952=>1,779408104=>1,779490996=>1,779491163=>1,779495177=>1,779491187=>1,778869904=>1,778840027=>1,778680206=>1,778680205=>1,778681462=>1,778692787=>1,778697098=>1,779497008=>1,779497350=>1,780094660=>1,780082703=>1,780125796=>1,780126983=>1,780141655=>1,780133110=>1,780046791=>1,779709001=>1,779567001=>1,779522072=>1,779567712=>1,779568022=>1,779596774=>1,783801476=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-30.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php return array(3185247997=>1,3185247991=>1,3185250506=>1,3185250622=>1,3185250705=>1,3185250654=>1,3185247974=>1,3185247945=>1,3185247920=>1,3185247917=>1,3185247925=>1,3185247927=>1,3185247940=>1,3185247936=>1,3185250842=>1,3185250844=>1,3185250978=>1,3185250955=>1,3185251000=>1,3185251001=>1,3185251007=>1,3185251005=>1,3185250930=>1,3185250900=>1,3185250857=>1,3185250854=>1,3185250860=>1,3185250876=>1,3185250896=>1,3185250891=>1,3185247879=>1,3185247867=>1,3185247635=>1,3185247621=>1,3185247637=>1,3185247643=>1,3185247669=>1,3185247661=>1,3185247619=>1,3185247584=>1,3185247506=>1,3185247502=>1,3185247508=>1,3185247523=>1,3185247573=>1,3185247541=>1,3185247673=>1,3185247690=>1,3185247798=>1,3185247789=>1,3185247826=>1,3185247843=>1,3185247861=>1,3185247846=>1,3185247778=>1,3185247774=>1,3185247727=>1,3185247714=>1,3185247738=>1,3185247762=>1,3185247769=>1,3185251012=>1,3185251015=>1,3185257341=>1,3185257322=>1,3185257347=>1,3185257375=>1,3185257457=>1,3185257421=>1,3185257284=>1,3185257266=>1,3185257040=>1,3185257025=>1,3185257174=>1,3185257184=>1,3185257252=>1,3185257245=>1,3185257604=>1,3185257740=>1,3185258640=>1,3185258623=>1,3185258643=>1,3185258671=>1,3185258713=>1,3185258694=>1,3185258603=>1,3185258574=>1,3185258052=>1,3185257916=>1,3185258314=>1,3185258406=>1,3185258547=>1,3185258416=>1,3185256869=>1,3185256804=>1,3185251153=>1,3185251152=>1,3185251166=>1,3185251167=>1,3185251185=>1,3185251171=>1,3185251147=>1,3185251119=>1,3185251023=>1,3185251018=>1,3185251032=>1,3185251081=>1,3185251113=>1,3185251097=>1,3185251191=>1,3185251198=>1,3185251306=>1,3185251301=>1,3185256663=>1,3185256696=>1,3185256792=>1,3185256767=>1,3185251285=>1,3185251261=>1,3185251213=>1,3185251201=>1,3185251224=>1,3185251239=>1,3185251245=>1,3185247501=>1,3185247492=>1,3185243301=>1,3185243295=>1,3185243302=>1,3185243305=>1,3185243308=>1,3185243307=>1,3185243289=>1,3185243288=>1,3185243281=>1,3185243276=>1,3185243283=>1,3185243284=>1,3185243287=>1,3185243286=>1,3185243311=>1,3185243317=>1,3185244462=>1,3185244442=>1,3185244468=>1,3185244471=>1,3185244480=>1,3185244474=>1,3185244433=>1,3185243370=>1,3185243349=>1,3185243319=>1,3185243355=>1,3185243361=>1,3185243366=>1,3185243365=>1,3185243268=>1,3185243262=>1,3185243011=>1,3185242990=>1,3185243040=>1,3185243052=>1,3185243060=>1,3185243055=>1,3185242971=>1,3185242941=>1,3185242876=>1,3185242861=>1,3185242882=>1,3185242894=>1,3185242938=>1,3185242900=>1,3185243062=>1,3185243090=>1,3185243146=>1,3185243144=>1,3185243209=>1,3185243210=>1,3185243259=>1,3185243235=>1,3185243131=>1,3185243116=>1,3185243098=>1,3185243092=>1,3185243107=>1,3185243109=>1,3185243111=>1,3185244483=>1,3185244486=>1,3185245975=>1,3185245969=>1,3185245988=>1,3185245989=>1,3185246031=>1,3185246029=>1,3185245941=>1,3185245929=>1,3185245881=>1,3185245875=>1,3185245890=>1,3185245891=>1,3185245897=>1,3185245896=>1,3185246047=>1,3185246057=>1,3185246167=>1,3185246134=>1,3185246170=>1,3185246176=>1,3185246648=>1,3185246190=>1,3185246124=>1,3185246113=>1,3185246083=>1,3185246071=>1,3185246091=>1,3185246103=>1,3185246107=>1,3185245874=>1,3185245836=>1,3185244575=>1,3185244574=>1,3185244588=>1,3185244596=>1,3185244622=>1,3185244598=>1,3185244556=>1,3185244554=>1,3185244493=>1,3185244487=>1,3185244505=>1,3185244510=>1,3185244534=>1,3185244533=>1,3185244659=>1,3185244660=>1,3185245782=>1,3185245762=>1,3185245790=>1,3185245810=>1,3185245830=>1,3185245819=>1,3185245749=>1,3185245744=>1,3185244664=>1,3185244663=>1,3185244667=>1,3185245702=>1,3185245731=>1,3185258721=>1,3185258725=>1,3185265153=>1,3185265133=>1,3185265177=>1,3185265198=>1,3185265220=>1,3185265202=>1,3185265121=>1,3185265098=>1,3185265040=>1,3185265033=>1,3185265042=>1,3185265067=>1,3185265093=>1,3185265088=>1,3185265237=>1,3185265247=>1,3185265567=>1,3185265535=>1,3185265603=>1,3185265605=>1,3185265625=>1,3185265612=>1,3185265523=>1,3185265438=>1,3185265254=>1,3185265250=>1,3185265367=>1,3185265417=>1,3185265435=>1,3185265429=>1,3185265019=>1,3185265016=>1,3185264706=>1,3185264703=>1,3185264723=>1,3185264727=>1,3185264737=>1,3185264731=>1,3185264661=>1,3185264638=>1,3185263153=>1,3185263072=>1,3185263188=>1,3185264390=>1,3185264610=>1,3185264400=>1,3185264757=>1,3185264784=>1,3185264853=>1,3185264851=>1,3185264865=>1,3185264907=>1,3185264959=>1,3185264928=>1,3185264850=>1,3185264841=>1,3185264794=>1,3185264788=>1,3185264799=>1,3185264808=>1,3185264818=>1,3185265631=>1,3185265642=>1,3185267001=>1,3185266992=>1,3185267008=>1,3185267011=>1,3185267085=>1,3185267050=>1,3185266923=>1,3185266890=>1,3185266818=>1,3185266815=>1,3185266833=>1,3185266858=>1,3185266876=>1,3185266859=>1,3185267091=>1,3185267101=>1,3185267292=>1,3185267286=>1,3185267297=>1,3185267319=>1,3185267346=>1,3185267331=>1,3185267241=>1,3185267226=>1,3185267106=>1,3185267102=>1,3185267109=>1,3185267140=>1,3185267224=>1,3185266808=>1,3185266794=>1,3185266057=>1,3185266051=>1,3185266110=>1,3185266216=>1,3185266250=>1,3185266234=>1,3185266019=>1,3185265910=>1,3185265694=>1,3185265670=>1,3185265847=>1,3185265874=>1,3185265904=>1,3185265886=>1,3185266269=>1,3185266333=>1,3185266648=>1,3185266643=>1,3185266740=>1,3185266767=>1,3185266788=>1,3185266768=>1,3185266569=>1,3185266557=>1,3185266422=>1,3185266372=>1,3185266474=>1,3185266477=>1,3185266545=>1,3185263056=>1,3185262976=>1,3185259726=>1,3185259722=>1,3185259727=>1,3185259739=>1,3185259760=>1,3185259747=>1,3185259721=>1,3185259685=>1,3185259619=>1,3185259612=>1,3185259630=>1,3185259634=>1,3185259665=>1,3185259640=>1,3185259774=>1,3185259790=>1,3185259904=>1,3185259903=>1,3185259906=>1,3185259913=>1,3185259921=>1,3185259915=>1,3185259864=>1,3185259854=>1,3185259816=>1,3185259813=>1,3185259817=>1,3185259825=>1,3185259852=>1,3185259831=>1,3185259606=>1,3185259603=>1,3185258866=>1,3185258844=>1,3185258874=>1,3185258875=>1,3185258897=>1,3185258889=>1,3185258838=>1,3185258832=>1,3185258760=>1,3185258752=>1,3185258770=>1,3185258784=>1,3185258811=>1,3185258790=>1,3185258911=>1,3185258935=>1,3185259547=>1,3185259534=>1,3185259558=>1,3185259561=>1,3185259586=>1,3185259562=>1,3185259002=>1,3185258982=>1,3185258952=>1,3185258950=>1,3185258954=>1,3185258976=>1,3185258980=>1,3185259923=>1,3185259935=>1,3185260476=>1,3185260461=>1,3185260497=>1,3185260499=>1,3185260532=>1,3185260504=>1,3185260453=>1,3185260447=>1,3185260363=>1,3185260336=>1,3185260391=>1,3185260398=>1,3185260413=>1,3185260405=>1,3185260537=>1,3185260576=>1,3185262699=>1,3185262670=>1,3185262810=>1,3185262815=>1,3185262944=>1,3185262835=>1,3185262654=>1,3185261176=>1,3185260681=>1,3185260602=>1,3185260732=>1,3185261016=>1,3185261031=>1,3185260331=>1,3185260326=>1,3185260060=>1,3185260054=>1,3185260072=>1,3185260084=>1,3185260122=>1,3185260118=>1,3185260040=>1,3185260029=>1,3185259969=>1,3185259948=>1,3185259974=>1,3185259985=>1,3185260023=>1,3185260014=>1,3185260135=>1,3185260143=>1,3185260264=>1,3185260257=>1,3185260269=>1,3185260302=>1,3185260317=>1,3185260306=>1,3185260255=>1,3185260249=>1,3185260180=>1,3185260171=>1,3185260192=>1,3185260225=>1,3185260239=>1,3185242857=>1,3185242840=>1,3185233687=>1,3185233684=>1,3185233702=>1,3185233704=>1,3185233709=>1,3185233707=>1,3185233654=>1,3185233653=>1,3185233614=>1,3185233592=>1,3185233627=>1,3185233628=>1,3185233651=>1,3185233648=>1,3185233714=>1,3185233715=>1,3185233785=>1,3185233758=>1,3185233798=>1,3185233800=>1,3185233810=>1,3185233804=>1,3185233757=>1,3185233747=>1,3185233717=>1,3185233716=>1,3185233723=>1,3185233738=>1,3185233743=>1,3185233740=>1,3185233581=>1,3185233575=>1,3185233389=>1,3185233376=>1,3185233401=>1,3185233404=>1,3185233408=>1,3185233406=>1,3185233356=>1,3185233344=>1,3185233209=>1,3185233192=>1,3185233234=>1,3185233258=>1,3185233300=>1,3185233259=>1,3185233410=>1,3185233457=>1,3185233525=>1,3185233519=>1,3185233552=>1,3185233566=>1,3185233572=>1,3185233567=>1,3185233500=>1,3185233481=>1,3185233467=>1,3185233460=>1,3185233469=>1,3185233476=>1,3185233479=>1,3185233831=>1,3185233840=>1,3185235898=>1,3185235890=>1,3185235904=>1,3185235948=>1,3185236998=>1,3185235961=>1,3185235844=>1,3185235838=>1,3185235813=>1,3185235808=>1,3185235823=>1,3185235832=>1,3185235836=>1,3185235834=>1,3185237002=>1,3185237010=>1,3185237185=>1,3185237134=>1,3185237187=>1,3185237190=>1,3185237220=>1,3185237202=>1,3185237128=>1,3185237124=>1,3185237026=>1,3185237022=>1,3185237035=>1,3185237088=>1,3185237114=>1,3185235792=>1,3185235790=>1,3185235500=>1,3185235469=>1,3185235508=>1,3185235528=>1,3185235544=>1,3185235540=>1,3185234502=>1,3185234500=>1,3185233902=>1,3185233879=>1,3185233903=>1,3185234156=>1,3185234444=>1,3185234344=>1,3185235547=>1,3185235559=>1,3185235691=>1,3185235678=>1,3185235714=>1,3185235745=>1,3185235780=>1,3185235756=>1,3185235675=>1,3185235637=>1,3185235591=>1,3185235565=>1,3185235593=>1,3185235604=>1,3185235636=>1,3185233169=>1,3185233153=>1,3185229645=>1,3185229613=>1,3185229660=>1,3185229670=>1,3185229694=>1,3185229676=>1,3185229589=>1,3185229570=>1,3185229421=>1,3185229420=>1,3185229437=>1,3185229501=>1,3185229558=>1,3185229534=>1,3185229700=>1,3185229708=>1,3185230908=>1,3185230906=>1,3185230909=>1,3185230916=>1,3185231049=>1,3185230977=>1,3185229820=>1,3185229808=>1,3185229723=>1,3185229721=>1,3185229739=>1,3185229747=>1,3185229807=>1,3185229774=>1,3185229403=>1,3185229369=>1,3185225119=>1,3185225107=>1,3185225134=>1,3185225138=>1,3185225154=>1,3185225146=>1,3185225104=>1,3185225094=>1,3185225022=>1,3185225008=>1,3185225029=>1,3185225065=>1,3185225077=>1,3185225070=>1,3185225157=>1,3185225165=>1,3185226870=>1,3185225889=>1,3185228370=>1,3185228385=>1,3185229336=>1,3185228442=>1,3185225306=>1,3185225211=>1,3185225171=>1,3185225167=>1,3185225181=>1,3185225184=>1,3185225205=>1,3185231210=>1,3185231239=>1,3185232957=>1,3185232939=>1,3185232960=>1,3185232978=>1,3185232996=>1,3185232982=>1,3185232934=>1,3185232930=>1,3185232364=>1,3185232360=>1,3185232370=>1,3185232373=>1,3185232916=>1,3185232898=>1,3185233000=>1,3185233008=>1,3185233086=>1,3185233078=>1,3185233091=>1,3185233102=>1,3185233115=>1,3185233105=>1,3185233074=>1,3185233071=>1,3185233030=>1,3185233026=>1,3185233032=>1,3185233039=>1,3185233041=>1,3185232349=>1,3185232345=>1,3185232042=>1,3185232012=>1,3185232070=>1,3185232087=>1,3185232098=>1,3185232088=>1,3185232005=>1,3185231973=>1,3185231898=>1,3185231295=>1,3185231904=>1,3185231925=>1,3185231961=>1,3185231941=>1,3185232111=>1,3185232129=>1,3185232273=>1,3185232264=>1,3185232286=>1,3185232298=>1,3185232337=>1,3185232309=>1,3185232252=>1,3185232248=>1,3185232195=>1,3185232184=>1,3185232223=>1,3185232236=>1,3185232241=>1,3185237280=>1,3185237284=>1,3185241891=>1,3185241885=>1,3185241898=>1,3185241907=>1,3185241915=>1,3185241912=>1,3185241768=>1,3185241762=>1,3185241738=>1,3185241732=>1,3185241741=>1,3185241744=>1,3185241757=>1,3185241753=>1,3185241936=>1,3185241939=>1,3185242061=>1,3185242053=>1,3185242065=>1,3185242072=>1,3185242082=>1,3185242080=>1,3185242024=>1,3185242021=>1,3185241952=>1,3185241945=>1,3185241960=>1,3185241972=>1,3185242017=>1,3185242014=>1,3185241720=>1,3185241713=>1,3185241351=>1,3185241329=>1,3185241399=>1,3185241414=>1,3185241517=>1,3185241451=>1,3185241325=>1,3185241297=>1,3185241235=>1,3185241228=>1,3185241253=>1,3185241265=>1,3185241292=>1,3185241276=>1,3185241540=>1,3185241542=>1,3185241628=>1,3185241621=>1,3185241630=>1,3185241654=>1,3185241690=>1,3185241661=>1,3185241618=>1,3185241586=>1,3185241568=>1,3185241561=>1,3185241571=>1,3185241579=>1,3185241582=>1,3185242083=>1,3185242105=>1,3185242589=>1,3185242588=>1,3185242591=>1,3185242600=>1,3185242609=>1,3185242608=>1,3185242569=>1,3185242563=>1,3185242495=>1,3185242461=>1,3185242497=>1,3185242506=>1,3185242552=>1,3185242550=>1,3185242627=>1,3185242675=>1,3185242784=>1,3185242783=>1,3185242788=>1,3185242796=>1,3185242815=>1,3185242801=>1,3185242746=>1,3185242740=>1,3185242691=>1,3185242677=>1,3185242692=>1,3185242693=>1,3185242731=>1,3185242455=>1,3185242453=>1,3185242237=>1,3185242232=>1,3185242252=>1,3185242254=>1,3185242258=>1,3185242255=>1,3185242219=>1,3185242212=>1,3185242164=>1,3185242153=>1,3185242179=>1,3185242182=>1,3185242197=>1,3185242183=>1,3185242266=>1,3185242269=>1,3185242366=>1,3185242345=>1,3185242380=>1,3185242384=>1,3185242431=>1,3185242425=>1,3185242334=>1,3185242326=>1,3185242287=>1,3185242270=>1,3185242290=>1,3185242294=>1,3185242297=>1,3185241216=>1,3185241202=>1,3185237709=>1,3185237695=>1,3185237748=>1,3185237749=>1,3185237787=>1,3185237772=>1,3185237688=>1,3185237679=>1,3185237655=>1,3185237634=>1,3185237657=>1,3185237658=>1,3185237673=>1,3185237665=>1,3185237797=>1,3185237818=>1,3185237897=>1,3185237878=>1,3185237914=>1,3185237921=>1,3185237956=>1,3185237946=>1,3185237874=>1,3185237862=>1,3185237826=>1,3185237819=>1,3185237830=>1,3185237833=>1,3185237854=>1,3185237848=>1,3185237618=>1,3185237617=>1,3185237387=>1,3185237377=>1,3185237392=>1,3185237416=>1,3185237425=>1,3185237424=>1,3185237359=>1,3185237354=>1,3185237296=>1,3185237292=>1,3185237301=>1,3185237302=>1,3185237350=>1,3185237323=>1,3185237446=>1,3185237452=>1,3185237535=>1,3185237532=>1,3185237548=>1,3185237580=>1,3185237598=>1,3185237592=>1,3185237529=>1,3185237520=>1,3185237477=>1,3185237461=>1,3185237484=>1,3185237505=>1,3185237514=>1,3185237961=>1,3185237971=>1,3185239902=>1,3185239891=>1,3185239904=>1,3185239917=>1,3185239923=>1,3185239918=>1,3185239866=>1,3185239809=>1,3185239731=>1,3185239701=>1,3185239749=>1,3185239752=>1,3185239779=>1,3185239758=>1,3185239950=>1,3185239999=>1,3185241126=>1,3185241093=>1,3185241129=>1,3185241163=>1,3185241198=>1,3185241183=>1,3185240059=>1,3185240055=>1,3185240032=>1,3185240008=>1,3185240040=>1,3185240049=>1,3185240053=>1,3185239692=>1,3185239678=>1,3185238618=>1,3185238607=>1,3185238624=>1,3185238628=>1,3185238658=>1,3185238643=>1,3185238606=>1,3185238603=>1,3185237994=>1,3185237980=>1,3185238541=>1,3185238548=>1,3185238598=>1,3185238595=>1,3185238664=>1,3185238819=>1,3185239611=>1,3185239591=>1,3185239636=>1,3185239644=>1,3185239671=>1,3185239648=>1,3185239581=>1,3185239564=>1,3185239127=>1,3185238825=>1,3185239356=>1,3185239359=>1,3185239404=>1,3185225005=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-31.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php return array(3185272969=>1,3185272948=>1,3185272974=>1,3185273004=>1,3185273025=>1,3185273020=>1,3185272914=>1,3185272893=>1,3185272745=>1,3185272743=>1,3185272747=>1,3185272773=>1,3185272886=>1,3185272857=>1,3185273032=>1,3185273049=>1,3185273140=>1,3185273131=>1,3185273152=>1,3185273158=>1,3185273169=>1,3185273160=>1,3185273122=>1,3185273118=>1,3185273085=>1,3185273067=>1,3185273086=>1,3185273092=>1,3185273112=>1,3185273106=>1,3185272731=>1,3185272613=>1,3185272477=>1,3185272473=>1,3185272479=>1,3185272482=>1,3185272493=>1,3185272483=>1,3185272470=>1,3185272468=>1,3185272450=>1,3185272449=>1,3185272452=>1,3185272455=>1,3185272465=>1,3185272459=>1,3185272494=>1,3185272497=>1,3185272546=>1,3185272543=>1,3185272552=>1,3185272561=>1,3185272573=>1,3185272566=>1,3185272540=>1,3185272535=>1,3185272506=>1,3185272503=>1,3185272515=>1,3185272531=>1,3185272534=>1,3185273185=>1,3185273191=>1,3185273887=>1,3185273872=>1,3185273897=>1,3185273902=>1,3185273916=>1,3185273904=>1,3185273863=>1,3185273859=>1,3185273728=>1,3185273701=>1,3185273748=>1,3185273782=>1,3185273821=>1,3185273792=>1,3185273976=>1,3185273977=>1,3185274375=>1,3185274060=>1,3185274403=>1,3185274406=>1,3185274480=>1,3185274461=>1,3185274058=>1,3185274054=>1,3185273982=>1,3185273979=>1,3185273983=>1,3185273997=>1,3185274043=>1,3185274001=>1,3185273700=>1,3185273653=>1,3185273298=>1,3185273283=>1,3185273301=>1,3185273308=>1,3185273333=>1,3185273317=>1,3185273281=>1,3185273277=>1,3185273241=>1,3185273229=>1,3185273242=>1,3185273251=>1,3185273263=>1,3185273253=>1,3185273340=>1,3185273349=>1,3185273547=>1,3185273485=>1,3185273580=>1,3185273610=>1,3185273622=>1,3185273616=>1,3185273452=>1,3185273433=>1,3185273357=>1,3185273352=>1,3185273365=>1,3185273379=>1,3185273415=>1,3185272444=>1,3185272443=>1,3185271570=>1,3185271568=>1,3185271573=>1,3185271574=>1,3185271582=>1,3185271577=>1,3185271567=>1,3185271564=>1,3185271552=>1,3185271549=>1,3185271555=>1,3185271559=>1,3185271563=>1,3185271562=>1,3185271583=>1,3185271591=>1,3185271870=>1,3185271860=>1,3185271876=>1,3185271882=>1,3185271891=>1,3185271886=>1,3185271859=>1,3185271853=>1,3185271595=>1,3185271594=>1,3185271745=>1,3185271828=>1,3185271852=>1,3185271835=>1,3185271546=>1,3185271543=>1,3185271493=>1,3185271490=>1,3185271496=>1,3185271498=>1,3185271503=>1,3185271499=>1,3185271487=>1,3185271486=>1,3185271468=>1,3185271457=>1,3185271470=>1,3185271477=>1,3185271485=>1,3185271480=>1,3185271508=>1,3185271510=>1,3185271534=>1,3185271533=>1,3185271535=>1,3185271537=>1,3185271542=>1,3185271538=>1,3185271531=>1,3185271528=>1,3185271514=>1,3185271513=>1,3185271516=>1,3185271519=>1,3185271525=>1,3185271904=>1,3185271918=>1,3185272375=>1,3185272374=>1,3185272376=>1,3185272378=>1,3185272386=>1,3185272381=>1,3185272368=>1,3185272365=>1,3185272329=>1,3185272320=>1,3185272333=>1,3185272336=>1,3185272363=>1,3185272338=>1,3185272388=>1,3185272390=>1,3185272417=>1,3185272416=>1,3185272429=>1,3185272435=>1,3185272441=>1,3185272440=>1,3185272413=>1,3185272407=>1,3185272393=>1,3185272392=>1,3185272401=>1,3185272402=>1,3185272405=>1,3185272315=>1,3185272299=>1,3185272062=>1,3185272053=>1,3185272068=>1,3185272069=>1,3185272077=>1,3185272070=>1,3185272047=>1,3185272044=>1,3185271987=>1,3185271937=>1,3185271988=>1,3185271994=>1,3185272040=>1,3185272035=>1,3185272095=>1,3185272126=>1,3185272234=>1,3185272230=>1,3185272272=>1,3185272280=>1,3185272297=>1,3185272287=>1,3185272189=>1,3185272187=>1,3185272170=>1,3185272132=>1,3185272171=>1,3185272173=>1,3185272176=>1,3185274511=>1,3185274519=>1,3185279938=>1,3185279934=>1,3185279949=>1,3185279953=>1,3185279958=>1,3185279955=>1,3185279930=>1,3185279929=>1,3185279860=>1,3185279848=>1,3185279889=>1,3185279898=>1,3185279925=>1,3185279924=>1,3185279964=>1,3185279989=>1,3185280153=>1,3185280139=>1,3185280157=>1,3185280168=>1,3185280218=>1,3185280169=>1,3185280118=>1,3185280112=>1,3185280003=>1,3185279995=>1,3185280006=>1,3185280040=>1,3185280052=>1,3185280043=>1,3185279827=>1,3185279825=>1,3185279492=>1,3185279482=>1,3185279529=>1,3185279614=>1,3185279716=>1,3185279634=>1,3185279469=>1,3185279396=>1,3185279316=>1,3185279314=>1,3185279332=>1,3185279333=>1,3185279376=>1,3185279335=>1,3185279718=>1,3185279726=>1,3185279769=>1,3185279767=>1,3185279775=>1,3185279803=>1,3185279819=>1,3185279811=>1,3185279764=>1,3185279760=>1,3185279747=>1,3185279727=>1,3185279749=>1,3185279750=>1,3185279753=>1,3185280223=>1,3185280226=>1,3185281587=>1,3185281564=>1,3185281608=>1,3185281621=>1,3185281641=>1,3185281638=>1,3185281544=>1,3185281539=>1,3185281192=>1,3185281191=>1,3185281231=>1,3185281237=>1,3185281257=>1,3185281255=>1,3185281654=>1,3185281663=>1,3185281743=>1,3185281736=>1,3185281753=>1,3185281758=>1,3185281788=>1,3185281767=>1,3185281719=>1,3185281689=>1,3185281675=>1,3185281674=>1,3185281681=>1,3185281684=>1,3185281685=>1,3185281180=>1,3185281179=>1,3185280547=>1,3185280502=>1,3185280583=>1,3185280615=>1,3185280723=>1,3185280616=>1,3185280487=>1,3185280463=>1,3185280258=>1,3185280243=>1,3185280340=>1,3185280409=>1,3185280433=>1,3185280421=>1,3185280978=>1,3185281029=>1,3185281132=>1,3185281129=>1,3185281141=>1,3185281144=>1,3185281171=>1,3185281154=>1,3185281119=>1,3185281110=>1,3185281048=>1,3185281045=>1,3185281051=>1,3185281053=>1,3185281056=>1,3185279307=>1,3185279302=>1,3185275171=>1,3185275161=>1,3185275174=>1,3185275177=>1,3185275238=>1,3185275192=>1,3185275159=>1,3185275158=>1,3185275098=>1,3185275090=>1,3185275110=>1,3185275122=>1,3185275149=>1,3185275131=>1,3185275284=>1,3185275291=>1,3185275398=>1,3185275387=>1,3185275419=>1,3185275435=>1,3185275452=>1,3185275440=>1,3185275386=>1,3185275383=>1,3185275306=>1,3185275299=>1,3185275309=>1,3185275332=>1,3185275362=>1,3185275344=>1,3185275089=>1,3185275086=>1,3185274951=>1,3185274946=>1,3185274955=>1,3185274957=>1,3185274961=>1,3185274958=>1,3185274943=>1,3185274921=>1,3185274597=>1,3185274595=>1,3185274612=>1,3185274885=>1,3185274912=>1,3185274898=>1,3185274972=>1,3185274982=>1,3185275033=>1,3185275030=>1,3185275062=>1,3185275065=>1,3185275084=>1,3185275082=>1,3185275027=>1,3185275018=>1,3185274987=>1,3185274985=>1,3185274990=>1,3185275005=>1,3185275012=>1,3185275455=>1,3185275470=>1,3185279082=>1,3185279067=>1,3185279096=>1,3185279145=>1,3185279172=>1,3185279161=>1,3185279065=>1,3185279053=>1,3185278990=>1,3185275889=>1,3185279006=>1,3185279014=>1,3185279038=>1,3185279029=>1,3185279197=>1,3185279214=>1,3185279265=>1,3185279260=>1,3185279274=>1,3185279278=>1,3185279299=>1,3185279286=>1,3185279248=>1,3185279242=>1,3185279224=>1,3185279215=>1,3185279226=>1,3185279227=>1,3185279232=>1,3185275882=>1,3185275881=>1,3185275618=>1,3185275608=>1,3185275642=>1,3185275651=>1,3185275683=>1,3185275671=>1,3185275576=>1,3185275561=>1,3185275482=>1,3185275479=>1,3185275510=>1,3185275513=>1,3185275549=>1,3185275523=>1,3185275693=>1,3185275703=>1,3185275822=>1,3185275807=>1,3185275862=>1,3185275863=>1,3185275878=>1,3185275873=>1,3185275785=>1,3185275767=>1,3185275729=>1,3185275705=>1,3185275755=>1,3185275759=>1,3185275766=>1,3185271448=>1,3185271441=>1,3185268325=>1,3185268324=>1,3185268327=>1,3185268331=>1,3185268343=>1,3185268334=>1,3185268319=>1,3185268309=>1,3185268282=>1,3185268279=>1,3185268291=>1,3185268292=>1,3185268294=>1,3185268293=>1,3185268344=>1,3185268348=>1,3185268405=>1,3185268401=>1,3185268425=>1,3185268433=>1,3185268436=>1,3185268435=>1,3185268396=>1,3185268395=>1,3185268364=>1,3185268356=>1,3185268387=>1,3185268388=>1,3185268393=>1,3185268390=>1,3185268273=>1,3185268268=>1,3185268186=>1,3185268183=>1,3185268191=>1,3185268194=>1,3185268219=>1,3185268208=>1,3185268177=>1,3185268172=>1,3185268133=>1,3185268132=>1,3185268136=>1,3185268137=>1,3185268157=>1,3185268138=>1,3185268220=>1,3185268226=>1,3185268257=>1,3185268252=>1,3185268258=>1,3185268259=>1,3185268264=>1,3185268262=>1,3185268249=>1,3185268247=>1,3185268229=>1,3185268228=>1,3185268232=>1,3185268234=>1,3185268238=>1,3185268442=>1,3185268451=>1,3185269144=>1,3185269137=>1,3185269159=>1,3185269164=>1,3185269178=>1,3185269176=>1,3185269134=>1,3185269133=>1,3185269120=>1,3185269117=>1,3185269123=>1,3185269128=>1,3185269131=>1,3185269129=>1,3185269179=>1,3185269183=>1,3185269482=>1,3185269419=>1,3185269502=>1,3185269510=>1,3185269673=>1,3185269648=>1,3185269406=>1,3185269392=>1,3185269245=>1,3185269190=>1,3185269248=>1,3185269336=>1,3185269387=>1,3185269114=>1,3185269106=>1,3185268684=>1,3185268652=>1,3185268700=>1,3185268768=>1,3185268796=>1,3185268780=>1,3185268622=>1,3185268617=>1,3185268513=>1,3185268471=>1,3185268546=>1,3185268551=>1,3185268576=>1,3185268574=>1,3185268798=>1,3185268837=>1,3185269077=>1,3185269071=>1,3185269083=>1,3185269086=>1,3185269098=>1,3185269095=>1,3185269065=>1,3185269044=>1,3185268887=>1,3185268840=>1,3185268964=>1,3185268978=>1,3185268990=>1,3185268126=>1,3185268123=>1,3185267793=>1,3185267785=>1,3185267794=>1,3185267800=>1,3185267815=>1,3185267808=>1,3185267783=>1,3185267782=>1,3185267737=>1,3185267733=>1,3185267761=>1,3185267772=>1,3185267776=>1,3185267775=>1,3185267816=>1,3185267817=>1,3185267860=>1,3185267848=>1,3185267862=>1,3185267865=>1,3185267871=>1,3185267866=>1,3185267847=>1,3185267842=>1,3185267821=>1,3185267820=>1,3185267826=>1,3185267833=>1,3185267841=>1,3185267839=>1,3185267716=>1,3185267714=>1,3185267571=>1,3185267560=>1,3185267575=>1,3185267578=>1,3185267596=>1,3185267587=>1,3185267553=>1,3185267550=>1,3185267485=>1,3185267457=>1,3185267499=>1,3185267513=>1,3185267538=>1,3185267516=>1,3185267599=>1,3185267616=>1,3185267685=>1,3185267684=>1,3185267691=>1,3185267697=>1,3185267701=>1,3185267698=>1,3185267683=>1,3185267671=>1,3185267655=>1,3185267626=>1,3185267662=>1,3185267664=>1,3185267667=>1,3185267872=>1,3185267874=>1,3185268043=>1,3185268042=>1,3185268045=>1,3185268048=>1,3185268054=>1,3185268050=>1,3185268039=>1,3185268034=>1,3185268015=>1,3185268011=>1,3185268017=>1,3185268019=>1,3185268026=>1,3185268021=>1,3185268056=>1,3185268060=>1,3185268105=>1,3185268103=>1,3185268106=>1,3185268108=>1,3185268118=>1,3185268117=>1,3185268101=>1,3185268099=>1,3185268067=>1,3185268061=>1,3185268073=>1,3185268084=>1,3185268096=>1,3185268007=>1,3185268004=>1,3185267923=>1,3185267922=>1,3185267927=>1,3185267928=>1,3185267940=>1,3185267932=>1,3185267919=>1,3185267914=>1,3185267880=>1,3185267878=>1,3185267893=>1,3185267896=>1,3185267908=>1,3185267898=>1,3185267943=>1,3185267947=>1,3185267986=>1,3185267985=>1,3185267987=>1,3185267990=>1,3185268002=>1,3185267994=>1,3185267980=>1,3185267968=>1,3185267953=>1,3185267949=>1,3185267955=>1,3185267960=>1,3185267964=>1,3185269696=>1,3185269714=>1,3185270455=>1,3185270452=>1,3185270460=>1,3185270461=>1,3185270466=>1,3185270463=>1,3185270446=>1,3185270439=>1,3185270431=>1,3185270428=>1,3185270433=>1,3185270434=>1,3185270437=>1,3185270436=>1,3185270631=>1,3185270706=>1,3185270958=>1,3185270940=>1,3185270959=>1,3185270965=>1,3185270974=>1,3185270972=>1,3185270893=>1,3185270890=>1,3185270818=>1,3185270796=>1,3185270824=>1,3185270832=>1,3185270842=>1,3185270839=>1,3185270427=>1,3185270421=>1,3185270371=>1,3185270368=>1,3185270375=>1,3185270377=>1,3185270381=>1,3185270379=>1,3185270367=>1,3185270363=>1,3185270355=>1,3185270341=>1,3185270358=>1,3185270359=>1,3185270362=>1,3185270360=>1,3185270382=>1,3185270383=>1,3185270403=>1,3185270402=>1,3185270404=>1,3185270408=>1,3185270415=>1,3185270409=>1,3185270398=>1,3185270397=>1,3185270386=>1,3185270385=>1,3185270388=>1,3185270391=>1,3185270396=>1,3185271010=>1,3185271028=>1,3185271337=>1,3185271330=>1,3185271341=>1,3185271349=>1,3185271357=>1,3185271356=>1,3185271329=>1,3185271328=>1,3185271314=>1,3185271306=>1,3185271315=>1,3185271316=>1,3185271327=>1,3185271320=>1,3185271367=>1,3185271370=>1,3185271411=>1,3185271406=>1,3185271417=>1,3185271424=>1,3185271435=>1,3185271432=>1,3185271399=>1,3185271398=>1,3185271382=>1,3185271378=>1,3185271391=>1,3185271394=>1,3185271395=>1,3185271303=>1,3185271294=>1,3185271092=>1,3185271085=>1,3185271093=>1,3185271094=>1,3185271100=>1,3185271098=>1,3185271075=>1,3185271073=>1,3185271055=>1,3185271054=>1,3185271060=>1,3185271061=>1,3185271072=>1,3185271067=>1,3185271102=>1,3185271103=>1,3185271208=>1,3185271178=>1,3185271260=>1,3185271264=>1,3185271289=>1,3185271282=>1,3185271159=>1,3185271144=>1,3185271108=>1,3185271105=>1,3185271115=>1,3185271139=>1,3185271143=>1,3185270330=>1,3185270323=>1,3185269944=>1,3185269938=>1,3185269946=>1,3185269954=>1,3185269965=>1,3185269960=>1,3185269931=>1,3185269930=>1,3185269911=>1,3185269901=>1,3185269914=>1,3185269917=>1,3185269927=>1,3185269920=>1,3185269974=>1,3185269978=>1,3185270005=>1,3185270002=>1,3185270006=>1,3185270018=>1,3185270025=>1,3185270019=>1,3185270001=>1,3185269998=>1,3185269983=>1,3185269980=>1,3185269984=>1,3185269985=>1,3185269997=>1,3185269987=>1,3185269900=>1,3185269893=>1,3185269796=>1,3185269785=>1,3185269799=>1,3185269803=>1,3185269812=>1,3185269806=>1,3185269783=>1,3185269780=>1,3185269742=>1,3185269717=>1,3185269747=>1,3185269758=>1,3185269779=>1,3185269768=>1,3185269822=>1,3185269824=>1,3185269870=>1,3185269869=>1,3185269873=>1,3185269876=>1,3185269879=>1,3185269878=>1,3185269866=>1,3185269860=>1,3185269837=>1,3185269836=>1,3185269839=>1,3185269842=>1,3185269854=>1,3185270037=>1,3185270038=>1,3185270255=>1,3185270245=>1,3185270256=>1,3185270260=>1,3185270265=>1,3185270262=>1,3185270244=>1,3185270242=>1,3185270209=>1,3185270206=>1,3185270220=>1,3185270232=>1,3185270237=>1,3185270235=>1,3185270267=>1,3185270272=>1,3185270309=>1,3185270305=>1,3185270311=>1,3185270313=>1,3185270320=>1,3185270319=>1,3185270304=>1,3185270299=>1,3185270284=>1,3185270274=>1,3185270289=>1,3185270293=>1,3185270298=>1,3185270202=>1,3185270201=>1,3185270097=>1,3185270094=>1,3185270101=>1,3185270106=>1,3185270116=>1,3185270107=>1,3185270093=>1,3185270082=>1,3185270061=>1,3185270055=>1,3185270064=>1,3185270067=>1,3185270071=>1,3185270068=>1,3185270119=>1,3185270125=>1,3185270158=>1,3185270157=>1,3185270161=>1,3185270171=>1,3185270198=>1,3185270184=>1,3185270154=>1,3185270152=>1,3185270134=>1,3185270130=>1,3185270138=>1,3185270140=>1,3185270143=>1,3185267400=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-32.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php return array(3185294862=>1,3185294861=>1,3185294866=>1,3185294898=>1,3185294913=>1,3185294903=>1,3185294852=>1,3185294848=>1,3185294727=>1,3185294722=>1,3185294775=>1,3185294823=>1,3185294842=>1,3185294833=>1,3185294919=>1,3185294928=>1,3185295078=>1,3185295070=>1,3185295079=>1,3185295083=>1,3185295099=>1,3185295094=>1,3185295069=>1,3185295045=>1,3185294939=>1,3185294933=>1,3185294992=>1,3185294995=>1,3185295004=>1,3185295000=>1,3185294721=>1,3185294709=>1,3185294569=>1,3185294565=>1,3185294572=>1,3185294584=>1,3185294595=>1,3185294589=>1,3185294558=>1,3185294556=>1,3185294510=>1,3185294502=>1,3185294523=>1,3185294529=>1,3185294551=>1,3185294530=>1,3185294596=>1,3185294602=>1,3185294664=>1,3185294659=>1,3185294669=>1,3185294671=>1,3185294693=>1,3185294679=>1,3185294641=>1,3185294640=>1,3185294614=>1,3185294610=>1,3185294632=>1,3185294635=>1,3185294639=>1,3185295112=>1,3185295119=>1,3185295534=>1,3185295502=>1,3185295547=>1,3185295549=>1,3185295603=>1,3185295552=>1,3185295478=>1,3185295463=>1,3185295385=>1,3185295378=>1,3185295389=>1,3185295399=>1,3185295435=>1,3185295415=>1,3185295612=>1,3185295613=>1,3185295765=>1,3185295747=>1,3185295819=>1,3185295897=>1,3185296440=>1,3185296414=>1,3185295730=>1,3185295723=>1,3185295645=>1,3185295628=>1,3185295650=>1,3185295655=>1,3185295679=>1,3185295675=>1,3185295367=>1,3185295348=>1,3185295180=>1,3185295175=>1,3185295183=>1,3185295196=>1,3185295211=>1,3185295206=>1,3185295159=>1,3185295157=>1,3185295141=>1,3185295126=>1,3185295144=>1,3185295148=>1,3185295155=>1,3185295154=>1,3185295222=>1,3185295226=>1,3185295315=>1,3185295309=>1,3185295318=>1,3185295332=>1,3185295343=>1,3185295339=>1,3185295307=>1,3185295288=>1,3185295245=>1,3185295231=>1,3185295253=>1,3185295261=>1,3185295278=>1,3185294494=>1,3185294493=>1,3185292793=>1,3185292781=>1,3185292796=>1,3185293314=>1,3185293342=>1,3185293317=>1,3185292775=>1,3185292766=>1,3185292736=>1,3185292726=>1,3185292744=>1,3185292745=>1,3185292765=>1,3185292751=>1,3185293366=>1,3185293378=>1,3185293555=>1,3185293539=>1,3185293635=>1,3185293666=>1,3185293696=>1,3185293674=>1,3185293489=>1,3185293453=>1,3185293415=>1,3185293405=>1,3185293420=>1,3185293437=>1,3185293449=>1,3185293443=>1,3185292723=>1,3185292718=>1,3185292463=>1,3185292442=>1,3185292469=>1,3185292470=>1,3185292523=>1,3185292509=>1,3185292429=>1,3185292406=>1,3185292309=>1,3185292300=>1,3185292327=>1,3185292345=>1,3185292367=>1,3185292364=>1,3185292528=>1,3185292545=>1,3185292659=>1,3185292658=>1,3185292683=>1,3185292696=>1,3185292717=>1,3185292700=>1,3185292625=>1,3185292622=>1,3185292562=>1,3185292555=>1,3185292591=>1,3185292615=>1,3185292620=>1,3185293744=>1,3185293770=>1,3185294334=>1,3185294330=>1,3185294340=>1,3185294342=>1,3185294356=>1,3185294352=>1,3185294317=>1,3185294313=>1,3185294247=>1,3185294245=>1,3185294275=>1,3185294283=>1,3185294310=>1,3185294284=>1,3185294358=>1,3185294359=>1,3185294467=>1,3185294455=>1,3185294470=>1,3185294472=>1,3185294484=>1,3185294473=>1,3185294454=>1,3185294451=>1,3185294402=>1,3185294388=>1,3185294413=>1,3185294439=>1,3185294441=>1,3185294238=>1,3185294233=>1,3185293867=>1,3185293857=>1,3185293931=>1,3185293958=>1,3185293990=>1,3185293986=>1,3185293855=>1,3185293849=>1,3185293809=>1,3185293797=>1,3185293814=>1,3185293830=>1,3185293848=>1,3185293833=>1,3185293998=>1,3185294002=>1,3185294137=>1,3185294134=>1,3185294163=>1,3185294176=>1,3185294232=>1,3185294208=>1,3185294113=>1,3185294101=>1,3185294062=>1,3185294008=>1,3185294077=>1,3185294089=>1,3185294097=>1,3185296468=>1,3185296494=>1,3185299882=>1,3185299881=>1,3185299885=>1,3185299889=>1,3185299903=>1,3185299890=>1,3185299879=>1,3185299873=>1,3185299858=>1,3185299856=>1,3185299864=>1,3185299865=>1,3185299871=>1,3185299869=>1,3185299905=>1,3185299912=>1,3185299968=>1,3185299965=>1,3185299982=>1,3185299986=>1,3185299993=>1,3185299989=>1,3185299960=>1,3185299955=>1,3185299921=>1,3185299920=>1,3185299924=>1,3185299930=>1,3185299954=>1,3185299943=>1,3185299842=>1,3185299834=>1,3185299663=>1,3185299654=>1,3185299675=>1,3185299678=>1,3185299698=>1,3185299683=>1,3185299649=>1,3185299644=>1,3185299597=>1,3185299596=>1,3185299624=>1,3185299629=>1,3185299636=>1,3185299632=>1,3185299759=>1,3185299764=>1,3185299815=>1,3185299804=>1,3185299816=>1,3185299818=>1,3185299830=>1,3185299825=>1,3185299800=>1,3185299797=>1,3185299770=>1,3185299767=>1,3185299786=>1,3185299791=>1,3185299794=>1,3185299995=>1,3185299998=>1,3185300428=>1,3185300413=>1,3185300433=>1,3185300442=>1,3185300446=>1,3185300445=>1,3185300409=>1,3185300402=>1,3185300371=>1,3185300358=>1,3185300373=>1,3185300374=>1,3185300395=>1,3185300390=>1,3185300449=>1,3185300454=>1,3185300590=>1,3185300586=>1,3185300592=>1,3185300674=>1,3185302597=>1,3185302566=>1,3185300581=>1,3185300578=>1,3185300497=>1,3185300485=>1,3185300498=>1,3185300531=>1,3185300532=>1,3185300353=>1,3185300352=>1,3185300110=>1,3185300100=>1,3185300114=>1,3185300118=>1,3185300144=>1,3185300121=>1,3185300086=>1,3185300083=>1,3185300004=>1,3185299999=>1,3185300005=>1,3185300007=>1,3185300064=>1,3185300027=>1,3185300175=>1,3185300225=>1,3185300328=>1,3185300320=>1,3185300331=>1,3185300339=>1,3185300348=>1,3185300347=>1,3185300314=>1,3185300293=>1,3185300251=>1,3185300241=>1,3185300280=>1,3185300283=>1,3185300292=>1,3185299579=>1,3185299563=>1,3185297031=>1,3185297004=>1,3185297058=>1,3185297059=>1,3185297122=>1,3185297079=>1,3185297002=>1,3185296991=>1,3185296912=>1,3185296881=>1,3185296948=>1,3185296962=>1,3185296974=>1,3185296965=>1,3185297133=>1,3185297137=>1,3185297257=>1,3185297250=>1,3185297271=>1,3185297275=>1,3185297358=>1,3185297296=>1,3185297245=>1,3185297218=>1,3185297170=>1,3185297167=>1,3185297173=>1,3185297187=>1,3185297206=>1,3185297194=>1,3185296873=>1,3185296855=>1,3185296674=>1,3185296668=>1,3185296675=>1,3185296677=>1,3185296684=>1,3185296683=>1,3185296666=>1,3185296662=>1,3185296522=>1,3185296503=>1,3185296605=>1,3185296606=>1,3185296629=>1,3185296621=>1,3185296695=>1,3185296699=>1,3185296779=>1,3185296764=>1,3185296782=>1,3185296801=>1,3185296834=>1,3185296824=>1,3185296728=>1,3185296726=>1,3185296707=>1,3185296704=>1,3185296715=>1,3185296717=>1,3185296719=>1,3185297367=>1,3185297383=>1,3185298826=>1,3185298814=>1,3185298832=>1,3185298847=>1,3185298859=>1,3185298856=>1,3185298756=>1,3185298751=>1,3185298627=>1,3185298625=>1,3185298676=>1,3185298702=>1,3185298745=>1,3185298720=>1,3185298880=>1,3185298897=>1,3185299510=>1,3185299498=>1,3185299512=>1,3185299515=>1,3185299553=>1,3185299516=>1,3185299494=>1,3185299484=>1,3185298927=>1,3185298919=>1,3185298934=>1,3185299461=>1,3185299481=>1,3185298617=>1,3185298583=>1,3185297980=>1,3185297976=>1,3185297998=>1,3185298030=>1,3185298085=>1,3185298066=>1,3185297970=>1,3185297961=>1,3185297399=>1,3185297391=>1,3185297826=>1,3185297910=>1,3185297931=>1,3185297929=>1,3185298102=>1,3185298115=>1,3185298483=>1,3185298471=>1,3185298504=>1,3185298543=>1,3185298570=>1,3185298558=>1,3185298453=>1,3185298435=>1,3185298129=>1,3185298124=>1,3185298146=>1,3185298151=>1,3185298174=>1,3185292298=>1,3185292291=>1,3185287783=>1,3185287779=>1,3185287800=>1,3185287821=>1,3185287869=>1,3185287863=>1,3185287776=>1,3185287775=>1,3185287749=>1,3185287747=>1,3185287750=>1,3185287756=>1,3185287773=>1,3185287762=>1,3185287875=>1,3185287881=>1,3185287972=>1,3185287962=>1,3185287979=>1,3185287995=>1,3185288014=>1,3185288005=>1,3185287960=>1,3185287956=>1,3185287899=>1,3185287895=>1,3185287905=>1,3185287924=>1,3185287931=>1,3185287926=>1,3185287740=>1,3185287725=>1,3185287488=>1,3185287458=>1,3185287495=>1,3185287498=>1,3185287517=>1,3185287515=>1,3185287449=>1,3185287447=>1,3185287384=>1,3185287381=>1,3185287396=>1,3185287404=>1,3185287420=>1,3185287411=>1,3185287534=>1,3185287540=>1,3185287661=>1,3185287659=>1,3185287663=>1,3185287695=>1,3185287716=>1,3185287714=>1,3185287651=>1,3185287624=>1,3185287569=>1,3185287565=>1,3185287580=>1,3185287587=>1,3185287602=>1,3185288019=>1,3185288022=>1,3185288484=>1,3185288483=>1,3185288506=>1,3185288518=>1,3185288535=>1,3185288529=>1,3185288481=>1,3185288476=>1,3185288434=>1,3185288422=>1,3185288440=>1,3185288466=>1,3185288472=>1,3185288469=>1,3185288543=>1,3185288545=>1,3185288644=>1,3185288616=>1,3185288650=>1,3185288657=>1,3185288691=>1,3185288664=>1,3185288608=>1,3185288607=>1,3185288577=>1,3185288569=>1,3185288579=>1,3185288580=>1,3185288587=>1,3185288421=>1,3185288413=>1,3185288121=>1,3185288118=>1,3185288140=>1,3185288149=>1,3185288172=>1,3185288157=>1,3185288112=>1,3185288104=>1,3185288040=>1,3185288029=>1,3185288043=>1,3185288052=>1,3185288080=>1,3185288058=>1,3185288175=>1,3185288199=>1,3185288332=>1,3185288331=>1,3185288352=>1,3185288371=>1,3185288407=>1,3185288398=>1,3185288250=>1,3185288249=>1,3185288235=>1,3185288221=>1,3185288238=>1,3185288244=>1,3185288248=>1,3185287361=>1,3185287339=>1,3185285190=>1,3185285158=>1,3185285203=>1,3185285205=>1,3185285233=>1,3185285226=>1,3185285152=>1,3185285144=>1,3185284047=>1,3185284036=>1,3185284069=>1,3185284077=>1,3185285136=>1,3185285126=>1,3185285238=>1,3185285262=>1,3185285332=>1,3185285325=>1,3185285335=>1,3185285337=>1,3185285349=>1,3185285338=>1,3185285312=>1,3185285310=>1,3185285274=>1,3185285266=>1,3185285276=>1,3185285298=>1,3185285302=>1,3185285300=>1,3185284033=>1,3185283975=>1,3185282580=>1,3185282521=>1,3185282583=>1,3185282637=>1,3185282653=>1,3185282652=>1,3185282499=>1,3185282497=>1,3185282338=>1,3185282335=>1,3185282342=>1,3185282371=>1,3185282478=>1,3185282421=>1,3185282683=>1,3185282691=>1,3185283720=>1,3185283706=>1,3185283724=>1,3185283844=>1,3185283879=>1,3185283874=>1,3185283690=>1,3185283676=>1,3185282734=>1,3185282722=>1,3185282742=>1,3185283639=>1,3185283661=>1,3185285355=>1,3185285362=>1,3185287105=>1,3185287092=>1,3185287127=>1,3185287178=>1,3185287192=>1,3185287179=>1,3185287081=>1,3185287051=>1,3185286999=>1,3185286990=>1,3185287010=>1,3185287011=>1,3185287045=>1,3185287021=>1,3185287197=>1,3185287200=>1,3185287286=>1,3185287284=>1,3185287288=>1,3185287292=>1,3185287308=>1,3185287305=>1,3185287282=>1,3185287254=>1,3185287213=>1,3185287207=>1,3185287216=>1,3185287239=>1,3185287253=>1,3185286981=>1,3185286974=>1,3185285612=>1,3185285580=>1,3185285626=>1,3185286367=>1,3185286682=>1,3185286448=>1,3185285496=>1,3185285483=>1,3185285382=>1,3185285374=>1,3185285385=>1,3185285406=>1,3185285445=>1,3185285442=>1,3185286706=>1,3185286750=>1,3185286907=>1,3185286906=>1,3185286941=>1,3185286945=>1,3185286971=>1,3185286955=>1,3185286901=>1,3185286892=>1,3185286829=>1,3185286759=>1,3185286849=>1,3185286850=>1,3185286866=>1,3185288710=>1,3185288737=>1,3185290616=>1,3185290607=>1,3185290659=>1,3185290666=>1,3185290738=>1,3185290700=>1,3185290573=>1,3185290566=>1,3185290555=>1,3185290551=>1,3185290557=>1,3185290558=>1,3185290563=>1,3185290561=>1,3185290739=>1,3185290752=>1,3185290971=>1,3185290966=>1,3185290975=>1,3185290979=>1,3185291061=>1,3185290994=>1,3185290945=>1,3185290936=>1,3185290873=>1,3185290785=>1,3185290881=>1,3185290884=>1,3185290924=>1,3185290923=>1,3185290536=>1,3185290531=>1,3185290238=>1,3185290203=>1,3185290243=>1,3185290244=>1,3185290279=>1,3185290262=>1,3185290198=>1,3185290194=>1,3185290144=>1,3185290121=>1,3185290155=>1,3185290162=>1,3185290172=>1,3185290168=>1,3185290307=>1,3185290314=>1,3185290482=>1,3185290476=>1,3185290500=>1,3185290506=>1,3185290513=>1,3185290510=>1,3185290446=>1,3185290441=>1,3185290324=>1,3185290318=>1,3185290338=>1,3185290367=>1,3185290429=>1,3185291065=>1,3185291081=>1,3185292111=>1,3185292109=>1,3185292118=>1,3185292126=>1,3185292135=>1,3185292132=>1,3185292103=>1,3185292100=>1,3185292028=>1,3185292025=>1,3185292048=>1,3185292069=>1,3185292078=>1,3185292071=>1,3185292142=>1,3185292156=>1,3185292237=>1,3185292235=>1,3185292238=>1,3185292250=>1,3185292274=>1,3185292253=>1,3185292208=>1,3185292201=>1,3185292168=>1,3185292163=>1,3185292173=>1,3185292181=>1,3185292193=>1,3185292013=>1,3185292003=>1,3185291229=>1,3185291217=>1,3185291305=>1,3185291322=>1,3185291370=>1,3185291340=>1,3185291210=>1,3185291200=>1,3185291118=>1,3185291087=>1,3185291137=>1,3185291145=>1,3185291170=>1,3185291148=>1,3185291395=>1,3185291397=>1,3185291853=>1,3185291814=>1,3185291904=>1,3185291908=>1,3185291961=>1,3185291923=>1,3185291808=>1,3185291803=>1,3185291468=>1,3185291404=>1,3185291477=>1,3185291518=>1,3185291790=>1,3185290120=>1,3185290087=>1,3185289212=>1,3185289199=>1,3185289258=>1,3185289262=>1,3185289286=>1,3185289270=>1,3185289172=>1,3185289163=>1,3185289127=>1,3185289124=>1,3185289133=>1,3185289151=>1,3185289157=>1,3185289155=>1,3185289303=>1,3185289306=>1,3185289429=>1,3185289396=>1,3185289430=>1,3185289435=>1,3185289439=>1,3185289436=>1,3185289394=>1,3185289387=>1,3185289317=>1,3185289315=>1,3185289355=>1,3185289357=>1,3185289376=>1,3185289370=>1,3185289120=>1,3185289119=>1,3185288910=>1,3185288884=>1,3185288920=>1,3185288922=>1,3185288926=>1,3185288923=>1,3185288851=>1,3185288826=>1,3185288792=>1,3185288782=>1,3185288816=>1,3185288817=>1,3185288822=>1,3185288818=>1,3185288935=>1,3185288965=>1,3185289057=>1,3185289031=>1,3185289067=>1,3185289074=>1,3185289099=>1,3185289082=>1,3185289028=>1,3185289025=>1,3185288995=>1,3185288975=>1,3185289008=>1,3185289016=>1,3185289019=>1,3185289445=>1,3185289458=>1,3185289888=>1,3185289881=>1,3185289893=>1,3185289904=>1,3185289920=>1,3185289914=>1,3185289877=>1,3185289874=>1,3185289838=>1,3185289832=>1,3185289841=>1,3185289844=>1,3185289861=>1,3185289850=>1,3185289922=>1,3185289949=>1,3185290022=>1,3185290006=>1,3185290026=>1,3185290055=>1,3185290068=>1,3185290059=>1,3185290003=>1,3185289999=>1,3185289963=>1,3185289951=>1,3185289971=>1,3185289978=>1,3185289984=>1,3185289831=>1,3185289787=>1,3185289611=>1,3185289583=>1,3185289619=>1,3185289634=>1,3185289660=>1,3185289658=>1,3185289575=>1,3185289544=>1,3185289486=>1,3185289459=>1,3185289487=>1,3185289499=>1,3185289523=>1,3185289512=>1,3185289662=>1,3185289665=>1,3185289729=>1,3185289724=>1,3185289733=>1,3185289736=>1,3185289779=>1,3185289739=>1,3185289715=>1,3185289703=>1,3185289694=>1,3185289678=>1,3185289696=>1,3185289701=>1,3185289702=>1,3185282308=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-33.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php return array(3192604625=>1,3192602155=>1,3192606264=>1,3192606618=>1,3192623961=>1,3192621821=>1,3192601851=>1,3192601668=>1,3192571660=>1,3192570440=>1,3192572154=>1,3192577718=>1,3192599110=>1,3192595745=>1,3192629620=>1,3192629720=>1,3192743716=>1,3192741642=>1,3192750581=>1,3192751712=>1,3192759667=>1,3192755669=>1,3192739132=>1,3192738859=>1,3192650940=>1,3192643909=>1,3192718441=>1,3192723353=>1,3192737859=>1,3192726546=>1,3192569797=>1,3192569291=>1,3192492892=>1,3192490108=>1,3192493659=>1,3192494448=>1,3192495055=>1,3192494495=>1,3192489227=>1,3192488646=>1,3192482964=>1,3192481084=>1,3192485077=>1,3192487352=>1,3192488189=>1,3192487952=>1,3192495301=>1,3192495668=>1,3192566012=>1,3192565234=>1,3192567000=>1,3192567061=>1,3192569239=>1,3192568628=>1,3192546643=>1,3192542590=>1,3192516961=>1,3192507317=>1,3192518439=>1,3192538640=>1,3192540619=>1,3192763384=>1,3192767302=>1,3192849416=>1,3192846328=>1,3192851575=>1,3192857256=>1,3192870280=>1,3192863432=>1,3192845853=>1,3192844891=>1,3192829237=>1,3192829005=>1,3192830234=>1,3192830400=>1,3192842026=>1,3192831703=>1,3192881215=>1,3192885225=>1,3193163382=>1,3193157142=>1,3193163579=>1,3193165022=>1,3193172467=>1,3193172088=>1,3193156592=>1,3193069069=>1,3192886380=>1,3192885324=>1,3193006898=>1,3193068258=>1,3193068262=>1,3193068259=>1,3192828909=>1,3192825501=>1,3192773795=>1,3192772341=>1,3192773880=>1,3192776267=>1,3192787975=>1,3192781839=>1,3192772336=>1,3192772094=>1,3192768723=>1,3192768044=>1,3192768804=>1,3192770965=>1,3192771565=>1,3192771186=>1,3192788016=>1,3192789393=>1,3192817077=>1,3192815585=>1,3192821830=>1,3192822071=>1,3192824907=>1,3192824869=>1,3192811594=>1,3192810735=>1,3192793204=>1,3192789978=>1,3192795079=>1,3192798188=>1,3192807524=>1,3192479268=>1,3192478997=>1,3190178495=>1,3190176534=>1,3190178553=>1,3190179229=>1,3190182328=>1,3190179265=>1,3190175601=>1,3190173248=>1,3190155713=>1,3190149068=>1,3190162312=>1,3190167917=>1,3190173247=>1,3190172439=>1,3190183655=>1,3190184968=>1,3190204557=>1,3190204553=>1,3190204631=>1,3190205572=>1,3190209543=>1,3190206414=>1,3190204104=>1,3190203938=>1,3190185894=>1,3190185513=>1,3190189300=>1,3190189579=>1,3190203839=>1,3190195061=>1,3190145196=>1,3190141552=>1,3190069110=>1,3190068098=>1,3190069143=>1,3190077001=>1,3190084364=>1,3190078713=>1,3190066336=>1,3190064766=>1,3190056096=>1,3190054795=>1,3190056906=>1,3190063695=>1,3190064630=>1,3190064528=>1,3190098879=>1,3190104107=>1,3190119545=>1,3190113148=>1,3190120463=>1,3190120964=>1,3190136574=>1,3190129905=>1,3190111704=>1,3190110726=>1,3190108299=>1,3190108145=>1,3190108483=>1,3190109518=>1,3190109795=>1,3190209940=>1,3190236468=>1,3191839498=>1,3191838851=>1,3191840226=>1,3191844035=>1,3191844594=>1,3191844038=>1,3191835723=>1,3191835719=>1,3191466142=>1,3191440398=>1,3191616150=>1,3191619077=>1,3191833334=>1,3191619213=>1,3191844595=>1,3191844596=>1,3192424882=>1,3192424411=>1,3192427323=>1,3192451361=>1,3192473910=>1,3192466235=>1,3192422610=>1,3192403539=>1,3192005237=>1,3191870136=>1,3192394893=>1,3192397394=>1,3192399511=>1,3191295728=>1,3191221452=>1,3190259316=>1,3190258110=>1,3190262586=>1,3190266812=>1,3190267315=>1,3190267021=>1,3190255920=>1,3190254870=>1,3190244849=>1,3190238452=>1,3190247241=>1,3190247588=>1,3190254211=>1,3190253214=>1,3190273224=>1,3190285794=>1,3190662963=>1,3190525362=>1,3190895684=>1,3191123788=>1,3191127166=>1,3191126490=>1,3190478915=>1,3190462965=>1,3190292049=>1,3190287797=>1,3190297392=>1,3190318827=>1,3190439735=>1,3193174559=>1,3193175111=>1,3200668517=>1,3200667676=>1,3200669725=>1,3200672275=>1,3200680278=>1,3200676240=>1,3200657330=>1,3200653673=>1,3200651648=>1,3200650985=>1,3200652381=>1,3200652752=>1,3200653671=>1,3200653069=>1,3200680526=>1,3200682730=>1,3200703596=>1,3200697148=>1,3200706018=>1,3200710770=>1,3200712261=>1,3200711352=>1,3200696827=>1,3200693031=>1,3200683963=>1,3200683788=>1,3200687391=>1,3200690708=>1,3200692878=>1,3200691445=>1,3200650816=>1,3200649570=>1,3199537896=>1,3199353172=>1,3199540145=>1,3199604289=>1,3199697958=>1,3199612017=>1,3198677774=>1,3198665228=>1,3197729142=>1,3197726189=>1,3197760517=>1,3197856702=>1,3198608898=>1,3198560533=>1,3199766702=>1,3199871612=>1,3200139126=>1,3200118122=>1,3200192167=>1,3200244074=>1,3200648139=>1,3200270195=>1,3200072533=>1,3200067936=>1,3199921849=>1,3199921847=>1,3199955898=>1,3199966810=>1,3200000147=>1,3200712556=>1,3200723887=>1,3200869246=>1,3200868868=>1,3200871506=>1,3200873672=>1,3200876576=>1,3200876422=>1,3200866181=>1,3200864856=>1,3200842882=>1,3200842087=>1,3200844521=>1,3200845015=>1,3200856869=>1,3200851075=>1,3200879624=>1,3200880708=>1,3200915522=>1,3200915075=>1,3200930542=>1,3200931010=>1,3200942762=>1,3200937669=>1,3200908455=>1,3200896764=>1,3200885388=>1,3200884849=>1,3200885998=>1,3200887585=>1,3200888119=>1,3200841480=>1,3200839188=>1,3200762745=>1,3200757686=>1,3200763310=>1,3200763641=>1,3200764624=>1,3200763908=>1,3200749230=>1,3200746347=>1,3200725969=>1,3200725188=>1,3200726893=>1,3200737432=>1,3200743493=>1,3200738774=>1,3200766924=>1,3200767244=>1,3200785204=>1,3200782755=>1,3200786748=>1,3200789352=>1,3200833404=>1,3200831503=>1,3200781014=>1,3200780583=>1,3200772675=>1,3200770696=>1,3200773565=>1,3200774097=>1,3200776762=>1,3197725061=>1,3197718781=>1,3194549922=>1,3194546555=>1,3194556476=>1,3194625350=>1,3194736129=>1,3194654886=>1,3194497404=>1,3194429387=>1,3194360244=>1,3194322631=>1,3194360304=>1,3194362152=>1,3194394603=>1,3194394459=>1,3194856529=>1,3194966932=>1,3195204581=>1,3195160574=>1,3195275354=>1,3195280410=>1,3195535286=>1,3195385148=>1,3195158166=>1,3195153835=>1,3195003890=>1,3194976422=>1,3195013719=>1,3195034432=>1,3195118222=>1,3195034543=>1,3194299999=>1,3194182669=>1,3193610842=>1,3193610837=>1,3193618808=>1,3193715717=>1,3193811010=>1,3193722726=>1,3193610834=>1,3193354460=>1,3193254523=>1,3193248914=>1,3193274898=>1,3193281452=>1,3193289558=>1,3193281453=>1,3193834447=>1,3193881016=>1,3193947378=>1,3193893801=>1,3193949114=>1,3193964477=>1,3194135062=>1,3194093122=>1,3193893380=>1,3193893366=>1,3193887138=>1,3193884447=>1,3193887801=>1,3193889539=>1,3193890122=>1,3195563234=>1,3195566850=>1,3196312068=>1,3196311348=>1,3196314194=>1,3196755552=>1,3197031904=>1,3197028021=>1,3196178110=>1,3196147155=>1,3195741701=>1,3195714281=>1,3195744116=>1,3195861964=>1,3196120614=>1,3196085025=>1,3197079814=>1,3197122275=>1,3197413331=>1,3197368693=>1,3197569762=>1,3197635458=>1,3197706647=>1,3197687126=>1,3197355404=>1,3197350270=>1,3197131858=>1,3197129314=>1,3197170117=>1,3197201302=>1,3197309617=>1,3195714279=>1,3195714278=>1,3195641545=>1,3195641466=>1,3195643998=>1,3195660146=>1,3195694026=>1,3195660362=>1,3195641458=>1,3195641153=>1,3195599429=>1,3195566851=>1,3195636386=>1,3195639031=>1,3195641097=>1,3195641094=>1,3195713997=>1,3195714001=>1,3195714263=>1,3195714262=>1,3195714266=>1,3195714268=>1,3195714277=>1,3195714270=>1,3195714260=>1,3195714258=>1,3195714010=>1,3195714004=>1,3195714209=>1,3195714243=>1,3195714249=>1,3190053597=>1,3189885766=>1,3185307943=>1,3185307916=>1,3185307951=>1,3185307958=>1,3185307968=>1,3185307962=>1,3185307913=>1,3185307908=>1,3185307580=>1,3185307573=>1,3185307592=>1,3185307594=>1,3185307635=>1,3185307604=>1,3185307976=>1,3185307987=>1,3185308074=>1,3185308072=>1,3185308090=>1,3185308095=>1,3185308124=>1,3185308113=>1,3185308065=>1,3185308056=>1,3185308000=>1,3185307996=>1,3185308009=>1,3185308011=>1,3185308034=>1,3185308019=>1,3185307517=>1,3185307468=>1,3185305405=>1,3185305382=>1,3185305449=>1,3185307139=>1,3185307162=>1,3185307146=>1,3185305369=>1,3185305368=>1,3185305246=>1,3185305234=>1,3185305249=>1,3185305260=>1,3185305320=>1,3185305287=>1,3185307214=>1,3185307235=>1,3185307387=>1,3185307372=>1,3185307408=>1,3185307427=>1,3185307451=>1,3185307441=>1,3185307324=>1,3185307306=>1,3185307268=>1,3185307252=>1,3185307277=>1,3185307300=>1,3185307304=>1,3185308127=>1,3185308129=>1,3185308898=>1,3185308892=>1,3185308938=>1,3185308942=>1,3185308987=>1,3185308945=>1,3185308843=>1,3185308840=>1,3185308749=>1,3185308738=>1,3185308750=>1,3185308825=>1,3185308837=>1,3185308827=>1,3185308992=>1,3185309010=>1,3185309140=>1,3185309128=>1,3185309154=>1,3185309175=>1,3185310060=>1,3185309890=>1,3185309110=>1,3185309092=>1,3185309040=>1,3185309038=>1,3185309050=>1,3185309079=>1,3185309082=>1,3185308703=>1,3185308701=>1,3185308284=>1,3185308281=>1,3185308302=>1,3185308312=>1,3185308353=>1,3185308326=>1,3185308273=>1,3185308270=>1,3185308165=>1,3185308146=>1,3185308183=>1,3185308221=>1,3185308231=>1,3185308230=>1,3185308363=>1,3185308365=>1,3185308612=>1,3185308600=>1,3185308617=>1,3185308621=>1,3185308693=>1,3185308623=>1,3185308533=>1,3185308504=>1,3185308408=>1,3185308394=>1,3185308420=>1,3185308456=>1,3185308462=>1,3185305170=>1,3185305117=>1,3185302960=>1,3185302956=>1,3185302969=>1,3185302971=>1,3185302984=>1,3185302972=>1,3185302954=>1,3185302952=>1,3185302924=>1,3185302904=>1,3185302932=>1,3185302933=>1,3185302944=>1,3185302941=>1,3185302999=>1,3185303007=>1,3185303686=>1,3185303683=>1,3185303688=>1,3185304069=>1,3185304093=>1,3185304075=>1,3185303679=>1,3185303637=>1,3185303023=>1,3185303022=>1,3185303026=>1,3185303033=>1,3185303627=>1,3185303607=>1,3185302887=>1,3185302884=>1,3185302671=>1,3185302666=>1,3185302683=>1,3185302684=>1,3185302695=>1,3185302687=>1,3185302663=>1,3185302662=>1,3185302627=>1,3185302617=>1,3185302640=>1,3185302642=>1,3185302658=>1,3185302648=>1,3185302701=>1,3185302734=>1,3185302848=>1,3185302847=>1,3185302852=>1,3185302861=>1,3185302877=>1,3185302869=>1,3185302825=>1,3185302804=>1,3185302755=>1,3185302750=>1,3185302762=>1,3185302779=>1,3185302784=>1,3185304100=>1,3185304109=>1,3185304795=>1,3185304790=>1,3185304806=>1,3185304816=>1,3185304847=>1,3185304833=>1,3185304780=>1,3185304778=>1,3185304733=>1,3185304723=>1,3185304746=>1,3185304756=>1,3185304777=>1,3185304762=>1,3185304874=>1,3185304879=>1,3185305029=>1,3185304985=>1,3185305074=>1,3185305084=>1,3185305090=>1,3185305086=>1,3185304965=>1,3185304953=>1,3185304901=>1,3185304885=>1,3185304907=>1,3185304943=>1,3185304949=>1,3185304720=>1,3185304694=>1,3185304226=>1,3185304213=>1,3185304229=>1,3185304247=>1,3185304262=>1,3185304255=>1,3185304208=>1,3185304198=>1,3185304134=>1,3185304127=>1,3185304141=>1,3185304150=>1,3185304171=>1,3185304153=>1,3185304280=>1,3185304288=>1,3185304622=>1,3185304607=>1,3185304631=>1,3185304652=>1,3185304687=>1,3185304670=>1,3185304592=>1,3185304584=>1,3185304302=>1,3185304294=>1,3185304310=>1,3185304311=>1,3185304582=>1,3185310750=>1,3185310789=>1,3185412310=>1,3185411865=>1,3185416742=>1,3185416816=>1,3185416890=>1,3185416876=>1,3185411626=>1,3185409043=>1,3185378026=>1,3185378004=>1,3185381712=>1,3185398773=>1,3185402013=>1,3185399224=>1,3185426463=>1,3185426530=>1,3185429128=>1,3185429079=>1,3185429338=>1,3185429342=>1,3185429832=>1,3185429343=>1,3185428840=>1,3185428611=>1,3185426592=>1,3185426577=>1,3185426719=>1,3185428533=>1,3185428600=>1,3185428590=>1,3185377978=>1,3185377950=>1,3185375787=>1,3185375783=>1,3185375793=>1,3185375821=>1,3185376544=>1,3185375883=>1,3185375746=>1,3185375708=>1,3185375377=>1,3185375352=>1,3185375402=>1,3185375432=>1,3185375610=>1,3185375505=>1,3185376847=>1,3185376903=>1,3185377320=>1,3185377230=>1,3185377386=>1,3185377651=>1,3185377903=>1,3185377764=>1,3185377228=>1,3185377225=>1,3185376987=>1,3185376957=>1,3185377000=>1,3185377214=>1,3185377218=>1,3185430471=>1,3185431483=>1,3188776501=>1,3188710966=>1,3189063790=>1,3189064054=>1,3189064430=>1,3189064182=>1,3188710962=>1,3188703352=>1,3188449758=>1,3188328652=>1,3188457834=>1,3188464662=>1,3188647962=>1,3188494348=>1,3189064451=>1,3189064470=>1,3189071169=>1,3189071032=>1,3189071692=>1,3189186582=>1,3189658360=>1,3189577463=>1,3189070803=>1,3189068765=>1,3189065258=>1,3189064856=>1,3189065471=>1,3189066549=>1,3189067819=>1,3188328624=>1,3188328600=>1,3187671598=>1,3187221560=>1,3187674066=>1,3187679506=>1,3187751778=>1,3187686390=>1,3185440597=>1,3185440589=>1,3185432369=>1,3185432304=>1,3185435365=>1,3185438024=>1,3185440350=>1,3185438529=>1,3187888727=>1,3187934299=>1,3188184594=>1,3188158480=>1,3188237861=>1,3188239064=>1,3188328498=>1,3188275951=>1,3188137690=>1,3188123540=>1,3187999043=>1,3187941042=>1,3188075897=>1,3188076017=>1,3188122141=>1,3185375292=>1,3185375286=>1,3185311425=>1,3185311390=>1,3185311436=>1,3185311450=>1,3185311471=>1,3185311465=>1,3185311384=>1,3185311380=>1,3185311338=>1,3185311335=>1,3185311357=>1,3185311369=>1,3185311375=>1,3185311372=>1,3185311489=>1,3185311503=>1,3185311575=>1,3185311567=>1,3185311605=>1,3185311606=>1,3185311624=>1,3185311612=>1,3185311551=>1,3185311541=>1,3185311527=>1,3185311519=>1,3185311528=>1,3185311536=>1,3185311540=>1,3185311537=>1,3185311324=>1,3185311315=>1,3185310953=>1,3185310939=>1,3185310955=>1,3185310963=>1,3185310999=>1,3185310980=>1,3185310937=>1,3185310913=>1,3185310813=>1,3185310799=>1,3185310824=>1,3185310859=>1,3185310905=>1,3185310877=>1,3185311039=>1,3185311058=>1,3185311192=>1,3185311191=>1,3185311236=>1,3185311251=>1,3185311313=>1,3185311267=>1,3185311135=>1,3185311123=>1,3185311093=>1,3185311091=>1,3185311117=>1,3185311120=>1,3185311121=>1,3185311625=>1,3185311630=>1,3185325148=>1,3185325129=>1,3185325169=>1,3185325208=>1,3185325585=>1,3185325465=>1,3185324982=>1,3185324064=>1,3185323016=>1,3185322480=>1,3185323370=>1,3185323648=>1,3185323834=>1,3185323660=>1,3185325712=>1,3185325849=>1,3185360463=>1,3185360400=>1,3185361229=>1,3185371246=>1,3185374836=>1,3185371909=>1,3185359714=>1,3185330320=>1,3185325924=>1,3185325889=>1,3185325973=>1,3185326200=>1,3185327445=>1,3185322402=>1,3185321895=>1,3185311734=>1,3185311732=>1,3185316775=>1,3185316936=>1,3185317434=>1,3185317290=>1,3185311729=>1,3185311692=>1,3185311636=>1,3185311635=>1,3185311641=>1,3185311654=>1,3185311683=>1,3185311675=>1,3185317518=>1,3185317795=>1,3185321284=>1,3185321097=>1,3185321463=>1,3185321783=>1,3185321889=>1,3185321787=>1,3185320905=>1,3185320770=>1,3185318677=>1,3185317987=>1,3185318827=>1,3185318962=>1,3185320080=>1,3185302605=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-34.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php return array(3236828416=>3236828671,3245019463=>1,3245016294=>1,3245036856=>1,3245036857=>1,3245036862=>1,3245036861=>1,3244998881=>1,3244874806=>1,3243904089=>1,3243904088=>1,3243904090=>1,3244010351=>1,3244874787=>1,3244290773=>1,3245072082=>1,3243904087=>1,3246941871=>1,3245340307=>1,3246967925=>1,3247076958=>1,3247836732=>1,3247188053=>1,3245319826=>1,3245313403=>1,3245210110=>1,3245073473=>1,3245251991=>1,3245283862=>1,3245312162=>1,3247836775=>1,3243904086=>1,3239685397=>1,3239672043=>1,3239740406=>1,3240219177=>1,3240260734=>1,3240220695=>1,3239667452=>1,3239641501=>1,3239466052=>1,3238871550=>1,3239541509=>1,3239572724=>1,3239641346=>1,3239629438=>1,3240275270=>1,3240309813=>1,3243495578=>1,3243478736=>1,3243544103=>1,3243554841=>1,3243865194=>1,3243865193=>1,3243447589=>1,3241880188=>1,3240688753=>1,3240466631=>1,3240710124=>1,3240795242=>1,3241238844=>1,3247849792=>1,3247864090=>1,3251032365=>1,3250856962=>1,3251131379=>1,3251171600=>1,3252724523=>1,3251171779=>1,3250783017=>1,3250783016=>1,3250739170=>1,3250737078=>1,3250739171=>1,3250742898=>1,3250783013=>1,3250783009=>1,3252882349=>1,3252891987=>1,3254263900=>1,3253916556=>1,3254596060=>1,3254832677=>1,3255159688=>1,3254906483=>1,3253899464=>1,3253728020=>1,3252981521=>1,3252928147=>1,3252981729=>1,3253234383=>1,3253727833=>1,3253254285=>1,3250734538=>1,3250734372=>1,3248851402=>1,3248806229=>1,3248851546=>1,3249087816=>1,3249126568=>1,3249100676=>1,3248784693=>1,3248784265=>1,3247892851=>1,3247864130=>1,3248099852=>1,3248155066=>1,3248451543=>1,3248443620=>1,3249261202=>1,3249261206=>1,3249967157=>1,3249829814=>1,3250025670=>1,3250419108=>1,3250714154=>1,3250497589=>1,3249829807=>1,3249737244=>1,3249407508=>1,3249261210=>1,3249716155=>1,3249716215=>1,3249734002=>1,3238871493=>1,3238765811=>1,3232447857=>1,3232302774=>1,3232492052=>1,3232606866=>1,3233304992=>1,3233252194=>1,3232160673=>1,3231998776=>1,3231822897=>1,3231789701=>1,3231822973=>1,3231859955=>1,3231965310=>1,3231965235=>1,3233305216=>1,3233305371=>1,3234200369=>1,3234026370=>1,3234222378=>1,3234384918=>1,3235040621=>1,3235040016=>1,3233512546=>1,3233512510=>1,3233370740=>1,3233308271=>1,3233507947=>1,3233507948=>1,3233512508=>1,3233507986=>1,3231789363=>1,3231656333=>1,3229172817=>1,3229172814=>1,3229219993=>1,3229416019=>1,3231079985=>1,3229506054=>1,3229172811=>1,3229172807=>1,3228978619=>1,3228978618=>1,3229172232=>1,3229172235=>1,3229172803=>1,3229172429=>1,3231160974=>1,3231164576=>1,3231576051=>1,3231573721=>1,3231576423=>1,3231576521=>1,3231656064=>1,3231577470=>1,3231569041=>1,3231408094=>1,3231164701=>1,3231164697=>1,3231292148=>1,3231404901=>1,3231407461=>1,3235042171=>1,3235047020=>1,3237075321=>1,3237074039=>1,3237079499=>1,3237081767=>1,3237084223=>1,3237082483=>1,3237073569=>1,3237073509=>1,3237066106=>1,3237066092=>1,3237070442=>1,3237071574=>1,3237073345=>1,3237072555=>1,3237560215=>1,3237890362=>1,3238752811=>1,3238599860=>1,3238752813=>1,3238752814=>1,3255316230=>1,3238752815=>1,3238506975=>1,3238149188=>1,3237907950=>1,3237890363=>1,3238021778=>1,3238028418=>1,3238041659=>1,3237065891=>1,3237065755=>1,3236334627=>1,3236165554=>1,3236646419=>1,3236811316=>1,3236814224=>1,3236811793=>1,3236165553=>1,3236163769=>1,3235066971=>1,3235049689=>1,3235781941=>1,3236033134=>1,3236137965=>1,3236137955=>1,3236978819=>1,3237008389=>1,3237058931=>1,3237057644=>1,3237063123=>1,3237063246=>1,3237064769=>1,3237064016=>1,3237057592=>1,3237054677=>1,3237052988=>1,3237042996=>1,3237053417=>1,3237054014=>1,3237054433=>1,3238766274=>1,3255341962=>1,3281668039=>1,3281667755=>1,3281668516=>1,3281668564=>1,3281668948=>1,3281668647=>1,3281667714=>1,3281667416=>1,3281664133=>1,3281664129=>1,3281664749=>1,3281664855=>1,3281666333=>1,3281666037=>1,3281669029=>1,3281669108=>1,3281670645=>1,3281670627=>1,3281670744=>1,3281670836=>1,3281671595=>1,3281671073=>1,3281670569=>1,3281670510=>1,3281669747=>1,3281669525=>1,3281670016=>1,3281670087=>1,3281670508=>1,3281670094=>1,3281664044=>1,3281663440=>1,3281115184=>1,3281053861=>1,3281115185=>1,3281115207=>1,3281289060=>1,3281288391=>1,3280797273=>1,3280772490=>1,3279255810=>1,3279240659=>1,3279958850=>1,3280621278=>1,3280623268=>1,3280623216=>1,3281651149=>1,3281651320=>1,3281660434=>1,3281653731=>1,3281660517=>1,3281661528=>1,3281662228=>1,3281662214=>1,3281653330=>1,3281653088=>1,3281651787=>1,3281651521=>1,3281652129=>1,3281652345=>1,3281652802=>1,3281672167=>1,3281672826=>1,3281680838=>1,3281680240=>1,3281680928=>1,3281681374=>1,3281681963=>1,3281681379=>1,3281680230=>1,3281680097=>1,3281678792=>1,3281678755=>1,3281679660=>1,3281679779=>1,3281680044=>1,3281679798=>1,3281681998=>1,3281682236=>1,3281692998=>1,3281691891=>1,3281693310=>1,3281693464=>1,3281695573=>1,3281693718=>1,3281691308=>1,3281688267=>1,3281682422=>1,3281682322=>1,3281682490=>1,3281682583=>1,3281684114=>1,3281678671=>1,3281678382=>1,3281674656=>1,3281674587=>1,3281674659=>1,3281674691=>1,3281676272=>1,3281675088=>1,3281674539=>1,3281674506=>1,3281673021=>1,3281672835=>1,3281673099=>1,3281673286=>1,3281673616=>1,3281673371=>1,3281676597=>1,3281676601=>1,3281677941=>1,3281677900=>1,3281677945=>1,3281678023=>1,3281678204=>1,3281678056=>1,3281677725=>1,3281677443=>1,3281677128=>1,3281677079=>1,3281677207=>1,3281677324=>1,3281677390=>1,3279171183=>1,3278098082=>1,3264890050=>1,3264653420=>1,3264891602=>1,3265087283=>1,3265187274=>1,3265152179=>1,3264653407=>1,3264653391=>1,3263729010=>1,3263696883=>1,3263990917=>1,3263990981=>1,3264410506=>1,3264405844=>1,3265689180=>1,3265690147=>1,3268153769=>1,3267252317=>1,3268415265=>1,3268415321=>1,3268416210=>1,3268416054=>1,3267088173=>1,3267033308=>1,3266001228=>1,3265721802=>1,3266820798=>1,3266945925=>1,3267002834=>1,3266981192=>1,3263082397=>1,3263047006=>1,3257718840=>1,3257713077=>1,3258590739=>1,3258591466=>1,3258593128=>1,3258591859=>1,3257585177=>1,3257582646=>1,3255585850=>1,3255349092=>1,3256302842=>1,3256723337=>1,3257455121=>1,3256726030=>1,3258611228=>1,3258944888=>1,3261976276=>1,3261595748=>1,3262526182=>1,3262577060=>1,3263047005=>1,3262577735=>1,3261388732=>1,3260532887=>1,3258945200=>1,3258945035=>1,3259922267=>1,3259943139=>1,3260360026=>1,3268434366=>1,3268754659=>1,3275677518=>1,3275633978=>1,3276051606=>1,3276068638=>1,3276107234=>1,3276073586=>1,3275421000=>1,3275420998=>1,3274580252=>1,3274410722=>1,3274619173=>1,3275266838=>1,3275420994=>1,3275419642=>1,3276126890=>1,3276227668=>1,3277569851=>1,3277345851=>1,3277575938=>1,3277581718=>1,3277685002=>1,3277583458=>1,3277328218=>1,3277326232=>1,3276826381=>1,3276680018=>1,3276828305=>1,3276923926=>1,3276962927=>1,3274224931=>1,3274180139=>1,3269600089=>1,3269600088=>1,3270665900=>1,3271014667=>1,3271200547=>1,3271200546=>1,3269600087=>1,3269600085=>1,3269067599=>1,3268852005=>1,3269154044=>1,3269522201=>1,3269600084=>1,3269560844=>1,3271200548=>1,3271743291=>1,3273810950=>1,3273678099=>1,3273846426=>1,3273846969=>1,3274131364=>1,3274072374=>1,3273550812=>1,3273438252=>1,3272422099=>1,3271912947=>1,3272852076=>1,3273031287=>1,3273182617=>1,3228978348=>1,3228537945=>1,3201273205=>1,3201273073=>1,3201273626=>1,3201273653=>1,3201278835=>1,3201276090=>1,3201270724=>1,3201270407=>1,3201257127=>1,3201256322=>1,3201263319=>1,3201264293=>1,3201265003=>1,3201264860=>1,3201280135=>1,3201280404=>1,3201293656=>1,3201292921=>1,3201294391=>1,3201294821=>1,3201295613=>1,3201295318=>1,3201290116=>1,3201289489=>1,3201282657=>1,3201281488=>1,3201284128=>1,3201284139=>1,3201288579=>1,3201285230=>1,3201256117=>1,3201255817=>1,3201222302=>1,3201221614=>1,3201226014=>1,3201226268=>1,3201226663=>1,3201226345=>1,3201220195=>1,3201219636=>1,3201206457=>1,3201205179=>1,3201206809=>1,3201209563=>1,3201217568=>1,3201212423=>1,3201227050=>1,3201227327=>1,3201248423=>1,3201247265=>1,3201250935=>1,3201252656=>1,3201255521=>1,3201254880=>1,3201246487=>1,3201243252=>1,3201228613=>1,3201227497=>1,3201228708=>1,3201229499=>1,3201235425=>1,3201295816=>1,3201296975=>1,3202117329=>1,3202092437=>1,3202158506=>1,3202160542=>1,3202162133=>1,3202162130=>1,3201925859=>1,3201892684=>1,3201708157=>1,3201706019=>1,3201827464=>1,3201828354=>1,3201853510=>1,3201828823=>1,3202162134=>1,3202182847=>1,3202944005=>1,3202928561=>1,3202956175=>1,3202991235=>1,3203072885=>1,3203009357=>1,3202928509=>1,3202903698=>1,3202399292=>1,3202362883=>1,3202621810=>1,3202641602=>1,3202642459=>1,3201692331=>1,3201689564=>1,3201525676=>1,3201485839=>1,3201552851=>1,3201552941=>1,3201637129=>1,3201634074=>1,3201458778=>1,3201365572=>1,3201298078=>1,3201297371=>1,3201301436=>1,3201301702=>1,3201314269=>1,3201302026=>1,3201638422=>1,3201644096=>1,3201666020=>1,3201665274=>1,3201666101=>1,3201666430=>1,3201683368=>1,3201666573=>1,3201657562=>1,3201653956=>1,3201647661=>1,3201645285=>1,3201647837=>1,3201653560=>1,3201653646=>1,3201197359=>1,3201195997=>1,3201032966=>1,3201032068=>1,3201033060=>1,3201033412=>1,3201035801=>1,3201034482=>1,3201029813=>1,3201029228=>1,3201018028=>1,3201016785=>1,3201021848=>1,3201024659=>1,3201028409=>1,3201024681=>1,3201036205=>1,3201036350=>1,3201057664=>1,3201057518=>1,3201063084=>1,3201063645=>1,3201069114=>1,3201066008=>1,3201057301=>1,3201057003=>1,3201038237=>1,3201037708=>1,3201040340=>1,3201040370=>1,3201047559=>1,3201041430=>1,3201016430=>1,3201016358=>1,3200992308=>1,3200990053=>1,3200992373=>1,3200992875=>1,3200998347=>1,3200995295=>1,3200984187=>1,3200975427=>1,3200954612=>1,3200952448=>1,3200954658=>1,3200954836=>1,3200956676=>1,3200955799=>1,3200999458=>1,3201001870=>1,3201009617=>1,3201009095=>1,3201011255=>1,3201012890=>1,3201015581=>1,3201014435=>1,3201008613=>1,3201003068=>1,3201002421=>1,3201002166=>1,3201002488=>1,3201002747=>1,3201003010=>1,3201069537=>1,3201071217=>1,3201157907=>1,3201157889=>1,3201158077=>1,3201161720=>1,3201162624=>1,3201162602=>1,3201157312=>1,3201156746=>1,3201142793=>1,3201142319=>1,3201145697=>1,3201146280=>1,3201156309=>1,3201149526=>1,3201164377=>1,3201166057=>1,3201179379=>1,3201178721=>1,3201189484=>1,3201190377=>1,3201195319=>1,3201190878=>1,3201178236=>1,3201178099=>1,3201173545=>1,3201172326=>1,3201174307=>1,3201176386=>1,3201177899=>1,3201140936=>1,3201140720=>1,3201085147=>1,3201084494=>1,3201085250=>1,3201085364=>1,3201089860=>1,3201089067=>1,3201084072=>1,3201083674=>1,3201074767=>1,3201073248=>1,3201078928=>1,3201080452=>1,3201082068=>1,3201081641=>1,3201090499=>1,3201090943=>1,3201121318=>1,3201112660=>1,3201121610=>1,3201123542=>1,3201135546=>1,3201135170=>1,3201110265=>1,3201109346=>1,3201093240=>1,3201092016=>1,3201099295=>1,3201100049=>1,3201106417=>1,3203105598=>1,3203105761=>1,3224007841=>1,3224007696=>1,3224116776=>1,3224676166=>1,3224676221=>1,3224676167=>1,3224007526=>1,3224007525=>1,3223474352=>1,3223469961=>1,3223594520=>1,3223616982=>1,3224007014=>1,3223735299=>1,3225430411=>1,3225430462=>1,3226508652=>1,3226505898=>1,3226516076=>1,3226517230=>1,3226554336=>1,3226517231=>1,3226070867=>1,3226070123=>1,3225917220=>1,3225441051=>1,3225941284=>1,3225941385=>1,3226070034=>1,3225941386=>1,3223441950=>1,3223234377=>1,3221428579=>1,3221428451=>1,3221429490=>1,3221436104=>1,3221446198=>1,3221445244=>1,3221265705=>1,3221258894=>1,3220931641=>1,3220895197=>1,3221035883=>1,3221046327=>1,3221198825=>1,3221046562=>1,3221459995=>1,3221464291=>1,3223199788=>1,3221479948=>1,3223207435=>1,3223207481=>1,3223234372=>1,3223234371=>1,3221474500=>1,3221474145=>1,3221465948=>1,3221465252=>1,3221466217=>1,3221466348=>1,3221467559=>1,3226567726=>1,3226588860=>1,3227731847=>1,3227728781=>1,3227732331=>1,3227738809=>1,3227740818=>1,3227739563=>1,3227728780=>1,3227728779=>1,3227724739=>1,3227724657=>1,3227724750=>1,3227727470=>1,3227728654=>1,3227727685=>1,3227753194=>1,3227754541=>1,3227776707=>1,3227776613=>1,3228074270=>1,3228075717=>1,3228516852=>1,3228514720=>1,3227776560=>1,3227775126=>1,3227760525=>1,3227756646=>1,3227763127=>1,3227767947=>1,3227767995=>1,3227724249=>1,3227723306=>1,3227458106=>1,3227457994=>1,3227458447=>1,3227458853=>1,3227461271=>1,3227460401=>1,3227256050=>1,3227255787=>1,3226598006=>1,3226590626=>1,3226934300=>1,3226934354=>1,3227249638=>1,3226984744=>1,3227461362=>1,3227467478=>1,3227716770=>1,3227716757=>1,3227716912=>1,3227716997=>1,3227723164=>1,3227722142=>1,3227716552=>1,3227716411=>1,3227561935=>1,3227560759=>1,3227569544=>1,3227714185=>1,3227715666=>1,3220867112=>1,3220857089=>1,3206677377=>1,3206661620=>1,3206695256=>1,3206696590=>1,3206875882=>1,3206727168=>1,3206646912=>1,3206608397=>1,3205580513=>1,3204961829=>1,3206561440=>1,3206583608=>1,3206604863=>1,3206597071=>1,3206880272=>1,3206880273=>1,3211068288=>1,3211067726=>1,3211068313=>1,3211068320=>1,3211068980=>1,3211068756=>1,3210741259=>1,3209994944=>1,3206880769=>1,3206880275=>1,3206914141=>1,3206930178=>1,3206930194=>1,3206930186=>1,3204960359=>1,3204960346=>1,3203287429=>1,3203246439=>1,3203288200=>1,3203289790=>1,3203369476=>1,3203360100=>1,3203232857=>1,3203201529=>1,3203147748=>1,3203115582=>1,3203154936=>1,3203155566=>1,3203201338=>1,3203200647=>1,3203370534=>1,3203766099=>1,3204320900=>1,3204306387=>1,3204805258=>1,3204928480=>1,3204958293=>1,3204957438=>1,3204267038=>1,3204260678=>1,3203941394=>1,3203916817=>1,3203958662=>1,3203958938=>1,3203963298=>1,3211069985=>1,3211070274=>1,3216939719=>1,3216939573=>1,3216992566=>1,3217013276=>1,3218174399=>1,3217946701=>1,3216939200=>1,3216932108=>1,3216557961=>1,3216551887=>1,3216580988=>1,3216581425=>1,3216871494=>1,3216728673=>1,3219081855=>1,3219897631=>1,3220328262=>1,3220322308=>1,3220353290=>1,3220372958=>1,3220758682=>1,3220378110=>1,3220302950=>1,3220302598=>1,3220187288=>1,3220165596=>1,3220217657=>1,3220228390=>1,3220228481=>1,3216255071=>1,3216234376=>1,3211070913=>1,3211070912=>1,3211070932=>1,3211070933=>1,3211081800=>1,3211073474=>1,3211070905=>1,3211070901=>1,3211070473=>1,3211070340=>1,3211070584=>1,3211070592=>1,3211070802=>1,3211070693=>1,3211125666=>1,3211158403=>1,3211213622=>1,3211210550=>1,3216233820=>1,3216233822=>1,3216234133=>1,3216234030=>1,3211210272=>1,3211206130=>1,3211162434=>1,3211162369=>1,3211202145=>1,3211202897=>1,3211205178=>1,3200951797=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-35.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php return array(3355430912=>3355432959,3351047168=>3351047679,3346194176=>3346194431,3357784946=>1,3357558477=>1,3357796639=>1,3357887506=>1,3357430446=>1,3357887507=>1,3357257858=>1,3357142081=>1,3357142006=>1,3357142181=>1,3357226698=>1,3357887509=>1,3357232970=>1,3357400118=>1,3357927234=>1,3358277979=>1,3358276093=>1,3358308322=>1,3358317428=>1,3358410534=>1,3358317430=>1,3358275837=>1,3358188275=>1,3358007336=>1,3357932748=>1,3358064964=>1,3358146044=>1,3358188092=>1,3358173186=>1,3357141563=>1,3357141403=>1,3355926595=>1,3355881940=>1,3355945685=>1,3355955085=>1,3356018706=>1,3355973817=>1,3355835884=>1,3355835882=>1,3355800010=>1,3355555642=>1,3355800850=>1,3355800851=>1,3355828854=>1,3355800852=>1,3356029181=>1,3356115876=>1,3357066994=>1,3356869458=>1,3357077946=>1,3357140806=>1,3357140866=>1,3357140850=>1,3356824988=>1,3356776717=>1,3356522351=>1,3356222548=>1,3356523563=>1,3356545211=>1,3356565844=>1,3358464114=>1,3358479938=>1,3360404257=>1,3360403548=>1,3360404289=>1,3360404321=>1,3360469746=>1,3360435358=>1,3360403541=>1,3360403540=>1,3360037260=>1,3360001322=>1,3360045260=>1,3360109936=>1,3360371604=>1,3360160871=>1,3360473045=>1,3360500928=>1,3360525404=>1,3360517261=>1,3360538696=>1,3360539046=>1,3360539347=>1,3360539142=>1,3360514980=>1,3360513423=>1,3360504980=>1,3360500985=>1,3360506021=>1,3360507371=>1,3360510955=>1,3359991235=>1,3359922985=>1,3358872931=>1,3358869009=>1,3358887265=>1,3358973244=>1,3359062738=>1,3359010500=>1,3358868079=>1,3358809368=>1,3358613083=>1,3358482122=>1,3358624555=>1,3358624604=>1,3358694956=>1,3358662820=>1,3359146415=>1,3359195394=>1,3359577036=>1,3359521684=>1,3359579482=>1,3359584010=>1,3359905893=>1,3359902044=>1,3359521672=>1,3359446347=>1,3359281194=>1,3359264962=>1,3359285428=>1,3359290843=>1,3359408405=>1,3355555198=>1,3355434840=>1,3351509469=>1,3351509460=>1,3351804018=>1,3351869703=>1,3351871111=>1,3351870288=>1,3351493371=>1,3351492923=>1,3351090526=>1,3351071624=>1,3351287432=>1,3351302543=>1,3351375034=>1,3351339015=>1,3352916144=>1,3353340384=>1,3354513441=>1,3354513430=>1,3354513480=>1,3354513558=>1,3354513730=>1,3354513611=>1,3354495689=>1,3353998423=>1,3353767402=>1,3353552924=>1,3353832705=>1,3353858165=>1,3353858839=>1,3351071130=>1,3351070823=>1,3351008908=>1,3351008872=>1,3351008968=>1,3351008980=>1,3351009061=>1,3351009039=>1,3351008860=>1,3351008845=>1,3351008774=>1,3351008770=>1,3351008789=>1,3351008794=>1,3351008803=>1,3351008796=>1,3351009064=>1,3351009083=>1,3351009250=>1,3351009241=>1,3351009255=>1,3351009274=>1,3351047206=>1,3351009275=>1,3351009233=>1,3351009205=>1,3351009118=>1,3351009099=>1,3351009165=>1,3351009175=>1,3351009177=>1,3354513759=>1,3354513771=>1,3354514942=>1,3354514920=>1,3354515058=>1,3354515195=>1,3354515219=>1,3354515205=>1,3354514896=>1,3354514864=>1,3354514809=>1,3354514794=>1,3354514823=>1,3354514833=>1,3354514855=>1,3354514840=>1,3354515247=>1,3354515266=>1,3355373109=>1,3354913083=>1,3355402021=>1,3355424935=>1,3351008704=>1,3360539606=>1,3354519013=>1,3354515359=>1,3354515292=>1,3354515288=>1,3354515295=>1,3354515328=>1,3354515352=>1,3354514766=>1,3354514754=>1,3354514192=>1,3354514183=>1,3354514238=>1,3354514338=>1,3354514359=>1,3354514357=>1,3354514118=>1,3354514111=>1,3354513800=>1,3354513791=>1,3354513808=>1,3354513881=>1,3354514062=>1,3354513929=>1,3354514363=>1,3354514378=>1,3354514645=>1,3354514644=>1,3354514662=>1,3354514702=>1,3354514735=>1,3354514730=>1,3354514537=>1,3354514507=>1,3354514404=>1,3354514393=>1,3354514425=>1,3354514429=>1,3354514483=>1,3355452294=>1,3360540444=>1,3361707928=>1,3361707313=>1,3361730678=>1,3361730735=>1,3361785462=>1,3361731113=>1,3361707289=>1,3361707138=>1,3361706624=>1,3361706602=>1,3361706803=>1,3361706977=>1,3361707054=>1,3361707027=>1,3361834594=>1,3361901517=>1,3362362442=>1,3362210745=>1,3362437633=>1,3362437635=>1,3362437759=>1,3362437638=>1,3362210619=>1,3362127052=>1,3362069460=>1,3361902156=>1,3362069461=>1,3362083544=>1,3362089377=>1,3362088801=>1,3361706518=>1,3361706500=>1,3361521268=>1,3361519683=>1,3361521363=>1,3361525956=>1,3361532527=>1,3361529360=>1,3361515720=>1,3361515562=>1,3361509997=>1,3361509542=>1,3361511005=>1,3361511365=>1,3361514120=>1,3361514102=>1,3361539626=>1,3361551720=>1,3361648395=>1,3361647886=>1,3361703333=>1,3361706251=>1,3361706442=>1,3361706265=>1,3361623918=>1,3361569447=>1,3361565025=>1,3361560184=>1,3361567646=>1,3361568581=>1,3361568798=>1,3362437811=>1,3362437814=>1,3365033410=>1,3365033012=>1,3365241450=>1,3365291134=>1,3365298459=>1,3365298178=>1,3364988265=>1,3364789822=>1,3363939853=>1,3363915522=>1,3364033646=>1,3364637119=>1,3364788505=>1,3364669354=>1,3365298462=>1,3365302644=>1,3365854393=>1,3365822634=>1,3366133787=>1,3366133793=>1,3366247754=>1,3366212876=>1,3365801722=>1,3365649018=>1,3365302884=>1,3365302883=>1,3365403050=>1,3365497089=>1,3365610777=>1,3363900377=>1,3363628733=>1,3362600164=>1,3362598099=>1,3362600375=>1,3362643550=>1,3362661225=>1,3362645059=>1,3362586230=>1,3362557819=>1,3362437818=>1,3362437817=>1,3362437869=>1,3362438026=>1,3362530108=>1,3362438069=>1,3362673322=>1,3362673326=>1,3363465151=>1,3363298946=>1,3363548820=>1,3363565577=>1,3363567976=>1,3363565929=>1,3363203251=>1,3363152353=>1,3363063961=>1,3362853653=>1,3363067728=>1,3363071178=>1,3363123773=>1,3361509294=>1,3361508985=>1,3361253921=>1,3361194019=>1,3361303326=>1,3361308786=>1,3361369657=>1,3361338364=>1,3361180517=>1,3361135393=>1,3361007281=>1,3361003454=>1,3361010528=>1,3361023486=>1,3361044741=>1,3361029062=>1,3361417114=>1,3361472807=>1,3361477488=>1,3361477226=>1,3361477668=>1,3361477687=>1,3361479055=>1,3361478801=>1,3361476981=>1,3361476406=>1,3361474341=>1,3361473534=>1,3361475956=>1,3361476036=>1,3361476079=>1,3361476057=>1,3360997337=>1,3360997297=>1,3360682116=>1,3360681688=>1,3360697066=>1,3360799030=>1,3360854367=>1,3360850799=>1,3360679011=>1,3360542404=>1,3360540979=>1,3360540933=>1,3360541101=>1,3360541224=>1,3360542403=>1,3360541502=>1,3360863978=>1,3360866758=>1,3360985142=>1,3360971405=>1,3360987222=>1,3360988592=>1,3360992386=>1,3360991703=>1,3360970155=>1,3360969892=>1,3360953827=>1,3360949711=>1,3360955688=>1,3360967491=>1,3360968595=>1,3361479457=>1,3361479459=>1,3361498545=>1,3361497933=>1,3361498890=>1,3361500076=>1,3361500637=>1,3361500593=>1,3361497787=>1,3361497338=>1,3361494641=>1,3361494488=>1,3361495928=>1,3361495969=>1,3361496805=>1,3361496768=>1,3361500798=>1,3361501016=>1,3361504435=>1,3361504368=>1,3361504497=>1,3361504693=>1,3361508527=>1,3361507349=>1,3361504278=>1,3361503835=>1,3361501957=>1,3361501538=>1,3361503416=>1,3361503513=>1,3361503525=>1,3361494024=>1,3361493997=>1,3361482792=>1,3361482725=>1,3361483570=>1,3361483748=>1,3361485137=>1,3361484741=>1,3361482699=>1,3361482381=>1,3361481439=>1,3361481160=>1,3361481470=>1,3361481484=>1,3361482300=>1,3361481684=>1,3361486115=>1,3361486961=>1,3361491258=>1,3361491193=>1,3361492455=>1,3361492951=>1,3361493620=>1,3361493336=>1,3361490114=>1,3361488873=>1,3361487638=>1,3361487320=>1,3361487947=>1,3361488821=>1,3361488834=>1,3351008687=>1,3351008640=>1,3316058643=>1,3316057549=>1,3316060485=>1,3316061626=>1,3316063175=>1,3316062923=>1,3315907973=>1,3315906146=>1,3315902589=>1,3315902554=>1,3315903214=>1,3315903337=>1,3315905910=>1,3315905734=>1,3316066050=>1,3316067963=>1,3318939542=>1,3318938668=>1,3318948876=>1,3318951172=>1,3319162372=>1,3318951174=>1,3318937118=>1,3318929430=>1,3316070120=>1,3316069255=>1,3316070174=>1,3318924354=>1,3318925982=>1,3318924942=>1,3315901135=>1,3315457345=>1,3310541218=>1,3310481095=>1,3310716694=>1,3310727421=>1,3310727446=>1,3310727426=>1,3308584038=>1,3308051581=>1,3307843619=>1,3307839100=>1,3307843809=>1,3307843818=>1,3308046533=>1,3307845723=>1,3310727513=>1,3310952871=>1,3310999592=>1,3310986111=>1,3314039564=>1,3314879374=>1,3315288333=>1,3315270671=>1,3310986024=>1,3310978989=>1,3310954946=>1,3310953194=>1,3310960329=>1,3310965861=>1,3310966094=>1,3319258366=>1,3319450826=>1,3322433553=>1,3322362734=>1,3322433623=>1,3322433671=>1,3322653957=>1,3322653735=>1,3322362731=>1,3322362515=>1,3322080658=>1,3322080657=>1,3322080668=>1,3322080669=>1,3322362449=>1,3322362131=>1,3322654074=>1,3322654081=>1,3322692650=>1,3322656669=>1,3322700100=>1,3322715817=>1,3322902161=>1,3322892229=>1,3322656541=>1,3322656499=>1,3322654304=>1,3322654087=>1,3322654809=>1,3322654860=>1,3322655191=>1,3322071607=>1,3322071605=>1,3321441327=>1,3321293547=>1,3321693765=>1,3321693896=>1,3321783266=>1,3321694820=>1,3321023348=>1,3320471314=>1,3319580421=>1,3319532532=>1,3319596498=>1,3320114439=>1,3320327075=>1,3320307155=>1,3321783906=>1,3321784930=>1,3322071592=>1,3322071591=>1,3322071593=>1,3322071595=>1,3322071602=>1,3322071599=>1,3322071589=>1,3322071588=>1,3322034428=>1,3321976878=>1,3322069972=>1,3322071585=>1,3322071587=>1,3307838444=>1,3307837134=>1,3285224324=>1,3285218466=>1,3285227433=>1,3285228321=>1,3285411147=>1,3285286765=>1,3285072998=>1,3285035824=>1,3284724933=>1,3284134365=>1,3284818380=>1,3284846140=>1,3284855612=>1,3284848674=>1,3285411642=>1,3285438322=>1,3287240426=>1,3286983658=>1,3287265214=>1,3287449945=>1,3287693722=>1,3287557297=>1,3286931542=>1,3286930478=>1,3286356762=>1,3285992433=>1,3286511024=>1,3286518659=>1,3286673491=>1,3286582701=>1,3284115248=>1,3284037574=>1,3281915286=>1,3281912532=>1,3282019010=>1,3282029662=>1,3282526872=>1,3282087092=>1,3281715131=>1,3281713945=>1,3281707617=>1,3281705103=>1,3281708843=>1,3281709858=>1,3281711981=>1,3281711222=>1,3282664930=>1,3282685654=>1,3283236901=>1,3283236899=>1,3283275595=>1,3283356612=>1,3283767646=>1,3283767644=>1,3283236897=>1,3283236896=>1,3282688191=>1,3282685750=>1,3282689886=>1,3283189397=>1,3283231062=>1,3287983025=>1,3287989226=>1,3302115852=>1,3302112703=>1,3302134046=>1,3302343498=>1,3302438502=>1,3302350458=>1,3302101942=>1,3302101061=>1,3301562713=>1,3301142594=>1,3301566318=>1,3301772357=>1,3302097984=>1,3301821284=>1,3302502467=>1,3302504186=>1,3307709219=>1,3307619213=>1,3307744091=>1,3307745212=>1,3307805039=>1,3307753410=>1,3307401235=>1,3307401211=>1,3302710910=>1,3302700830=>1,3307388614=>1,3307389189=>1,3307399119=>1,3291324373=>1,3291324333=>1,3289365978=>1,3289278604=>1,3289977890=>1,3290294368=>1,3290425546=>1,3290425217=>1,3289078329=>1,3288237900=>1,3288049169=>1,3288041729=>1,3288049185=>1,3288049299=>1,3288071394=>1,3288064743=>1,3290567234=>1,3290984501=>1,3291320700=>1,3291319545=>1,3291321089=>1,3291323313=>1,3291324309=>1,3291324305=>1,3291317505=>1,3291317249=>1,3291023785=>1,3291023642=>1,3291056592=>1,3291316953=>1,3291317153=>1,3323412005=>1,3323423250=>1,3344981608=>1,3344980258=>1,3345391081=>1,3346224062=>1,3346232271=>1,3346231846=>1,3344407295=>1,3344407291=>1,3343172732=>1,3343032229=>1,3343172733=>1,3343172734=>1,3343923378=>1,3343572651=>1,3346232775=>1,3346232819=>1,3350523278=>1,3350495369=>1,3350778850=>1,3351007273=>1,3351007276=>1,3351007275=>1,3349714066=>1,3347047122=>1,3346490086=>1,3346255352=>1,3346499910=>1,3346499911=>1,3347047062=>1,3346518167=>1,3342496116=>1,3341799258=>1,3338360379=>1,3338360378=>1,3338397062=>1,3338434895=>1,3338443115=>1,3338443077=>1,3338360377=>1,3338349374=>1,3337957703=>1,3337906350=>1,3337958216=>1,3337958266=>1,3337961377=>1,3337961064=>1,3338659021=>1,3339682362=>1,3341078818=>1,3340926169=>1,3341705938=>1,3341706129=>1,3341794011=>1,3341706218=>1,3340666996=>1,3340481511=>1,3339933180=>1,3339713748=>1,3339965872=>1,3340071538=>1,3340481506=>1,3351007277=>1,3351007278=>1,3351007973=>1,3351007937=>1,3351007987=>1,3351008264=>1,3351008311=>1,3351008294=>1,3351007916=>1,3351007903=>1,3351007787=>1,3351007785=>1,3351007794=>1,3351007827=>1,3351007895=>1,3351007863=>1,3351008330=>1,3351008345=>1,3351008587=>1,3351008551=>1,3351008594=>1,3351008600=>1,3281701112=>1,3351008629=>1,3351008545=>1,3351008523=>1,3351008367=>1,3351008364=>1,3351008374=>1,3351008437=>1,3351008468=>1,3351007774=>1,3351007768=>1,3351007357=>1,3351007350=>1,3351007362=>1,3351007375=>1,3351007436=>1,3351007377=>1,3351007348=>1,3351007337=>1,3351007295=>1,3351007285=>1,3351007306=>1,3351007312=>1,3351007333=>1,3351007322=>1,3351007464=>1,3351007475=>1,3351007693=>1,3351007678=>1,3351007713=>1,3351007721=>1,3351007757=>1,3351007730=>1,3351007666=>1,3351007661=>1,3351007537=>1,3351007509=>1,3351007560=>1,3351007565=>1,3351007569=>1,3337417358=>1,3337359660=>1,3325219638=>1,3325219505=>1,3325222034=>1,3325224726=>1,3325250469=>1,3325224788=>1,3325219492=>1,3325216903=>1,3325206156=>1,3325205582=>1,3325214559=>1,3325216071=>1,3325216900=>1,3325216899=>1,3325337929=>1,3325347622=>1,3326562626=>1,3325937995=>1,3326562715=>1,3326562940=>1,3326596446=>1,3326564705=>1,3325795446=>1,3325719506=>1,3325622352=>1,3325612069=>1,3325639482=>1,3325716202=>1,3325718239=>1,3325717301=>1,3325204497=>1,3325203270=>1,3323684320=>1,3323683286=>1,3323686180=>1,3323688796=>1,3324196755=>1,3323690974=>1,3323683256=>1,3323679414=>1,3323432573=>1,3323430179=>1,3323432731=>1,3323432898=>1,3323675774=>1,3323674839=>1,3324879082=>1,3324939823=>1,3325199861=>1,3325199514=>1,3325200341=>1,3325202760=>1,3325203196=>1,3325202895=>1,3325172253=>1,3325087051=>1,3324941743=>1,3324939850=>1,3324942643=>1,3324942697=>1,3324942713=>1,3326615119=>1,3326666729=>1,3334952725=>1,3334952380=>1,3334953523=>1,3334954184=>1,3334958124=>1,3334954571=>1,3334951958=>1,3333723657=>1,3331997401=>1,3331608999=>1,3332006532=>1,3332869763=>1,3333027358=>1,3332927081=>1,3334959225=>1,3334959243=>1,3335748477=>1,3335748287=>1,3335748822=>1,3335749106=>1,3337211045=>1,3335749601=>1,3335747236=>1,3335321044=>1,3334960774=>1,3334959418=>1,3334962952=>1,3334962953=>1,3334963195=>1,3331371541=>1,3331352920=>1,3327793044=>1,3327455369=>1,3328203369=>1,3328203421=>1,3328204410=>1,3328204386=>1,3327442628=>1,3326767542=>1,3326685767=>1,3326679959=>1,3326752959=>1,3326753296=>1,3326754099=>1,3326753818=>1,3328219907=>1,3328324476=>1,3328483126=>1,3328482139=>1,3328827194=>1,3328827282=>1,3331295469=>1,3331260835=>1,3328482102=>1,3328480402=>1,3328324925=>1,3328324757=>1,3328337320=>1,3328434310=>1,3328480368=>1,3351008686=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-36.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php return array(3382769410=>1,3382768857=>1,3382769460=>1,3382769577=>1,3382769614=>1,3382769583=>1,3382768548=>1,3382768099=>1,3382766632=>1,3382766587=>1,3382766856=>1,3382767126=>1,3382767849=>1,3382767748=>1,3382811151=>1,3382823362=>1,3382972077=>1,3382971882=>1,3382972220=>1,3382972819=>1,3382974841=>1,3382974203=>1,3382971819=>1,3382971640=>1,3382969364=>1,3382949805=>1,3382970070=>1,3382970178=>1,3382970999=>1,3382970275=>1,3382763304=>1,3382763299=>1,3382760423=>1,3382759779=>1,3382760500=>1,3382760983=>1,3382761319=>1,3382761297=>1,3382759647=>1,3382759386=>1,3382758722=>1,3382758064=>1,3382758864=>1,3382759102=>1,3382759291=>1,3382759148=>1,3382761375=>1,3382761544=>1,3382762755=>1,3382762716=>1,3382762810=>1,3382762867=>1,3382762896=>1,3382762873=>1,3382762696=>1,3382762509=>1,3382762069=>1,3382761592=>1,3382762282=>1,3382762305=>1,3382762485=>1,3382977497=>1,3382978220=>1,3383024415=>1,3383024183=>1,3383025068=>1,3383025685=>1,3383026707=>1,3383026495=>1,3383024126=>1,3383024092=>1,3383022271=>1,3383022223=>1,3383022705=>1,3383022738=>1,3383023880=>1,3383023432=>1,3383026723=>1,3383026782=>1,3383029103=>1,3383028794=>1,3383029170=>1,3383029458=>1,3383029921=>1,3383029738=>1,3383028691=>1,3383028562=>1,3383027140=>1,3383027060=>1,3383027732=>1,3383028083=>1,3383028285=>1,3383028135=>1,3383022171=>1,3383022169=>1,3383017751=>1,3382983645=>1,3383018221=>1,3383018252=>1,3383018680=>1,3383018505=>1,3382981777=>1,3382979810=>1,3382979335=>1,3382978512=>1,3382979608=>1,3382979613=>1,3382979769=>1,3382979625=>1,3383018704=>1,3383019363=>1,3383021614=>1,3383021145=>1,3383021631=>1,3383021650=>1,3383022138=>1,3383021786=>1,3383021056=>1,3383020744=>1,3383019644=>1,3383019641=>1,3383020259=>1,3383020564=>1,3383020698=>1,3382757665=>1,3382757493=>1,3381366838=>1,3381365231=>1,3381366888=>1,3381366892=>1,3381366951=>1,3381366940=>1,3381365137=>1,3381364957=>1,3381363393=>1,3381363217=>1,3381363702=>1,3381363753=>1,3381364842=>1,3381364083=>1,3381367072=>1,3381367077=>1,3381951926=>1,3381943014=>1,3381966362=>1,3382013059=>1,3382086427=>1,3382061586=>1,3381457097=>1,3381367269=>1,3381367155=>1,3381367125=>1,3381367189=>1,3381367200=>1,3381367207=>1,3381367201=>1,3381363184=>1,3381363180=>1,3380911406=>1,3380901491=>1,3380911563=>1,3380911567=>1,3380912678=>1,3380912105=>1,3380901490=>1,3380889255=>1,3380877727=>1,3380874991=>1,3380879301=>1,3380879709=>1,3380886877=>1,3380881830=>1,3380914829=>1,3380918570=>1,3381348307=>1,3381348109=>1,3381362701=>1,3381362866=>1,3381362955=>1,3381362881=>1,3381347074=>1,3381346818=>1,3380930171=>1,3380929759=>1,3380930328=>1,3381289324=>1,3381346701=>1,3382087608=>1,3382109382=>1,3382743959=>1,3382743937=>1,3382744666=>1,3382744713=>1,3382745098=>1,3382745092=>1,3382743852=>1,3382743576=>1,3382735044=>1,3382734973=>1,3382735323=>1,3382735683=>1,3382735722=>1,3382735710=>1,3382746270=>1,3382746570=>1,3382755934=>1,3382755762=>1,3382756744=>1,3382756804=>1,3382757304=>1,3382756828=>1,3382755475=>1,3382755028=>1,3382747132=>1,3382746603=>1,3382748049=>1,3382752484=>1,3382755003=>1,3382734924=>1,3382734913=>1,3382714644=>1,3382714638=>1,3382715403=>1,3382715862=>1,3382720534=>1,3382716901=>1,3382710369=>1,3382693927=>1,3382155230=>1,3382147100=>1,3382645645=>1,3382686834=>1,3382686925=>1,3382686921=>1,3382720708=>1,3382721119=>1,3382730422=>1,3382730321=>1,3382730832=>1,3382731058=>1,3382734858=>1,3382731639=>1,3382730272=>1,3382730050=>1,3382729280=>1,3382723993=>1,3382729354=>1,3382729380=>1,3382729576=>1,3383029971=>1,3383030311=>1,3383152728=>1,3383152720=>1,3383152744=>1,3383152752=>1,3383152769=>1,3383152767=>1,3383152717=>1,3383152713=>1,3383152672=>1,3383152669=>1,3383152675=>1,3383152695=>1,3383152708=>1,3383152701=>1,3383152776=>1,3383152777=>1,3383152945=>1,3383152902=>1,3383152957=>1,3383152968=>1,3383152980=>1,3383152978=>1,3383152893=>1,3383152881=>1,3383152783=>1,3383152780=>1,3383152785=>1,3383152815=>1,3383152840=>1,3383152827=>1,3383152654=>1,3383152647=>1,3383150373=>1,3383150368=>1,3383150667=>1,3383150668=>1,3383150694=>1,3383150693=>1,3383150365=>1,3383150352=>1,3383150272=>1,3383150269=>1,3383150275=>1,3383150286=>1,3383150308=>1,3383150299=>1,3383150719=>1,3383150721=>1,3383150872=>1,3383150862=>1,3383151780=>1,3383151810=>1,3383152030=>1,3383151904=>1,3383150853=>1,3383150829=>1,3383150728=>1,3383150727=>1,3383150779=>1,3383150794=>1,3383150799=>1,3383152985=>1,3383153005=>1,3383154691=>1,3383154690=>1,3383154724=>1,3383154729=>1,3383154747=>1,3383154738=>1,3383154682=>1,3383154661=>1,3383154556=>1,3383154551=>1,3383154576=>1,3383154594=>1,3383154654=>1,3383154640=>1,3383154790=>1,3383154838=>1,3383154918=>1,3383154917=>1,3383154929=>1,3383154935=>1,3383154951=>1,3383154942=>1,3383154910=>1,3383154897=>1,3383154850=>1,3383154840=>1,3383154856=>1,3383154858=>1,3383154895=>1,3383154531=>1,3383154507=>1,3383153095=>1,3383153089=>1,3383153097=>1,3383153109=>1,3383154179=>1,3383153122=>1,3383153067=>1,3383153064=>1,3383153010=>1,3383153007=>1,3383153021=>1,3383153034=>1,3383153044=>1,3383153043=>1,3383154187=>1,3383154192=>1,3383154351=>1,3383154337=>1,3383154352=>1,3383154429=>1,3383154477=>1,3383154442=>1,3383154304=>1,3383154277=>1,3383154213=>1,3383154193=>1,3383154220=>1,3383154253=>1,3383154267=>1,3383150268=>1,3383150263=>1,3383057161=>1,3383054935=>1,3383058333=>1,3383061087=>1,3383062741=>1,3383061625=>1,3383052342=>1,3383052133=>1,3383041116=>1,3383039903=>1,3383042253=>1,3383046311=>1,3383051779=>1,3383051663=>1,3383063413=>1,3383077506=>1,3383096779=>1,3383096751=>1,3383096988=>1,3383104428=>1,3383104764=>1,3383104699=>1,3383096728=>1,3383096495=>1,3383084640=>1,3383082291=>1,3383095647=>1,3383096346=>1,3383096384=>1,3383096372=>1,3383038401=>1,3383038384=>1,3383032218=>1,3383032160=>1,3383032224=>1,3383032328=>1,3383032369=>1,3383032361=>1,3383031879=>1,3383031659=>1,3383030676=>1,3383030401=>1,3383030842=>1,3383031325=>1,3383031386=>1,3383031363=>1,3383032384=>1,3383032485=>1,3383033559=>1,3383033501=>1,3383033574=>1,3383033580=>1,3383033674=>1,3383033638=>1,3383033065=>1,3383032886=>1,3383032696=>1,3383032605=>1,3383032717=>1,3383032790=>1,3383032854=>1,3383106430=>1,3383109327=>1,3383150103=>1,3383150101=>1,3383150115=>1,3383150116=>1,3383150125=>1,3383150119=>1,3383150086=>1,3383149054=>1,3383148971=>1,3383148969=>1,3383149015=>1,3383149023=>1,3383149038=>1,3383149027=>1,3383150128=>1,3383150136=>1,3383150234=>1,3383150232=>1,3383150242=>1,3383150245=>1,3383150256=>1,3383150251=>1,3383150217=>1,3383150215=>1,3383150158=>1,3383150142=>1,3383150166=>1,3383150175=>1,3383150185=>1,3383148964=>1,3383148956=>1,3383148628=>1,3383148627=>1,3383148666=>1,3383148708=>1,3383148741=>1,3383148735=>1,3383148610=>1,3383148604=>1,3383148551=>1,3383128455=>1,3383148571=>1,3383148574=>1,3383148594=>1,3383148585=>1,3383148747=>1,3383148759=>1,3383148889=>1,3383148886=>1,3383148899=>1,3383148922=>1,3383148954=>1,3383148952=>1,3383148868=>1,3383148826=>1,3383148786=>1,3383148778=>1,3383148787=>1,3383148790=>1,3383148820=>1,3380874967=>1,3380874795=>1,3370191304=>1,3370191244=>1,3370191349=>1,3370191880=>1,3370191936=>1,3370191931=>1,3370191241=>1,3370191238=>1,3370191085=>1,3370191034=>1,3370191141=>1,3370191198=>1,3370191223=>1,3370191213=>1,3370191960=>1,3370191963=>1,3370192086=>1,3370192084=>1,3370192096=>1,3370192101=>1,3370192103=>1,3370192102=>1,3370192083=>1,3370192080=>1,3370192012=>1,3370191984=>1,3370192017=>1,3370192056=>1,3370192063=>1,3370192057=>1,3370190975=>1,3370190955=>1,3370189038=>1,3370189026=>1,3370189080=>1,3370189084=>1,3370189113=>1,3370189087=>1,3370189024=>1,3370189020=>1,3370188985=>1,3370188984=>1,3370188987=>1,3370188998=>1,3370189008=>1,3370189002=>1,3370189119=>1,3370189138=>1,3370189306=>1,3370189294=>1,3370190886=>1,3370190911=>1,3370190923=>1,3370190920=>1,3370189285=>1,3370189281=>1,3370189159=>1,3370189144=>1,3370189201=>1,3370189219=>1,3370189254=>1,3370192107=>1,3370192108=>1,3371108239=>1,3371108226=>1,3371108244=>1,3371108256=>1,3371108263=>1,3371108261=>1,3371108225=>1,3371108218=>1,3371108094=>1,3371108090=>1,3371108101=>1,3371108111=>1,3371108198=>1,3371108173=>1,3371108265=>1,3371108302=>1,3371108404=>1,3371108399=>1,3371108417=>1,3371108427=>1,3371108462=>1,3371108440=>1,3371108395=>1,3371108349=>1,3371108317=>1,3371108305=>1,3371108318=>1,3371108327=>1,3371108334=>1,3371108085=>1,3371108077=>1,3370534018=>1,3370508729=>1,3371039031=>1,3371107377=>1,3371107862=>1,3371107850=>1,3370195102=>1,3370195014=>1,3370192125=>1,3370192121=>1,3370192140=>1,3370192150=>1,3370194993=>1,3370194949=>1,3371107888=>1,3371107913=>1,3371108014=>1,3371108012=>1,3371108029=>1,3371108039=>1,3371108065=>1,3371108040=>1,3371107992=>1,3371107985=>1,3371107928=>1,3371107914=>1,3371107974=>1,3371107978=>1,3371107982=>1,3370188983=>1,3370188972=>1,3367801401=>1,3367801393=>1,3367801404=>1,3367801405=>1,3367801462=>1,3367801432=>1,3367801355=>1,3367801348=>1,3367801040=>1,3367801017=>1,3367801044=>1,3367801075=>1,3367801347=>1,3367801077=>1,3367801467=>1,3367801497=>1,3367801632=>1,3367801626=>1,3367801636=>1,3367801666=>1,3367801701=>1,3367801692=>1,3367801608=>1,3367801594=>1,3367801519=>1,3367801500=>1,3367801525=>1,3367801538=>1,3367801560=>1,3367801552=>1,3367801000=>1,3367800990=>1,3366725904=>1,3366687055=>1,3366741832=>1,3366952396=>1,3367159493=>1,3367159491=>1,3366617307=>1,3366617305=>1,3366436835=>1,3366386094=>1,3366617297=>1,3366617299=>1,3366617304=>1,3366617303=>1,3367301251=>1,3367301258=>1,3367800910=>1,3367800877=>1,3367800943=>1,3367800975=>1,3367800981=>1,3367800976=>1,3367800839=>1,3367800835=>1,3367307719=>1,3367301262=>1,3367307763=>1,3367404420=>1,3367800834=>1,3367801749=>1,3367801765=>1,3369614243=>1,3369576197=>1,3369614720=>1,3369726478=>1,3369778163=>1,3369726555=>1,3369576195=>1,3369575584=>1,3369122726=>1,3369122692=>1,3369442867=>1,3369479730=>1,3369504517=>1,3369501795=>1,3369912194=>1,3369912861=>1,3370188834=>1,3370117595=>1,3370188850=>1,3370188854=>1,3370188949=>1,3370188892=>1,3370082754=>1,3370081083=>1,3369917723=>1,3369917722=>1,3369917970=>1,3369997586=>1,3370081082=>1,3369122691=>1,3368881490=>1,3368081029=>1,3367828875=>1,3368089674=>1,3368090754=>1,3368091331=>1,3368091031=>1,3367802288=>1,3367802223=>1,3367801822=>1,3367801813=>1,3367801909=>1,3367801971=>1,3367802037=>1,3367801974=>1,3368091332=>1,3368091333=>1,3368473773=>1,3368428114=>1,3368493626=>1,3368514274=>1,3368648915=>1,3368601800=>1,3368348190=>1,3368323166=>1,3368257475=>1,3368256154=>1,3368258994=>1,3368265498=>1,3368296578=>1,3371108476=>1,3371108485=>1,3372373179=>1,3372262613=>1,3372680329=>1,3372731786=>1,3373331683=>1,3372738915=>1,3372262498=>1,3372186282=>1,3371122639=>1,3371122637=>1,3371122664=>1,3371122673=>1,3371564490=>1,3371122678=>1,3373371969=>1,3373551530=>1,3373700144=>1,3373677438=>1,3373964223=>1,3373975986=>1,3374436327=>1,3374432646=>1,3373677030=>1,3373577850=>1,3373558914=>1,3373555307=>1,3373576475=>1,3373576481=>1,3373577756=>1,3373577738=>1,3371122620=>1,3371122616=>1,3371122130=>1,3371122129=>1,3371122138=>1,3371122140=>1,3371122153=>1,3371122146=>1,3371122128=>1,3371122122=>1,3371122114=>1,3371122098=>1,3371122115=>1,3371122116=>1,3371122119=>1,3371122118=>1,3371122160=>1,3371122171=>1,3371122574=>1,3371122562=>1,3371122579=>1,3371122600=>1,3371122615=>1,3371122606=>1,3371122549=>1,3371122520=>1,3371122174=>1,3371122173=>1,3371122445=>1,3371122460=>1,3371122472=>1,3374453480=>1,3374761010=>1,3377552332=>1,3377475380=>1,3377584925=>1,3377698806=>1,3377804025=>1,3377717332=>1,3377475202=>1,3377148639=>1,3376964340=>1,3376845066=>1,3377031778=>1,3377055874=>1,3377144100=>1,3377136202=>1,3377880848=>1,3377892342=>1,3380789488=>1,3380092219=>1,3380800884=>1,3380871960=>1,3380874568=>1,3380872562=>1,3379829992=>1,3378426757=>1,3378183383=>1,3378038250=>1,3378183529=>1,3378185498=>1,3378380657=>1,3376844878=>1,3376840198=>1,3375430639=>1,3375430636=>1,3375540529=>1,3375613421=>1,3375621425=>1,3375614951=>1,3375430629=>1,3375424249=>1,3374845836=>1,3374845035=>1,3374923849=>1,3374987785=>1,3375399561=>1,3375365986=>1,3375760755=>1,3375761906=>1,3376405897=>1,3376298069=>1,3376498359=>1,3376839437=>1,3376839636=>1,3376839531=>1,3376136090=>1,3376019722=>1,3375861754=>1,3375861505=>1,3375865706=>1,3375993622=>1,3376019714=>1,3371122085=>1,3371122073=>1,3371112748=>1,3371112526=>1,3371112948=>1,3371112987=>1,3371113112=>1,3371112991=>1,3371112523=>1,3371109355=>1,3371109281=>1,3371109215=>1,3371109305=>1,3371109321=>1,3371109331=>1,3371109330=>1,3371113117=>1,3371113170=>1,3371113553=>1,3371113530=>1,3371113568=>1,3371113589=>1,3371113597=>1,3371113595=>1,3371113522=>1,3371113513=>1,3371113176=>1,3371113175=>1,3371113189=>1,3371113232=>1,3371113485=>1,3371113259=>1,3371109125=>1,3371109079=>1,3371108698=>1,3371108687=>1,3371108705=>1,3371108737=>1,3371108769=>1,3371108763=>1,3371108678=>1,3371108628=>1,3371108538=>1,3371108506=>1,3371108551=>1,3371108569=>1,3371108595=>1,3371108581=>1,3371108772=>1,3371108796=>1,3371109010=>1,3371108972=>1,3371109016=>1,3371109017=>1,3371109075=>1,3371109069=>1,3371108951=>1,3371108932=>1,3371108844=>1,3371108821=>1,3371108856=>1,3371108866=>1,3371108871=>1,3371113598=>1,3371113629=>1,3371121979=>1,3371121947=>1,3371121985=>1,3371121988=>1,3371122012=>1,3371122002=>1,3371121944=>1,3371121938=>1,3371120199=>1,3371118825=>1,3371120342=>1,3371120805=>1,3371121930=>1,3371121925=>1,3371122014=>1,3371122017=>1,3371122054=>1,3371122051=>1,3371122059=>1,3371122060=>1,3371122072=>1,3371122071=>1,3371122048=>1,3371122041=>1,3371122026=>1,3371122022=>1,3371122029=>1,3371122033=>1,3371122034=>1,3371118823=>1,3371118784=>1,3371117593=>1,3371117572=>1,3371117675=>1,3371117679=>1,3371117708=>1,3371117702=>1,3371114167=>1,3371113713=>1,3371113659=>1,3371113646=>1,3371113672=>1,3371113674=>1,3371113682=>1,3371113681=>1,3371117715=>1,3371117747=>1,3371118731=>1,3371118705=>1,3371118757=>1,3371118762=>1,3371118775=>1,3371118763=>1,3371118684=>1,3371118641=>1,3371118602=>1,3371118595=>1,3371118616=>1,3371118621=>1,3371118630=>1,3366299806=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-37.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php return array(3383510335=>1,3383510316=>1,3383510340=>1,3383510343=>1,3383510352=>1,3383510344=>1,3383510283=>1,3383510274=>1,3383510224=>1,3383510197=>1,3383510232=>1,3383510257=>1,3383510272=>1,3383510265=>1,3383510392=>1,3383510394=>1,3383510506=>1,3383510493=>1,3383510520=>1,3383510532=>1,3383510546=>1,3383510543=>1,3383510484=>1,3383510483=>1,3383510413=>1,3383510401=>1,3383510427=>1,3383510436=>1,3383510482=>1,3383510460=>1,3383510196=>1,3383510165=>1,3383508877=>1,3383508870=>1,3383508890=>1,3383508891=>1,3383508922=>1,3383508907=>1,3383508855=>1,3383508851=>1,3383508760=>1,3383508747=>1,3383508762=>1,3383508784=>1,3383508849=>1,3383508789=>1,3383508928=>1,3383508933=>1,3383510074=>1,3383510071=>1,3383510080=>1,3383510082=>1,3383510149=>1,3383510140=>1,3383510070=>1,3383510053=>1,3383508982=>1,3383508948=>1,3383508990=>1,3383510023=>1,3383510038=>1,3383510548=>1,3383510550=>1,3383510976=>1,3383510953=>1,3383510980=>1,3383510988=>1,3383511036=>1,3383511000=>1,3383510951=>1,3383510950=>1,3383510907=>1,3383510901=>1,3383510913=>1,3383510914=>1,3383510928=>1,3383510919=>1,3383511045=>1,3383511047=>1,3383511262=>1,3383511250=>1,3383511264=>1,3383511267=>1,3383511294=>1,3383511286=>1,3383511213=>1,3383511210=>1,3383511052=>1,3383511048=>1,3383511093=>1,3383511121=>1,3383511202=>1,3383511172=>1,3383510899=>1,3383510837=>1,3383510647=>1,3383510625=>1,3383510664=>1,3383510674=>1,3383510703=>1,3383510698=>1,3383510622=>1,3383510617=>1,3383510583=>1,3383510571=>1,3383510594=>1,3383510607=>1,3383510614=>1,3383510609=>1,3383510706=>1,3383510711=>1,3383510800=>1,3383510799=>1,3383510807=>1,3383510820=>1,3383510827=>1,3383510826=>1,3383510796=>1,3383510794=>1,3383510737=>1,3383510728=>1,3383510742=>1,3383510751=>1,3383510761=>1,3383508744=>1,3383508741=>1,3383508007=>1,3383508004=>1,3383508015=>1,3383508022=>1,3383508043=>1,3383508038=>1,3383508001=>1,3383507993=>1,3383507955=>1,3383507949=>1,3383507977=>1,3383507979=>1,3383507991=>1,3383507982=>1,3383508051=>1,3383508058=>1,3383508167=>1,3383508135=>1,3383508173=>1,3383508181=>1,3383508188=>1,3383508184=>1,3383508130=>1,3383508124=>1,3383508085=>1,3383508075=>1,3383508102=>1,3383508111=>1,3383508120=>1,3383508114=>1,3383507929=>1,3383507918=>1,3383507583=>1,3383507565=>1,3383507584=>1,3383507586=>1,3383507685=>1,3383507628=>1,3383507564=>1,3383507556=>1,3383507496=>1,3383507473=>1,3383507506=>1,3383507514=>1,3383507547=>1,3383507517=>1,3383507688=>1,3383507698=>1,3383507850=>1,3383507826=>1,3383507874=>1,3383507891=>1,3383507907=>1,3383507893=>1,3383507824=>1,3383507815=>1,3383507732=>1,3383507702=>1,3383507746=>1,3383507782=>1,3383507799=>1,3383508192=>1,3383508193=>1,3383508526=>1,3383508511=>1,3383508540=>1,3383508543=>1,3383508574=>1,3383508561=>1,3383508484=>1,3383508482=>1,3383508409=>1,3383508408=>1,3383508427=>1,3383508451=>1,3383508474=>1,3383508456=>1,3383508604=>1,3383508610=>1,3383508719=>1,3383508718=>1,3383508720=>1,3383508725=>1,3383508738=>1,3383508736=>1,3383508715=>1,3383508706=>1,3383508642=>1,3383508625=>1,3383508643=>1,3383508684=>1,3383508694=>1,3383508405=>1,3383508399=>1,3383508275=>1,3383508262=>1,3383508277=>1,3383508279=>1,3383508299=>1,3383508289=>1,3383508253=>1,3383508252=>1,3383508219=>1,3383508210=>1,3383508226=>1,3383508231=>1,3383508245=>1,3383508235=>1,3383508300=>1,3383508305=>1,3383508348=>1,3383508345=>1,3383508349=>1,3383508358=>1,3383508384=>1,3383508382=>1,3383508343=>1,3383508342=>1,3383508324=>1,3383508307=>1,3383508325=>1,3383508333=>1,3383508334=>1,3383511301=>1,3383511304=>1,3383513207=>1,3383513206=>1,3383513214=>1,3383513215=>1,3383513239=>1,3383513235=>1,3383513200=>1,3383513196=>1,3383513143=>1,3383513139=>1,3383513158=>1,3383513163=>1,3383513187=>1,3383513175=>1,3383513268=>1,3383513269=>1,3383513422=>1,3383513407=>1,3383513435=>1,3383513436=>1,3383513455=>1,3383513437=>1,3383513398=>1,3383513392=>1,3383513320=>1,3383513290=>1,3383513350=>1,3383513365=>1,3383513378=>1,3383513376=>1,3383513112=>1,3383513105=>1,3383512851=>1,3383512830=>1,3383512858=>1,3383512869=>1,3383512874=>1,3383512873=>1,3383512807=>1,3383512798=>1,3383512744=>1,3383512743=>1,3383512758=>1,3383512764=>1,3383512789=>1,3383512777=>1,3383512885=>1,3383512887=>1,3383513001=>1,3383512983=>1,3383513005=>1,3383513008=>1,3383513094=>1,3383513013=>1,3383512973=>1,3383512939=>1,3383512892=>1,3383512891=>1,3383512916=>1,3383512936=>1,3383512938=>1,3383513456=>1,3383513460=>1,3383514525=>1,3383514484=>1,3383514538=>1,3383514552=>1,3383514576=>1,3383514565=>1,3383514472=>1,3383514446=>1,3383514411=>1,3383514403=>1,3383514417=>1,3383514418=>1,3383514441=>1,3383514425=>1,3383515146=>1,3383515155=>1,3383515300=>1,3383515296=>1,3383515324=>1,3383515333=>1,3383515342=>1,3383515339=>1,3383515294=>1,3383515282=>1,3383515174=>1,3383515165=>1,3383515195=>1,3383515242=>1,3383515265=>1,3383514396=>1,3383514395=>1,3383513596=>1,3383513581=>1,3383514126=>1,3383514135=>1,3383514169=>1,3383514136=>1,3383513577=>1,3383513544=>1,3383513473=>1,3383513464=>1,3383513494=>1,3383513518=>1,3383513541=>1,3383513533=>1,3383514183=>1,3383514192=>1,3383514345=>1,3383514336=>1,3383514361=>1,3383514370=>1,3383514388=>1,3383514380=>1,3383514331=>1,3383514319=>1,3383514276=>1,3383514236=>1,3383514309=>1,3383514310=>1,3383514316=>1,3383512736=>1,3383512735=>1,3383511770=>1,3383511769=>1,3383511780=>1,3383511788=>1,3383511823=>1,3383511802=>1,3383511768=>1,3383511765=>1,3383511726=>1,3383511706=>1,3383511729=>1,3383511741=>1,3383511755=>1,3383511751=>1,3383511832=>1,3383511839=>1,3383511954=>1,3383511951=>1,3383511973=>1,3383511975=>1,3383512012=>1,3383511999=>1,3383511918=>1,3383511889=>1,3383511851=>1,3383511850=>1,3383511852=>1,3383511862=>1,3383511880=>1,3383511873=>1,3383511700=>1,3383511699=>1,3383511379=>1,3383511355=>1,3383511405=>1,3383511415=>1,3383511430=>1,3383511420=>1,3383511354=>1,3383511352=>1,3383511313=>1,3383511308=>1,3383511316=>1,3383511319=>1,3383511349=>1,3383511332=>1,3383511450=>1,3383511459=>1,3383511639=>1,3383511621=>1,3383511658=>1,3383511664=>1,3383511692=>1,3383511669=>1,3383511528=>1,3383511526=>1,3383511480=>1,3383511469=>1,3383511504=>1,3383511520=>1,3383511523=>1,3383512026=>1,3383512035=>1,3383512536=>1,3383512528=>1,3383512546=>1,3383512548=>1,3383512566=>1,3383512556=>1,3383512523=>1,3383512519=>1,3383512500=>1,3383512498=>1,3383512504=>1,3383512513=>1,3383512518=>1,3383512515=>1,3383512567=>1,3383512582=>1,3383512689=>1,3383512674=>1,3383512693=>1,3383512701=>1,3383512732=>1,3383512714=>1,3383512660=>1,3383512657=>1,3383512621=>1,3383512594=>1,3383512623=>1,3383512629=>1,3383512648=>1,3383512491=>1,3383512485=>1,3383512172=>1,3383512168=>1,3383512173=>1,3383512186=>1,3383512212=>1,3383512191=>1,3383512167=>1,3383512141=>1,3383512062=>1,3383512054=>1,3383512075=>1,3383512108=>1,3383512136=>1,3383512126=>1,3383512236=>1,3383512237=>1,3383512414=>1,3383512407=>1,3383512417=>1,3383512450=>1,3383512458=>1,3383512455=>1,3383512404=>1,3383512398=>1,3383512272=>1,3383512270=>1,3383512281=>1,3383512282=>1,3383512305=>1,3383507433=>1,3383507426=>1,3383162376=>1,3383161237=>1,3383162404=>1,3383162415=>1,3383162429=>1,3383162426=>1,3383160228=>1,3383160119=>1,3383159988=>1,3383159984=>1,3383159994=>1,3383160013=>1,3383160082=>1,3383160025=>1,3383162488=>1,3383162515=>1,3383162736=>1,3383162638=>1,3383162886=>1,3383162908=>1,3383162986=>1,3383162947=>1,3383162622=>1,3383162610=>1,3383162544=>1,3383162527=>1,3383162568=>1,3383162578=>1,3383162602=>1,3383162585=>1,3383159980=>1,3383159974=>1,3383158777=>1,3383158716=>1,3383158782=>1,3383159814=>1,3383159830=>1,3383159829=>1,3383158714=>1,3383158711=>1,3383158636=>1,3383158624=>1,3383158639=>1,3383158647=>1,3383158707=>1,3383158691=>1,3383159835=>1,3383159847=>1,3383159932=>1,3383159904=>1,3383159940=>1,3383159949=>1,3383159964=>1,3383159952=>1,3383159902=>1,3383159895=>1,3383159866=>1,3383159858=>1,3383159869=>1,3383159871=>1,3383159881=>1,3383163010=>1,3383163021=>1,3383496850=>1,3383496835=>1,3383496879=>1,3383496904=>1,3383496939=>1,3383496924=>1,3383496825=>1,3383496793=>1,3383496763=>1,3383496760=>1,3383496783=>1,3383496788=>1,3383496792=>1,3383496790=>1,3383497002=>1,3383497015=>1,3383497128=>1,3383497120=>1,3383497132=>1,3383497137=>1,3383497141=>1,3383497140=>1,3383497113=>1,3383497110=>1,3383497060=>1,3383497036=>1,3383497069=>1,3383497077=>1,3383497093=>1,3383496754=>1,3383496745=>1,3383163100=>1,3383163091=>1,3383163105=>1,3383364187=>1,3383493947=>1,3383493658=>1,3383163087=>1,3383163078=>1,3383163030=>1,3383163024=>1,3383163031=>1,3383163048=>1,3383163067=>1,3383163055=>1,3383494729=>1,3383494766=>1,3383495157=>1,3383495109=>1,3383495170=>1,3383495412=>1,3383495574=>1,3383495437=>1,3383495098=>1,3383495076=>1,3383494893=>1,3383494852=>1,3383494899=>1,3383494973=>1,3383495063=>1,3383158590=>1,3383158582=>1,3383155485=>1,3383155482=>1,3383155486=>1,3383155488=>1,3383155491=>1,3383155489=>1,3383155477=>1,3383155473=>1,3383155456=>1,3383155450=>1,3383155459=>1,3383155461=>1,3383155470=>1,3383155467=>1,3383155492=>1,3383155530=>1,3383156317=>1,3383156304=>1,3383156343=>1,3383156349=>1,3383156376=>1,3383156358=>1,3383156289=>1,3383156284=>1,3383155546=>1,3383155531=>1,3383155645=>1,3383156230=>1,3383156261=>1,3383156247=>1,3383155449=>1,3383155447=>1,3383155128=>1,3383155092=>1,3383155137=>1,3383155149=>1,3383155153=>1,3383155150=>1,3383155090=>1,3383155081=>1,3383155037=>1,3383155023=>1,3383155040=>1,3383155044=>1,3383155055=>1,3383155054=>1,3383155187=>1,3383155191=>1,3383155353=>1,3383155305=>1,3383155373=>1,3383155377=>1,3383155435=>1,3383155416=>1,3383155285=>1,3383155279=>1,3383155239=>1,3383155203=>1,3383155243=>1,3383155247=>1,3383155266=>1,3383156413=>1,3383156458=>1,3383157574=>1,3383157558=>1,3383157592=>1,3383157595=>1,3383157610=>1,3383157599=>1,3383157546=>1,3383157528=>1,3383157462=>1,3383157459=>1,3383157470=>1,3383157497=>1,3383157519=>1,3383157510=>1,3383157616=>1,3383157625=>1,3383157730=>1,3383157729=>1,3383157737=>1,3383158546=>1,3383158567=>1,3383158557=>1,3383157716=>1,3383157712=>1,3383157657=>1,3383157638=>1,3383157685=>1,3383157692=>1,3383157705=>1,3383157396=>1,3383157385=>1,3383156607=>1,3383156597=>1,3383156621=>1,3383156634=>1,3383156648=>1,3383156646=>1,3383156593=>1,3383156577=>1,3383156526=>1,3383156487=>1,3383156528=>1,3383156547=>1,3383156574=>1,3383156559=>1,3383156670=>1,3383156674=>1,3383157329=>1,3383157328=>1,3383157333=>1,3383157348=>1,3383157384=>1,3383157366=>1,3383157321=>1,3383157313=>1,3383156733=>1,3383156722=>1,3383156734=>1,3383157255=>1,3383157267=>1,3383497143=>1,3383497150=>1,3383506138=>1,3383506130=>1,3383506203=>1,3383506246=>1,3383506299=>1,3383506288=>1,3383506111=>1,3383506106=>1,3383506037=>1,3383505996=>1,3383506061=>1,3383506068=>1,3383506104=>1,3383506082=>1,3383506307=>1,3383506309=>1,3383506439=>1,3383506436=>1,3383506450=>1,3383506453=>1,3383506465=>1,3383506455=>1,3383506429=>1,3383506391=>1,3383506332=>1,3383506315=>1,3383506341=>1,3383506362=>1,3383506369=>1,3383506366=>1,3383505963=>1,3383505957=>1,3383505739=>1,3383505729=>1,3383505758=>1,3383505761=>1,3383505779=>1,3383505766=>1,3383505727=>1,3383505726=>1,3383505675=>1,3383505672=>1,3383505688=>1,3383505708=>1,3383505720=>1,3383505713=>1,3383505811=>1,3383505813=>1,3383505916=>1,3383505910=>1,3383505925=>1,3383505934=>1,3383505949=>1,3383505944=>1,3383505901=>1,3383505871=>1,3383505827=>1,3383505817=>1,3383505837=>1,3383505855=>1,3383505865=>1,3383506482=>1,3383506487=>1,3383506969=>1,3383506957=>1,3383506981=>1,3383506989=>1,3383507020=>1,3383507013=>1,3383506861=>1,3383506845=>1,3383506794=>1,3383506774=>1,3383506809=>1,3383506810=>1,3383506841=>1,3383506815=>1,3383507031=>1,3383507038=>1,3383507205=>1,3383507202=>1,3383507253=>1,3383507292=>1,3383507378=>1,3383507340=>1,3383507200=>1,3383507179=>1,3383507042=>1,3383507040=>1,3383507058=>1,3383507066=>1,3383507174=>1,3383506755=>1,3383506749=>1,3383506609=>1,3383506594=>1,3383506614=>1,3383506619=>1,3383506647=>1,3383506640=>1,3383506589=>1,3383506588=>1,3383506498=>1,3383506488=>1,3383506502=>1,3383506505=>1,3383506569=>1,3383506546=>1,3383506648=>1,3383506651=>1,3383506720=>1,3383506708=>1,3383506723=>1,3383506739=>1,3383506746=>1,3383506744=>1,3383506702=>1,3383506700=>1,3383506681=>1,3383506669=>1,3383506686=>1,3383506691=>1,3383506699=>1,3383505667=>1,3383505664=>1,3383499641=>1,3383499629=>1,3383499648=>1,3383499692=>1,3383499715=>1,3383499700=>1,3383499611=>1,3383499585=>1,3383499538=>1,3383499535=>1,3383499550=>1,3383499555=>1,3383499562=>1,3383499558=>1,3383499727=>1,3383499748=>1,3383504974=>1,3383504961=>1,3383504997=>1,3383505004=>1,3383505109=>1,3383505015=>1,3383504947=>1,3383504932=>1,3383499764=>1,3383499756=>1,3383499766=>1,3383499772=>1,3383504926=>1,3383504922=>1,3383499528=>1,3383499527=>1,3383498413=>1,3383498395=>1,3383498477=>1,3383498488=>1,3383499286=>1,3383499280=>1,3383498371=>1,3383498353=>1,3383497161=>1,3383497155=>1,3383497206=>1,3383497207=>1,3383498323=>1,3383498285=>1,3383499290=>1,3383499295=>1,3383499423=>1,3383499376=>1,3383499459=>1,3383499473=>1,3383499520=>1,3383499478=>1,3383499359=>1,3383499356=>1,3383499311=>1,3383499304=>1,3383499312=>1,3383499321=>1,3383499337=>1,3383505120=>1,3383505153=>1,3383505531=>1,3383505527=>1,3383505541=>1,3383505559=>1,3383505588=>1,3383505567=>1,3383505516=>1,3383505508=>1,3383505484=>1,3383505483=>1,3383505488=>1,3383505492=>1,3383505507=>1,3383505493=>1,3383505601=>1,3383505602=>1,3383505634=>1,3383505630=>1,3383505641=>1,3383505643=>1,3383505661=>1,3383505648=>1,3383505628=>1,3383505624=>1,3383505607=>1,3383505604=>1,3383505612=>1,3383505621=>1,3383505622=>1,3383505481=>1,3383505480=>1,3383505270=>1,3383505256=>1,3383505352=>1,3383505363=>1,3383505373=>1,3383505364=>1,3383505255=>1,3383505253=>1,3383505181=>1,3383505159=>1,3383505183=>1,3383505190=>1,3383505222=>1,3383505219=>1,3383505375=>1,3383505379=>1,3383505442=>1,3383505441=>1,3383505443=>1,3383505460=>1,3383505469=>1,3383505468=>1,3383505430=>1,3383505426=>1,3383505387=>1,3383505384=>1,3383505390=>1,3383505408=>1,3383505415=>1,3383154957=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-38.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php return array(3383537373=>1,3383537335=>1,3383537405=>1,3383537411=>1,3383537489=>1,3383537487=>1,3383537275=>1,3383537270=>1,3383537071=>1,3383537034=>1,3383537108=>1,3383537146=>1,3383537215=>1,3383537203=>1,3383537495=>1,3383537527=>1,3383537634=>1,3383537604=>1,3383538288=>1,3383538497=>1,3383538690=>1,3383538586=>1,3383537598=>1,3383537593=>1,3383537551=>1,3383537542=>1,3383537574=>1,3383537589=>1,3383537592=>1,3383537590=>1,3383537001=>1,3383536987=>1,3383536197=>1,3383536185=>1,3383536245=>1,3383536269=>1,3383536674=>1,3383536272=>1,3383536177=>1,3383536158=>1,3383535330=>1,3383535318=>1,3383535342=>1,3383535958=>1,3383536143=>1,3383536132=>1,3383536710=>1,3383536728=>1,3383536911=>1,3383536881=>1,3383536931=>1,3383536932=>1,3383536962=>1,3383536946=>1,3383536824=>1,3383536822=>1,3383536743=>1,3383536729=>1,3383536765=>1,3383536768=>1,3383536772=>1,3383538700=>1,3383538709=>1,3383539633=>1,3383539620=>1,3383539644=>1,3383539659=>1,3383539674=>1,3383539660=>1,3383539609=>1,3383539608=>1,3383539525=>1,3383539518=>1,3383539531=>1,3383539552=>1,3383539576=>1,3383539553=>1,3383539689=>1,3383540228=>1,3383540526=>1,3383540509=>1,3383540577=>1,3383540583=>1,3383540670=>1,3383540584=>1,3383540502=>1,3383540456=>1,3383540261=>1,3383540248=>1,3383540266=>1,3383540271=>1,3383540361=>1,3383540289=>1,3383539501=>1,3383539494=>1,3383538901=>1,3383538850=>1,3383538905=>1,3383538954=>1,3383538984=>1,3383538958=>1,3383538830=>1,3383538823=>1,3383538766=>1,3383538712=>1,3383538769=>1,3383538771=>1,3383538821=>1,3383538820=>1,3383539008=>1,3383539027=>1,3383539197=>1,3383539177=>1,3383539474=>1,3383539482=>1,3383539489=>1,3383539488=>1,3383539147=>1,3383539146=>1,3383539098=>1,3383539071=>1,3383539104=>1,3383539111=>1,3383539143=>1,3383535303=>1,3383535273=>1,3383528071=>1,3383528067=>1,3383528074=>1,3383528075=>1,3383528089=>1,3383528085=>1,3383528065=>1,3383528061=>1,3383528014=>1,3383528013=>1,3383528022=>1,3383528023=>1,3383528037=>1,3383528032=>1,3383528103=>1,3383528105=>1,3383528205=>1,3383528202=>1,3383528217=>1,3383528222=>1,3383528230=>1,3383528224=>1,3383528188=>1,3383528187=>1,3383528150=>1,3383528137=>1,3383528151=>1,3383528160=>1,3383528184=>1,3383528173=>1,3383528010=>1,3383528008=>1,3383527887=>1,3383527869=>1,3383527892=>1,3383527900=>1,3383527909=>1,3383527905=>1,3383527863=>1,3383527861=>1,3383527821=>1,3383527815=>1,3383527827=>1,3383527831=>1,3383527856=>1,3383527839=>1,3383527912=>1,3383527918=>1,3383527990=>1,3383527981=>1,3383528001=>1,3383528002=>1,3383528007=>1,3383528003=>1,3383527980=>1,3383527962=>1,3383527939=>1,3383527936=>1,3383527941=>1,3383527951=>1,3383527959=>1,3383528239=>1,3383528251=>1,3383531064=>1,3383531034=>1,3383531076=>1,3383531079=>1,3383531091=>1,3383531086=>1,3383530491=>1,3383530485=>1,3383530378=>1,3383530356=>1,3383530386=>1,3383530395=>1,3383530470=>1,3383530417=>1,3383531098=>1,3383531103=>1,3383535214=>1,3383535183=>1,3383535216=>1,3383535226=>1,3383535259=>1,3383535234=>1,3383535171=>1,3383535141=>1,3383531110=>1,3383531109=>1,3383533064=>1,3383533839=>1,3383535136=>1,3383530344=>1,3383530341=>1,3383528385=>1,3383528383=>1,3383528386=>1,3383528409=>1,3383528415=>1,3383528411=>1,3383528349=>1,3383528336=>1,3383528276=>1,3383528272=>1,3383528277=>1,3383528295=>1,3383528313=>1,3383528304=>1,3383528416=>1,3383528431=>1,3383530087=>1,3383530054=>1,3383530099=>1,3383530111=>1,3383530288=>1,3383530213=>1,3383530051=>1,3383530044=>1,3383529798=>1,3383528445=>1,3383529988=>1,3383530006=>1,3383530012=>1,3383540680=>1,3383540697=>1,3383552109=>1,3383552083=>1,3383552110=>1,3383552115=>1,3383552137=>1,3383552117=>1,3383552065=>1,3383552064=>1,3383551437=>1,3383551399=>1,3383551438=>1,3383551462=>1,3383552042=>1,3383551474=>1,3383552159=>1,3383552171=>1,3383552346=>1,3383552316=>1,3383552349=>1,3383552352=>1,3383552377=>1,3383552370=>1,3383552299=>1,3383552284=>1,3383552232=>1,3383552176=>1,3383552247=>1,3383552265=>1,3383552280=>1,3383552273=>1,3383551385=>1,3383551383=>1,3383551093=>1,3383551087=>1,3383551107=>1,3383551111=>1,3383551147=>1,3383551120=>1,3383551066=>1,3383551063=>1,3383551043=>1,3383551041=>1,3383551046=>1,3383551048=>1,3383551053=>1,3383551051=>1,3383551171=>1,3383551186=>1,3383551306=>1,3383551290=>1,3383551309=>1,3383551319=>1,3383551339=>1,3383551324=>1,3383551261=>1,3383551218=>1,3383551193=>1,3383551188=>1,3383551195=>1,3383551201=>1,3383551210=>1,3383552380=>1,3383552389=>1,3383552947=>1,3383552907=>1,3383552956=>1,3383552959=>1,3383552971=>1,3383552969=>1,3383552902=>1,3383552848=>1,3383552803=>1,3383552749=>1,3383552808=>1,3383552821=>1,3383552832=>1,3383552824=>1,3383552986=>1,3383553027=>1,3383553353=>1,3383553328=>1,3383553396=>1,3383553400=>1,3383553418=>1,3383553411=>1,3383553217=>1,3383553211=>1,3383553088=>1,3383553043=>1,3383553154=>1,3383553178=>1,3383553194=>1,3383552724=>1,3383552721=>1,3383552542=>1,3383552500=>1,3383552551=>1,3383552558=>1,3383552572=>1,3383552568=>1,3383552492=>1,3383552490=>1,3383552413=>1,3383552399=>1,3383552419=>1,3383552425=>1,3383552463=>1,3383552455=>1,3383552576=>1,3383552592=>1,3383552668=>1,3383552640=>1,3383552688=>1,3383552691=>1,3383552709=>1,3383552706=>1,3383552635=>1,3383552627=>1,3383552596=>1,3383552593=>1,3383552598=>1,3383552608=>1,3383552616=>1,3383551027=>1,3383551026=>1,3383541382=>1,3383541370=>1,3383541383=>1,3383541396=>1,3383541418=>1,3383541402=>1,3383541363=>1,3383541355=>1,3383541252=>1,3383541238=>1,3383541256=>1,3383541261=>1,3383541310=>1,3383541292=>1,3383541420=>1,3383541427=>1,3383541515=>1,3383541511=>1,3383541517=>1,3383541524=>1,3383541555=>1,3383541543=>1,3383541501=>1,3383541490=>1,3383541454=>1,3383541430=>1,3383541466=>1,3383541483=>1,3383541489=>1,3383541487=>1,3383541213=>1,3383541190=>1,3383540911=>1,3383540872=>1,3383540913=>1,3383540916=>1,3383540974=>1,3383540970=>1,3383540850=>1,3383540836=>1,3383540753=>1,3383540719=>1,3383540758=>1,3383540760=>1,3383540826=>1,3383540788=>1,3383540994=>1,3383541039=>1,3383541106=>1,3383541103=>1,3383541137=>1,3383541154=>1,3383541169=>1,3383541164=>1,3383541102=>1,3383541095=>1,3383541061=>1,3383541060=>1,3383541070=>1,3383541079=>1,3383541087=>1,3383541559=>1,3383541593=>1,3383544457=>1,3383544456=>1,3383544463=>1,3383544464=>1,3383544505=>1,3383544483=>1,3383544385=>1,3383544365=>1,3383542692=>1,3383542611=>1,3383542705=>1,3383542788=>1,3383543629=>1,3383543609=>1,3383544513=>1,3383544534=>1,3383551000=>1,3383550997=>1,3383551006=>1,3383551007=>1,3383551020=>1,3383551015=>1,3383550990=>1,3383550985=>1,3383544559=>1,3383544546=>1,3383549519=>1,3383549708=>1,3383550595=>1,3383542521=>1,3383542507=>1,3383541952=>1,3383541682=>1,3383541967=>1,3383541970=>1,3383542276=>1,3383542072=>1,3383541659=>1,3383541653=>1,3383541606=>1,3383541594=>1,3383541619=>1,3383541631=>1,3383541637=>1,3383541633=>1,3383542314=>1,3383542318=>1,3383542455=>1,3383542434=>1,3383542468=>1,3383542470=>1,3383542491=>1,3383542486=>1,3383542430=>1,3383542413=>1,3383542364=>1,3383542326=>1,3383542372=>1,3383542393=>1,3383542404=>1,3383527812=>1,3383527809=>1,3383518855=>1,3383518845=>1,3383518864=>1,3383518869=>1,3383518975=>1,3383518953=>1,3383518843=>1,3383518836=>1,3383518780=>1,3383518776=>1,3383518781=>1,3383518821=>1,3383518834=>1,3383518826=>1,3383519008=>1,3383519010=>1,3383519215=>1,3383519179=>1,3383519224=>1,3383519245=>1,3383519262=>1,3383519247=>1,3383519155=>1,3383519136=>1,3383519014=>1,3383519011=>1,3383519017=>1,3383519031=>1,3383519110=>1,3383519038=>1,3383518771=>1,3383518767=>1,3383518611=>1,3383518592=>1,3383518617=>1,3383518632=>1,3383518648=>1,3383518642=>1,3383518591=>1,3383518583=>1,3383518475=>1,3383518456=>1,3383518558=>1,3383518561=>1,3383518573=>1,3383518567=>1,3383518650=>1,3383518651=>1,3383518737=>1,3383518734=>1,3383518740=>1,3383518742=>1,3383518762=>1,3383518748=>1,3383518711=>1,3383518710=>1,3383518677=>1,3383518669=>1,3383518684=>1,3383518697=>1,3383518705=>1,3383519266=>1,3383519274=>1,3383519792=>1,3383519789=>1,3383519817=>1,3383519824=>1,3383519845=>1,3383519833=>1,3383519778=>1,3383519772=>1,3383519739=>1,3383519736=>1,3383519748=>1,3383519751=>1,3383519766=>1,3383519759=>1,3383519865=>1,3383519880=>1,3383519994=>1,3383519992=>1,3383519998=>1,3383520007=>1,3383520039=>1,3383520017=>1,3383519991=>1,3383519948=>1,3383519901=>1,3383519892=>1,3383519919=>1,3383519926=>1,3383519941=>1,3383519734=>1,3383519732=>1,3383519426=>1,3383519413=>1,3383519462=>1,3383519475=>1,3383519568=>1,3383519542=>1,3383519390=>1,3383519379=>1,3383519335=>1,3383519309=>1,3383519338=>1,3383519342=>1,3383519376=>1,3383519344=>1,3383519586=>1,3383519587=>1,3383519682=>1,3383519657=>1,3383519700=>1,3383519706=>1,3383519729=>1,3383519718=>1,3383519643=>1,3383519641=>1,3383519603=>1,3383519602=>1,3383519608=>1,3383519616=>1,3383519635=>1,3383518443=>1,3383518440=>1,3383516332=>1,3383516317=>1,3383516346=>1,3383516369=>1,3383516376=>1,3383516373=>1,3383516301=>1,3383516287=>1,3383516238=>1,3383516219=>1,3383516239=>1,3383516251=>1,3383516274=>1,3383516265=>1,3383516391=>1,3383516430=>1,3383516538=>1,3383516537=>1,3383516584=>1,3383516596=>1,3383516622=>1,3383516620=>1,3383516536=>1,3383516513=>1,3383516446=>1,3383516442=>1,3383516467=>1,3383516473=>1,3383516511=>1,3383516493=>1,3383516215=>1,3383516191=>1,3383515474=>1,3383515425=>1,3383515477=>1,3383515485=>1,3383515498=>1,3383515490=>1,3383515408=>1,3383515395=>1,3383515369=>1,3383515366=>1,3383515380=>1,3383515381=>1,3383515393=>1,3383515386=>1,3383515501=>1,3383515516=>1,3383515639=>1,3383515635=>1,3383515641=>1,3383515644=>1,3383516178=>1,3383516169=>1,3383515615=>1,3383515582=>1,3383515527=>1,3383515522=>1,3383515529=>1,3383515542=>1,3383515556=>1,3383516650=>1,3383516652=>1,3383518171=>1,3383518168=>1,3383518173=>1,3383518174=>1,3383518202=>1,3383518201=>1,3383518162=>1,3383518161=>1,3383518141=>1,3383518060=>1,3383518142=>1,3383518149=>1,3383518152=>1,3383518150=>1,3383518206=>1,3383518211=>1,3383518362=>1,3383518330=>1,3383518374=>1,3383518395=>1,3383518414=>1,3383518401=>1,3383518329=>1,3383518314=>1,3383518248=>1,3383518242=>1,3383518249=>1,3383518266=>1,3383518276=>1,3383518033=>1,3383518029=>1,3383517340=>1,3383517321=>1,3383517381=>1,3383517441=>1,3383517459=>1,3383517448=>1,3383517286=>1,3383517276=>1,3383516670=>1,3383516662=>1,3383517195=>1,3383517219=>1,3383517271=>1,3383517262=>1,3383517479=>1,3383517504=>1,3383517712=>1,3383517663=>1,3383517798=>1,3383517917=>1,3383517964=>1,3383517941=>1,3383517658=>1,3383517600=>1,3383517545=>1,3383517520=>1,3383517570=>1,3383517586=>1,3383517588=>1,3383520041=>1,3383520075=>1,3383524686=>1,3383524684=>1,3383524696=>1,3383524708=>1,3383524741=>1,3383524732=>1,3383524682=>1,3383524681=>1,3383524620=>1,3383524602=>1,3383524627=>1,3383524632=>1,3383524642=>1,3383524637=>1,3383524749=>1,3383524765=>1,3383525694=>1,3383525687=>1,3383525698=>1,3383525713=>1,3383525737=>1,3383525716=>1,3383525656=>1,3383525654=>1,3383524794=>1,3383524767=>1,3383524796=>1,3383524801=>1,3383525640=>1,3383524830=>1,3383524601=>1,3383524596=>1,3383524448=>1,3383524445=>1,3383524457=>1,3383524459=>1,3383524489=>1,3383524471=>1,3383524432=>1,3383524421=>1,3383524333=>1,3383524297=>1,3383524371=>1,3383524399=>1,3383524406=>1,3383524402=>1,3383524503=>1,3383524517=>1,3383524585=>1,3383524581=>1,3383524587=>1,3383524590=>1,3383524594=>1,3383524591=>1,3383524573=>1,3383524569=>1,3383524545=>1,3383524543=>1,3383524549=>1,3383524552=>1,3383524557=>1,3383525746=>1,3383525751=>1,3383527631=>1,3383527629=>1,3383527632=>1,3383527644=>1,3383527659=>1,3383527653=>1,3383527625=>1,3383527611=>1,3383527507=>1,3383527504=>1,3383527552=>1,3383527558=>1,3383527593=>1,3383527585=>1,3383527666=>1,3383527669=>1,3383527725=>1,3383527713=>1,3383527743=>1,3383527777=>1,3383527797=>1,3383527782=>1,3383527707=>1,3383527694=>1,3383527677=>1,3383527672=>1,3383527686=>1,3383527690=>1,3383527692=>1,3383527488=>1,3383527483=>1,3383525832=>1,3383525797=>1,3383525862=>1,3383525864=>1,3383525886=>1,3383525868=>1,3383525782=>1,3383525781=>1,3383525757=>1,3383525752=>1,3383525765=>1,3383525766=>1,3383525779=>1,3383525778=>1,3383525913=>1,3383525925=>1,3383527461=>1,3383527438=>1,3383527471=>1,3383527473=>1,3383527479=>1,3383527477=>1,3383527435=>1,3383527426=>1,3383525958=>1,3383525929=>1,3383525964=>1,3383525976=>1,3383526007=>1,3383524293=>1,3383524278=>1,3383520587=>1,3383520550=>1,3383520593=>1,3383520599=>1,3383520627=>1,3383520603=>1,3383520533=>1,3383520528=>1,3383520430=>1,3383520414=>1,3383520501=>1,3383520504=>1,3383520526=>1,3383520510=>1,3383520637=>1,3383520643=>1,3383520738=>1,3383520733=>1,3383520759=>1,3383520763=>1,3383520820=>1,3383520818=>1,3383520732=>1,3383520705=>1,3383520652=>1,3383520645=>1,3383520653=>1,3383520661=>1,3383520700=>1,3383520663=>1,3383520412=>1,3383520398=>1,3383520133=>1,3383520132=>1,3383520135=>1,3383520136=>1,3383520153=>1,3383520148=>1,3383520126=>1,3383520125=>1,3383520111=>1,3383520096=>1,3383520117=>1,3383520118=>1,3383520123=>1,3383520120=>1,3383520163=>1,3383520167=>1,3383520348=>1,3383520347=>1,3383520354=>1,3383520363=>1,3383520382=>1,3383520376=>1,3383520315=>1,3383520271=>1,3383520206=>1,3383520196=>1,3383520240=>1,3383520247=>1,3383520262=>1,3383520834=>1,3383520841=>1,3383523519=>1,3383523516=>1,3383523537=>1,3383523565=>1,3383523612=>1,3383523582=>1,3383523489=>1,3383523484=>1,3383523442=>1,3383523402=>1,3383523445=>1,3383523447=>1,3383523466=>1,3383523451=>1,3383523613=>1,3383523780=>1,3383524215=>1,3383524173=>1,3383524216=>1,3383524248=>1,3383524254=>1,3383524251=>1,3383524140=>1,3383524138=>1,3383524126=>1,3383524125=>1,3383524127=>1,3383524132=>1,3383524134=>1,3383523398=>1,3383523390=>1,3383520946=>1,3383520939=>1,3383520955=>1,3383520957=>1,3383521003=>1,3383520979=>1,3383520924=>1,3383520922=>1,3383520862=>1,3383520852=>1,3383520885=>1,3383520897=>1,3383520913=>1,3383520898=>1,3383521008=>1,3383521040=>1,3383523345=>1,3383523336=>1,3383523360=>1,3383523361=>1,3383523373=>1,3383523367=>1,3383521668=>1,3383521185=>1,3383521086=>1,3383521062=>1,3383521091=>1,3383521110=>1,3383521138=>1,3383515349=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-39.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php return array(3383587386=>1,3383587334=>1,3383587387=>1,3383587420=>1,3383587431=>1,3383587429=>1,3383587297=>1,3383587294=>1,3383587267=>1,3383587266=>1,3383587270=>1,3383587276=>1,3383587284=>1,3383587281=>1,3383587434=>1,3383587446=>1,3383587644=>1,3383587621=>1,3383587674=>1,3383587684=>1,3383587713=>1,3383587686=>1,3383587590=>1,3383587585=>1,3383587516=>1,3383587510=>1,3383587531=>1,3383587546=>1,3383587573=>1,3383587572=>1,3383587236=>1,3383587232=>1,3383585710=>1,3383585698=>1,3383585721=>1,3383585736=>1,3383585780=>1,3383585772=>1,3383585665=>1,3383585661=>1,3383585617=>1,3383585595=>1,3383585631=>1,3383585649=>1,3383585654=>1,3383585650=>1,3383586453=>1,3383586524=>1,3383587069=>1,3383587033=>1,3383587094=>1,3383587101=>1,3383587201=>1,3383587156=>1,3383587024=>1,3383586978=>1,3383586850=>1,3383586594=>1,3383586870=>1,3383586900=>1,3383586937=>1,3383587732=>1,3383587745=>1,3383590930=>1,3383590917=>1,3383590938=>1,3383591058=>1,3383591103=>1,3383591089=>1,3383590392=>1,3383590389=>1,3383590341=>1,3383590330=>1,3383590349=>1,3383590351=>1,3383590384=>1,3383590361=>1,3383591116=>1,3383591118=>1,3383592033=>1,3383592026=>1,3383592040=>1,3383592052=>1,3383592078=>1,3383592058=>1,3383592021=>1,3383592019=>1,3383591968=>1,3383591959=>1,3383591988=>1,3383591996=>1,3383592017=>1,3383592004=>1,3383590329=>1,3383590325=>1,3383588903=>1,3383588888=>1,3383588906=>1,3383588913=>1,3383588967=>1,3383588920=>1,3383588883=>1,3383588873=>1,3383587800=>1,3383587782=>1,3383587828=>1,3383588357=>1,3383588770=>1,3383588544=>1,3383588970=>1,3383588980=>1,3383590182=>1,3383589117=>1,3383590198=>1,3383590270=>1,3383590323=>1,3383590319=>1,3383589101=>1,3383589079=>1,3383589010=>1,3383588984=>1,3383589060=>1,3383589067=>1,3383589073=>1,3383585594=>1,3383585575=>1,3383583012=>1,3383583006=>1,3383583013=>1,3383583051=>1,3383583097=>1,3383583079=>1,3383582997=>1,3383582196=>1,3383582125=>1,3383582114=>1,3383582131=>1,3383582139=>1,3383582159=>1,3383582141=>1,3383583115=>1,3383583163=>1,3383583351=>1,3383583338=>1,3383583352=>1,3383583369=>1,3383583384=>1,3383583379=>1,3383583334=>1,3383583295=>1,3383583241=>1,3383583166=>1,3383583273=>1,3383583283=>1,3383583292=>1,3383583288=>1,3383582112=>1,3383582102=>1,3383581905=>1,3383581903=>1,3383581910=>1,3383581927=>1,3383581942=>1,3383581932=>1,3383581900=>1,3383581891=>1,3383581842=>1,3383581828=>1,3383581844=>1,3383581864=>1,3383581875=>1,3383581870=>1,3383581971=>1,3383581972=>1,3383582032=>1,3383582030=>1,3383582036=>1,3383582050=>1,3383582083=>1,3383582074=>1,3383582025=>1,3383582023=>1,3383581977=>1,3383581975=>1,3383581998=>1,3383582005=>1,3383582020=>1,3383583397=>1,3383583399=>1,3383585346=>1,3383585322=>1,3383585389=>1,3383585398=>1,3383585416=>1,3383585404=>1,3383585313=>1,3383585307=>1,3383585286=>1,3383584735=>1,3383585299=>1,3383585301=>1,3383585305=>1,3383585304=>1,3383585421=>1,3383585461=>1,3383585539=>1,3383585533=>1,3383585541=>1,3383585551=>1,3383585557=>1,3383585553=>1,3383585525=>1,3383585523=>1,3383585476=>1,3383585475=>1,3383585509=>1,3383585511=>1,3383585521=>1,3383584728=>1,3383584722=>1,3383583540=>1,3383583499=>1,3383583567=>1,3383583574=>1,3383583666=>1,3383583581=>1,3383583492=>1,3383583479=>1,3383583430=>1,3383583423=>1,3383583433=>1,3383583436=>1,3383583444=>1,3383583438=>1,3383583729=>1,3383584524=>1,3383584627=>1,3383584609=>1,3383584629=>1,3383584642=>1,3383584695=>1,3383584654=>1,3383584574=>1,3383584565=>1,3383584536=>1,3383584527=>1,3383584537=>1,3383584560=>1,3383584561=>1,3383592085=>1,3383592136=>1,3383598745=>1,3383598726=>1,3383598753=>1,3383598757=>1,3383598781=>1,3383598774=>1,3383598715=>1,3383598709=>1,3383598636=>1,3383598619=>1,3383598670=>1,3383598690=>1,3383598697=>1,3383598693=>1,3383598792=>1,3383598850=>1,3383598982=>1,3383598981=>1,3383598987=>1,3383599011=>1,3383599025=>1,3383599023=>1,3383598970=>1,3383598961=>1,3383598880=>1,3383598865=>1,3383598894=>1,3383598903=>1,3383598912=>1,3383598904=>1,3383598607=>1,3383598600=>1,3383597210=>1,3383597203=>1,3383597211=>1,3383597227=>1,3383597230=>1,3383597229=>1,3383597196=>1,3383597194=>1,3383597129=>1,3383597125=>1,3383597133=>1,3383597142=>1,3383597191=>1,3383597148=>1,3383597236=>1,3383597238=>1,3383597443=>1,3383597442=>1,3383597445=>1,3383597513=>1,3383598595=>1,3383597532=>1,3383597419=>1,3383597413=>1,3383597340=>1,3383597317=>1,3383597362=>1,3383597389=>1,3383597403=>1,3383599062=>1,3383599065=>1,3383599629=>1,3383599614=>1,3383599632=>1,3383599635=>1,3383599641=>1,3383599636=>1,3383599612=>1,3383599597=>1,3383599544=>1,3383599543=>1,3383599555=>1,3383599581=>1,3383599594=>1,3383599591=>1,3383599648=>1,3383599668=>1,3383599855=>1,3383599840=>1,3383599873=>1,3383599881=>1,3383599916=>1,3383599893=>1,3383599837=>1,3383599812=>1,3383599671=>1,3383599669=>1,3383599741=>1,3383599801=>1,3383599803=>1,3383599537=>1,3383599530=>1,3383599138=>1,3383599135=>1,3383599173=>1,3383599195=>1,3383599225=>1,3383599213=>1,3383599134=>1,3383599126=>1,3383599097=>1,3383599087=>1,3383599106=>1,3383599110=>1,3383599125=>1,3383599113=>1,3383599250=>1,3383599261=>1,3383599410=>1,3383599393=>1,3383599446=>1,3383599513=>1,3383599527=>1,3383599521=>1,3383599341=>1,3383599336=>1,3383599292=>1,3383599268=>1,3383599323=>1,3383599327=>1,3383599328=>1,3383597123=>1,3383597120=>1,3383593282=>1,3383593255=>1,3383593284=>1,3383593288=>1,3383593315=>1,3383593311=>1,3383593242=>1,3383593240=>1,3383593174=>1,3383593149=>1,3383593176=>1,3383593191=>1,3383593207=>1,3383593206=>1,3383593321=>1,3383593339=>1,3383593740=>1,3383593731=>1,3383593746=>1,3383593759=>1,3383593768=>1,3383593761=>1,3383593450=>1,3383593447=>1,3383593357=>1,3383593354=>1,3383593377=>1,3383593380=>1,3383593434=>1,3383593387=>1,3383593110=>1,3383593095=>1,3383592298=>1,3383592272=>1,3383592351=>1,3383592352=>1,3383592390=>1,3383592363=>1,3383592248=>1,3383592241=>1,3383592178=>1,3383592147=>1,3383592180=>1,3383592217=>1,3383592237=>1,3383592222=>1,3383592393=>1,3383592411=>1,3383593041=>1,3383593035=>1,3383593043=>1,3383593054=>1,3383593072=>1,3383593068=>1,3383593024=>1,3383593011=>1,3383592417=>1,3383592414=>1,3383592445=>1,3383592963=>1,3383592973=>1,3383593774=>1,3383593783=>1,3383596554=>1,3383596551=>1,3383596597=>1,3383596606=>1,3383596648=>1,3383596633=>1,3383596549=>1,3383595165=>1,3383594604=>1,3383594599=>1,3383594645=>1,3383594779=>1,3383594786=>1,3383594785=>1,3383596654=>1,3383596656=>1,3383596774=>1,3383596770=>1,3383597079=>1,3383597110=>1,3383597116=>1,3383597114=>1,3383596732=>1,3383596729=>1,3383596689=>1,3383596671=>1,3383596704=>1,3383596706=>1,3383596722=>1,3383594589=>1,3383594586=>1,3383593951=>1,3383593933=>1,3383593977=>1,3383593979=>1,3383594261=>1,3383594253=>1,3383593920=>1,3383593900=>1,3383593795=>1,3383593785=>1,3383593796=>1,3383593821=>1,3383593850=>1,3383593838=>1,3383594296=>1,3383594299=>1,3383594538=>1,3383594530=>1,3383594553=>1,3383594575=>1,3383594580=>1,3383594577=>1,3383594518=>1,3383594517=>1,3383594342=>1,3383594316=>1,3383594380=>1,3383594406=>1,3383594422=>1,3383581825=>1,3383581821=>1,3383564833=>1,3383564767=>1,3383564892=>1,3383564911=>1,3383564973=>1,3383564942=>1,3383564763=>1,3383564758=>1,3383564652=>1,3383564635=>1,3383564662=>1,3383564721=>1,3383564735=>1,3383564731=>1,3383564977=>1,3383564983=>1,3383567560=>1,3383567482=>1,3383567565=>1,3383567583=>1,3383567612=>1,3383567602=>1,3383567467=>1,3383567407=>1,3383565120=>1,3383565019=>1,3383565123=>1,3383565243=>1,3383567397=>1,3383565301=>1,3383564633=>1,3383564524=>1,3383561052=>1,3383561031=>1,3383561057=>1,3383561070=>1,3383561083=>1,3383561079=>1,3383561020=>1,3383561010=>1,3383560980=>1,3383560974=>1,3383560983=>1,3383560984=>1,3383560998=>1,3383560996=>1,3383561085=>1,3383561092=>1,3383564441=>1,3383564423=>1,3383564460=>1,3383564478=>1,3383564515=>1,3383564484=>1,3383564409=>1,3383564376=>1,3383561179=>1,3383561135=>1,3383561194=>1,3383561213=>1,3383564358=>1,3383567629=>1,3383567644=>1,3383568222=>1,3383568216=>1,3383568231=>1,3383568255=>1,3383568283=>1,3383568271=>1,3383568205=>1,3383568169=>1,3383568097=>1,3383568086=>1,3383568100=>1,3383568118=>1,3383568154=>1,3383568137=>1,3383568316=>1,3383568352=>1,3383569522=>1,3383569512=>1,3383569549=>1,3383569564=>1,3383569647=>1,3383569619=>1,3383569504=>1,3383569494=>1,3383568370=>1,3383568361=>1,3383569416=>1,3383569455=>1,3383569465=>1,3383568078=>1,3383568073=>1,3383567791=>1,3383567769=>1,3383567799=>1,3383567805=>1,3383567807=>1,3383567806=>1,3383567746=>1,3383567736=>1,3383567692=>1,3383567677=>1,3383567713=>1,3383567727=>1,3383567733=>1,3383567728=>1,3383567819=>1,3383567864=>1,3383568012=>1,3383568001=>1,3383568031=>1,3383568033=>1,3383568051=>1,3383568037=>1,3383567982=>1,3383567974=>1,3383567928=>1,3383567881=>1,3383567934=>1,3383567938=>1,3383567973=>1,3383560963=>1,3383560374=>1,3383555265=>1,3383555257=>1,3383555273=>1,3383555298=>1,3383555332=>1,3383555316=>1,3383555238=>1,3383555224=>1,3383555148=>1,3383555128=>1,3383555183=>1,3383555187=>1,3383555223=>1,3383555206=>1,3383555340=>1,3383555370=>1,3383555576=>1,3383555565=>1,3383555593=>1,3383555622=>1,3383555628=>1,3383555623=>1,3383555551=>1,3383555539=>1,3383555391=>1,3383555380=>1,3383555419=>1,3383555475=>1,3383555487=>1,3383555482=>1,3383555125=>1,3383555124=>1,3383553985=>1,3383553939=>1,3383554105=>1,3383554194=>1,3383554471=>1,3383554464=>1,3383553921=>1,3383553879=>1,3383553469=>1,3383553468=>1,3383553484=>1,3383553780=>1,3383553856=>1,3383553838=>1,3383554472=>1,3383554537=>1,3383554861=>1,3383554831=>1,3383554999=>1,3383555059=>1,3383555094=>1,3383555067=>1,3383554758=>1,3383554755=>1,3383554593=>1,3383554571=>1,3383554600=>1,3383554665=>1,3383554705=>1,3383555647=>1,3383555698=>1,3383558869=>1,3383558867=>1,3383558886=>1,3383558888=>1,3383558901=>1,3383558890=>1,3383558857=>1,3383558844=>1,3383558820=>1,3383558806=>1,3383558827=>1,3383558831=>1,3383558841=>1,3383558835=>1,3383559187=>1,3383559190=>1,3383560288=>1,3383560284=>1,3383560293=>1,3383560314=>1,3383560329=>1,3383560326=>1,3383560272=>1,3383560258=>1,3383560199=>1,3383560194=>1,3383560200=>1,3383560209=>1,3383560215=>1,3383558803=>1,3383558798=>1,3383555727=>1,3383555725=>1,3383555731=>1,3383556475=>1,3383557465=>1,3383557063=>1,3383555724=>1,3383555723=>1,3383555706=>1,3383555701=>1,3383555715=>1,3383555718=>1,3383555722=>1,3383555719=>1,3383558017=>1,3383558661=>1,3383558750=>1,3383558740=>1,3383558761=>1,3383558767=>1,3383558788=>1,3383558770=>1,3383558737=>1,3383558722=>1,3383558679=>1,3383558665=>1,3383558695=>1,3383558718=>1,3383558721=>1,3383569650=>1,3383569667=>1,3383578146=>1,3383578145=>1,3383578159=>1,3383578234=>1,3383578243=>1,3383578240=>1,3383578142=>1,3383578126=>1,3383577681=>1,3383577675=>1,3383577702=>1,3383577708=>1,3383578119=>1,3383577710=>1,3383578254=>1,3383578278=>1,3383578670=>1,3383578666=>1,3383578681=>1,3383578716=>1,3383578755=>1,3383578723=>1,3383578662=>1,3383578660=>1,3383578308=>1,3383578283=>1,3383578316=>1,3383578318=>1,3383578585=>1,3383578329=>1,3383577670=>1,3383577639=>1,3383574903=>1,3383574886=>1,3383574923=>1,3383575002=>1,3383575071=>1,3383575013=>1,3383574883=>1,3383574772=>1,3383574651=>1,3383574634=>1,3383574657=>1,3383574670=>1,3383574742=>1,3383574675=>1,3383575158=>1,3383575165=>1,3383576641=>1,3383576631=>1,3383576644=>1,3383577196=>1,3383577363=>1,3383577307=>1,3383576629=>1,3383576604=>1,3383575290=>1,3383575190=>1,3383575434=>1,3383576578=>1,3383576583=>1,3383578770=>1,3383578781=>1,3383581535=>1,3383581531=>1,3383581560=>1,3383581596=>1,3383581633=>1,3383581597=>1,3383581513=>1,3383581507=>1,3383580139=>1,3383579802=>1,3383581464=>1,3383581465=>1,3383581495=>1,3383581467=>1,3383581653=>1,3383581676=>1,3383581777=>1,3383581757=>1,3383581785=>1,3383581787=>1,3383581809=>1,3383581795=>1,3383581741=>1,3383581722=>1,3383581698=>1,3383581686=>1,3383581699=>1,3383581704=>1,3383581707=>1,3383579134=>1,3383579133=>1,3383578972=>1,3383578968=>1,3383578973=>1,3383578981=>1,3383578990=>1,3383578989=>1,3383578963=>1,3383578958=>1,3383578887=>1,3383578806=>1,3383578889=>1,3383578899=>1,3383578953=>1,3383578950=>1,3383579000=>1,3383579047=>1,3383579105=>1,3383579103=>1,3383579119=>1,3383579125=>1,3383579129=>1,3383579127=>1,3383579093=>1,3383579077=>1,3383579064=>1,3383579059=>1,3383579066=>1,3383579067=>1,3383579074=>1,3383574616=>1,3383574604=>1,3383571171=>1,3383571169=>1,3383571358=>1,3383572520=>1,3383572648=>1,3383572587=>1,3383571163=>1,3383571162=>1,3383571090=>1,3383571063=>1,3383571106=>1,3383571150=>1,3383571160=>1,3383571154=>1,3383572657=>1,3383572660=>1,3383572838=>1,3383572816=>1,3383572860=>1,3383572869=>1,3383572893=>1,3383572877=>1,3383572804=>1,3383572776=>1,3383572667=>1,3383572666=>1,3383572692=>1,3383572716=>1,3383572767=>1,3383572726=>1,3383571060=>1,3383571045=>1,3383570445=>1,3383570436=>1,3383570452=>1,3383570467=>1,3383570479=>1,3383570478=>1,3383569890=>1,3383569810=>1,3383569708=>1,3383569672=>1,3383569740=>1,3383569752=>1,3383569787=>1,3383569774=>1,3383570485=>1,3383570505=>1,3383570956=>1,3383570670=>1,3383570974=>1,3383570981=>1,3383571013=>1,3383570992=>1,3383570647=>1,3383570637=>1,3383570545=>1,3383570529=>1,3383570557=>1,3383570571=>1,3383570578=>1,3383572896=>1,3383572911=>1,3383573841=>1,3383573839=>1,3383573843=>1,3383573851=>1,3383573870=>1,3383573866=>1,3383573833=>1,3383573809=>1,3383573763=>1,3383573470=>1,3383573794=>1,3383573796=>1,3383573808=>1,3383573798=>1,3383573890=>1,3383573919=>1,3383574541=>1,3383574538=>1,3383574576=>1,3383574588=>1,3383574598=>1,3383574592=>1,3383574537=>1,3383573995=>1,3383573937=>1,3383573922=>1,3383573947=>1,3383573956=>1,3383573967=>1,3383573414=>1,3383573398=>1,3383573005=>1,3383573001=>1,3383573125=>1,3383573127=>1,3383573145=>1,3383573130=>1,3383572989=>1,3383572982=>1,3383572936=>1,3383572935=>1,3383572959=>1,3383572965=>1,3383572976=>1,3383572974=>1,3383573159=>1,3383573181=>1,3383573277=>1,3383573275=>1,3383573331=>1,3383573354=>1,3383573395=>1,3383573388=>1,3383573268=>1,3383573233=>1,3383573200=>1,3383573187=>1,3383573202=>1,3383573212=>1,3383573232=>1,3383553433=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-4.php CHANGED
@@ -1 +1 @@
1
- <?php return array(1044973568=>1044974079,1028326012=>1,1028020857=>1,1029311869=>1,1029312031=>1,1029507302=>1,1029383914=>1,1027630558=>1,1029568049=>1,1027005896=>1,1026900278=>1,1027049322=>1,1027163192=>1,1027252358=>1,1026900276=>1,1029568050=>1,1032201770=>1,1032200852=>1,1032352659=>1,1032386542=>1,1032656162=>1,1032499276=>1,1032198506=>1,1032077300=>1,1029607058=>1,1029568059=>1,1029628271=>1,1031930974=>1,1032003109=>1,1031954634=>1,1026683325=>1,1026197383=>1,1023037814=>1,1023037793=>1,1023238954=>1,1023287297=>1,1023812231=>1,1023787186=>1,1022927539=>1,1022659355=>1,1021180275=>1,1021169202=>1,1021266136=>1,1021382248=>1,1022539535=>1,1022097554=>1,1023907141=>1,1023951302=>1,1024704979=>1,1024700714=>1,1024705330=>1,1025965072=>1,1025965079=>1,1025965073=>1,1024677620=>1,1024676490=>1,1024458476=>1,1023951305=>1,1024663238=>1,1024666146=>1,1024668469=>1,1032687715=>1,1032698619=>1,1034352779=>1,1034303675=>1,1034449252=>1,1034684313=>1,1034934046=>1,1034816022=>1,1034303665=>1,1034181886=>1,1034100813=>1,1034100742=>1,1034101252=>1,1034104304=>1,1034138492=>1,1034115915=>1,1034935300=>1,1034935796=>1,1035556378=>1,1035519947=>1,1035558505=>1,1035569534=>1,1035869350=>1,1035713467=>1,1035493308=>1,1035405624=>1,1034938349=>1,1034938326=>1,1034990534=>1,1035073738=>1,1035169288=>1,1035108236=>1,1034084137=>1,1034074126=>1,1033221734=>1,1032968556=>1,1033254584=>1,1033263427=>1,1033465725=>1,1033402931=>1,1032968554=>1,1032954389=>1,1032822498=>1,1032813723=>1,1032858477=>1,1032864868=>1,1032897041=>1,1032879372=>1,1033488050=>1,1033488827=>1,1033906491=>1,1033812893=>1,1033917322=>1,1033929490=>1,1033994398=>1,1033950282=>1,1033809166=>1,1033750083=>1,1033499507=>1,1033496794=>1,1033694122=>1,1033694124=>1,1033731621=>1,1021048925=>1,1020991613=>1,1017228102=>1,1017127428=>1,1017310221=>1,1017367560=>1,1017728730=>1,1017649113=>1,1017123514=>1,1010782079=>1,1008697334=>1,1008597134=>1,1009858698=>1,1009901957=>1,1010163162=>1,1010078417=>1,1017799286=>1,1018137348=>1,1019149341=>1,1019109566=>1,1019149697=>1,1019149700=>1,1019184802=>1,1019183652=>1,1019034978=>1,1019034418=>1,1018164229=>1,1018159110=>1,1018990474=>1,1018993914=>1,1019032885=>1,1019031892=>1,1008597064=>1,1008593343=>1,1007356793=>1,1007356589=>1,1007356835=>1,1007422247=>1,1007617819=>1,1007449414=>1,1007355939=>1,1007355938=>1,1006819322=>1,1006813634=>1,1007355490=>1,1007355492=>1,1007355518=>1,1007355517=>1,1007617820=>1,1007617821=>1,1007630308=>1,1007626710=>1,1007630403=>1,1008093462=>1,1008550634=>1,1008114334=>1,1007626573=>1,1007622590=>1,1007618626=>1,1007617822=>1,1007618627=>1,1007618628=>1,1007618629=>1,1019187786=>1,1019187900=>1,1019194893=>1,1019194635=>1,1019195076=>1,1019195107=>1,1019195947=>1,1019195190=>1,1019193978=>1,1019193941=>1,1019193181=>1,1019193099=>1,1019193387=>1,1019193426=>1,1019193908=>1,1019193771=>1,1019196213=>1,1019196340=>1,1020793886=>1,1020674902=>1,1020793887=>1,1020991599=>1,1020991601=>1,1020991600=>1,1020300747=>1,1020300746=>1,1019199150=>1,1019196454=>1,1019203987=>1,1019209787=>1,1019372595=>1,1019192962=>1,1019192676=>1,1019190547=>1,1019190406=>1,1019190618=>1,1019190683=>1,1019190859=>1,1019190828=>1,1019190355=>1,1019190006=>1,1019188170=>1,1019187957=>1,1019188300=>1,1019189507=>1,1019189579=>1,1019189516=>1,1019190901=>1,1019190995=>1,1019192403=>1,1019192379=>1,1019192482=>1,1019192546=>1,1019192645=>1,1019192604=>1,1019192342=>1,1019192299=>1,1019191316=>1,1019191125=>1,1019191580=>1,1019191796=>1,1019192211=>1,1035934581=>1,1035979014=>1,1050805765=>1,1050600725=>1,1050902798=>1,1050906773=>1,1050929090=>1,1050923623=>1,1050564391=>1,1050563304=>1,1049958671=>1,1049955641=>1,1050160075=>1,1050488869=>1,1050559807=>1,1050559014=>1,1051011754=>1,1051198420=>1,1051878883=>1,1051862567=>1,1051887579=>1,1051895884=>1,1051990809=>1,1051912420=>1,1051786131=>1,1051786116=>1,1051568630=>1,1051564697=>1,1051725078=>1,1051728754=>1,1051783141=>1,1051728864=>1,1049955481=>1,1049952956=>1,1047650202=>1,1047648433=>1,1047651196=>1,1047897741=>1,1048937065=>1,1048196769=>1,1047648429=>1,1047338591=>1,1047331767=>1,1047274674=>1,1047331955=>1,1047333764=>1,1047336500=>1,1047336274=>1,1048950236=>1,1049437397=>1,1049590123=>1,1049587533=>1,1049595468=>1,1049619024=>1,1049886151=>1,1049715594=>1,1049537299=>1,1049458906=>1,1049437582=>1,1049437470=>1,1049439734=>1,1049439798=>1,1049441465=>1,1052011791=>1,1052110522=>1,1053983607=>1,1053982658=>1,1053983800=>1,1053985168=>1,1053985283=>1,1053985254=>1,1053982141=>1,1053981820=>1,1053977623=>1,1053977430=>1,1053977775=>1,1053977949=>1,1053979539=>1,1053978934=>1,1053985466=>1,1053986267=>1,1053996788=>1,1053996667=>1,1053998190=>1,1053998370=>1,1054000748=>1,1054000079=>1,1053996636=>1,1053994187=>1,1053986343=>1,1053986279=>1,1053992810=>1,1053993615=>1,1053994058=>1,1053976948=>1,1053976879=>1,1053411618=>1,1053411345=>1,1053411842=>1,1053414243=>1,1053418674=>1,1053414738=>1,1053411335=>1,1053176113=>1,1052201474=>1,1052130713=>1,1052958236=>1,1052978817=>1,1053157388=>1,1053116203=>1,1053618578=>1,1053622837=>1,1053969097=>1,1053969040=>1,1053970878=>1,1053970988=>1,1053974542=>1,1053973515=>1,1053968295=>1,1053967852=>1,1053625393=>1,1053625337=>1,1053959184=>1,1053959214=>1,1053959506=>1,1047274651=>1,1047246957=>1,1038086138=>1,1038085938=>1,1038127470=>1,1038128034=>1,1038128772=>1,1038128096=>1,1038085907=>1,1038085454=>1,1038084196=>1,1038083934=>1,1038084447=>1,1038084624=>1,1038085247=>1,1038084679=>1,1038128860=>1,1038305348=>1,1038525004=>1,1038518837=>1,1038527180=>1,1038529196=>1,1038530769=>1,1038529472=>1,1038512417=>1,1038511453=>1,1038347494=>1,1038333504=>1,1038347813=>1,1038362957=>1,1038510414=>1,1038364007=>1,1038083917=>1,1038083851=>1,1038062705=>1,1037806169=>1,1038066013=>1,1038066178=>1,1038066350=>1,1038066236=>1,1037801115=>1,1037793065=>1,1036329364=>1,1006807882=>1,1036384947=>1,1037633796=>1,1037793061=>1,1037780613=>1,1038066533=>1,1038067329=>1,1038082957=>1,1038082919=>1,1038083051=>1,1038083163=>1,1038083720=>1,1038083657=>1,1038082733=>1,1038082706=>1,1038068379=>1,1038068160=>1,1038068411=>1,1038082173=>1,1038082444=>1,1038533146=>1,1038533437=>1,1045178481=>1,1045170668=>1,1045179440=>1,1045190164=>1,1045194458=>1,1045192435=>1,1045169584=>1,1045167909=>1,1045158042=>1,1045157912=>1,1045159950=>1,1045163084=>1,1045165359=>1,1045164359=>1,1045308172=>1,1045595394=>1,1046910123=>1,1046910019=>1,1046910124=>1,1046916912=>1,1046959528=>1,1046916969=>1,1046298674=>1,1046245368=>1,1046109703=>1,1045654404=>1,1046222677=>1,1046243166=>1,1046245165=>1,1045155689=>1,1045155605=>1,1040453460=>1,1039645322=>1,1041117330=>1,1041239288=>1,1042889766=>1,1042069126=>1,1038837031=>1,1038761851=>1,1038535829=>1,1038534731=>1,1038755189=>1,1038755190=>1,1038760227=>1,1038760226=>1,1043057276=>1,1043144814=>1,1045139740=>1,1045139195=>1,1045140600=>1,1045142981=>1,1045143507=>1,1045143467=>1,1044377559=>1,1044356430=>1,1043198963=>1,1043153696=>1,1043358129=>1,1043964141=>1,1044154467=>1,1035975868=>1,1001591235=>1,917100590=>1,917099978=>1,917103928=>1,917109203=>1,917341621=>1,917200633=>1,917099334=>1,917092738=>1,917078417=>1,916931163=>1,917080676=>1,917084430=>1,917089273=>1,917086467=>1,917343324=>1,917367815=>1,918286096=>1,918238367=>1,918499991=>1,918513984=>1,918539753=>1,918520036=>1,918105688=>1,918071940=>1,917451001=>1,917397690=>1,917455526=>1,917682838=>1,918004697=>1,917967124=>1,916810144=>1,916749433=>1,915431487=>1,912191928=>1,915559850=>1,915576770=>1,915707408=>1,915692994=>1,912191915=>1,912191906=>1,912165284=>1,912134471=>1,912178298=>1,912191493=>1,912191744=>1,912191639=>1,915899776=>1,915989071=>1,916015920=>1,916015862=>1,916045568=>1,916260376=>1,916725361=>1,916640746=>1,916015778=>1,916015665=>1,916014181=>1,916011451=>1,916014475=>1,916015404=>1,916015634=>1,918635038=>1,918641468=>1,973639319=>1,973603987=>1,973639541=>1,973740648=>1,973812185=>1,973784033=>1,922735491=>1,922733791=>1,922468636=>1,922444543=>1,922472628=>1,922669456=>1,922725173=>1,922678839=>1,973816017=>1,973817650=>1,973857294=>1,973857129=>1,973857316=>1,973857730=>1,973863472=>1,973863024=>1,973839265=>1,973838981=>1,973836845=>1,973836638=>1,973838658=>1,973838716=>1,973838807=>1,922294343=>1,922278257=>1,919969109=>1,919625615=>1,920166818=>1,920214584=>1,920598179=>1,920360140=>1,919624382=>1,919605537=>1,918701033=>1,918644493=>1,918706864=>1,918937642=>1,919556509=>1,919182188=>1,920633826=>1,920633983=>1,921403210=>1,921236212=>1,921602209=>1,921766289=>1,922187903=>1,921953004=>1,921012711=>1,921009388=>1,920634402=>1,920634229=>1,920745167=>1,920928608=>1,920971785=>1,912075629=>1,911874408=>1,874619985=>1,874603774=>1,874620228=>1,874620752=>1,874633856=>1,874625765=>1,874538520=>1,874534830=>1,874426982=>1,874393689=>1,874429909=>1,874513240=>1,874533054=>1,874521907=>1,874643535=>1,874647632=>1,876693044=>1,876646772=>1,876885736=>1,876895829=>1,876924035=>1,876901931=>1,876634015=>1,876628542=>1,874657482=>1,874653777=>1,874663031=>1,874681815=>1,876610305=>1,874711750=>1,874393009=>1,874344490=>1,873795773=>1,873786366=>1,873827631=>1,874118381=>1,874143991=>1,874140502=>1,873707094=>1,873675203=>1,873087608=>1,873079874=>1,873102732=>1,873165564=>1,873628231=>1,873549930=>1,874162220=>1,874181478=>1,874275528=>1,874239609=>1,874316936=>1,874324664=>1,874335321=>1,874331854=>1,874220555=>1,874213561=>1,874194388=>1,874190122=>1,874197368=>1,874208711=>1,874212068=>1,876990465=>1,876995786=>1,910460754=>1,910433706=>1,910533038=>1,910721377=>1,910955046=>1,910734120=>1,910365233=>1,910343222=>1,910282284=>1,910282263=>1,910282300=>1,910282307=>1,910282319=>1,910282314=>1,911136390=>1,911218784=>1,911617454=>1,911608536=>1,911639332=>1,911747755=>1,911795347=>1,911779301=>1,911585087=>1,911502168=>1,911417210=>1,911306978=>1,911474718=>1,911488248=>1,911501865=>1,910273790=>1,910259938=>1,878221138=>1,878203149=>1,878243050=>1,878252502=>1,878379318=>1,878292148=>1,877424178=>1,877326906=>1,877292542=>1,877272127=>1,877293059=>1,877293426=>1,877309628=>1,877298491=>1,878388623=>1,878392697=>1,885056050=>1,885048552=>1,885064980=>1,885067868=>1,910227489=>1,910173172=>1,885044904=>1,885024631=>1,885009452=>1,885006503=>1,885012493=>1,885018214=>1,885019626=>1,973863478=>1,973863545=>1,992327854=>1,992327827=>1,992327868=>1,992327888=>1,992327919=>1,992327914=>1,992327762=>1,992327745=>1,992322480=>1,992244363=>1,992327707=>1,992327714=>1,992327738=>1,992327731=>1,992327920=>1,992345461=>1,993028762=>1,992967946=>1,993028802=>1,993104279=>1,993130712=>1,993124678=>1,992889079=>1,992801806=>1,992434366=>1,992354339=>1,992495564=>1,992582292=>1,992778350=>1,992603917=>1,992244115=>1,992219349=>1,989486342=>1,989484887=>1,989540197=>1,989562037=>1,989581522=>1,989577938=>1,989469390=>1,989411294=>1,989118761=>1,989103835=>1,989118839=>1,989247282=>1,989366756=>1,989273822=>1,989588143=>1,989595301=>1,990761894=>1,990617677=>1,991959110=>1,992083226=>1,992198678=>1,992113526=>1,990597737=>1,990424626=>1,989720306=>1,989680132=>1,989720307=>1,989773324=>1,990397224=>1,993136405=>1,993216909=>1,1000845797=>1,1000426904=>1,1000853211=>1,1001196953=>1,1001472595=>1,1001218329=>1,999873474=>1,999841156=>1,998038620=>1,997794052=>1,998083789=>1,998220699=>1,999668161=>1,999585237=>1,1001473028=>1,1001473377=>1,1001474642=>1,1001474351=>1,1001474761=>1,1001474807=>1,1001475829=>1,1001474837=>1,1001474266=>1,1001474074=>1,1001473473=>1,1001473471=>1,1001473474=>1,1001473546=>1,1001473764=>1,997725726=>1,997421165=>1,994229368=>1,994218358=>1,994243114=>1,994243122=>1,994690779=>1,994243141=>1,994216305=>1,994216230=>1,993873788=>1,993698445=>1,993873998=>1,994192514=>1,994215574=>1,994215381=>1,994973207=>1,994981914=>1,996251834=>1,995934243=>1,996268831=>1,996648251=>1,997415283=>1,996832516=>1,995934239=>1,995860183=>1,995008760=>1,994983495=>1,995716962=>1,995779641=>1,995782527=>1,989030134=>1,989014477=>1,976945742=>1,976763630=>1,976951581=>1,976962651=>1,977088191=>1,976981435=>1,976527462=>1,976207756=>1,976012305=>1,975884532=>1,976014799=>1,976127791=>1,976204039=>1,976167256=>1,977147783=>1,977315752=>1,979413960=>1,979413538=>1,979414423=>1,979414666=>1,979415357=>1,979415227=>1,979388623=>1,979387380=>1,977320277=>1,977319433=>1,977510194=>1,977651151=>1,978572064=>1,978562674=>1,975422019=>1,975360660=>1,974389494=>1,974380683=>1,974389495=>1,974403944=>1,974520373=>1,974453548=>1,974271656=>1,974270986=>1,973863796=>1,973863667=>1,973864388=>1,973864759=>1,974137949=>1,973864804=>1,974520374=>1,974520375=>1,974640996=>1,974619436=>1,974724272=>1,974726066=>1,974904537=>1,974881842=>1,974601765=>1,974590197=>1,974527621=>1,974527619=>1,974536466=>1,974536618=>1,974590193=>1,979415815=>1,979416326=>1,984986769=>1,984886647=>1,985119609=>1,985963002=>1,986713401=>1,985963448=>1,984703732=>1,984634647=>1,983112918=>1,983074421=>1,983127091=>1,983167208=>1,984505445=>1,983282545=>1,986844826=>1,986926900=>1,987499015=>1,987416125=>1,987620134=>1,988915310=>1,989003938=>1,988980246=>1,987351072=>1,987274366=>1,987042793=>1,986985536=>1,987065858=>1,987104741=>1,987240286=>1,982757031=>1,982756977=>1,979477428=>1,979446659=>1,979486351=>1,980692334=>1,980967655=>1,980908075=>1,979418121=>1,979418090=>1,979416565=>1,979416470=>1,979416802=>1,979416968=>1,979418064=>1,979417301=>1,980967660=>1,981810435=>1,981976268=>1,981976267=>1,981976269=>1,981976270=>1,982756976=>1,982624422=>1,981976266=>1,981976264=>1,981958148=>1,981945808=>1,981976261=>1,981976262=>1,981976263=>1,873079109=>1,);?>
1
+ <?php return array(998152247=>1,998038621=>1,998172437=>1,998218318=>1,999308082=>1,998220699=>1,997794052=>1,997424396=>1,997414668=>1,997412751=>1,997414839=>1,997416230=>1,997421662=>1,997421403=>1,999585237=>1,999668161=>1,1001472657=>1,1000845797=>1,1001473190=>1,1001473430=>1,1001474578=>1,1001473512=>1,1000833675=>1,1000430318=>1,999840874=>1,999840785=>1,999841157=>1,999841164=>1,999873474=>1,999869122=>1,997412633=>1,997411533=>1,995782527=>1,995779641=>1,995797279=>1,995861920=>1,995944196=>1,995934402=>1,995670821=>1,995648865=>1,994976462=>1,994690779=>1,994983495=>1,995008760=>1,995648857=>1,995647349=>1,995956030=>1,995996183=>1,996321505=>1,996321469=>1,996945957=>1,996949380=>1,997410280=>1,997408868=>1,996321455=>1,996321446=>1,996251872=>1,996165046=>1,996251915=>1,996269105=>1,996321285=>1,1001474597=>1,1001475012=>1,1008597064=>1,1008593343=>1,1008597134=>1,1008696770=>1,1009336317=>1,1009009972=>1,1008550634=>1,1008521495=>1,1008319172=>1,1008169828=>1,1008352830=>1,1008354900=>1,1008364972=>1,1008359932=>1,1009946169=>1,1010126962=>1,1018715385=>1,1018252773=>1,1018987187=>1,1018990927=>1,1018993380=>1,1018993199=>1,1018159110=>1,1017799286=>1,1010782079=>1,1010192372=>1,1017123514=>1,1017127428=>1,1017728730=>1,1017147459=>1,1008115423=>1,1008066020=>1,1007355939=>1,1007355938=>1,1007356589=>1,1007356793=>1,1007449414=>1,1007356835=>1,1007355518=>1,1007355517=>1,1002180301=>1,1001591235=>1,1002241111=>1,1006807882=>1,1007355492=>1,1007355490=>1,1007464462=>1,1007487201=>1,1007630403=>1,1007630308=>1,1007631044=>1,1007631045=>1,1008062127=>1,1007864877=>1,1007626710=>1,1007622590=>1,1007617819=>1,1007543038=>1,1007617820=>1,1007617821=>1,1007617822=>1,994593639=>1,994229380=>1,986796215=>1,986790795=>1,986844826=>1,986959910=>1,987104741=>1,987065858=>1,985124179=>1,984886647=>1,984284123=>1,983117253=>1,984634728=>1,984648891=>1,984770329=>1,984651754=>1,987274366=>1,987351072=>1,989273822=>1,989262490=>1,989298127=>1,989336686=>1,989411294=>1,989366756=>1,989118742=>1,989118689=>1,987499015=>1,987416125=>1,987620134=>1,987855856=>1,989003938=>1,988113313=>1,982757031=>1,982756977=>1,979416968=>1,979416857=>1,979417301=>1,979417826=>1,979418090=>1,979418064=>1,979416802=>1,979416565=>1,979414914=>1,979414913=>1,979415815=>1,979415877=>1,979416326=>1,979416052=>1,979418865=>1,979446659=>1,981810435=>1,980967660=>1,981886467=>1,982083559=>1,982756976=>1,982444018=>1,980967659=>1,980967657=>1,979480041=>1,979473729=>1,980063914=>1,980692334=>1,980967655=>1,989484887=>1,989540197=>1,992672728=>1,992672727=>1,992778350=>1,992801806=>1,992941217=>1,992889079=>1,992672726=>1,992672716=>1,992434366=>1,992354339=>1,992501533=>1,992582292=>1,992672709=>1,992603917=>1,992967946=>1,993001735=>1,993756813=>1,993698445=>1,993873998=>1,994206333=>1,994218267=>1,994214842=>1,993543281=>1,993216909=>1,993028802=>1,993028762=>1,993104279=>1,993124678=>1,993130712=>1,992331634=>1,992327911=>1,989720307=>1,989720306=>1,989839326=>1,990597737=>1,990761894=>1,990617677=>1,989679835=>1,989608665=>1,989573551=>1,989562037=>1,989594117=>1,989595301=>1,989595673=>1,989595517=>1,992083226=>1,992113526=>1,992327762=>1,992327741=>1,992327779=>1,992327839=>1,992327880=>1,992327859=>1,992327710=>1,992327709=>1,992257722=>1,992244415=>1,992257846=>1,992322480=>1,992327708=>1,1019109566=>1,1019149341=>1,1032656162=>1,1032499278=>1,1032691705=>1,1032750004=>1,1032813723=>1,1032750007=>1,1032499276=>1,1032386542=>1,1029671991=>1,1029629156=>1,1032003109=>1,1032198506=>1,1032352659=>1,1032201770=>1,1032822498=>1,1032864868=>1,1033496794=>1,1033488827=>1,1033499090=>1,1033499507=>1,1033731620=>1,1033569731=>1,1033488050=>1,1033402931=>1,1032954389=>1,1032897121=>1,1032968554=>1,1032968556=>1,1033401407=>1,1033263427=>1,1029568059=>1,1029568050=>1,1029315013=>1,1029313118=>1,1029315507=>1,1029319058=>1,1029320098=>1,1029319208=>1,1029311853=>1,1029311848=>1,1029310269=>1,1029310163=>1,1029310305=>1,1029310518=>1,1029311741=>1,1029310861=>1,1029321172=>1,1029321519=>1,1029335498=>1,1029334933=>1,1029336651=>1,1029507302=>1,1029568049=>1,1029568036=>1,1029330857=>1,1029330812=>1,1029322770=>1,1029322212=>1,1029322832=>1,1029322861=>1,1029322927=>1,1033731621=>1,1033750083=>1,1036199489=>1,1035979014=>1,1036384947=>1,1037699517=>1,1037807040=>1,1037780613=>1,1035975868=>1,1035934581=>1,1035516228=>1,1035169288=>1,1035519947=>1,1035558505=>1,1035869350=>1,1035569534=>1,1038049724=>1,1038049936=>1,1038055514=>1,1038055350=>1,1038066350=>1,1038068239=>1,1038072529=>1,1038072109=>1,1038055055=>1,1038053829=>1,1038050078=>1,1038050010=>1,1038050828=>1,1038050932=>1,1038051524=>1,1035108236=>1,1035073738=>1,1034074126=>1,1034074119=>1,1034084137=>1,1034100742=>1,1034104304=>1,1034101252=>1,1033994398=>1,1033959961=>1,1033812893=>1,1033809166=>1,1033825571=>1,1033917322=>1,1033950282=>1,1033929490=>1,1034115915=>1,1034138492=>1,1034816022=>1,1034649582=>1,1034935300=>1,1034935796=>1,1034938349=>1,1034935987=>1,1034449157=>1,1034364956=>1,1034158292=>1,1034152182=>1,1034181886=>1,1034303665=>1,1034303675=>1,1029309839=>1,1029309280=>1,1019193941=>1,1019193908=>1,1019193978=>1,1019194893=>1,1019195107=>1,1019195076=>1,1019193771=>1,1019193525=>1,1019192676=>1,1019192645=>1,1019192962=>1,1019193099=>1,1019193426=>1,1019193181=>1,1019195190=>1,1019195947=>1,1020651710=>1,1020300747=>1,1020710123=>1,1020793886=>1,1020799111=>1,1020793887=>1,1020300746=>1,1019476535=>1,1019196340=>1,1019196213=>1,1019196454=>1,1019199150=>1,1019372595=>1,1019209787=>1,1019192604=>1,1019192546=>1,1019188170=>1,1019187957=>1,1019189507=>1,1019189516=>1,1019190006=>1,1019189579=>1,1019187900=>1,1019187786=>1,1019149700=>1,1019149697=>1,1019176866=>1,1019183652=>1,1019185422=>1,1019184802=>1,1019190406=>1,1019190547=>1,1019192299=>1,1019191796=>1,1019192342=>1,1019192379=>1,1019192482=>1,1019192403=>1,1019191580=>1,1019191316=>1,1019190683=>1,1019190618=>1,1019190901=>1,1019190995=>1,1019191125=>1,1020849313=>1,1020923886=>1,1025475468=>1,1025475449=>1,1025787947=>1,1025965072=>1,1025965079=>1,1025965073=>1,1025475356=>1,1025211053=>1,1024668469=>1,1024668467=>1,1024676490=>1,1024700714=>1,1024706402=>1,1024704979=>1,1026594878=>1,1026712978=>1,1028601520=>1,1028326012=>1,1028672130=>1,1029308816=>1,1029309065=>1,1029308996=>1,1028145226=>1,1028020857=>1,1026900278=>1,1026900276=>1,1027005896=>1,1027049322=>1,1027252358=>1,1024666146=>1,1024663238=>1,1022659355=>1,1022539535=>1,1022660873=>1,1022927539=>1,1023037793=>1,1023031152=>1,1022097554=>1,1021995412=>1,1020991600=>1,1020991599=>1,1020991601=>1,1020991613=>1,1021180275=>1,1021169202=>1,1023037814=>1,1023051037=>1,1023915999=>1,1023907141=>1,1023951305=>1,1023997276=>1,1024643399=>1,1024124720=>1,1023905089=>1,1023815786=>1,1023287297=>1,1023238954=>1,1023289601=>1,1023451684=>1,1023464070=>1,978572064=>1,978562674=>1,916828440=>1,916730217=>1,916831903=>1,916965133=>1,917064145=>1,917051920=>1,916432635=>1,916116604=>1,915899776=>1,915786401=>1,915968537=>1,915990834=>1,916029334=>1,916011451=>1,917064774=>1,917080676=>1,917442031=>1,917405923=>1,917713666=>1,917982563=>1,918283670=>1,918004697=>1,917397690=>1,917324786=>1,917098471=>1,917098201=>1,917099433=>1,917103411=>1,917259430=>1,917105415=>1,915737361=>1,915692994=>1,911136390=>1,910460754=>1,911218784=>1,911474718=>1,911502168=>1,911501865=>1,910448041=>1,910433706=>1,885077374=>1,885075916=>1,885082903=>1,885084134=>1,910369012=>1,910291298=>1,911591059=>1,911604113=>1,912134471=>1,912013509=>1,912163894=>1,912169788=>1,915483339=>1,915462449=>1,911795347=>1,911779301=>1,911629730=>1,911611804=>1,911639332=>1,911650503=>1,911770347=>1,918286096=>1,918487594=>1,921618265=>1,921618070=>1,921618277=>1,921618310=>1,921618420=>1,921618322=>1,921465272=>1,921205903=>1,919969109=>1,919965206=>1,920214584=>1,920756390=>1,920928608=>1,920909241=>1,921618446=>1,921618509=>1,921618769=>1,921618745=>1,921618782=>1,921619886=>1,921620140=>1,921620002=>1,921618743=>1,921618733=>1,921618554=>1,921618533=>1,921618599=>1,921618724=>1,921618729=>1,919962632=>1,919955747=>1,919132053=>1,919131744=>1,919140148=>1,919151273=>1,919173850=>1,919166333=>1,919112997=>1,918837687=>1,918644493=>1,918539753=>1,918706864=>1,918743460=>1,918835761=>1,918743961=>1,919174142=>1,919174534=>1,919737929=>1,919719550=>1,919787462=>1,919933475=>1,919939387=>1,919939168=>1,919646599=>1,919638183=>1,919182719=>1,919182188=>1,919199942=>1,919624382=>1,919625615=>1,885075548=>1,885073073=>1,874359529=>1,874306447=>1,874456837=>1,874486178=>1,874532549=>1,874532239=>1,874292272=>1,874225854=>1,874181478=>1,874165737=>1,874190475=>1,874209102=>1,874222870=>1,874213561=>1,874548739=>1,874550674=>1,874658693=>1,874657482=>1,874668885=>1,874680275=>1,874701162=>1,874687517=>1,874656490=>1,874638887=>1,874592183=>1,874557242=>1,874592935=>1,874613571=>1,874637961=>1,874621772=>1,874159966=>1,874156764=>1,873667492=>1,873510665=>1,873688068=>1,873767923=>1,873835762=>1,873774073=>1,873198704=>1,873183568=>1,873096357=>1,873079874=>1,873102732=>1,873149735=>1,873181593=>1,873152626=>1,873956327=>1,873967154=>1,874130811=>1,874124438=>1,874140502=>1,874144800=>1,874151706=>1,874147268=>1,874101931=>1,874101843=>1,873990286=>1,873968307=>1,874052917=>1,874074109=>1,874074588=>1,874708231=>1,874728406=>1,877520021=>1,877517794=>1,877520194=>1,877522146=>1,877619325=>1,877604781=>1,877460103=>1,877454676=>1,877425375=>1,877410682=>1,877435747=>1,877441605=>1,877448926=>1,877446551=>1,878205396=>1,878208225=>1,885043692=>1,885017786=>1,885044909=>1,885048286=>1,885070010=>1,885065530=>1,885002366=>1,884999988=>1,878352356=>1,878330190=>1,878378276=>1,878409458=>1,884999319=>1,877327705=>1,877312358=>1,876532868=>1,876492846=>1,876877362=>1,876924035=>1,876942814=>1,876938760=>1,875950513=>1,875944414=>1,874743836=>1,874741827=>1,874759077=>1,875582572=>1,875603222=>1,875596007=>1,876948541=>1,876955999=>1,877275466=>1,877119492=>1,877287556=>1,877304800=>1,877309628=>1,877305048=>1,877111642=>1,877098213=>1,877001952=>1,876977869=>1,877048198=>1,877083660=>1,877087153=>1,921620168=>1,921620326=>1,973858852=>1,973858618=>1,973859141=>1,973859209=>1,973859852=>1,973859432=>1,973857712=>1,973857691=>1,973855690=>1,973855660=>1,973856569=>1,973857275=>1,973857321=>1,973857294=>1,973859869=>1,973860007=>1,973862181=>1,973860963=>1,973862476=>1,973862867=>1,973862985=>1,973862984=>1,973860801=>1,973860770=>1,973860110=>1,973860032=>1,973860538=>1,973860559=>1,973860640=>1,973860613=>1,973855391=>1,973839316=>1,973830136=>1,973829508=>1,973830264=>1,973830304=>1,973830796=>1,973830577=>1,973829356=>1,973829334=>1,973827624=>1,973826796=>1,973828029=>1,973828102=>1,973828717=>1,973828372=>1,973830823=>1,973831590=>1,973838765=>1,973838708=>1,973838990=>1,973839018=>1,973839314=>1,973839131=>1,973837120=>1,973837035=>1,973832065=>1,973832032=>1,973836598=>1,973836719=>1,973836945=>1,973862995=>1,973863227=>1,974881842=>1,974726066=>1,975192746=>1,975422019=>1,975720471=>1,975508989=>1,974724272=>1,974590193=>1,974542380=>1,974536618=>1,974561551=>1,974569457=>1,974569459=>1,974569458=>1,975884532=>1,976207628=>1,977072756=>1,976981435=>1,977113657=>1,977315752=>1,977510194=>1,977320277=>1,976962651=>1,976951581=>1,976527462=>1,976207756=>1,976763630=>1,976789826=>1,976945742=>1,974536466=>1,974527621=>1,973864198=>1,973864179=>1,974164408=>1,974270986=>1,974357883=>1,974271656=>1,973864094=>1,973863658=>1,973863303=>1,973863245=>1,973863351=>1,973863482=>1,973863574=>1,973863491=>1,974380683=>1,974411753=>1,974452804=>1,974451285=>1,974452805=>1,974453149=>1,974527619=>1,974453548=>1,974449588=>1,974449395=>1,974436539=>1,974422139=>1,974448879=>1,974448885=>1,974449308=>1,973826438=>1,973826305=>1,973647894=>1,973647835=>1,973648667=>1,973648792=>1,973649422=>1,973649339=>1,973647377=>1,973641445=>1,973638424=>1,973638203=>1,973638577=>1,973639583=>1,973640885=>1,973639601=>1,973649707=>1,973650273=>1,973656743=>1,973656457=>1,973656899=>1,973800352=>1,973800802=>1,973800598=>1,973654635=>1,973654592=>1,973652837=>1,973651569=>1,973653489=>1,973654154=>1,973654540=>1,973654435=>1,973638117=>1,973638082=>1,921766289=>1,921626004=>1,921931182=>1,922049805=>1,922226093=>1,922187903=>1,921624937=>1,921624658=>1,921622831=>1,921622714=>1,921622949=>1,921623156=>1,921624585=>1,921624550=>1,922278257=>1,922289719=>1,973604072=>1,973603550=>1,973604242=>1,973604485=>1,973638030=>1,973604613=>1,973603247=>1,922735491=>1,922472628=>1,922301756=>1,922674415=>1,922675923=>1,922725173=>1,973801366=>1,973801638=>1,973818828=>1,973818247=>1,973819270=>1,973819543=>1,973819656=>1,973819642=>1,973817731=>1,973817339=>1,973813856=>1,973813837=>1,973814090=>1,973815352=>1,973817258=>1,973817096=>1,973820520=>1,973821008=>1,973824576=>1,973824505=>1,973825176=>1,973825338=>1,973825969=>1,973825689=>1,973824438=>1,973823506=>1,973822480=>1,973821705=>1,973823014=>1,973823110=>1,973823392=>1,973813706=>1,973813437=>1,973806691=>1,973806215=>1,973806859=>1,973808843=>1,973809571=>1,973808850=>1,973805817=>1,973805097=>1,973801935=>1,973801747=>1,973802072=>1,973802993=>1,973804760=>1,973803512=>1,973809779=>1,973809901=>1,973811717=>1,973811708=>1,973812145=>1,973812481=>1,973813154=>1,973813071=>1,973811376=>1,973811101=>1,973810030=>1,973809929=>1,973810297=>1,973810486=>1,973810813=>1,873079109=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-40.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php return array(3383707677=>1,3383707668=>1,3383707702=>1,3383707705=>1,3383707730=>1,3383707708=>1,3383707663=>1,3383707654=>1,3383622136=>1,3383622127=>1,3383622738=>1,3383622823=>1,3383622891=>1,3383622879=>1,3383707738=>1,3383707739=>1,3383707799=>1,3383707797=>1,3383707807=>1,3383707828=>1,3383707842=>1,3383707839=>1,3383707793=>1,3383707791=>1,3383707754=>1,3383707740=>1,3383707765=>1,3383707767=>1,3383707782=>1,3383707778=>1,3383622121=>1,3383622096=>1,3383621711=>1,3383621676=>1,3383621712=>1,3383621728=>1,3383621735=>1,3383621732=>1,3383621675=>1,3383621118=>1,3383621053=>1,3383621050=>1,3383621077=>1,3383621086=>1,3383621112=>1,3383621095=>1,3383621746=>1,3383621787=>1,3383621974=>1,3383621960=>1,3383621987=>1,3383621994=>1,3383622043=>1,3383622020=>1,3383621950=>1,3383621949=>1,3383621851=>1,3383621796=>1,3383621892=>1,3383621908=>1,3383621928=>1,3383707845=>1,3383707866=>1,3383708524=>1,3383708515=>1,3383708558=>1,3383708577=>1,3383708613=>1,3383708610=>1,3383708503=>1,3383708464=>1,3383708349=>1,3383708335=>1,3383708370=>1,3383708400=>1,3383708461=>1,3383708424=>1,3383708622=>1,3383708625=>1,3383708718=>1,3383708704=>1,3383708730=>1,3383708733=>1,3383708772=>1,3383708749=>1,3383708699=>1,3383708697=>1,3383708650=>1,3383708649=>1,3383708656=>1,3383708659=>1,3383708692=>1,3383708683=>1,3383708311=>1,3383708304=>1,3383708044=>1,3383708013=>1,3383708046=>1,3383708059=>1,3383708106=>1,3383708097=>1,3383708004=>1,3383707996=>1,3383707885=>1,3383707869=>1,3383707912=>1,3383707954=>1,3383707959=>1,3383707956=>1,3383708122=>1,3383708126=>1,3383708262=>1,3383708253=>1,3383708265=>1,3383708280=>1,3383708299=>1,3383708292=>1,3383708233=>1,3383708227=>1,3383708191=>1,3383708145=>1,3383708193=>1,3383708202=>1,3383708226=>1,3383621044=>1,3383621005=>1,3383618257=>1,3383618245=>1,3383618294=>1,3383618331=>1,3383618359=>1,3383618344=>1,3383618214=>1,3383618206=>1,3383618110=>1,3383618107=>1,3383618147=>1,3383618169=>1,3383618205=>1,3383618180=>1,3383618368=>1,3383618406=>1,3383618499=>1,3383618493=>1,3383618500=>1,3383618517=>1,3383618574=>1,3383618553=>1,3383618490=>1,3383618487=>1,3383618422=>1,3383618409=>1,3383618436=>1,3383618457=>1,3383618460=>1,3383618458=>1,3383618104=>1,3383618101=>1,3383617953=>1,3383617950=>1,3383617962=>1,3383617963=>1,3383617971=>1,3383617964=>1,3383617946=>1,3383617944=>1,3383617899=>1,3383617866=>1,3383617908=>1,3383617921=>1,3383617932=>1,3383617923=>1,3383617972=>1,3383617975=>1,3383618033=>1,3383618032=>1,3383618062=>1,3383618064=>1,3383618100=>1,3383618097=>1,3383618024=>1,3383618019=>1,3383617983=>1,3383617980=>1,3383617986=>1,3383617993=>1,3383618011=>1,3383618588=>1,3383618596=>1,3383619317=>1,3383619297=>1,3383619324=>1,3383620639=>1,3383620690=>1,3383620687=>1,3383619280=>1,3383619261=>1,3383619235=>1,3383619220=>1,3383619241=>1,3383619243=>1,3383619256=>1,3383619247=>1,3383620712=>1,3383620726=>1,3383620945=>1,3383620914=>1,3383620948=>1,3383620957=>1,3383620981=>1,3383620959=>1,3383620911=>1,3383620887=>1,3383620783=>1,3383620752=>1,3383620800=>1,3383620822=>1,3383620860=>1,3383619201=>1,3383619186=>1,3383618714=>1,3383618684=>1,3383618742=>1,3383618749=>1,3383618758=>1,3383618751=>1,3383618668=>1,3383618667=>1,3383618610=>1,3383618604=>1,3383618628=>1,3383618637=>1,3383618663=>1,3383618657=>1,3383618788=>1,3383618796=>1,3383619156=>1,3383619147=>1,3383619159=>1,3383619163=>1,3383619171=>1,3383619165=>1,3383619132=>1,3383619131=>1,3383619091=>1,3383619076=>1,3383619099=>1,3383619116=>1,3383619127=>1,3383708779=>1,3383708796=>1,3383715893=>1,3383715886=>1,3383715912=>1,3383715931=>1,3383715975=>1,3383715949=>1,3383715870=>1,3383715866=>1,3383714805=>1,3383714797=>1,3383715490=>1,3383715527=>1,3383715864=>1,3383715797=>1,3383715982=>1,3383715988=>1,3383716123=>1,3383716106=>1,3383716129=>1,3383716133=>1,3383716165=>1,3383716155=>1,3383716100=>1,3383716084=>1,3383716023=>1,3383716009=>1,3383716036=>1,3383716042=>1,3383716081=>1,3383716066=>1,3383714795=>1,3383714793=>1,3383714475=>1,3383714468=>1,3383714488=>1,3383714509=>1,3383714528=>1,3383714525=>1,3383714439=>1,3383714422=>1,3383714326=>1,3383714325=>1,3383714329=>1,3383714338=>1,3383714406=>1,3383714350=>1,3383714566=>1,3383714587=>1,3383714725=>1,3383714719=>1,3383714756=>1,3383714765=>1,3383714787=>1,3383714774=>1,3383714712=>1,3383714698=>1,3383714638=>1,3383714590=>1,3383714643=>1,3383714659=>1,3383714670=>1,3383716170=>1,3383716213=>1,3383716734=>1,3383716713=>1,3383716735=>1,3383716743=>1,3383716749=>1,3383716747=>1,3383716701=>1,3383716698=>1,3383716620=>1,3383716608=>1,3383716623=>1,3383716627=>1,3383716694=>1,3383716630=>1,3383716750=>1,3383716755=>1,3383716815=>1,3383716812=>1,3383716816=>1,3383716822=>1,3383716828=>1,3383716824=>1,3383716806=>1,3383716801=>1,3383716776=>1,3383716759=>1,3383716777=>1,3383716788=>1,3383716789=>1,3383716595=>1,3383716584=>1,3383716302=>1,3383716299=>1,3383716321=>1,3383716330=>1,3383716387=>1,3383716357=>1,3383716291=>1,3383716289=>1,3383716219=>1,3383716215=>1,3383716233=>1,3383716243=>1,3383716269=>1,3383716266=>1,3383716389=>1,3383716393=>1,3383716531=>1,3383716527=>1,3383716542=>1,3383716551=>1,3383716572=>1,3383716566=>1,3383716518=>1,3383716507=>1,3383716405=>1,3383716398=>1,3383716435=>1,3383716483=>1,3383716485=>1,3383714313=>1,3383713926=>1,3383709937=>1,3383709936=>1,3383709955=>1,3383709963=>1,3383709967=>1,3383709966=>1,3383709934=>1,3383709931=>1,3383709898=>1,3383709888=>1,3383709907=>1,3383709909=>1,3383709928=>1,3383709913=>1,3383709975=>1,3383709988=>1,3383710273=>1,3383710266=>1,3383710282=>1,3383710284=>1,3383710296=>1,3383710292=>1,3383710264=>1,3383710261=>1,3383710005=>1,3383709996=>1,3383710024=>1,3383710027=>1,3383710260=>1,3383710236=>1,3383709886=>1,3383709885=>1,3383708862=>1,3383708851=>1,3383708865=>1,3383708871=>1,3383708882=>1,3383708878=>1,3383708850=>1,3383708847=>1,3383708818=>1,3383708800=>1,3383708832=>1,3383708837=>1,3383708842=>1,3383708838=>1,3383708887=>1,3383708896=>1,3383709830=>1,3383709822=>1,3383709853=>1,3383709865=>1,3383709877=>1,3383709866=>1,3383709811=>1,3383709784=>1,3383708919=>1,3383708911=>1,3383709717=>1,3383709736=>1,3383709758=>1,3383710302=>1,3383710315=>1,3383713383=>1,3383713382=>1,3383713424=>1,3383713432=>1,3383713471=>1,3383713434=>1,3383713381=>1,3383713377=>1,3383713300=>1,3383712968=>1,3383713303=>1,3383713339=>1,3383713364=>1,3383713351=>1,3383713497=>1,3383713525=>1,3383713704=>1,3383713692=>1,3383713735=>1,3383713745=>1,3383713758=>1,3383713750=>1,3383713680=>1,3383713669=>1,3383713546=>1,3383713539=>1,3383713593=>1,3383713597=>1,3383713665=>1,3383711802=>1,3383711223=>1,3383710876=>1,3383710450=>1,3383710903=>1,3383710915=>1,3383710923=>1,3383710921=>1,3383710408=>1,3383710399=>1,3383710329=>1,3383710320=>1,3383710342=>1,3383710367=>1,3383710389=>1,3383710372=>1,3383710930=>1,3383710932=>1,3383711166=>1,3383711163=>1,3383711172=>1,3383711192=>1,3383711205=>1,3383711197=>1,3383711133=>1,3383711129=>1,3383710951=>1,3383710950=>1,3383711009=>1,3383711082=>1,3383711101=>1,3383617863=>1,3383617858=>1,3383605387=>1,3383605385=>1,3383605413=>1,3383605446=>1,3383605527=>1,3383605501=>1,3383605384=>1,3383605369=>1,3383605269=>1,3383605257=>1,3383605310=>1,3383605352=>1,3383605354=>1,3383605353=>1,3383605555=>1,3383605579=>1,3383605663=>1,3383605656=>1,3383605675=>1,3383605689=>1,3383605708=>1,3383605704=>1,3383605647=>1,3383605646=>1,3383605614=>1,3383605595=>1,3383605615=>1,3383605616=>1,3383605644=>1,3383605628=>1,3383605210=>1,3383605204=>1,3383604732=>1,3383604726=>1,3383604766=>1,3383604807=>1,3383604865=>1,3383604852=>1,3383604717=>1,3383604714=>1,3383604645=>1,3383604622=>1,3383604676=>1,3383604688=>1,3383604694=>1,3383604690=>1,3383604886=>1,3383604909=>1,3383605102=>1,3383605053=>1,3383605105=>1,3383605107=>1,3383605181=>1,3383605156=>1,3383605047=>1,3383605011=>1,3383604957=>1,3383604936=>1,3383604976=>1,3383604987=>1,3383605006=>1,3383605719=>1,3383605722=>1,3383607049=>1,3383607048=>1,3383607055=>1,3383607057=>1,3383607067=>1,3383607061=>1,3383607041=>1,3383607017=>1,3383606958=>1,3383606922=>1,3383606980=>1,3383607001=>1,3383607009=>1,3383607003=>1,3383607083=>1,3383607089=>1,3383607165=>1,3383607164=>1,3383607167=>1,3383607171=>1,3383607175=>1,3383607172=>1,3383607163=>1,3383607139=>1,3383607101=>1,3383607090=>1,3383607112=>1,3383607120=>1,3383607126=>1,3383606910=>1,3383606889=>1,3383605965=>1,3383605959=>1,3383605972=>1,3383605980=>1,3383606325=>1,3383605989=>1,3383605957=>1,3383605922=>1,3383605801=>1,3383605746=>1,3383605824=>1,3383605825=>1,3383605918=>1,3383605885=>1,3383606386=>1,3383606431=>1,3383606856=>1,3383606844=>1,3383606860=>1,3383606864=>1,3383606887=>1,3383606868=>1,3383606842=>1,3383606830=>1,3383606621=>1,3383606597=>1,3383606798=>1,3383606799=>1,3383606803=>1,3383604607=>1,3383604549=>1,3383601367=>1,3383601345=>1,3383601405=>1,3383601408=>1,3383601432=>1,3383601429=>1,3383601342=>1,3383601300=>1,3383601231=>1,3383601204=>1,3383601266=>1,3383601290=>1,3383601299=>1,3383601291=>1,3383601442=>1,3383601452=>1,3383601523=>1,3383601511=>1,3383601538=>1,3383601561=>1,3383601634=>1,3383601603=>1,3383601508=>1,3383601499=>1,3383601466=>1,3383601459=>1,3383601467=>1,3383601469=>1,3383601498=>1,3383601480=>1,3383601199=>1,3383601193=>1,3383600045=>1,3383600043=>1,3383600046=>1,3383600050=>1,3383600053=>1,3383600052=>1,3383600040=>1,3383600038=>1,3383600007=>1,3383599989=>1,3383600015=>1,3383600023=>1,3383600035=>1,3383600025=>1,3383600061=>1,3383600063=>1,3383600101=>1,3383600100=>1,3383600112=>1,3383600116=>1,3383601166=>1,3383600119=>1,3383600080=>1,3383600076=>1,3383600065=>1,3383600064=>1,3383600067=>1,3383600071=>1,3383600073=>1,3383601699=>1,3383601711=>1,3383603904=>1,3383603899=>1,3383603910=>1,3383604246=>1,3383604276=>1,3383604261=>1,3383603880=>1,3383603878=>1,3383603845=>1,3383603830=>1,3383603850=>1,3383603865=>1,3383603874=>1,3383603869=>1,3383604292=>1,3383604301=>1,3383604412=>1,3383604406=>1,3383604438=>1,3383604439=>1,3383604529=>1,3383604481=>1,3383604403=>1,3383604381=>1,3383604354=>1,3383604328=>1,3383604355=>1,3383604361=>1,3383604367=>1,3383603829=>1,3383603799=>1,3383602194=>1,3383602185=>1,3383602203=>1,3383602248=>1,3383602302=>1,3383602251=>1,3383602182=>1,3383602178=>1,3383602012=>1,3383601958=>1,3383602018=>1,3383602019=>1,3383602090=>1,3383602080=>1,3383602470=>1,3383602479=>1,3383603758=>1,3383603743=>1,3383603781=>1,3383603791=>1,3383603796=>1,3383603794=>1,3383603736=>1,3383603733=>1,3383602516=>1,3383602489=>1,3383602525=>1,3383602579=>1,3383602627=>1,3383607198=>1,3383607223=>1,3383615842=>1,3383615821=>1,3383615848=>1,3383615895=>1,3383615900=>1,3383615896=>1,3383615817=>1,3383615808=>1,3383615466=>1,3383615441=>1,3383615473=>1,3383615479=>1,3383615803=>1,3383615772=>1,3383615901=>1,3383615907=>1,3383616022=>1,3383616020=>1,3383616026=>1,3383616048=>1,3383616063=>1,3383616054=>1,3383615983=>1,3383615982=>1,3383615930=>1,3383615923=>1,3383615944=>1,3383615947=>1,3383615964=>1,3383615953=>1,3383615431=>1,3383615427=>1,3383614385=>1,3383614342=>1,3383614387=>1,3383614430=>1,3383614459=>1,3383614431=>1,3383614309=>1,3383614288=>1,3383614225=>1,3383614209=>1,3383614240=>1,3383614261=>1,3383614286=>1,3383614267=>1,3383615238=>1,3383615278=>1,3383615388=>1,3383615362=>1,3383615391=>1,3383615397=>1,3383615415=>1,3383615413=>1,3383615355=>1,3383615352=>1,3383615305=>1,3383615302=>1,3383615308=>1,3383615333=>1,3383615346=>1,3383616091=>1,3383616094=>1,3383616718=>1,3383616712=>1,3383616745=>1,3383616776=>1,3383616820=>1,3383616798=>1,3383616664=>1,3383616658=>1,3383616550=>1,3383616541=>1,3383616575=>1,3383616610=>1,3383616636=>1,3383616634=>1,3383616829=>1,3383617558=>1,3383617702=>1,3383617684=>1,3383617758=>1,3383617812=>1,3383617825=>1,3383617815=>1,3383617675=>1,3383617674=>1,3383617627=>1,3383617582=>1,3383617637=>1,3383617641=>1,3383617645=>1,3383616531=>1,3383616514=>1,3383616248=>1,3383616193=>1,3383616253=>1,3383616276=>1,3383616285=>1,3383616277=>1,3383616175=>1,3383616174=>1,3383616159=>1,3383616154=>1,3383616165=>1,3383616166=>1,3383616172=>1,3383616167=>1,3383616288=>1,3383616313=>1,3383616498=>1,3383616469=>1,3383616499=>1,3383616501=>1,3383616510=>1,3383616506=>1,3383616468=>1,3383616459=>1,3383616364=>1,3383616331=>1,3383616391=>1,3383616411=>1,3383616429=>1,3383614201=>1,3383614196=>1,3383611299=>1,3383611287=>1,33