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

Version Description

  • Removed the MaxMind GeoIP Databases due to the licensing terms violation
Download this release

Release Info

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

Code changes from version 2.1.0 to 2.2.2

Files changed (51) hide show
  1. assets/admin/styles/gdbc-admin.css +13 -3
  2. engine/GdbcAjaxController.php +1 -4
  3. engine/GdbcModulesController.php +35 -21
  4. engine/GoodByeCaptchaPublic.php +8 -1
  5. engine/GoodByeCaptchaUtils.php +5 -0
  6. engine/db-access/GdbcDbAccessController.php +6 -6
  7. engine/modules/GdbcBaseAdminModule.php +6 -2
  8. engine/modules/reports/GdbcReportsAdminModule.php +1 -1
  9. engine/modules/ultimate-member/GdbcUltimateMemberPublicModule.php +1 -1
  10. goodbye-captcha.php +2 -2
  11. includes/plugin/MchGdbcBasePublicPlugin.php +2 -2
  12. includes/utils/MchGdbcIPUtils.php +3 -0
  13. includes/vendor/MaxMind/GeoIP.dat +0 -0
  14. includes/vendor/MaxMind/GeoIPv6.dat +0 -0
  15. includes/vendor/MaxMind/MchMaxMindGeoIp.php +0 -1593
  16. includes/vendor/MchHttp/MchGdbcHttpRequest.php +11 -0
  17. includes/vendor/MchHttp/MchGdbcTrustedIPRanges.php +1 -1
  18. includes/vendor/MchHttp/MchGdbcUnTrustedIPRanges.php +634 -515
  19. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-0.php +1 -1
  20. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-1.php +1 -1
  21. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-10.php +1 -1
  22. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-11.php +1 -1
  23. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-12.php +1 -1
  24. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-13.php +1 -1
  25. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-14.php +1 -1
  26. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-15.php +1 -1
  27. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-16.php +1 -1
  28. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-17.php +1 -1
  29. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-18.php +1 -1
  30. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-19.php +1 -1
  31. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-2.php +1 -1
  32. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-20.php +1 -1
  33. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-21.php +1 -1
  34. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-22.php +1 -1
  35. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-23.php +1 -1
  36. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-24.php +1 -1
  37. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-25.php +1 -1
  38. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-26.php +1 -1
  39. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-27.php +1 -1
  40. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-28.php +1 -1
  41. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-29.php +1 -1
  42. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-3.php +1 -1
  43. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-30.php +1 -1
  44. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-31.php +1 -1
  45. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-32.php +1 -1
  46. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-33.php +1 -1
  47. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-34.php +1 -1
  48. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-35.php +1 -1
  49. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-36.php +1 -1
  50. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-37.php +1 -1
  51. includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-38.php +0 -1
assets/admin/styles/gdbc-admin.css CHANGED
@@ -14,7 +14,19 @@ div.wrap.container-fluid
14
  padding:0;
15
  }
16
 
17
-
 
 
 
 
 
 
 
 
 
 
 
 
18
 
19
  div.gdbc-settings .clearfix:after
20
  {
@@ -838,8 +850,6 @@ div.mch-meta-notice-warning
838
  to {transform: rotate(359deg);}
839
  }
840
 
841
-
842
-
843
  #gdbc-subscribe-frm input[type="email"]
844
  {
845
  width: 100%;
14
  padding:0;
15
  }
16
 
17
+ .modal
18
+ {
19
+ bottom: 0 !important;
20
+ left: 0 !important;
21
+ outline: 0 none !important;
22
+ overflow: hidden !important;
23
+ position: fixed !important;
24
+ right: 0 !important;
25
+ top: 0 !important;
26
+ width: auto !important;
27
+ background-color: transparent !important;
28
+ margin: 0 !important;
29
+ }
30
 
31
  div.gdbc-settings .clearfix:after
32
  {
850
  to {transform: rotate(359deg);}
851
  }
852
 
 
 
853
  #gdbc-subscribe-frm input[type="email"]
854
  {
855
  width: 100%;
engine/GdbcAjaxController.php CHANGED
@@ -51,6 +51,7 @@ final class GdbcAjaxController
51
  GdbcModulesController::MODULE_ZM_ALR,
52
  GdbcModulesController::MODULE_NINJA_FORMS,
53
  GdbcModulesController::MODULE_USER_PRO,
 
54
 
55
  ) as $moduleName){
56
 
@@ -135,13 +136,9 @@ final class GdbcAjaxController
135
  if(false === wp_verify_nonce($_POST[$hiddenInputName], __CLASS__))
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
  }
51
  GdbcModulesController::MODULE_ZM_ALR,
52
  GdbcModulesController::MODULE_NINJA_FORMS,
53
  GdbcModulesController::MODULE_USER_PRO,
54
+ GdbcModulesController::MODULE_EASY_FORMS_FOR_MAILCHIMP,
55
 
56
  ) as $moduleName){
57
 
136
  if(false === wp_verify_nonce($_POST[$hiddenInputName], __CLASS__))
137
  return false;
138
 
 
139
  if(GdbcIPUtils::isClientIpBlackListed())
140
  return false;
141
 
 
 
 
142
  return true;
143
 
144
  }
engine/GdbcModulesController.php CHANGED
@@ -52,15 +52,17 @@ final class GdbcModulesController
52
  CONST MODULE_BLACK_LISTED_IPS = 'BlackListedIps';
53
  CONST MODULE_WHITE_LISTED_IPS = 'WhiteListedIps';
54
 
55
- CONST MODULE_ZM_ALR = 'ZM-ALR';
56
 
57
- CONST MODULE_SEAMLESS_DONATIONS = 'SeamlessDonations';
58
- CONST MODULE_WORDPRESS_TWEAKS = 'WordPressTweaks';
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(
@@ -363,6 +365,17 @@ final class GdbcModulesController
363
  )
364
  ),
365
 
 
 
 
 
 
 
 
 
 
 
 
366
  );
367
 
368
 
@@ -370,20 +383,21 @@ final class GdbcModulesController
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;
52
  CONST MODULE_BLACK_LISTED_IPS = 'BlackListedIps';
53
  CONST MODULE_WHITE_LISTED_IPS = 'WhiteListedIps';
54
 
55
+ CONST MODULE_ZM_ALR = 'ZM-ALR';
56
 
57
+ CONST MODULE_SEAMLESS_DONATIONS = 'SeamlessDonations';
58
+ CONST MODULE_WORDPRESS_TWEAKS = 'WordPressTweaks';
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
+ CONST MODULE_EASY_FORMS_FOR_MAILCHIMP = 'EasyFormsForMailChimp';
66
 
67
  private static $arrRegisteredModules = null;
68
  private static $arrAllModules = array(
365
  )
366
  ),
367
 
368
+ self::MODULE_EASY_FORMS_FOR_MAILCHIMP => array(
369
+ 'info' => array(
370
+ 'ModuleId' => 28,
371
+ 'IsLicensed' => true,
372
+ ),
373
+ 'classes' => array(
374
+ 'GdbcEasyFormsForMailChimpAdminModule' => '/modules/easy-forms-for-mailchimp/GdbcEasyFormsForMailChimpAdminModule.php',
375
+ 'GdbcEasyFormsForMailChimpPublicModule' => '/modules/easy-forms-for-mailchimp/GdbcEasyFormsForMailChimpPublicModule.php',
376
+ )
377
+ ),
378
+
379
  );
380
 
381
 
383
  {
384
  switch ($moduleName)
385
  {
386
+ case self::MODULE_BRUTE_FORCE : return __('Brute Force', GoodByeCaptcha::PLUGIN_SLUG);
387
+ case self::MODULE_BUDDY_PRESS : return __('BuddyPress', GoodByeCaptcha::PLUGIN_SLUG);
388
+ case self::MODULE_CONTACT_FORM_7 : return __('Contact Form 7', GoodByeCaptcha::PLUGIN_SLUG);
389
+ case self::MODULE_FAST_SECURE_FORM : return __('Fast Secure Form', GoodByeCaptcha::PLUGIN_SLUG);
390
+ case self::MODULE_FORMIDABLE_FORMS : return __('Formidable Forms', GoodByeCaptcha::PLUGIN_SLUG);
391
+ case self::MODULE_GRAVITY_FORMS : return __('Gravity Forms', GoodByeCaptcha::PLUGIN_SLUG);
392
+ case self::MODULE_JETPACK_CONTACT_FORM : return __('Jetpack Contact Form', GoodByeCaptcha::PLUGIN_SLUG);
393
+ case self::MODULE_MAIL_CHIMP_FOR_WP : return __('MailChimp for WP', GoodByeCaptcha::PLUGIN_SLUG);
394
+ case self::MODULE_MAIL_POET : return __('Mail Poet', GoodByeCaptcha::PLUGIN_SLUG);
395
+ case self::MODULE_NINJA_FORMS : return __('Ninja Forms', GoodByeCaptcha::PLUGIN_SLUG);
396
+ case self::MODULE_PLANSO_FORMS : return __('Planso Forms', GoodByeCaptcha::PLUGIN_SLUG);
397
+ case self::MODULE_SEAMLESS_DONATIONS : return __('Seamless Donations', GoodByeCaptcha::PLUGIN_SLUG);
398
+ case self::MODULE_ULTIMATE_MEMBER : return __('Ultimate Member', GoodByeCaptcha::PLUGIN_SLUG);
399
+ case self::MODULE_USER_PRO : return __('User Pro', GoodByeCaptcha::PLUGIN_SLUG);
400
+ case self::MODULE_EASY_FORMS_FOR_MAILCHIMP : return __('Easy Forms for MailChimp', GoodByeCaptcha::PLUGIN_SLUG);
401
  }
402
 
403
  return $moduleName;
engine/GoodByeCaptchaPublic.php CHANGED
@@ -95,7 +95,14 @@ final class GoodByeCaptchaPublic extends MchGdbcBasePublicPlugin
95
 
96
  public function addScriptToAutoptimizeExcludeQueue($excludedScripts)
97
  {
98
- return $excludedScripts . ', ' . basename($this->clientScriptUrl);
 
 
 
 
 
 
 
99
  }
100
 
101
  public function addScriptToWPDeferredJavaScriptsExcludeQueue($arrDeferredScripts)
95
 
96
  public function addScriptToAutoptimizeExcludeQueue($excludedScripts)
97
  {
98
+ $excludedScripts = rtrim(trim((string)$excludedScripts), ',');
99
+ $arrScriptsToExclude = array(
100
+ basename($this->clientScriptUrl),
101
+ //self::$PLUGIN_SLUG,
102
+ //self::$PLUGIN_SHORT_CODE
103
+ );
104
+
105
+ return $excludedScripts . ', ' . implode(', ', $arrScriptsToExclude);
106
  }
107
 
108
  public function addScriptToWPDeferredJavaScriptsExcludeQueue($arrDeferredScripts)
engine/GoodByeCaptchaUtils.php CHANGED
@@ -110,6 +110,11 @@ final class GoodByeCaptchaUtils
110
  return defined('MEPR_VERSION');
111
  }
112
 
 
 
 
 
 
113
  public static function isWPDJSPluginActivated() // WP Deferred JavaScripts
114
  {
115
  return defined('WDJS_VERSION');
110
  return defined('MEPR_VERSION');
111
  }
112
 
113
+ public static function isEasyFormsForMailChimpPluginActivated()
114
+ {
115
+ return class_exists('Yikes_Inc_Easy_Mailchimp_Extender');
116
+ }
117
+
118
  public static function isWPDJSPluginActivated() // WP Deferred JavaScripts
119
  {
120
  return defined('WDJS_VERSION');
engine/db-access/GdbcDbAccessController.php CHANGED
@@ -105,17 +105,16 @@ final class GdbcDbAccessController
105
  {
106
  global $wpdb;
107
 
 
 
 
108
  $sqlQuery = "SELECT COUNT(1) AS Attempts, ClientIp FROM " . self::getAttemptsTableName();
109
  $sqlQuery .= GoodByeCaptcha::isNetworkActivated() ? ' WHERE Id > %d ' : ' WHERE SiteId = %d ';
110
  $sqlQuery .= 'GROUP BY ClientIp ORDER BY Attempts DESC LIMIT %d, %d';
111
 
112
- $arrParams = array();
113
-
114
- GoodByeCaptcha::isNetworkActivated() ? null : $arrParams[] = get_current_blog_id();
115
-
116
  $arrParams = array();
117
  $arrParams[] = GoodByeCaptcha::isNetworkActivated() ? 0 : get_current_blog_id();
118
- $arrParams[] = ($pageNumber-1) * $recordsPerPage;
119
  $arrParams[] = $recordsPerPage;
120
 
121
  return (array)self::executePreparedQuery($wpdb->prepare($sqlQuery, $arrParams));
@@ -171,6 +170,7 @@ final class GdbcDbAccessController
171
  {
172
  global $wpdb;
173
 
 
174
  $pageNumber < 1 ? $pageNumber = 1 : null;
175
 
176
  $sqlQuery = "SELECT * FROM " . self::getAttemptsTableName();
@@ -181,7 +181,7 @@ final class GdbcDbAccessController
181
  $arrParams[] = GoodByeCaptcha::isNetworkActivated() ? 0 : get_current_blog_id();
182
  $arrParams[] = $moduleId;
183
 
184
- $arrParams[] = ($pageNumber-1) * $recordsPerPage;
185
  $arrParams[] = $recordsPerPage;
186
 
187
  return (array)self::executePreparedQuery($wpdb->prepare($sqlQuery, $arrParams));
105
  {
106
  global $wpdb;
107
 
108
+ $pageNumber = abs((int)$pageNumber);
109
+ $pageNumber < 1 ? $pageNumber = 1 : null;
110
+
111
  $sqlQuery = "SELECT COUNT(1) AS Attempts, ClientIp FROM " . self::getAttemptsTableName();
112
  $sqlQuery .= GoodByeCaptcha::isNetworkActivated() ? ' WHERE Id > %d ' : ' WHERE SiteId = %d ';
113
  $sqlQuery .= 'GROUP BY ClientIp ORDER BY Attempts DESC LIMIT %d, %d';
114
 
 
 
 
 
115
  $arrParams = array();
116
  $arrParams[] = GoodByeCaptcha::isNetworkActivated() ? 0 : get_current_blog_id();
117
+ $arrParams[] = ($pageNumber - 1) * $recordsPerPage;
118
  $arrParams[] = $recordsPerPage;
119
 
120
  return (array)self::executePreparedQuery($wpdb->prepare($sqlQuery, $arrParams));
170
  {
171
  global $wpdb;
172
 
173
+ $pageNumber = abs((int)$pageNumber);
174
  $pageNumber < 1 ? $pageNumber = 1 : null;
175
 
176
  $sqlQuery = "SELECT * FROM " . self::getAttemptsTableName();
181
  $arrParams[] = GoodByeCaptcha::isNetworkActivated() ? 0 : get_current_blog_id();
182
  $arrParams[] = $moduleId;
183
 
184
+ $arrParams[] = ($pageNumber - 1) * $recordsPerPage;
185
  $arrParams[] = $recordsPerPage;
186
 
187
  return (array)self::executePreparedQuery($wpdb->prepare($sqlQuery, $arrParams));
engine/modules/GdbcBaseAdminModule.php CHANGED
@@ -157,8 +157,12 @@ abstract class GdbcBaseAdminModule extends MchGdbcBaseAdminModule
157
  'your-subject' => __('Subject', GoodByeCaptcha::PLUGIN_SLUG),
158
  'your-message' => __('Message', GoodByeCaptcha::PLUGIN_SLUG),
159
 
160
- 'page-url' => __('Page URL', GoodByeCaptcha::PLUGIN_SLUG),
161
- 'post-url' => __('Post URL', GoodByeCaptcha::PLUGIN_SLUG),
 
 
 
 
162
 
163
  'ADDRESS' => __('Address', GoodByeCaptcha::PLUGIN_SLUG),
164
  'FNAME' => __('First Name', GoodByeCaptcha::PLUGIN_SLUG),
157
  'your-subject' => __('Subject', GoodByeCaptcha::PLUGIN_SLUG),
158
  'your-message' => __('Message', GoodByeCaptcha::PLUGIN_SLUG),
159
 
160
+ // 'page-url' => __('Page URL', GoodByeCaptcha::PLUGIN_SLUG),
161
+ // 'post-url' => __('Post URL', GoodByeCaptcha::PLUGIN_SLUG),
162
+
163
+ 'page-url' => __('URL', GoodByeCaptcha::PLUGIN_SLUG),
164
+ 'post-url' => __('URL', GoodByeCaptcha::PLUGIN_SLUG),
165
+
166
 
167
  'ADDRESS' => __('Address', GoodByeCaptcha::PLUGIN_SLUG),
168
  'FNAME' => __('First Name', GoodByeCaptcha::PLUGIN_SLUG),
engine/modules/reports/GdbcReportsAdminModule.php CHANGED
@@ -573,7 +573,7 @@ final class GdbcReportsAdminModule extends GdbcBaseAdminModule
573
 
574
  $gdbcAttempt = GdbcAttemptEntity::getInstanceFromRawData(GdbcDbAccessController::getAttemptById(absint($_POST['attemptId'])));
575
 
576
- $arrFormattedSavedContent = (array)$this->getFormattedBlockedContent($gdbcAttempt);
577
 
578
  ob_start();
579
  require_once dirname(__FILE__) . '/partials/blocked-content-table.php';
573
 
574
  $gdbcAttempt = GdbcAttemptEntity::getInstanceFromRawData(GdbcDbAccessController::getAttemptById(absint($_POST['attemptId'])));
575
 
576
+ $arrFormattedSavedContent = stripslashes_deep((array)$this->getFormattedBlockedContent($gdbcAttempt));
577
 
578
  ob_start();
579
  require_once dirname(__FILE__) . '/partials/blocked-content-table.php';
engine/modules/ultimate-member/GdbcUltimateMemberPublicModule.php CHANGED
@@ -44,7 +44,7 @@ final class GdbcUltimateMemberPublicModule extends GdbcBasePublicModule
44
 
45
  private function registerLoginHooks()
46
  {
47
- add_action('um_submit_form_errors_hook', array($this, 'validateFormEncryptedToken'), 1);
48
  add_action('um_after_login_fields', array($this, 'renderHiddenFieldIntoForm'));
49
  }
50
 
44
 
45
  private function registerLoginHooks()
46
  {
47
+ add_action('um_submit_form_errors_hook_login', array($this, 'validateFormEncryptedToken'), 1);
48
  add_action('um_after_login_fields', array($this, 'renderHiddenFieldIntoForm'));
49
  }
50
 
goodbye-captcha.php CHANGED
@@ -11,7 +11,7 @@
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,7 +21,7 @@
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';
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.2.2
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.2.2';
25
  CONST PLUGIN_SHORT_CODE = 'wpb';
26
  CONST PLUGIN_SLUG = 'wp-bruiser';
27
  CONST PLUGIN_NAME = 'WPBruiser';
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,7 +35,7 @@ abstract class MchGdbcBasePublicPlugin extends MchGdbcBasePlugin
35
  public function initializePlugin()
36
  {
37
  parent::initializePlugin();
38
- $this->enqueuePublicScriptsAndStyles();
39
  }
40
 
41
  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/utils/MchGdbcIPUtils.php CHANGED
@@ -838,6 +838,9 @@ final class MchGdbcIPUtils
838
  // return $countryCode = sanitize_text_field( strtoupper( $_SERVER['HTTP_CF_IPCOUNTRY'] ) );
839
  // }
840
 
 
 
 
841
  $ipAddressVersion = MchGdbcIPUtils::getIpAddressVersion($ipAddress);
842
  if( -1 === $ipAddressVersion)
843
  return $countryCode = null;
838
  // return $countryCode = sanitize_text_field( strtoupper( $_SERVER['HTTP_CF_IPCOUNTRY'] ) );
839
  // }
840
 
841
+
842
+ return null;
843
+
844
  $ipAddressVersion = MchGdbcIPUtils::getIpAddressVersion($ipAddress);
845
  if( -1 === $ipAddressVersion)
846
  return $countryCode = null;
includes/vendor/MaxMind/GeoIP.dat DELETED
Binary file
includes/vendor/MaxMind/GeoIPv6.dat DELETED
Binary file
includes/vendor/MaxMind/MchMaxMindGeoIp.php DELETED
@@ -1,1593 +0,0 @@
1
- <?php
2
-
3
- /**
4
- * This class is a fork of WC_Geo_IP class from WooCommerce.
5
- */
6
-
7
-
8
- class MchMaxMindGeoIp
9
- {
10
- const GEOIP_COUNTRY_BEGIN = 16776960;
11
- const GEOIP_STATE_BEGIN_REV0 = 16700000;
12
- const GEOIP_STATE_BEGIN_REV1 = 16000000;
13
- const GEOIP_MEMORY_CACHE = 1;
14
- const GEOIP_SHARED_MEMORY = 2;
15
- const STRUCTURE_INFO_MAX_SIZE = 20;
16
- const GEOIP_COUNTRY_EDITION = 1;
17
- const GEOIP_PROXY_EDITION = 8;
18
- const GEOIP_ASNUM_EDITION = 9;
19
- const GEOIP_NETSPEED_EDITION = 10;
20
- const GEOIP_REGION_EDITION_REV0 = 7;
21
- const GEOIP_REGION_EDITION_REV1 = 3;
22
- const GEOIP_CITY_EDITION_REV0 = 6;
23
- const GEOIP_CITY_EDITION_REV1 = 2;
24
- const GEOIP_ORG_EDITION = 5;
25
- const GEOIP_ISP_EDITION = 4;
26
- const SEGMENT_RECORD_LENGTH = 3;
27
- const STANDARD_RECORD_LENGTH = 3;
28
- const ORG_RECORD_LENGTH = 4;
29
- const GEOIP_SHM_KEY = 0x4f415401;
30
- const GEOIP_DOMAIN_EDITION = 11;
31
- const GEOIP_COUNTRY_EDITION_V6 = 12;
32
- const GEOIP_LOCATIONA_EDITION = 13;
33
- const GEOIP_ACCURACYRADIUS_EDITION = 14;
34
- const GEOIP_CITY_EDITION_REV1_V6 = 30;
35
- const GEOIP_CITY_EDITION_REV0_V6 = 31;
36
- const GEOIP_NETSPEED_EDITION_REV1 = 32;
37
- const GEOIP_NETSPEED_EDITION_REV1_V6 = 33;
38
- const GEOIP_USERTYPE_EDITION = 28;
39
- const GEOIP_USERTYPE_EDITION_V6 = 29;
40
- const GEOIP_ASNUM_EDITION_V6 = 21;
41
- const GEOIP_ISP_EDITION_V6 = 22;
42
- const GEOIP_ORG_EDITION_V6 = 23;
43
- const GEOIP_DOMAIN_EDITION_V6 = 24;
44
- public $flags;
45
- public $filehandle;
46
- public $memory_buffer;
47
- public $databaseType;
48
- public $databaseSegments;
49
- public $record_length;
50
- public $shmid;
51
- public $GEOIP_COUNTRY_CODES = array(
52
- '',
53
- 'AP',
54
- 'EU',
55
- 'AD',
56
- 'AE',
57
- 'AF',
58
- 'AG',
59
- 'AI',
60
- 'AL',
61
- 'AM',
62
- 'CW',
63
- 'AO',
64
- 'AQ',
65
- 'AR',
66
- 'AS',
67
- 'AT',
68
- 'AU',
69
- 'AW',
70
- 'AZ',
71
- 'BA',
72
- 'BB',
73
- 'BD',
74
- 'BE',
75
- 'BF',
76
- 'BG',
77
- 'BH',
78
- 'BI',
79
- 'BJ',
80
- 'BM',
81
- 'BN',
82
- 'BO',
83
- 'BR',
84
- 'BS',
85
- 'BT',
86
- 'BV',
87
- 'BW',
88
- 'BY',
89
- 'BZ',
90
- 'CA',
91
- 'CC',
92
- 'CD',
93
- 'CF',
94
- 'CG',
95
- 'CH',
96
- 'CI',
97
- 'CK',
98
- 'CL',
99
- 'CM',
100
- 'CN',
101
- 'CO',
102
- 'CR',
103
- 'CU',
104
- 'CV',
105
- 'CX',
106
- 'CY',
107
- 'CZ',
108
- 'DE',
109
- 'DJ',
110
- 'DK',
111
- 'DM',
112
- 'DO',
113
- 'DZ',
114
- 'EC',
115
- 'EE',
116
- 'EG',
117
- 'EH',
118
- 'ER',
119
- 'ES',
120
- 'ET',
121
- 'FI',
122
- 'FJ',
123
- 'FK',
124
- 'FM',
125
- 'FO',
126
- 'FR',
127
- 'SX',
128
- 'GA',
129
- 'GB',
130
- 'GD',
131
- 'GE',
132
- 'GF',
133
- 'GH',
134
- 'GI',
135
- 'GL',
136
- 'GM',
137
- 'GN',
138
- 'GP',
139
- 'GQ',
140
- 'GR',
141
- 'GS',
142
- 'GT',
143
- 'GU',
144
- 'GW',
145
- 'GY',
146
- 'HK',
147
- 'HM',
148
- 'HN',
149
- 'HR',
150
- 'HT',
151
- 'HU',
152
- 'ID',
153
- 'IE',
154
- 'IL',
155
- 'IN',
156
- 'IO',
157
- 'IQ',
158
- 'IR',
159
- 'IS',
160
- 'IT',
161
- 'JM',
162
- 'JO',
163
- 'JP',
164
- 'KE',
165
- 'KG',
166
- 'KH',
167
- 'KI',
168
- 'KM',
169
- 'KN',
170
- 'KP',
171
- 'KR',
172
- 'KW',
173
- 'KY',
174
- 'KZ',
175
- 'LA',
176
- 'LB',
177
- 'LC',
178
- 'LI',
179
- 'LK',
180
- 'LR',
181
- 'LS',
182
- 'LT',
183
- 'LU',
184
- 'LV',
185
- 'LY',
186
- 'MA',
187
- 'MC',
188
- 'MD',
189
- 'MG',
190
- 'MH',
191
- 'MK',
192
- 'ML',
193
- 'MM',
194
- 'MN',
195
- 'MO',
196
- 'MP',
197
- 'MQ',
198
- 'MR',
199
- 'MS',
200
- 'MT',
201
- 'MU',
202
- 'MV',
203
- 'MW',
204
- 'MX',
205
- 'MY',
206
- 'MZ',
207
- 'NA',
208
- 'NC',
209
- 'NE',
210
- 'NF',
211
- 'NG',
212
- 'NI',
213
- 'NL',
214
- 'NO',
215
- 'NP',
216
- 'NR',
217
- 'NU',
218
- 'NZ',
219
- 'OM',
220
- 'PA',
221
- 'PE',
222
- 'PF',
223
- 'PG',
224
- 'PH',
225
- 'PK',
226
- 'PL',
227
- 'PM',
228
- 'PN',
229
- 'PR',
230
- 'PS',
231
- 'PT',
232
- 'PW',
233
- 'PY',
234
- 'QA',
235
- 'RE',
236
- 'RO',
237
- 'RU',
238
- 'RW',
239
- 'SA',
240
- 'SB',
241
- 'SC',
242
- 'SD',
243
- 'SE',
244
- 'SG',
245
- 'SH',
246
- 'SI',
247
- 'SJ',
248
- 'SK',
249
- 'SL',
250
- 'SM',
251
- 'SN',
252
- 'SO',
253
- 'SR',
254
- 'ST',
255
- 'SV',
256
- 'SY',
257
- 'SZ',
258
- 'TC',
259
- 'TD',
260
- 'TF',
261
- 'TG',
262
- 'TH',
263
- 'TJ',
264
- 'TK',
265
- 'TM',
266
- 'TN',
267
- 'TO',
268
- 'TL',
269
- 'TR',
270
- 'TT',
271
- 'TV',
272
- 'TW',
273
- 'TZ',
274
- 'UA',
275
- 'UG',
276
- 'UM',
277
- 'US',
278
- 'UY',
279
- 'UZ',
280
- 'VA',
281
- 'VC',
282
- 'VE',
283
- 'VG',
284
- 'VI',
285
- 'VN',
286
- 'VU',
287
- 'WF',
288
- 'WS',
289
- 'YE',
290
- 'YT',
291
- 'RS',
292
- 'ZA',
293
- 'ZM',
294
- 'ME',
295
- 'ZW',
296
- 'A1',
297
- 'A2',
298
- 'O1',
299
- 'AX',
300
- 'GG',
301
- 'IM',
302
- 'JE',
303
- 'BL',
304
- 'MF',
305
- 'BQ',
306
- 'SS',
307
- 'O1'
308
- );
309
- public $GEOIP_COUNTRY_CODES3 = array(
310
- '',
311
- 'AP',
312
- 'EU',
313
- 'AND',
314
- 'ARE',
315
- 'AFG',
316
- 'ATG',
317
- 'AIA',
318
- 'ALB',
319
- 'ARM',
320
- 'CUW',
321
- 'AGO',
322
- 'ATA',
323
- 'ARG',
324
- 'ASM',
325
- 'AUT',
326
- 'AUS',
327
- 'ABW',
328
- 'AZE',
329
- 'BIH',
330
- 'BRB',
331
- 'BGD',
332
- 'BEL',
333
- 'BFA',
334
- 'BGR',
335
- 'BHR',
336
- 'BDI',
337
- 'BEN',
338
- 'BMU',
339
- 'BRN',
340
- 'BOL',
341
- 'BRA',
342
- 'BHS',
343
- 'BTN',
344
- 'BVT',
345
- 'BWA',
346
- 'BLR',
347
- 'BLZ',
348
- 'CAN',
349
- 'CCK',
350
- 'COD',
351
- 'CAF',
352
- 'COG',
353
- 'CHE',
354
- 'CIV',
355
- 'COK',
356
- 'CHL',
357
- 'CMR',
358
- 'CHN',
359
- 'COL',
360
- 'CRI',
361
- 'CUB',
362
- 'CPV',
363
- 'CXR',
364
- 'CYP',
365
- 'CZE',
366
- 'DEU',
367
- 'DJI',
368
- 'DNK',
369
- 'DMA',
370
- 'DOM',
371
- 'DZA',
372
- 'ECU',
373
- 'EST',
374
- 'EGY',
375
- 'ESH',
376
- 'ERI',
377
- 'ESP',
378
- 'ETH',
379
- 'FIN',
380
- 'FJI',
381
- 'FLK',
382
- 'FSM',
383
- 'FRO',
384
- 'FRA',
385
- 'SXM',
386
- 'GAB',
387
- 'GBR',
388
- 'GRD',
389
- 'GEO',
390
- 'GUF',
391
- 'GHA',
392
- 'GIB',
393
- 'GRL',
394
- 'GMB',
395
- 'GIN',
396
- 'GLP',
397
- 'GNQ',
398
- 'GRC',
399
- 'SGS',
400
- 'GTM',
401
- 'GUM',
402
- 'GNB',
403
- 'GUY',
404
- 'HKG',
405
- 'HMD',
406
- 'HND',
407
- 'HRV',
408
- 'HTI',
409
- 'HUN',
410
- 'IDN',
411
- 'IRL',
412
- 'ISR',
413
- 'IND',
414
- 'IOT',
415
- 'IRQ',
416
- 'IRN',
417
- 'ISL',
418
- 'ITA',
419
- 'JAM',
420
- 'JOR',
421
- 'JPN',
422
- 'KEN',
423
- 'KGZ',
424
- 'KHM',
425
- 'KIR',
426
- 'COM',
427
- 'KNA',
428
- 'PRK',
429
- 'KOR',
430
- 'KWT',
431
- 'CYM',
432
- 'KAZ',
433
- 'LAO',
434
- 'LBN',
435
- 'LCA',
436
- 'LIE',
437
- 'LKA',
438
- 'LBR',
439
- 'LSO',
440
- 'LTU',
441
- 'LUX',
442
- 'LVA',
443
- 'LBY',
444
- 'MAR',
445
- 'MCO',
446
- 'MDA',
447
- 'MDG',
448
- 'MHL',
449
- 'MKD',
450
- 'MLI',
451
- 'MMR',
452
- 'MNG',
453
- 'MAC',
454
- 'MNP',
455
- 'MTQ',
456
- 'MRT',
457
- 'MSR',
458
- 'MLT',
459
- 'MUS',
460
- 'MDV',
461
- 'MWI',
462
- 'MEX',
463
- 'MYS',
464
- 'MOZ',
465
- 'NAM',
466
- 'NCL',
467
- 'NER',
468
- 'NFK',
469
- 'NGA',
470
- 'NIC',
471
- 'NLD',
472
- 'NOR',
473
- 'NPL',
474
- 'NRU',
475
- 'NIU',
476
- 'NZL',
477
- 'OMN',
478
- 'PAN',
479
- 'PER',
480
- 'PYF',
481
- 'PNG',
482
- 'PHL',
483
- 'PAK',
484
- 'POL',
485
- 'SPM',
486
- 'PCN',
487
- 'PRI',
488
- 'PSE',
489
- 'PRT',
490
- 'PLW',
491
- 'PRY',
492
- 'QAT',
493
- 'REU',
494
- 'ROU',
495
- 'RUS',
496
- 'RWA',
497
- 'SAU',
498
- 'SLB',
499
- 'SYC',
500
- 'SDN',
501
- 'SWE',
502
- 'SGP',
503
- 'SHN',
504
- 'SVN',
505
- 'SJM',
506
- 'SVK',
507
- 'SLE',
508
- 'SMR',
509
- 'SEN',
510
- 'SOM',
511
- 'SUR',
512
- 'STP',
513
- 'SLV',
514
- 'SYR',
515
- 'SWZ',
516
- 'TCA',
517
- 'TCD',
518
- 'ATF',
519
- 'TGO',
520
- 'THA',
521
- 'TJK',
522
- 'TKL',
523
- 'TKM',
524
- 'TUN',
525
- 'TON',
526
- 'TLS',
527
- 'TUR',
528
- 'TTO',
529
- 'TUV',
530
- 'TWN',
531
- 'TZA',
532
- 'UKR',
533
- 'UGA',
534
- 'UMI',
535
- 'USA',
536
- 'URY',
537
- 'UZB',
538
- 'VAT',
539
- 'VCT',
540
- 'VEN',
541
- 'VGB',
542
- 'VIR',
543
- 'VNM',
544
- 'VUT',
545
- 'WLF',
546
- 'WSM',
547
- 'YEM',
548
- 'MYT',
549
- 'SRB',
550
- 'ZAF',
551
- 'ZMB',
552
- 'MNE',
553
- 'ZWE',
554
- 'A1',
555
- 'A2',
556
- 'O1',
557
- 'ALA',
558
- 'GGY',
559
- 'IMN',
560
- 'JEY',
561
- 'BLM',
562
- 'MAF',
563
- 'BES',
564
- 'SSD',
565
- 'O1'
566
- );
567
- public $GEOIP_COUNTRY_NAMES = array(
568
- '',
569
- 'Asia/Pacific Region',
570
- 'Europe',
571
- 'Andorra',
572
- 'United Arab Emirates',
573
- 'Afghanistan',
574
- 'Antigua and Barbuda',
575
- 'Anguilla',
576
- 'Albania',
577
- 'Armenia',
578
- 'Curacao',
579
- 'Angola',
580
- 'Antarctica',
581
- 'Argentina',
582
- 'American Samoa',
583
- 'Austria',
584
- 'Australia',
585
- 'Aruba',
586
- 'Azerbaijan',
587
- 'Bosnia and Herzegovina',
588
- 'Barbados',
589
- 'Bangladesh',
590
- 'Belgium',
591
- 'Burkina Faso',
592
- 'Bulgaria',
593
- 'Bahrain',
594
- 'Burundi',
595
- 'Benin',
596
- 'Bermuda',
597
- 'Brunei Darussalam',
598
- 'Bolivia',
599
- 'Brazil',
600
- 'Bahamas',
601
- 'Bhutan',
602
- 'Bouvet Island',
603
- 'Botswana',
604
- 'Belarus',
605
- 'Belize',
606
- 'Canada',
607
- 'Cocos (Keeling) Islands',
608
- 'Congo, The Democratic Republic of the',
609
- 'Central African Republic',
610
- 'Congo',
611
- 'Switzerland',
612
- "Cote D'Ivoire",
613
- 'Cook Islands',
614
- 'Chile',
615
- 'Cameroon',
616
- 'China',
617
- 'Colombia',
618
- 'Costa Rica',
619
- 'Cuba',
620
- 'Cape Verde',
621
- 'Christmas Island',
622
- 'Cyprus',
623
- 'Czech Republic',
624
- 'Germany',
625
- 'Djibouti',
626
- 'Denmark',
627
- 'Dominica',
628
- 'Dominican Republic',
629
- 'Algeria',
630
- 'Ecuador',
631
- 'Estonia',
632
- 'Egypt',
633
- 'Western Sahara',
634
- 'Eritrea',
635
- 'Spain',
636
- 'Ethiopia',
637
- 'Finland',
638
- 'Fiji',
639
- 'Falkland Islands (Malvinas)',
640
- 'Micronesia, Federated States of',
641
- 'Faroe Islands',
642
- 'France',
643
- 'Sint Maarten (Dutch part)',
644
- 'Gabon',
645
- 'United Kingdom',
646
- 'Grenada',
647
- 'Georgia',
648
- 'French Guiana',
649
- 'Ghana',
650
- 'Gibraltar',
651
- 'Greenland',
652
- 'Gambia',
653
- 'Guinea',
654
- 'Guadeloupe',
655
- 'Equatorial Guinea',
656
- 'Greece',
657
- 'South Georgia and the South Sandwich Islands',
658
- 'Guatemala',
659
- 'Guam',
660
- 'Guinea-Bissau',
661
- 'Guyana',
662
- 'Hong Kong',
663
- 'Heard Island and McDonald Islands',
664
- 'Honduras',
665
- 'Croatia',
666
- 'Haiti',
667
- 'Hungary',
668
- 'Indonesia',
669
- 'Ireland',
670
- 'Israel',
671
- 'India',
672
- 'British Indian Ocean Territory',
673
- 'Iraq',
674
- 'Iran, Islamic Republic of',
675
- 'Iceland',
676
- 'Italy',
677
- 'Jamaica',
678
- 'Jordan',
679
- 'Japan',
680
- 'Kenya',
681
- 'Kyrgyzstan',
682
- 'Cambodia',
683
- 'Kiribati',
684
- 'Comoros',
685
- 'Saint Kitts and Nevis',
686
- "Korea, Democratic People's Republic of",
687
- 'Korea, Republic of',
688
- 'Kuwait',
689
- 'Cayman Islands',
690
- 'Kazakhstan',
691
- "Lao People's Democratic Republic",
692
- 'Lebanon',
693
- 'Saint Lucia',
694
- 'Liechtenstein',
695
- 'Sri Lanka',
696
- 'Liberia',
697
- 'Lesotho',
698
- 'Lithuania',
699
- 'Luxembourg',
700
- 'Latvia',
701
- 'Libya',
702
- 'Morocco',
703
- 'Monaco',
704
- 'Moldova, Republic of',
705
- 'Madagascar',
706
- 'Marshall Islands',
707
- 'Macedonia',
708
- 'Mali',
709
- 'Myanmar',
710
- 'Mongolia',
711
- 'Macau',
712
- 'Northern Mariana Islands',
713
- 'Martinique',
714
- 'Mauritania',
715
- 'Montserrat',
716
- 'Malta',
717
- 'Mauritius',
718
- 'Maldives',
719
- 'Malawi',
720
- 'Mexico',
721
- 'Malaysia',
722
- 'Mozambique',
723
- 'Namibia',
724
- 'New Caledonia',
725
- 'Niger',
726
- 'Norfolk Island',
727
- 'Nigeria',
728
- 'Nicaragua',
729
- 'Netherlands',
730
- 'Norway',
731
- 'Nepal',
732
- 'Nauru',
733
- 'Niue',
734
- 'New Zealand',
735
- 'Oman',
736
- 'Panama',
737
- 'Peru',
738
- 'French Polynesia',
739
- 'Papua New Guinea',
740
- 'Philippines',
741
- 'Pakistan',
742
- 'Poland',
743
- 'Saint Pierre and Miquelon',
744
- 'Pitcairn Islands',
745
- 'Puerto Rico',
746
- 'Palestinian Territory',
747
- 'Portugal',
748
- 'Palau',
749
- 'Paraguay',
750
- 'Qatar',
751
- 'Reunion',
752
- 'Romania',
753
- 'Russian Federation',
754
- 'Rwanda',
755
- 'Saudi Arabia',
756
- 'Solomon Islands',
757
- 'Seychelles',
758
- 'Sudan',
759
- 'Sweden',
760
- 'Singapore',
761
- 'Saint Helena',
762
- 'Slovenia',
763
- 'Svalbard and Jan Mayen',
764
- 'Slovakia',
765
- 'Sierra Leone',
766
- 'San Marino',
767
- 'Senegal',
768
- 'Somalia',
769
- 'Suriname',
770
- 'Sao Tome and Principe',
771
- 'El Salvador',
772
- 'Syrian Arab Republic',
773
- 'Swaziland',
774
- 'Turks and Caicos Islands',
775
- 'Chad',
776
- 'French Southern Territories',
777
- 'Togo',
778
- 'Thailand',
779
- 'Tajikistan',
780
- 'Tokelau',
781
- 'Turkmenistan',
782
- 'Tunisia',
783
- 'Tonga',
784
- 'Timor-Leste',
785
- 'Turkey',
786
- 'Trinidad and Tobago',
787
- 'Tuvalu',
788
- 'Taiwan',
789
- 'Tanzania, United Republic of',
790
- 'Ukraine',
791
- 'Uganda',
792
- 'United States Minor Outlying Islands',
793
- 'United States',
794
- 'Uruguay',
795
- 'Uzbekistan',
796
- 'Holy See (Vatican City State)',
797
- 'Saint Vincent and the Grenadines',
798
- 'Venezuela',
799
- 'Virgin Islands, British',
800
- 'Virgin Islands, U.S.',
801
- 'Vietnam',
802
- 'Vanuatu',
803
- 'Wallis and Futuna',
804
- 'Samoa',
805
- 'Yemen',
806
- 'Mayotte',
807
- 'Serbia',
808
- 'South Africa',
809
- 'Zambia',
810
- 'Montenegro',
811
- 'Zimbabwe',
812
- 'Anonymous Proxy',
813
- 'Satellite Provider',
814
- 'Other',
815
- 'Aland Islands',
816
- 'Guernsey',
817
- 'Isle of Man',
818
- 'Jersey',
819
- 'Saint Barthelemy',
820
- 'Saint Martin',
821
- 'Bonaire, Saint Eustatius and Saba',
822
- 'South Sudan',
823
- 'Other'
824
- );
825
- public $GEOIP_CONTINENT_CODES = array(
826
- '--',
827
- 'AS',
828
- 'EU',
829
- 'EU',
830
- 'AS',
831
- 'AS',
832
- 'NA',
833
- 'NA',
834
- 'EU',
835
- 'AS',
836
- 'NA',
837
- 'AF',
838
- 'AN',
839
- 'SA',
840
- 'OC',
841
- 'EU',
842
- 'OC',
843
- 'NA',
844
- 'AS',
845
- 'EU',
846
- 'NA',
847
- 'AS',
848
- 'EU',
849
- 'AF',
850
- 'EU',
851
- 'AS',
852
- 'AF',
853
- 'AF',
854
- 'NA',
855
- 'AS',
856
- 'SA',
857
- 'SA',
858
- 'NA',
859
- 'AS',
860
- 'AN',
861
- 'AF',
862
- 'EU',
863
- 'NA',
864
- 'NA',
865
- 'AS',
866
- 'AF',
867
- 'AF',
868
- 'AF',
869
- 'EU',
870
- 'AF',
871
- 'OC',
872
- 'SA',
873
- 'AF',
874
- 'AS',
875
- 'SA',
876
- 'NA',
877
- 'NA',
878
- 'AF',
879
- 'AS',
880
- 'AS',
881
- 'EU',
882
- 'EU',
883
- 'AF',
884
- 'EU',
885
- 'NA',
886
- 'NA',
887
- 'AF',
888
- 'SA',
889
- 'EU',
890
- 'AF',
891
- 'AF',
892
- 'AF',
893
- 'EU',
894
- 'AF',
895
- 'EU',
896
- 'OC',
897
- 'SA',
898
- 'OC',
899
- 'EU',
900
- 'EU',
901
- 'NA',
902
- 'AF',
903
- 'EU',
904
- 'NA',
905
- 'AS',
906
- 'SA',
907
- 'AF',
908
- 'EU',
909
- 'NA',
910
- 'AF',
911
- 'AF',
912
- 'NA',
913
- 'AF',
914
- 'EU',
915
- 'AN',
916
- 'NA',
917
- 'OC',
918
- 'AF',
919
- 'SA',
920
- 'AS',
921
- 'AN',
922
- 'NA',
923
- 'EU',
924
- 'NA',
925
- 'EU',
926
- 'AS',
927
- 'EU',
928
- 'AS',
929
- 'AS',
930
- 'AS',
931
- 'AS',
932
- 'AS',
933
- 'EU',
934
- 'EU',
935
- 'NA',
936
- 'AS',
937
- 'AS',
938
- 'AF',
939
- 'AS',
940
- 'AS',
941
- 'OC',
942
- 'AF',
943
- 'NA',
944
- 'AS',
945
- 'AS',
946
- 'AS',
947
- 'NA',
948
- 'AS',
949
- 'AS',
950
- 'AS',
951
- 'NA',
952
- 'EU',
953
- 'AS',
954
- 'AF',
955
- 'AF',
956
- 'EU',
957
- 'EU',
958
- 'EU',
959
- 'AF',
960
- 'AF',
961
- 'EU',
962
- 'EU',
963
- 'AF',
964
- 'OC',
965
- 'EU',
966
- 'AF',
967
- 'AS',
968
- 'AS',
969
- 'AS',
970
- 'OC',
971
- 'NA',
972
- 'AF',
973
- 'NA',
974
- 'EU',
975
- 'AF',
976
- 'AS',
977
- 'AF',
978
- 'NA',
979
- 'AS',
980
- 'AF',
981
- 'AF',
982
- 'OC',
983
- 'AF',
984
- 'OC',
985
- 'AF',
986
- 'NA',
987
- 'EU',
988
- 'EU',
989
- 'AS',
990
- 'OC',
991
- 'OC',
992
- 'OC',
993
- 'AS',
994
- 'NA',
995
- 'SA',
996
- 'OC',
997
- 'OC',
998
- 'AS',
999
- 'AS',
1000
- 'EU',
1001
- 'NA',
1002
- 'OC',
1003
- 'NA',
1004
- 'AS',
1005
- 'EU',
1006
- 'OC',
1007
- 'SA',
1008
- 'AS',
1009
- 'AF',
1010
- 'EU',
1011
- 'EU',
1012
- 'AF',
1013
- 'AS',
1014
- 'OC',
1015
- 'AF',
1016
- 'AF',
1017
- 'EU',
1018
- 'AS',
1019
- 'AF',
1020
- 'EU',
1021
- 'EU',
1022
- 'EU',
1023
- 'AF',
1024
- 'EU',
1025
- 'AF',
1026
- 'AF',
1027
- 'SA',
1028
- 'AF',
1029
- 'NA',
1030
- 'AS',
1031
- 'AF',
1032
- 'NA',
1033
- 'AF',
1034
- 'AN',
1035
- 'AF',
1036
- 'AS',
1037
- 'AS',
1038
- 'OC',
1039
- 'AS',
1040
- 'AF',
1041
- 'OC',
1042
- 'AS',
1043
- 'EU',
1044
- 'NA',
1045
- 'OC',
1046
- 'AS',
1047
- 'AF',
1048
- 'EU',
1049
- 'AF',
1050
- 'OC',
1051
- 'NA',
1052
- 'SA',
1053
- 'AS',
1054
- 'EU',
1055
- 'NA',
1056
- 'SA',
1057
- 'NA',
1058
- 'NA',
1059
- 'AS',
1060
- 'OC',
1061
- 'OC',
1062
- 'OC',
1063
- 'AS',
1064
- 'AF',
1065
- 'EU',
1066
- 'AF',
1067
- 'AF',
1068
- 'EU',
1069
- 'AF',
1070
- '--',
1071
- '--',
1072
- '--',
1073
- 'EU',
1074
- 'EU',
1075
- 'EU',
1076
- 'EU',
1077
- 'NA',
1078
- 'NA',
1079
- 'NA',
1080
- 'AF',
1081
- '--'
1082
- );
1083
- /**
1084
- * Open geoip file
1085
- *
1086
- * @param string $filename
1087
- * @param int $flags
1088
- */
1089
- public function geoip_open( $filename, $flags = 0, $ipVersion = MchGdbcIPUtils::IP_VERSION_4) {
1090
- $this->flags = $flags;
1091
- if ( $this->flags & self::GEOIP_SHARED_MEMORY ) {
1092
- $this->shmid = @shmop_open( self::GEOIP_SHM_KEY, "a", 0, 0 );
1093
- }
1094
- else
1095
- {
1096
- if(null === $filename)
1097
- {
1098
- $filename = dirname(__FILE__) . ( ($ipVersion === MchGdbcIPUtils::IP_VERSION_4) ? '/GeoIP.dat' : '/GeoIPv6.dat' );
1099
- }
1100
-
1101
- $this->filehandle = @fopen( $filename, 'rb' ); //or trigger_error( "GeoIP API: Can not open $filename\n", E_USER_ERROR );
1102
- if(false === $this->filehandle)
1103
- throw new Exception("GeoIP API: Can not open $filename\n");
1104
-
1105
- if ( $this->flags & self::GEOIP_MEMORY_CACHE ) {
1106
- $s_array = fstat( $this->filehandle );
1107
- $this->memory_buffer = fread( $this->filehandle, $s_array['size'] );
1108
- }
1109
- }
1110
-
1111
- $this->_setup_segments();
1112
- }
1113
- /**
1114
- * Setup segments
1115
- *
1116
- * @return WC_Geo_IP instance
1117
- */
1118
- private function _setup_segments() {
1119
- $this->databaseType = self::GEOIP_COUNTRY_EDITION;
1120
- $this->record_length = self::STANDARD_RECORD_LENGTH;
1121
- if ( $this->flags & self::GEOIP_SHARED_MEMORY ) {
1122
- $offset = @shmop_size( $this->shmid ) - 3;
1123
- for ( $i = 0; $i < self::STRUCTURE_INFO_MAX_SIZE; $i++ ) {
1124
- $delim = @shmop_read( $this->shmid, $offset, 3 );
1125
- $offset += 3;
1126
- if ( $delim == ( chr( 255 ) . chr( 255 ) . chr( 255 ) ) ) {
1127
- $this->databaseType = ord( @shmop_read( $this->shmid, $offset, 1 ) );
1128
- if ( $this->databaseType >= 106 ) {
1129
- $this->databaseType -= 105;
1130
- }
1131
- $offset++;
1132
- if ( $this->databaseType == self::GEOIP_REGION_EDITION_REV0 ) {
1133
- $this->databaseSegments = self::GEOIP_STATE_BEGIN_REV0;
1134
- } elseif ( $this->databaseType == self::GEOIP_REGION_EDITION_REV1 ) {
1135
- $this->databaseSegments = self::GEOIP_STATE_BEGIN_REV1;
1136
- } elseif ( ( $this->databaseType == self::GEOIP_CITY_EDITION_REV0 )
1137
- || ( $this->databaseType == self::GEOIP_CITY_EDITION_REV1 )
1138
- || ( $this->databaseType == self::GEOIP_ORG_EDITION )
1139
- || ( $this->databaseType == self::GEOIP_ORG_EDITION_V6 )
1140
- || ( $this->databaseType == self::GEOIP_DOMAIN_EDITION )
1141
- || ( $this->databaseType == self::GEOIP_DOMAIN_EDITION_V6 )
1142
- || ( $this->databaseType == self::GEOIP_ISP_EDITION )
1143
- || ( $this->databaseType == self::GEOIP_ISP_EDITION_V6 )
1144
- || ( $this->databaseType == self::GEOIP_USERTYPE_EDITION )
1145
- || ( $this->databaseType == self::GEOIP_USERTYPE_EDITION_V6 )
1146
- || ( $this->databaseType == self::GEOIP_LOCATIONA_EDITION )
1147
- || ( $this->databaseType == self::GEOIP_ACCURACYRADIUS_EDITION )
1148
- || ( $this->databaseType == self::GEOIP_CITY_EDITION_REV0_V6 )
1149
- || ( $this->databaseType == self::GEOIP_CITY_EDITION_REV1_V6 )
1150
- || ( $this->databaseType == self::GEOIP_NETSPEED_EDITION_REV1 )
1151
- || ( $this->databaseType == self::GEOIP_NETSPEED_EDITION_REV1_V6 )
1152
- || ( $this->databaseType == self::GEOIP_ASNUM_EDITION )
1153
- || ( $this->databaseType == self::GEOIP_ASNUM_EDITION_V6 )
1154
- ) {
1155
- $this->databaseSegments = 0;
1156
- $buf = @shmop_read( $this->shmid, $offset, self::SEGMENT_RECORD_LENGTH );
1157
- for ( $j = 0; $j < self::SEGMENT_RECORD_LENGTH; $j++ ) {
1158
- $this->databaseSegments += ( ord( $buf[ $j ] ) << ( $j * 8 ) );
1159
- }
1160
- if ( ( $this->databaseType == self::GEOIP_ORG_EDITION )
1161
- || ( $this->databaseType == self::GEOIP_ORG_EDITION_V6 )
1162
- || ( $this->databaseType == self::GEOIP_DOMAIN_EDITION )
1163
- || ( $this->databaseType == self::GEOIP_DOMAIN_EDITION_V6 )
1164
- || ( $this->databaseType == self::GEOIP_ISP_EDITION )
1165
- || ( $this->databaseType == self::GEOIP_ISP_EDITION_V6 )
1166
- ) {
1167
- $this->record_length = self::ORG_RECORD_LENGTH;
1168
- }
1169
- }
1170
- break;
1171
- } else {
1172
- $offset -= 4;
1173
- }
1174
- }
1175
- if ( ( $this->databaseType == self::GEOIP_COUNTRY_EDITION )
1176
- || ( $this->databaseType == self::GEOIP_COUNTRY_EDITION_V6 )
1177
- || ( $this->databaseType == self::GEOIP_PROXY_EDITION )
1178
- || ( $this->databaseType == self::GEOIP_NETSPEED_EDITION )
1179
- ) {
1180
- $this->databaseSegments = self::GEOIP_COUNTRY_BEGIN;
1181
- }
1182
- } else {
1183
- $filepos = ftell( $this->filehandle );
1184
- fseek( $this->filehandle, -3, SEEK_END );
1185
- for ( $i = 0; $i < self::STRUCTURE_INFO_MAX_SIZE; $i++ ) {
1186
- $delim = fread( $this->filehandle, 3 );
1187
- if ( $delim == ( chr( 255 ) . chr( 255 ) . chr( 255 ) ) ) {
1188
- $this->databaseType = ord( fread( $this->filehandle, 1 ) );
1189
- if ( $this->databaseType >= 106 ) {
1190
- $this->databaseType -= 105;
1191
- }
1192
- if ( $this->databaseType == self::GEOIP_REGION_EDITION_REV0 ) {
1193
- $this->databaseSegments = self::GEOIP_STATE_BEGIN_REV0;
1194
- } elseif ( $this->databaseType == self::GEOIP_REGION_EDITION_REV1 ) {
1195
- $this->databaseSegments = self::GEOIP_STATE_BEGIN_REV1;
1196
- } elseif ( ( $this->databaseType == self::GEOIP_CITY_EDITION_REV0 )
1197
- || ( $this->databaseType == self::GEOIP_CITY_EDITION_REV1 )
1198
- || ( $this->databaseType == self::GEOIP_CITY_EDITION_REV0_V6 )
1199
- || ( $this->databaseType == self::GEOIP_CITY_EDITION_REV1_V6 )
1200
- || ( $this->databaseType == self::GEOIP_ORG_EDITION )
1201
- || ( $this->databaseType == self::GEOIP_DOMAIN_EDITION )
1202
- || ( $this->databaseType == self::GEOIP_ISP_EDITION )
1203
- || ( $this->databaseType == self::GEOIP_ORG_EDITION_V6 )
1204
- || ( $this->databaseType == self::GEOIP_DOMAIN_EDITION_V6 )
1205
- || ( $this->databaseType == self::GEOIP_ISP_EDITION_V6 )
1206
- || ( $this->databaseType == self::GEOIP_LOCATIONA_EDITION )
1207
- || ( $this->databaseType == self::GEOIP_ACCURACYRADIUS_EDITION )
1208
- || ( $this->databaseType == self::GEOIP_CITY_EDITION_REV0_V6 )
1209
- || ( $this->databaseType == self::GEOIP_CITY_EDITION_REV1_V6 )
1210
- || ( $this->databaseType == self::GEOIP_NETSPEED_EDITION_REV1 )
1211
- || ( $this->databaseType == self::GEOIP_NETSPEED_EDITION_REV1_V6 )
1212
- || ( $this->databaseType == self::GEOIP_USERTYPE_EDITION )
1213
- || ( $this->databaseType == self::GEOIP_USERTYPE_EDITION_V6 )
1214
- || ( $this->databaseType == self::GEOIP_ASNUM_EDITION )
1215
- || ( $this->databaseType == self::GEOIP_ASNUM_EDITION_V6 )
1216
- ) {
1217
- $this->databaseSegments = 0;
1218
- $buf = fread( $this->filehandle, self::SEGMENT_RECORD_LENGTH );
1219
- for ( $j = 0; $j < self::SEGMENT_RECORD_LENGTH; $j++ ) {
1220
- $this->databaseSegments += ( ord( $buf[ $j ] ) << ( $j * 8 ) );
1221
- }
1222
- if ( ( $this->databaseType == self::GEOIP_ORG_EDITION )
1223
- || ( $this->databaseType == self::GEOIP_DOMAIN_EDITION )
1224
- || ( $this->databaseType == self::GEOIP_ISP_EDITION )
1225
- || ( $this->databaseType == self::GEOIP_ORG_EDITION_V6 )
1226
- || ( $this->databaseType == self::GEOIP_DOMAIN_EDITION_V6 )
1227
- || ( $this->databaseType == self::GEOIP_ISP_EDITION_V6 )
1228
- ) {
1229
- $this->record_length = self::ORG_RECORD_LENGTH;
1230
- }
1231
- }
1232
- break;
1233
- } else {
1234
- fseek( $this->filehandle, -4, SEEK_CUR );
1235
- }
1236
- }
1237
- if ( ( $this->databaseType == self::GEOIP_COUNTRY_EDITION )
1238
- || ( $this->databaseType == self::GEOIP_COUNTRY_EDITION_V6 )
1239
- || ( $this->databaseType == self::GEOIP_PROXY_EDITION )
1240
- || ( $this->databaseType == self::GEOIP_NETSPEED_EDITION )
1241
- ) {
1242
- $this->databaseSegments = self::GEOIP_COUNTRY_BEGIN;
1243
- }
1244
- fseek( $this->filehandle, $filepos, SEEK_SET );
1245
- }
1246
- return $this;
1247
- }
1248
- /**
1249
- * Close geoip file
1250
- *
1251
- * @return bool
1252
- */
1253
- public function geoip_close() {
1254
- if ( $this->flags & self::GEOIP_SHARED_MEMORY ) {
1255
- return true;
1256
- }
1257
-
1258
- return @fclose( $this->filehandle );
1259
- }
1260
- /**
1261
- * Common get record
1262
- *
1263
- * @param string $seek_country
1264
- * @return MchMaxMindGeoIpRecord instance
1265
- */
1266
- private function _common_get_record( $seek_country ) {
1267
- // workaround php's broken substr, strpos, etc handling with
1268
- // mbstring.func_overload and mbstring.internal_encoding
1269
- $mbExists = extension_loaded( 'mbstring' );
1270
- if ( $mbExists ) {
1271
- $enc = mb_internal_encoding();
1272
- mb_internal_encoding( 'ISO-8859-1' );
1273
- }
1274
- $record_pointer = $seek_country + ( 2 * $this->record_length - 1 ) * $this->databaseSegments;
1275
- if ( $this->flags & self::GEOIP_MEMORY_CACHE ) {
1276
- $record_buf = substr( $this->memory_buffer, $record_pointer, FULL_RECORD_LENGTH );
1277
- } elseif ( $this->flags & self::GEOIP_SHARED_MEMORY ) {
1278
- $record_buf = @shmop_read( $this->shmid, $record_pointer, FULL_RECORD_LENGTH );
1279
- } else {
1280
- fseek( $this->filehandle, $record_pointer, SEEK_SET );
1281
- $record_buf = fread( $this->filehandle, FULL_RECORD_LENGTH );
1282
- }
1283
- $record = new MchMaxMindGeoIpRecord();
1284
- $record_buf_pos = 0;
1285
- $char = ord( substr( $record_buf, $record_buf_pos, 1 ) );
1286
-
1287
- if(isset($this->GEOIP_COUNTRY_CODES[ $char ])) {
1288
- $record->country_code = $this->GEOIP_COUNTRY_CODES[ $char ];
1289
- return $record;
1290
- }
1291
-
1292
- $record->country_code3 = $this->GEOIP_COUNTRY_CODES3[ $char ];
1293
- $record->country_name = $this->GEOIP_COUNTRY_NAMES[ $char ];
1294
- $record->continent_code = $this->GEOIP_CONTINENT_CODES[ $char ];
1295
- $str_length = 0;
1296
- $record_buf_pos++;
1297
- // Get region
1298
- $char = ord( substr( $record_buf, $record_buf_pos + $str_length, 1 ) );
1299
- while ( $char != 0 ) {
1300
- $str_length++;
1301
- $char = ord( substr( $record_buf, $record_buf_pos + $str_length, 1 ) );
1302
- }
1303
- if ( $str_length > 0 ) {
1304
- $record->region = substr( $record_buf, $record_buf_pos, $str_length );
1305
- }
1306
- $record_buf_pos += $str_length + 1;
1307
- $str_length = 0;
1308
- // Get city
1309
- $char = ord( substr( $record_buf, $record_buf_pos + $str_length, 1 ) );
1310
- while ( $char != 0 ) {
1311
- $str_length++;
1312
- $char = ord( substr( $record_buf, $record_buf_pos + $str_length, 1 ) );
1313
- }
1314
- if ( $str_length > 0 ) {
1315
- $record->city = substr( $record_buf, $record_buf_pos, $str_length );
1316
- }
1317
- $record_buf_pos += $str_length + 1;
1318
- $str_length = 0;
1319
- // Get postal code
1320
- $char = ord( substr( $record_buf, $record_buf_pos + $str_length, 1 ) );
1321
- while ( $char != 0 ) {
1322
- $str_length++;
1323
- $char = ord( substr( $record_buf, $record_buf_pos + $str_length, 1 ) );
1324
- }
1325
- if ( $str_length > 0 ) {
1326
- $record->postal_code = substr( $record_buf, $record_buf_pos, $str_length );
1327
- }
1328
- $record_buf_pos += $str_length + 1;
1329
- // Get latitude and longitude
1330
- $latitude = 0;
1331
- $longitude = 0;
1332
- for ( $j = 0; $j < 3; ++$j ) {
1333
- $char = ord( substr( $record_buf, $record_buf_pos++, 1 ) );
1334
- $latitude += ( $char << ( $j * 8 ) );
1335
- }
1336
- $record->latitude = ( $latitude / 10000 ) - 180;
1337
- for ( $j = 0; $j < 3; ++$j ) {
1338
- $char = ord( substr( $record_buf, $record_buf_pos++, 1 ) );
1339
- $longitude += ( $char << ( $j * 8 ) );
1340
- }
1341
- $record->longitude = ( $longitude / 10000 ) - 180;
1342
- if ( self::GEOIP_CITY_EDITION_REV1 == $this->databaseType ) {
1343
- $metroarea_combo = 0;
1344
- if ( $record->country_code == "US" ) {
1345
- for ( $j = 0; $j < 3; ++$j ) {
1346
- $char = ord( substr( $record_buf, $record_buf_pos++, 1 ) );
1347
- $metroarea_combo += ( $char << ( $j * 8 ) );
1348
- }
1349
- $record->metro_code = $record->dma_code = floor( $metroarea_combo / 1000 );
1350
- $record->area_code = $metroarea_combo % 1000;
1351
- }
1352
- }
1353
- if ( $mbExists ) {
1354
- mb_internal_encoding( $enc );
1355
- }
1356
-
1357
- return $record;
1358
- }
1359
- /**
1360
- * Get record
1361
- *
1362
- * @param int $ipnum
1363
- * @return MchMaxMindGeoIpRecord instance
1364
- */
1365
- private function _get_record( $ipnum ) {
1366
- $seek_country = $this->_geoip_seek_country( $ipnum );
1367
- if ( $seek_country == $this->databaseSegments ) {
1368
- return null;
1369
- }
1370
- return $this->_common_get_record( $seek_country );
1371
- }
1372
- /**
1373
- * Seek country IPv6
1374
- *
1375
- * @param int $ipnum [description]
1376
- * @return bool|int
1377
- */
1378
- function _geoip_seek_country_v6( $ipnum ) {
1379
- // arrays from unpack start with offset 1
1380
- // yet another php mystery. array_merge work around
1381
- // this broken behaviour
1382
- $v6vec = array_merge( unpack( 'C16', $ipnum ) );
1383
- $offset = 0;
1384
- for ( $depth = 127; $depth >= 0; --$depth ) {
1385
- if ( $this->flags & self::GEOIP_MEMORY_CACHE ) {
1386
- $buf = $this->_safe_substr(
1387
- $this->memory_buffer,
1388
- 2 * $this->record_length * $offset,
1389
- 2 * $this->record_length
1390
- );
1391
- } elseif ( $this->flags & self::GEOIP_SHARED_MEMORY ) {
1392
- $buf = @shmop_read(
1393
- $this->shmid,
1394
- 2 * $this->record_length * $offset,
1395
- 2 * $this->record_length
1396
- );
1397
- } else
1398
- {
1399
- if(fseek( $this->filehandle, 2 * $this->record_length * $offset, SEEK_SET ) !== 0)
1400
- throw new Exception('GeoIP API: fseek failed');
1401
- //or trigger_error( 'GeoIP API: fseek failed', E_USER_ERROR );
1402
-
1403
- $buf = fread( $this->filehandle, 2 * $this->record_length );
1404
- }
1405
- $x = array( 0, 0 );
1406
- for ( $i = 0; $i < 2; ++$i ) {
1407
- for ( $j = 0; $j < $this->record_length; ++$j ) {
1408
- $x[ $i ] += ord( $buf[ $this->record_length * $i + $j ] ) << ( $j * 8 );
1409
- }
1410
- }
1411
- $bnum = 127 - $depth;
1412
- $idx = $bnum >> 3;
1413
- $b_mask = 1 << ( $bnum & 7 ^ 7 );
1414
- if ( ( $v6vec[ $idx ] & $b_mask ) > 0 ) {
1415
- if ( $x[1] >= $this->databaseSegments ) {
1416
- return $x[1];
1417
- }
1418
- $offset = $x[1];
1419
- } else {
1420
- if ( $x[0] >= $this->databaseSegments ) {
1421
- return $x[0];
1422
- }
1423
- $offset = $x[0];
1424
- }
1425
- }
1426
-
1427
- throw new Exception('GeoIP API: Error traversing database - perhaps it is corrupt?');
1428
- //trigger_error( 'GeoIP API: Error traversing database - perhaps it is corrupt?', E_USER_ERROR );
1429
-
1430
- //return false;
1431
- }
1432
- /**
1433
- * Seek country
1434
- *
1435
- * @param int $ipnum
1436
- * @return bool|int
1437
- */
1438
- private function _geoip_seek_country( $ipnum ) {
1439
- $offset = 0;
1440
- for ( $depth = 31; $depth >= 0; --$depth ) {
1441
- if ( $this->flags & self::GEOIP_MEMORY_CACHE ) {
1442
- $buf = $this->_safe_substr(
1443
- $this->memory_buffer,
1444
- 2 * $this->record_length * $offset,
1445
- 2 * $this->record_length
1446
- );
1447
- } elseif ( $this->flags & self::GEOIP_SHARED_MEMORY ) {
1448
- $buf = @shmop_read(
1449
- $this->shmid,
1450
- 2 * $this->record_length * $offset,
1451
- 2 * $this->record_length
1452
- );
1453
- } else
1454
- {
1455
- if(fseek( $this->filehandle, 2 * $this->record_length * $offset, SEEK_SET ) !== 0)
1456
- throw new Exception('GeoIP API: fseek failed');
1457
-
1458
- //or trigger_error( 'GeoIP API: fseek failed', E_USER_ERROR );
1459
- $buf = fread( $this->filehandle, 2 * $this->record_length );
1460
- }
1461
- $x = array( 0, 0 );
1462
- for ( $i = 0; $i < 2; ++$i ) {
1463
- for ( $j = 0; $j < $this->record_length; ++$j ) {
1464
- $x[ $i ] += ord( $buf[ $this->record_length * $i + $j ] ) << ( $j * 8 );
1465
- }
1466
- }
1467
- if ( $ipnum & ( 1 << $depth ) ) {
1468
- if ( $x[1] >= $this->databaseSegments ) {
1469
- return $x[1];
1470
- }
1471
- $offset = $x[1];
1472
- } else {
1473
- if ( $x[0] >= $this->databaseSegments ) {
1474
- return $x[0];
1475
- }
1476
- $offset = $x[0];
1477
- }
1478
- }
1479
-
1480
- throw new Exception('GeoIP API: Error traversing database - perhaps it is corrupt?');
1481
-
1482
- //trigger_error( 'GeoIP API: Error traversing database - perhaps it is corrupt?', E_USER_ERROR );
1483
-
1484
- //return false;
1485
- }
1486
- /**
1487
- * Record by addr
1488
- *
1489
- * @param string $addr
1490
- * @return int
1491
- */
1492
- public function geoip_record_by_addr( $addr ) {
1493
- if ( $addr == null ) {
1494
- return 0;
1495
- }
1496
- $ipnum = ip2long( $addr );
1497
- return $this->_get_record( $ipnum );
1498
- }
1499
- /**
1500
- * Country ID by addr IPv6
1501
- *
1502
- * @param string $addr
1503
- * @return int
1504
- */
1505
- public function geoip_country_id_by_addr_v6( $addr ) {
1506
- $ipnum = inet_pton( $addr );
1507
- return $this->_geoip_seek_country_v6( $ipnum ) - self::GEOIP_COUNTRY_BEGIN;
1508
- }
1509
- /**
1510
- * Country ID by addr
1511
- *
1512
- * @param string $addr
1513
- * @return int
1514
- */
1515
- public function geoip_country_id_by_addr( $addr ) {
1516
- $ipnum = ip2long( $addr );
1517
- return $this->_geoip_seek_country( $ipnum ) - self::GEOIP_COUNTRY_BEGIN;
1518
- }
1519
- /**
1520
- * Country code by addr IPv6
1521
- *
1522
- * @param string $addr
1523
- * @return bool|int
1524
- */
1525
- public function geoip_country_code_by_addr_v6( $addr ) {
1526
- $country_id = $this->geoip_country_id_by_addr_v6( $addr );
1527
- if ( $country_id !== false && !empty($this->GEOIP_COUNTRY_CODES[ $country_id ]) ) {
1528
- return $this->GEOIP_COUNTRY_CODES[ $country_id ];
1529
- }
1530
- return null;
1531
- }
1532
- /**
1533
- * Country code by addr
1534
- *
1535
- * @param string $addr
1536
- * @return bool|int
1537
- */
1538
- public function geoip_country_code_by_addr( $addr ) {
1539
- if ( $this->databaseType == self::GEOIP_CITY_EDITION_REV1 ) {
1540
- $record = $this->geoip_record_by_addr( $addr);
1541
- if ( !empty($record->country_code) ) {
1542
- return $record->country_code;
1543
- }
1544
- } else {
1545
- $country_id = $this->geoip_country_id_by_addr( $addr );
1546
- if ( $country_id !== false && !empty($this->GEOIP_COUNTRY_CODES[ $country_id ]) ) {
1547
- return $this->GEOIP_COUNTRY_CODES[ $country_id ];
1548
- }
1549
- }
1550
-
1551
- return null;
1552
- }
1553
- /**
1554
- * Encode string
1555
- *
1556
- * @param string $string
1557
- * @param int $start
1558
- * @param int $length
1559
- *
1560
- * @return string
1561
- */
1562
- private function _safe_substr( $string, $start, $length ) {
1563
- // workaround php's broken substr, strpos, etc handling with
1564
- // mbstring.func_overload and mbstring.internal_encoding
1565
- $mb_exists = extension_loaded( 'mbstring' );
1566
- if ( $mb_exists ) {
1567
- $enc = mb_internal_encoding();
1568
- mb_internal_encoding( 'ISO-8859-1' );
1569
- }
1570
- $buf = substr( $string, $start, $length );
1571
- if ( $mb_exists ) {
1572
- mb_internal_encoding( $enc );
1573
- }
1574
- return $buf;
1575
- }
1576
- }
1577
- /**
1578
- * Geo IP Record class
1579
- */
1580
- class MchMaxMindGeoIpRecord {
1581
- public $country_code;
1582
- public $country_code3;
1583
- public $country_name;
1584
- public $region;
1585
- public $city;
1586
- public $postal_code;
1587
- public $latitude;
1588
- public $longitude;
1589
- public $area_code;
1590
- public $dma_code; // metro and dma code are the same. use metro_code
1591
- public $metro_code;
1592
- public $continent_code;
1593
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/vendor/MchHttp/MchGdbcHttpRequest.php CHANGED
@@ -192,6 +192,17 @@ class MchGdbcHttpRequest
192
  if(null === ($proxyIpAddress = self::getClientIpAddressFromProxyHeader('HTTP_X_FORWARDED_FOR')))
193
  return null;
194
 
 
 
 
 
 
 
 
 
 
 
 
195
  return MchGdbcTrustedIPRanges::isIPInAmazonEC2Ranges( $_SERVER['REMOTE_ADDR'], MchGdbcIPUtils::getIpAddressVersion($_SERVER['REMOTE_ADDR']) ) ? $proxyIpAddress : null;
196
  }
197
 
192
  if(null === ($proxyIpAddress = self::getClientIpAddressFromProxyHeader('HTTP_X_FORWARDED_FOR')))
193
  return null;
194
 
195
+
196
+ if( ! MchGdbcIPUtils::isPublicIpAddress($_SERVER['REMOTE_ADDR']) && MchGdbcIPUtils::isPublicIpAddress($proxyIpAddress) )
197
+ {
198
+ $isAmazon = ( !empty($_SERVER['SERVER_SOFTWARE']) && (false !== stripos($_SERVER['SERVER_SOFTWARE'], 'Amazon')) ) ? true : ( !empty($_SERVER['SERVER_SIGNATURE']) && (false !== stripos($_SERVER['SERVER_SIGNATURE'], 'Amazon')) );
199
+
200
+ if($isAmazon) {
201
+ return $proxyIpAddress;
202
+ }
203
+ }
204
+
205
+
206
  return MchGdbcTrustedIPRanges::isIPInAmazonEC2Ranges( $_SERVER['REMOTE_ADDR'], MchGdbcIPUtils::getIpAddressVersion($_SERVER['REMOTE_ADDR']) ) ? $proxyIpAddress : null;
207
  }
208
 
includes/vendor/MchHttp/MchGdbcTrustedIPRanges.php CHANGED
@@ -9,7 +9,7 @@ final class MchGdbcTrustedIPRanges
9
 
10
  return ( $ipVersion === MchGdbcIPUtils::IP_VERSION_4 )
11
  ?
12
- self::isIPInRanges($ipAddress, $ipVersion, array(1729491968=>1729492991,1729546240=>1729547263,1730085888=>1730086911,1745879040=>1746927615,1822605312=>1822621695,2372222976=>2372239359,2728263680=>2728394751,2889875456=>2890399743,2918526976=>2918531071,3161612288=>3161616383,3193827328=>3193831423,3320508416=>3320509439,3324608512=>3324641279,3340468224=>3340470271,))
13
  :
14
  self::isIPInRanges($ipAddress, $ipVersion, array('2400:cb00::/32'=>1,'2405:8100::/32'=>1,'2405:b500::/32'=>1,'2606:4700::/32'=>1,'2803:f800::/32'=>1,));
15
 
9
 
10
  return ( $ipVersion === MchGdbcIPUtils::IP_VERSION_4 )
11
  ?
12
+ self::isIPInRanges($ipAddress, $ipVersion, array(1729491968=>1729492991,1729546240=>1729547263,1730085888=>1730086911,1745879040=>1746927615,1822605312=>1822621695,2197833728=>2197834751,2372222976=>2372239359,2728263680=>2728394751,2889875456=>2890399743,2918526976=>2918531071,3161612288=>3161616383,3193827328=>3193831423,3320508416=>3320509439,3324608512=>3324641279,3340468224=>3340470271,))
13
  :
14
  self::isIPInRanges($ipAddress, $ipVersion, array('2400:cb00::/32'=>1,'2405:8100::/32'=>1,'2405:b500::/32'=>1,'2606:4700::/32'=>1,'2803:f800::/32'=>1,));
15
 
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 <= 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,10 +23,10 @@ class MchGdbcUnTrustedIPRanges
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,10 +37,10 @@ class MchGdbcUnTrustedIPRanges
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){
@@ -51,24 +51,17 @@ class MchGdbcUnTrustedIPRanges
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){
61
- if( 1 === $maxIpValue ) break;
62
- if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
63
- return true;
64
- }
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,10 +72,10 @@ class MchGdbcUnTrustedIPRanges
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,10 +86,10 @@ class MchGdbcUnTrustedIPRanges
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,10 +100,10 @@ class MchGdbcUnTrustedIPRanges
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,10 +114,10 @@ class MchGdbcUnTrustedIPRanges
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,10 +128,10 @@ class MchGdbcUnTrustedIPRanges
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,10 +142,10 @@ class MchGdbcUnTrustedIPRanges
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,17 +156,24 @@ class MchGdbcUnTrustedIPRanges
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,10 +184,10 @@ class MchGdbcUnTrustedIPRanges
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,18 +198,11 @@ class MchGdbcUnTrustedIPRanges
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){
215
  if( 1 === $maxIpValue ) break;
@@ -219,11 +212,11 @@ class MchGdbcUnTrustedIPRanges
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){
229
  if( 1 === $maxIpValue ) break;
@@ -233,10 +226,17 @@ class MchGdbcUnTrustedIPRanges
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){
@@ -247,17 +247,24 @@ class MchGdbcUnTrustedIPRanges
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){
@@ -268,24 +275,24 @@ class MchGdbcUnTrustedIPRanges
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){
@@ -296,10 +303,10 @@ class MchGdbcUnTrustedIPRanges
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){
@@ -310,11 +317,18 @@ class MchGdbcUnTrustedIPRanges
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,11 +338,18 @@ class MchGdbcUnTrustedIPRanges
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,18 +359,25 @@ class MchGdbcUnTrustedIPRanges
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,18 +387,25 @@ class MchGdbcUnTrustedIPRanges
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,11 +415,11 @@ class MchGdbcUnTrustedIPRanges
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,18 +429,18 @@ class MchGdbcUnTrustedIPRanges
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,18 +450,18 @@ class MchGdbcUnTrustedIPRanges
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,11 +471,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +485,11 @@ class MchGdbcUnTrustedIPRanges
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,25 +499,25 @@ class MchGdbcUnTrustedIPRanges
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,11 +527,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +541,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +555,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +569,11 @@ class MchGdbcUnTrustedIPRanges
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;
@@ -548,18 +583,18 @@ class MchGdbcUnTrustedIPRanges
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,11 +604,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +618,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +632,11 @@ class MchGdbcUnTrustedIPRanges
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,46 +646,67 @@ class MchGdbcUnTrustedIPRanges
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,18 +716,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +730,18 @@ class MchGdbcUnTrustedIPRanges
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,11 +751,11 @@ class MchGdbcUnTrustedIPRanges
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,18 +765,18 @@ class MchGdbcUnTrustedIPRanges
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,18 +786,25 @@ class MchGdbcUnTrustedIPRanges
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,11 +814,11 @@ class MchGdbcUnTrustedIPRanges
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,18 +828,18 @@ class MchGdbcUnTrustedIPRanges
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,18 +849,18 @@ class MchGdbcUnTrustedIPRanges
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,11 +870,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +884,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +898,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +912,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +926,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +940,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +954,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +968,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +982,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +996,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +1010,11 @@ class MchGdbcUnTrustedIPRanges
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,18 +1024,32 @@ class MchGdbcUnTrustedIPRanges
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,11 +1059,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +1073,11 @@ class MchGdbcUnTrustedIPRanges
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,25 +1087,25 @@ class MchGdbcUnTrustedIPRanges
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,11 +1115,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +1129,25 @@ class MchGdbcUnTrustedIPRanges
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,18 +1157,18 @@ class MchGdbcUnTrustedIPRanges
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;
@@ -1087,11 +1178,11 @@ class MchGdbcUnTrustedIPRanges
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,18 +1192,18 @@ class MchGdbcUnTrustedIPRanges
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,32 +1213,25 @@ class MchGdbcUnTrustedIPRanges
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,11 +1241,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +1255,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +1269,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +1283,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +1297,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +1311,11 @@ class MchGdbcUnTrustedIPRanges
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,18 +1325,25 @@ class MchGdbcUnTrustedIPRanges
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,11 +1353,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +1367,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +1381,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +1395,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +1409,11 @@ class MchGdbcUnTrustedIPRanges
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,11 +1423,11 @@ class MchGdbcUnTrustedIPRanges
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,25 +1437,32 @@ class MchGdbcUnTrustedIPRanges
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,18 +1472,25 @@ class MchGdbcUnTrustedIPRanges
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,46 +1500,39 @@ class MchGdbcUnTrustedIPRanges
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;
1427
- if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
1428
- return true;
1429
- }
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,39 +1542,32 @@ class MchGdbcUnTrustedIPRanges
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;
1469
- if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
1470
- return true;
1471
- }
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,10 +1587,10 @@ class MchGdbcUnTrustedIPRanges
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,17 +1601,17 @@ class MchGdbcUnTrustedIPRanges
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){
@@ -1531,10 +1622,10 @@ class MchGdbcUnTrustedIPRanges
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){
@@ -1545,18 +1636,11 @@ class MchGdbcUnTrustedIPRanges
1545
  return false;
1546
  }
1547
 
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,11 +1650,25 @@ class MchGdbcUnTrustedIPRanges
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,17 +1678,10 @@ class MchGdbcUnTrustedIPRanges
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){
@@ -1601,10 +1692,10 @@ class MchGdbcUnTrustedIPRanges
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){
@@ -1615,10 +1706,10 @@ class MchGdbcUnTrustedIPRanges
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){
@@ -1629,10 +1720,10 @@ class MchGdbcUnTrustedIPRanges
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){
@@ -1643,10 +1734,10 @@ class MchGdbcUnTrustedIPRanges
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){
@@ -1657,10 +1748,10 @@ class MchGdbcUnTrustedIPRanges
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){
@@ -1671,24 +1762,38 @@ class MchGdbcUnTrustedIPRanges
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){
@@ -1699,17 +1804,17 @@ class MchGdbcUnTrustedIPRanges
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){
@@ -1720,10 +1825,10 @@ class MchGdbcUnTrustedIPRanges
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){
@@ -1734,11 +1839,18 @@ class MchGdbcUnTrustedIPRanges
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,11 +1860,11 @@ class MchGdbcUnTrustedIPRanges
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,18 +1874,18 @@ class MchGdbcUnTrustedIPRanges
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,31 +1895,31 @@ class MchGdbcUnTrustedIPRanges
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){
@@ -1818,53 +1930,74 @@ class MchGdbcUnTrustedIPRanges
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,11 +2007,11 @@ class MchGdbcUnTrustedIPRanges
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,45 +2021,31 @@ class MchGdbcUnTrustedIPRanges
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){
@@ -1937,10 +2056,10 @@ class MchGdbcUnTrustedIPRanges
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){
@@ -1951,10 +2070,10 @@ class MchGdbcUnTrustedIPRanges
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){
@@ -1965,10 +2084,10 @@ class MchGdbcUnTrustedIPRanges
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
 
12
  if( $ipNumber < 16815956 )
13
  return false;
14
 
15
+ if( (16815956 <= $ipNumber) && ($ipNumber <= 84494961) ){
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 < 84495484 )
27
  return false;
28
 
29
+ if( (84495484 <= $ipNumber) && ($ipNumber <= 93900468) ){
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 < 93900469 )
41
  return false;
42
 
43
+ if( (93900469 <= $ipNumber) && ($ipNumber <= 237240845) ){
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){
51
  return false;
52
  }
53
 
54
+ if( $ipNumber < 237246119 )
55
  return false;
56
 
57
+ if( (237246119 <= $ipNumber) && ($ipNumber <= 246539194) ){
58
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-3.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
59
  }
60
 
61
+ if( $ipNumber < 246744404 )
62
  return false;
63
 
64
+ if( (246744404 <= $ipNumber) && ($ipNumber <= 400881047) ){
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
  return false;
73
  }
74
 
75
+ if( $ipNumber < 400881051 )
76
  return false;
77
 
78
+ if( (400881051 <= $ipNumber) && ($ipNumber <= 463063229) ){
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
  return false;
87
  }
88
 
89
+ if( $ipNumber < 463063231 )
90
  return false;
91
 
92
+ if( (463063231 <= $ipNumber) && ($ipNumber <= 541188135) ){
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
  return false;
101
  }
102
 
103
+ if( $ipNumber < 541188143 )
104
  return false;
105
 
106
+ if( (541188143 <= $ipNumber) && ($ipNumber <= 633023779) ){
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
  return false;
115
  }
116
 
117
+ if( $ipNumber < 633023987 )
118
  return false;
119
 
120
+ if( (633023987 <= $ipNumber) && ($ipNumber <= 696602648) ){
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
  return false;
129
  }
130
 
131
+ if( $ipNumber < 696610512 )
132
  return false;
133
 
134
+ if( (696610512 <= $ipNumber) && ($ipNumber <= 736442367) ){
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
  return false;
143
  }
144
 
145
+ if( $ipNumber < 736441614 )
146
  return false;
147
 
148
+ if( (736441614 <= $ipNumber) && ($ipNumber <= 773718015) ){
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
  return false;
157
  }
158
 
159
+ if( $ipNumber < 773717942 )
160
  return false;
161
 
162
+ if( (773717942 <= $ipNumber) && ($ipNumber <= 782319173) ){
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 < 782319174 )
174
  return false;
175
 
176
+ if( (782319174 <= $ipNumber) && ($ipNumber <= 832354624) ){
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 < 832356099 )
188
  return false;
189
 
190
+ if( (832356099 <= $ipNumber) && ($ipNumber <= 846440047) ){
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 < 846440053 )
 
 
 
 
 
 
 
202
  return false;
203
 
204
+ if( (846440053 <= $ipNumber) && ($ipNumber <= 974393219) ){
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;
212
  return false;
213
  }
214
 
215
+ if( $ipNumber < 974393222 )
216
  return false;
217
 
218
+ if( (974393222 <= $ipNumber) && ($ipNumber <= 987417652) ){
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){
222
  if( 1 === $maxIpValue ) break;
226
  return false;
227
  }
228
 
229
+ if( $ipNumber < 987417653 )
230
  return false;
231
 
232
+ if( (987417653 <= $ipNumber) && ($ipNumber <= 992150959) ){
233
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-16.php'; return isset($a[$ipNumber]);
234
+ }
235
+
236
+ if( $ipNumber < 992152720 )
237
+ return false;
238
+
239
+ if( (992152720 <= $ipNumber) && ($ipNumber <= 1007463730) ){
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){
247
  return false;
248
  }
249
 
250
+ if( $ipNumber < 1007464035 )
251
  return false;
252
 
253
+ if( (1007464035 <= $ipNumber) && ($ipNumber <= 1022792944) ){
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;
258
+ if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
259
+ return true;
260
+ }
261
+ return false;
262
  }
263
 
264
+ if( $ipNumber < 1022796286 )
265
  return false;
266
 
267
+ if( (1022796286 <= $ipNumber) && ($ipNumber <= 1030689570) ){
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){
275
  return false;
276
  }
277
 
278
+ if( $ipNumber < 1030901994 )
279
  return false;
280
 
281
+ if( (1030901994 <= $ipNumber) && ($ipNumber <= 1033956397) ){
282
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-20.php'; return isset($a[$ipNumber]);
283
  }
284
 
285
+ if( $ipNumber < 1033956467 )
286
  return false;
287
 
288
+ if( (1033956467 <= $ipNumber) && ($ipNumber <= 1042393118) ){
289
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-21.php'; return isset($a[$ipNumber]);
290
  }
291
 
292
+ if( $ipNumber < 1042399030 )
293
  return false;
294
 
295
+ if( (1042399030 <= $ipNumber) && ($ipNumber <= 1053993285) ){
296
  $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-22.php';
297
  if( isset($a[$ipNumber]) ) return true;
298
  foreach($a as $minIpValue => $maxIpValue){
303
  return false;
304
  }
305
 
306
+ if( $ipNumber < 1053994040 )
307
  return false;
308
 
309
+ if( (1053994040 <= $ipNumber) && ($ipNumber <= 1076325072) ){
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){
317
  return false;
318
  }
319
 
320
+ if( $ipNumber < 1076325073 )
321
+ return false;
322
+
323
+ if( (1076325073 <= $ipNumber) && ($ipNumber <= 1110368034) ){
324
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-24.php'; return isset($a[$ipNumber]);
325
+ }
326
+
327
+ if( $ipNumber < 1110444291 )
328
  return false;
329
 
330
+ if( (1110444291 <= $ipNumber) && ($ipNumber <= 1138781837) ){
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 < 1138862114 )
342
  return false;
343
 
344
+ if( (1138862114 <= $ipNumber) && ($ipNumber <= 1168267795) ){
345
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-26.php'; return isset($a[$ipNumber]);
346
+ }
347
+
348
+ if( $ipNumber < 1168268588 )
349
+ return false;
350
+
351
+ if( (1168268588 <= $ipNumber) && ($ipNumber <= 1211399732) ){
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 < 1211402418 )
363
  return false;
364
 
365
+ if( (1211402418 <= $ipNumber) && ($ipNumber <= 1255208645) ){
366
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-28.php'; return isset($a[$ipNumber]);
367
  }
368
 
369
+ if( $ipNumber < 1255209539 )
370
  return false;
371
 
372
+ if( (1255209539 <= $ipNumber) && ($ipNumber <= 1298949518) ){
373
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-29.php'; return isset($a[$ipNumber]);
374
+ }
375
+
376
+ if( $ipNumber < 1298973722 )
377
+ return false;
378
+
379
+ if( (1298973722 <= $ipNumber) && ($ipNumber <= 1318875272) ){
380
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-30.php';
381
  if( isset($a[$ipNumber]) ) return true;
382
  foreach($a as $minIpValue => $maxIpValue){
383
  if( 1 === $maxIpValue ) break;
387
  return false;
388
  }
389
 
390
+ if( $ipNumber < 1318875534 )
391
  return false;
392
 
393
+ if( (1318875534 <= $ipNumber) && ($ipNumber <= 1336631833) ){
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;
398
+ if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
399
+ return true;
400
+ }
401
+ return false;
402
  }
403
 
404
+ if( $ipNumber < 1336632421 )
405
  return false;
406
 
407
+ if( (1336632421 <= $ipNumber) && ($ipNumber <= 1357985706) ){
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 < 1358024730 )
419
  return false;
420
 
421
+ if( (1358024730 <= $ipNumber) && ($ipNumber <= 1375680108) ){
422
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-33.php';
423
  if( isset($a[$ipNumber]) ) return true;
424
  foreach($a as $minIpValue => $maxIpValue){
425
  if( 1 === $maxIpValue ) break;
429
  return false;
430
  }
431
 
432
+ if( $ipNumber < 1375710708 )
433
  return false;
434
 
435
+ if( (1375710708 <= $ipNumber) && ($ipNumber <= 1393727602) ){
436
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-34.php'; return isset($a[$ipNumber]);
437
  }
438
 
439
+ if( $ipNumber < 1393731314 )
440
  return false;
441
 
442
+ if( (1393731314 <= $ipNumber) && ($ipNumber <= 1417459882) ){
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 < 1417552341 )
454
  return false;
455
 
456
+ if( (1417552341 <= $ipNumber) && ($ipNumber <= 1432998681) ){
457
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-36.php'; return isset($a[$ipNumber]);
458
  }
459
 
460
+ if( $ipNumber < 1432998891 )
461
  return false;
462
 
463
+ if( (1432998891 <= $ipNumber) && ($ipNumber <= 1445134607) ){
464
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-37.php';
465
  if( isset($a[$ipNumber]) ) return true;
466
  foreach($a as $minIpValue => $maxIpValue){
467
  if( 1 === $maxIpValue ) break;
471
  return false;
472
  }
473
 
474
+ if( $ipNumber < 1445138331 )
475
  return false;
476
 
477
+ if( (1445138331 <= $ipNumber) && ($ipNumber <= 1468734073) ){
478
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-38.php';
479
  if( isset($a[$ipNumber]) ) return true;
480
  foreach($a as $minIpValue => $maxIpValue){
481
  if( 1 === $maxIpValue ) break;
485
  return false;
486
  }
487
 
488
+ if( $ipNumber < 1468737309 )
489
  return false;
490
 
491
+ if( (1468737309 <= $ipNumber) && ($ipNumber <= 1488932705) ){
492
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-39.php';
493
  if( isset($a[$ipNumber]) ) return true;
494
  foreach($a as $minIpValue => $maxIpValue){
495
  if( 1 === $maxIpValue ) break;
499
  return false;
500
  }
501
 
502
+ if( $ipNumber < 1488932711 )
503
  return false;
504
 
505
+ if( (1488932711 <= $ipNumber) && ($ipNumber <= 1496259629) ){
506
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-40.php'; return isset($a[$ipNumber]);
507
  }
508
 
509
+ if( $ipNumber < 1496259651 )
510
  return false;
511
 
512
+ if( (1496259651 <= $ipNumber) && ($ipNumber <= 1521685873) ){
513
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-41.php'; return isset($a[$ipNumber]);
514
  }
515
 
516
+ if( $ipNumber < 1521714376 )
517
  return false;
518
 
519
+ if( (1521714376 <= $ipNumber) && ($ipNumber <= 1540247117) ){
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
  return false;
528
  }
529
 
530
+ if( $ipNumber < 1540263764 )
531
  return false;
532
 
533
+ if( (1540263764 <= $ipNumber) && ($ipNumber <= 1548940646) ){
534
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-43.php';
535
  if( isset($a[$ipNumber]) ) return true;
536
  foreach($a as $minIpValue => $maxIpValue){
537
  if( 1 === $maxIpValue ) break;
541
  return false;
542
  }
543
 
544
+ if( $ipNumber < 1548974969 )
545
  return false;
546
 
547
+ if( (1548974969 <= $ipNumber) && ($ipNumber <= 1571708170) ){
548
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-44.php';
549
  if( isset($a[$ipNumber]) ) return true;
550
  foreach($a as $minIpValue => $maxIpValue){
551
  if( 1 === $maxIpValue ) break;
555
  return false;
556
  }
557
 
558
+ if( $ipNumber < 1571708177 )
559
  return false;
560
 
561
+ if( (1571708177 <= $ipNumber) && ($ipNumber <= 1583755671) ){
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 < 1583755688 )
573
  return false;
574
 
575
+ if( (1583755688 <= $ipNumber) && ($ipNumber <= 1595936353) ){
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 < 1595937066 )
587
  return false;
588
 
589
+ if( (1595937066 <= $ipNumber) && ($ipNumber <= 1605215974) ){
590
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-47.php'; return isset($a[$ipNumber]);
591
  }
592
 
593
+ if( $ipNumber < 1605215980 )
594
  return false;
595
 
596
+ if( (1605215980 <= $ipNumber) && ($ipNumber <= 1663993377) ){
597
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-48.php';
598
  if( isset($a[$ipNumber]) ) return true;
599
  foreach($a as $minIpValue => $maxIpValue){
600
  if( 1 === $maxIpValue ) break;
604
  return false;
605
  }
606
 
607
+ if( $ipNumber < 1664287199 )
608
  return false;
609
 
610
+ if( (1664287199 <= $ipNumber) && ($ipNumber <= 1730772116) ){
611
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-49.php';
612
  if( isset($a[$ipNumber]) ) return true;
613
  foreach($a as $minIpValue => $maxIpValue){
614
  if( 1 === $maxIpValue ) break;
618
  return false;
619
  }
620
 
621
+ if( $ipNumber < 1730772117 )
622
  return false;
623
 
624
+ if( (1730772117 <= $ipNumber) && ($ipNumber <= 1755117246) ){
625
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-50.php';
626
  if( isset($a[$ipNumber]) ) return true;
627
  foreach($a as $minIpValue => $maxIpValue){
628
  if( 1 === $maxIpValue ) break;
632
  return false;
633
  }
634
 
635
+ if( $ipNumber < 1755119030 )
636
  return false;
637
 
638
+ if( (1755119030 <= $ipNumber) && ($ipNumber <= 1795189233) ){
639
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-51.php';
640
  if( isset($a[$ipNumber]) ) return true;
641
  foreach($a as $minIpValue => $maxIpValue){
642
  if( 1 === $maxIpValue ) break;
646
  return false;
647
  }
648
 
649
+ if( $ipNumber < 1795249930 )
650
  return false;
651
 
652
+ if( (1795249930 <= $ipNumber) && ($ipNumber <= 1823639701) ){
653
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-52.php';
654
+ if( isset($a[$ipNumber]) ) return true;
655
+ foreach($a as $minIpValue => $maxIpValue){
656
+ if( 1 === $maxIpValue ) break;
657
+ if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
658
+ return true;
659
+ }
660
+ return false;
661
  }
662
 
663
+ if( $ipNumber < 1824097106 )
664
  return false;
665
 
666
+ if( (1824097106 <= $ipNumber) && ($ipNumber <= 1836709657) ){
667
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-53.php'; return isset($a[$ipNumber]);
668
  }
669
 
670
+ if( $ipNumber < 1836718555 )
671
  return false;
672
 
673
+ if( (1836718555 <= $ipNumber) && ($ipNumber <= 1840086702) ){
674
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-54.php'; return isset($a[$ipNumber]);
675
  }
676
 
677
+ if( $ipNumber < 1840096141 )
678
  return false;
679
 
680
+ if( (1840096141 <= $ipNumber) && ($ipNumber <= 1855659523) ){
681
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-55.php'; return isset($a[$ipNumber]);
682
  }
683
 
684
+ if( $ipNumber < 1855690944 )
685
  return false;
686
 
687
+ if( (1855690944 <= $ipNumber) && ($ipNumber <= 1883370996) ){
688
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-56.php'; return isset($a[$ipNumber]);
689
+ }
690
+
691
+ if( $ipNumber < 1883371083 )
692
+ return false;
693
+
694
+ if( (1883371083 <= $ipNumber) && ($ipNumber <= 1896515930) ){
695
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-57.php'; return isset($a[$ipNumber]);
696
+ }
697
+
698
+ if( $ipNumber < 1896515978 )
699
+ return false;
700
+
701
+ if( (1896515978 <= $ipNumber) && ($ipNumber <= 1907277915) ){
702
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-58.php'; return isset($a[$ipNumber]);
703
  }
704
 
705
+ if( $ipNumber < 1907278229 )
706
  return false;
707
 
708
+ if( (1907278229 <= $ipNumber) && ($ipNumber <= 1925674506) ){
709
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-59.php';
710
  if( isset($a[$ipNumber]) ) return true;
711
  foreach($a as $minIpValue => $maxIpValue){
712
  if( 1 === $maxIpValue ) break;
716
  return false;
717
  }
718
 
719
+ if( $ipNumber < 1925674586 )
 
 
 
 
 
 
 
720
  return false;
721
 
722
+ if( (1925674586 <= $ipNumber) && ($ipNumber <= 1942179819) ){
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 < 1942180582 )
734
+ return false;
735
+
736
+ if( (1942180582 <= $ipNumber) && ($ipNumber <= 1951221801) ){
737
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-61.php'; return isset($a[$ipNumber]);
738
+ }
739
+
740
+ if( $ipNumber < 1951221864 )
741
  return false;
742
 
743
+ if( (1951221864 <= $ipNumber) && ($ipNumber <= 1968132434) ){
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 < 1968132699 )
755
  return false;
756
 
757
+ if( (1968132699 <= $ipNumber) && ($ipNumber <= 1979571425) ){
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 < 1979571476 )
769
  return false;
770
 
771
+ if( (1979571476 <= $ipNumber) && ($ipNumber <= 1990261280) ){
772
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-64.php'; return isset($a[$ipNumber]);
773
  }
774
 
775
+ if( $ipNumber < 1990280323 )
776
  return false;
777
 
778
+ if( (1990280323 <= $ipNumber) && ($ipNumber <= 2004641003) ){
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 < 2004645110 )
790
  return false;
791
 
792
+ if( (2004645110 <= $ipNumber) && ($ipNumber <= 2014943613) ){
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;
797
+ if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
798
+ return true;
799
+ }
800
+ return false;
801
  }
802
 
803
+ if( $ipNumber < 2014946361 )
804
  return false;
805
 
806
+ if( (2014946361 <= $ipNumber) && ($ipNumber <= 2032695649) ){
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
  return false;
815
  }
816
 
817
+ if( $ipNumber < 2032696001 )
818
  return false;
819
 
820
+ if( (2032696001 <= $ipNumber) && ($ipNumber <= 2040643188) ){
821
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-68.php';
822
  if( isset($a[$ipNumber]) ) return true;
823
  foreach($a as $minIpValue => $maxIpValue){
824
  if( 1 === $maxIpValue ) break;
828
  return false;
829
  }
830
 
831
+ if( $ipNumber < 2040647099 )
832
  return false;
833
 
834
+ if( (2040647099 <= $ipNumber) && ($ipNumber <= 2047552312) ){
835
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-69.php'; return isset($a[$ipNumber]);
836
  }
837
 
838
+ if( $ipNumber < 2047552392 )
839
  return false;
840
 
841
+ if( (2047552392 <= $ipNumber) && ($ipNumber <= 2061590890) ){
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 < 2061590891 )
853
  return false;
854
 
855
+ if( (2061590891 <= $ipNumber) && ($ipNumber <= 2072403557) ){
856
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-71.php'; return isset($a[$ipNumber]);
857
  }
858
 
859
+ if( $ipNumber < 2072403565 )
860
  return false;
861
 
862
+ if( (2072403565 <= $ipNumber) && ($ipNumber <= 2089986149) ){
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
  return false;
871
  }
872
 
873
+ if( $ipNumber < 2089998131 )
874
  return false;
875
 
876
+ if( (2089998131 <= $ipNumber) && ($ipNumber <= 2103072921) ){
877
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-73.php';
878
  if( isset($a[$ipNumber]) ) return true;
879
  foreach($a as $minIpValue => $maxIpValue){
880
  if( 1 === $maxIpValue ) break;
884
  return false;
885
  }
886
 
887
+ if( $ipNumber < 2103072970 )
888
  return false;
889
 
890
+ if( (2103072970 <= $ipNumber) && ($ipNumber <= 2181074138) ){
891
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-74.php';
892
  if( isset($a[$ipNumber]) ) return true;
893
  foreach($a as $minIpValue => $maxIpValue){
894
  if( 1 === $maxIpValue ) break;
898
  return false;
899
  }
900
 
901
+ if( $ipNumber < 2181075524 )
902
  return false;
903
 
904
+ if( (2181075524 <= $ipNumber) && ($ipNumber <= 2342688009) ){
905
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-75.php';
906
  if( isset($a[$ipNumber]) ) return true;
907
  foreach($a as $minIpValue => $maxIpValue){
908
  if( 1 === $maxIpValue ) break;
912
  return false;
913
  }
914
 
915
+ if( $ipNumber < 2342689168 )
916
  return false;
917
 
918
+ if( (2342689168 <= $ipNumber) && ($ipNumber <= 2461648996) ){
919
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-76.php';
920
  if( isset($a[$ipNumber]) ) return true;
921
  foreach($a as $minIpValue => $maxIpValue){
922
  if( 1 === $maxIpValue ) break;
926
  return false;
927
  }
928
 
929
+ if( $ipNumber < 2461648997 )
930
  return false;
931
 
932
+ if( (2461648997 <= $ipNumber) && ($ipNumber <= 2606647020) ){
933
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-77.php';
934
  if( isset($a[$ipNumber]) ) return true;
935
  foreach($a as $minIpValue => $maxIpValue){
936
  if( 1 === $maxIpValue ) break;
940
  return false;
941
  }
942
 
943
+ if( $ipNumber < 2606647945 )
944
  return false;
945
 
946
+ if( (2606647945 <= $ipNumber) && ($ipNumber <= 2730940411) ){
947
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-78.php';
948
  if( isset($a[$ipNumber]) ) return true;
949
  foreach($a as $minIpValue => $maxIpValue){
950
  if( 1 === $maxIpValue ) break;
954
  return false;
955
  }
956
 
957
+ if( $ipNumber < 2731104945 )
958
  return false;
959
 
960
+ if( (2731104945 <= $ipNumber) && ($ipNumber <= 2812309080) ){
961
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-79.php';
962
  if( isset($a[$ipNumber]) ) return true;
963
  foreach($a as $minIpValue => $maxIpValue){
964
  if( 1 === $maxIpValue ) break;
968
  return false;
969
  }
970
 
971
+ if( $ipNumber < 2812309112 )
972
  return false;
973
 
974
+ if( (2812309112 <= $ipNumber) && ($ipNumber <= 2905424762) ){
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 < 2905426194 )
986
  return false;
987
 
988
+ if( (2905426194 <= $ipNumber) && ($ipNumber <= 2921511298) ){
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 < 2921516358 )
1000
  return false;
1001
 
1002
+ if( (2921516358 <= $ipNumber) && ($ipNumber <= 2949343275) ){
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 < 2949352597 )
1014
  return false;
1015
 
1016
+ if( (2949352597 <= $ipNumber) && ($ipNumber <= 2960596681) ){
1017
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-83.php';
1018
  if( isset($a[$ipNumber]) ) return true;
1019
  foreach($a as $minIpValue => $maxIpValue){
1020
  if( 1 === $maxIpValue ) break;
1024
  return false;
1025
  }
1026
 
1027
+ if( $ipNumber < 2960596709 )
1028
  return false;
1029
 
1030
+ if( (2960596709 <= $ipNumber) && ($ipNumber <= 2979695274) ){
1031
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-84.php';
1032
+ if( isset($a[$ipNumber]) ) return true;
1033
+ foreach($a as $minIpValue => $maxIpValue){
1034
+ if( 1 === $maxIpValue ) break;
1035
+ if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
1036
+ return true;
1037
+ }
1038
+ return false;
1039
  }
1040
 
1041
+ if( $ipNumber < 2979709816 )
1042
  return false;
1043
 
1044
+ if( (2979709816 <= $ipNumber) && ($ipNumber <= 2990793632) ){
1045
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-85.php'; return isset($a[$ipNumber]);
1046
+ }
1047
+
1048
+ if( $ipNumber < 2990801458 )
1049
+ return false;
1050
+
1051
+ if( (2990801458 <= $ipNumber) && ($ipNumber <= 3002023537) ){
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
  return false;
1060
  }
1061
 
1062
+ if( $ipNumber < 3002023555 )
1063
  return false;
1064
 
1065
+ if( (3002023555 <= $ipNumber) && ($ipNumber <= 3030990494) ){
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
  return false;
1074
  }
1075
 
1076
+ if( $ipNumber < 3030997751 )
1077
  return false;
1078
 
1079
+ if( (3030997751 <= $ipNumber) && ($ipNumber <= 3056611059) ){
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
  return false;
1088
  }
1089
 
1090
+ if( $ipNumber < 3056612028 )
1091
  return false;
1092
 
1093
+ if( (3056612028 <= $ipNumber) && ($ipNumber <= 3071375737) ){
1094
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-89.php'; return isset($a[$ipNumber]);
1095
  }
1096
 
1097
+ if( $ipNumber < 3071409279 )
1098
  return false;
1099
 
1100
+ if( (3071409279 <= $ipNumber) && ($ipNumber <= 3082016529) ){
1101
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-90.php'; return isset($a[$ipNumber]);
1102
  }
1103
 
1104
+ if( $ipNumber < 3082023864 )
1105
  return false;
1106
 
1107
+ if( (3082023864 <= $ipNumber) && ($ipNumber <= 3104747446) ){
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
  return false;
1116
  }
1117
 
1118
+ if( $ipNumber < 3104747518 )
1119
  return false;
1120
 
1121
+ if( (3104747518 <= $ipNumber) && ($ipNumber <= 3121747945) ){
1122
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-92.php';
1123
  if( isset($a[$ipNumber]) ) return true;
1124
  foreach($a as $minIpValue => $maxIpValue){
1125
  if( 1 === $maxIpValue ) break;
1129
  return false;
1130
  }
1131
 
1132
+ if( $ipNumber < 3121749718 )
1133
  return false;
1134
 
1135
+ if( (3121749718 <= $ipNumber) && ($ipNumber <= 3128165986) ){
1136
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-93.php';
1137
+ if( isset($a[$ipNumber]) ) return true;
1138
+ foreach($a as $minIpValue => $maxIpValue){
1139
+ if( 1 === $maxIpValue ) break;
1140
+ if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
1141
+ return true;
1142
+ }
1143
+ return false;
1144
+ }
1145
+
1146
+ if( $ipNumber < 3128173157 )
1147
+ return false;
1148
+
1149
+ if( (3128173157 <= $ipNumber) && ($ipNumber <= 3140223385) ){
1150
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-94.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 < 3140226595 )
1161
  return false;
1162
 
1163
+ if( (3140226595 <= $ipNumber) && ($ipNumber <= 3150090768) ){
1164
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-95.php'; return isset($a[$ipNumber]);
1165
  }
1166
 
1167
+ if( $ipNumber < 3150100410 )
1168
  return false;
1169
 
1170
+ if( (3150100410 <= $ipNumber) && ($ipNumber <= 3162681860) ){
1171
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-96.php';
1172
  if( isset($a[$ipNumber]) ) return true;
1173
  foreach($a as $minIpValue => $maxIpValue){
1174
  if( 1 === $maxIpValue ) break;
1178
  return false;
1179
  }
1180
 
1181
+ if( $ipNumber < 3162690506 )
1182
  return false;
1183
 
1184
+ if( (3162690506 <= $ipNumber) && ($ipNumber <= 3170845518) ){
1185
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-97.php';
1186
  if( isset($a[$ipNumber]) ) return true;
1187
  foreach($a as $minIpValue => $maxIpValue){
1188
  if( 1 === $maxIpValue ) break;
1192
  return false;
1193
  }
1194
 
1195
+ if( $ipNumber < 3170854862 )
1196
  return false;
1197
 
1198
+ if( (3170854862 <= $ipNumber) && ($ipNumber <= 3181898042) ){
1199
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-98.php'; return isset($a[$ipNumber]);
1200
  }
1201
 
1202
+ if( $ipNumber < 3181908694 )
1203
  return false;
1204
 
1205
+ if( (3181908694 <= $ipNumber) && ($ipNumber <= 3189872243) ){
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 < 3189877637 )
1217
  return false;
1218
 
1219
+ if( (3189877637 <= $ipNumber) && ($ipNumber <= 3196779223) ){
1220
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-100.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
1221
  }
1222
 
1223
+ if( $ipNumber < 3196779228 )
1224
  return false;
1225
 
1226
+ if( (3196779228 <= $ipNumber) && ($ipNumber <= 3201976675) ){
1227
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-101.php'; return isset($a[$ipNumber]);
1228
  }
1229
 
1230
+ if( $ipNumber < 3201981360 )
1231
  return false;
1232
 
1233
+ if( (3201981360 <= $ipNumber) && ($ipNumber <= 3223854591) ){
1234
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-102.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 < 3223875862 )
1245
  return false;
1246
 
1247
+ if( (3223875862 <= $ipNumber) && ($ipNumber <= 3237057563) ){
1248
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-103.php';
1249
  if( isset($a[$ipNumber]) ) return true;
1250
  foreach($a as $minIpValue => $maxIpValue){
1251
  if( 1 === $maxIpValue ) break;
1255
  return false;
1256
  }
1257
 
1258
+ if( $ipNumber < 3237058337 )
1259
  return false;
1260
 
1261
+ if( (3237058337 <= $ipNumber) && ($ipNumber <= 3256659139) ){
1262
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-104.php';
1263
  if( isset($a[$ipNumber]) ) return true;
1264
  foreach($a as $minIpValue => $maxIpValue){
1265
  if( 1 === $maxIpValue ) break;
1269
  return false;
1270
  }
1271
 
1272
+ if( $ipNumber < 3256659676 )
1273
  return false;
1274
 
1275
+ if( (3256659676 <= $ipNumber) && ($ipNumber <= 3281664055) ){
1276
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-105.php';
1277
  if( isset($a[$ipNumber]) ) return true;
1278
  foreach($a as $minIpValue => $maxIpValue){
1279
  if( 1 === $maxIpValue ) break;
1283
  return false;
1284
  }
1285
 
1286
+ if( $ipNumber < 3281664056 )
1287
  return false;
1288
 
1289
+ if( (3281664056 <= $ipNumber) && ($ipNumber <= 3313739012) ){
1290
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-106.php';
1291
  if( isset($a[$ipNumber]) ) return true;
1292
  foreach($a as $minIpValue => $maxIpValue){
1293
  if( 1 === $maxIpValue ) break;
1297
  return false;
1298
  }
1299
 
1300
+ if( $ipNumber < 3313742700 )
1301
  return false;
1302
 
1303
+ if( (3313742700 <= $ipNumber) && ($ipNumber <= 3331997571) ){
1304
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-107.php';
1305
  if( isset($a[$ipNumber]) ) return true;
1306
  foreach($a as $minIpValue => $maxIpValue){
1307
  if( 1 === $maxIpValue ) break;
1311
  return false;
1312
  }
1313
 
1314
+ if( $ipNumber < 3331997598 )
1315
  return false;
1316
 
1317
+ if( (3331997598 <= $ipNumber) && ($ipNumber <= 3357248612) ){
1318
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-108.php';
1319
  if( isset($a[$ipNumber]) ) return true;
1320
  foreach($a as $minIpValue => $maxIpValue){
1321
  if( 1 === $maxIpValue ) break;
1325
  return false;
1326
  }
1327
 
1328
+ if( $ipNumber < 3357249051 )
1329
  return false;
1330
 
1331
+ if( (3357249051 <= $ipNumber) && ($ipNumber <= 3365031440) ){
1332
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-109.php'; return isset($a[$ipNumber]);
1333
  }
1334
 
1335
+ if( $ipNumber < 3365033277 )
1336
  return false;
1337
 
1338
+ if( (3365033277 <= $ipNumber) && ($ipNumber <= 3378132277) ){
1339
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-110.php'; return isset($a[$ipNumber]);
1340
+ }
1341
+
1342
+ if( $ipNumber < 3378132818 )
1343
+ return false;
1344
+
1345
+ if( (3378132818 <= $ipNumber) && ($ipNumber <= 3388837128) ){
1346
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-111.php';
1347
  if( isset($a[$ipNumber]) ) return true;
1348
  foreach($a as $minIpValue => $maxIpValue){
1349
  if( 1 === $maxIpValue ) break;
1353
  return false;
1354
  }
1355
 
1356
+ if( $ipNumber < 3388837333 )
1357
  return false;
1358
 
1359
+ if( (3388837333 <= $ipNumber) && ($ipNumber <= 3396110654) ){
1360
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-112.php';
1361
  if( isset($a[$ipNumber]) ) return true;
1362
  foreach($a as $minIpValue => $maxIpValue){
1363
  if( 1 === $maxIpValue ) break;
1367
  return false;
1368
  }
1369
 
1370
+ if( $ipNumber < 3396112131 )
1371
  return false;
1372
 
1373
+ if( (3396112131 <= $ipNumber) && ($ipNumber <= 3408561728) ){
1374
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-113.php';
1375
  if( isset($a[$ipNumber]) ) return true;
1376
  foreach($a as $minIpValue => $maxIpValue){
1377
  if( 1 === $maxIpValue ) break;
1381
  return false;
1382
  }
1383
 
1384
+ if( $ipNumber < 3408623829 )
1385
  return false;
1386
 
1387
+ if( (3408623829 <= $ipNumber) && ($ipNumber <= 3417916328) ){
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 < 3417933027 )
1399
  return false;
1400
 
1401
+ if( (3417933027 <= $ipNumber) && ($ipNumber <= 3464398714) ){
1402
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-115.php';
1403
  if( isset($a[$ipNumber]) ) return true;
1404
  foreach($a as $minIpValue => $maxIpValue){
1405
  if( 1 === $maxIpValue ) break;
1409
  return false;
1410
  }
1411
 
1412
+ if( $ipNumber < 3464446104 )
1413
  return false;
1414
 
1415
+ if( (3464446104 <= $ipNumber) && ($ipNumber <= 3500664147) ){
1416
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-116.php';
1417
  if( isset($a[$ipNumber]) ) return true;
1418
  foreach($a as $minIpValue => $maxIpValue){
1419
  if( 1 === $maxIpValue ) break;
1423
  return false;
1424
  }
1425
 
1426
+ if( $ipNumber < 3500664579 )
1427
  return false;
1428
 
1429
+ if( (3500664579 <= $ipNumber) && ($ipNumber <= 3527966733) ){
1430
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-117.php';
1431
  if( isset($a[$ipNumber]) ) return true;
1432
  foreach($a as $minIpValue => $maxIpValue){
1433
  if( 1 === $maxIpValue ) break;
1437
  return false;
1438
  }
1439
 
1440
+ if( $ipNumber < 3527967426 )
1441
  return false;
1442
 
1443
+ if( (3527967426 <= $ipNumber) && ($ipNumber <= 3546663563) ){
1444
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-118.php';
1445
+ if( isset($a[$ipNumber]) ) return true;
1446
+ foreach($a as $minIpValue => $maxIpValue){
1447
+ if( 1 === $maxIpValue ) break;
1448
+ if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
1449
+ return true;
1450
+ }
1451
+ return false;
1452
  }
1453
 
1454
+ if( $ipNumber < 3546717914 )
1455
  return false;
1456
 
1457
+ if( (3546717914 <= $ipNumber) && ($ipNumber <= 3557559078) ){
1458
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-119.php'; return isset($a[$ipNumber]);
1459
  }
1460
 
1461
+ if( $ipNumber < 3557560641 )
1462
  return false;
1463
 
1464
+ if( (3557560641 <= $ipNumber) && ($ipNumber <= 3567049254) ){
1465
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-120.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 < 3567160862 )
1476
  return false;
1477
 
1478
+ if( (3567160862 <= $ipNumber) && ($ipNumber <= 3585066784) ){
1479
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-121.php';
1480
+ if( isset($a[$ipNumber]) ) return true;
1481
+ foreach($a as $minIpValue => $maxIpValue){
1482
+ if( 1 === $maxIpValue ) break;
1483
+ if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
1484
+ return true;
1485
+ }
1486
+ return false;
1487
  }
1488
 
1489
+ if( $ipNumber < 3585067358 )
1490
  return false;
1491
 
1492
+ if( (3585067358 <= $ipNumber) && ($ipNumber <= 3639065862) ){
1493
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-122.php';
1494
  if( isset($a[$ipNumber]) ) return true;
1495
  foreach($a as $minIpValue => $maxIpValue){
1496
  if( 1 === $maxIpValue ) break;
1500
  return false;
1501
  }
1502
 
1503
+ if( $ipNumber < 3639123822 )
1504
  return false;
1505
 
1506
+ if( (3639123822 <= $ipNumber) && ($ipNumber <= 3653662150) ){
1507
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-123.php'; return isset($a[$ipNumber]);
1508
  }
1509
 
1510
+ if( $ipNumber < 3653682802 )
1511
  return false;
1512
 
1513
+ if( (3653682802 <= $ipNumber) && ($ipNumber <= 3662741063) ){
1514
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-124.php'; return isset($a[$ipNumber]);
1515
  }
1516
 
1517
+ if( $ipNumber < 3662741066 )
1518
  return false;
1519
 
1520
+ if( (3662741066 <= $ipNumber) && ($ipNumber <= 3680293940) ){
1521
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-125.php'; return isset($a[$ipNumber]);
1522
  }
1523
 
1524
+ if( $ipNumber < 3680294272 )
1525
  return false;
1526
 
1527
+ if( (3680294272 <= $ipNumber) && ($ipNumber <= 3699805744) ){
1528
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-126.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
1529
  }
1530
 
1531
+ if( $ipNumber < 3699806141 )
1532
  return false;
1533
 
1534
+ if( (3699806141 <= $ipNumber) && ($ipNumber <= 3716874759) ){
1535
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-127.php';
1536
  if( isset($a[$ipNumber]) ) return true;
1537
  foreach($a as $minIpValue => $maxIpValue){
1538
  if( 1 === $maxIpValue ) break;
1542
  return false;
1543
  }
1544
 
1545
+ if( $ipNumber < 3716875022 )
1546
  return false;
1547
 
1548
+ if( (3716875022 <= $ipNumber) && ($ipNumber <= 3727551302) ){
1549
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-128.php'; return isset($a[$ipNumber]);
1550
  }
1551
 
1552
+ if( $ipNumber < 3727551306 )
1553
  return false;
1554
 
1555
+ if( (3727551306 <= $ipNumber) && ($ipNumber <= 3735946543) ){
1556
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-129.php'; return isset($a[$ipNumber]);
1557
  }
1558
 
1559
+ if( $ipNumber < 3735946545 )
1560
  return false;
1561
 
1562
+ if( (3735946545 <= $ipNumber) && ($ipNumber <= 3736854236) ){
1563
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-130.php'; return isset($a[$ipNumber]);
 
 
 
 
 
 
 
1564
  }
1565
 
1566
+ if( $ipNumber < 3736854247 )
1567
  return false;
1568
 
1569
+ if( (3736854247 <= $ipNumber) && ($ipNumber <= 3758092949) ){
1570
+ $a=include dirname(__FILE__) . '/bad-ip-lists/attackers-ips-131.php';
1571
  if( isset($a[$ipNumber]) ) return true;
1572
  foreach($a as $minIpValue => $maxIpValue){
1573
  if( 1 === $maxIpValue ) break;
1587
 
1588
  $ipNumber = MchGdbcIPUtils::ipAddressToNumber($ipAddress, $ipVersion, true);
1589
 
1590
+ if( $ipNumber < 16838796 )
1591
  return false;
1592
 
1593
+ if( (16838796 <= $ipNumber) && ($ipNumber <= 401541776) ){
1594
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-0.php';
1595
  if( isset($a[$ipNumber]) ) return true;
1596
  foreach($a as $minIpValue => $maxIpValue){
1601
  return false;
1602
  }
1603
 
1604
+ if( $ipNumber < 401543351 )
1605
  return false;
1606
 
1607
+ if( (401543351 <= $ipNumber) && ($ipNumber <= 618695023) ){
1608
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-1.php'; return isset($a[$ipNumber]);
1609
  }
1610
 
1611
+ if( $ipNumber < 618800069 )
1612
  return false;
1613
 
1614
+ if( (618800069 <= $ipNumber) && ($ipNumber <= 704278725) ){
1615
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-2.php';
1616
  if( isset($a[$ipNumber]) ) return true;
1617
  foreach($a as $minIpValue => $maxIpValue){
1622
  return false;
1623
  }
1624
 
1625
+ if( $ipNumber < 704278921 )
1626
  return false;
1627
 
1628
+ if( (704278921 <= $ipNumber) && ($ipNumber <= 839365220) ){
1629
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-3.php';
1630
  if( isset($a[$ipNumber]) ) return true;
1631
  foreach($a as $minIpValue => $maxIpValue){
1636
  return false;
1637
  }
1638
 
1639
+ if( $ipNumber < 839365266 )
1640
  return false;
1641
 
1642
+ if( (839365266 <= $ipNumber) && ($ipNumber <= 973651718) ){
1643
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-4.php';
 
 
 
 
 
 
 
1644
  if( isset($a[$ipNumber]) ) return true;
1645
  foreach($a as $minIpValue => $maxIpValue){
1646
  if( 1 === $maxIpValue ) break;
1650
  return false;
1651
  }
1652
 
1653
+ if( $ipNumber < 973651752 )
1654
+ return false;
1655
+
1656
+ if( (973651752 <= $ipNumber) && ($ipNumber <= 973818570) ){
1657
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-5.php'; return isset($a[$ipNumber]);
1658
+ }
1659
+
1660
+ if( $ipNumber < 973818587 )
1661
  return false;
1662
 
1663
+ if( (973818587 <= $ipNumber) && ($ipNumber <= 1029311767) ){
1664
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-6.php'; return isset($a[$ipNumber]);
1665
+ }
1666
+
1667
+ if( $ipNumber < 1029311786 )
1668
+ return false;
1669
+
1670
+ if( (1029311786 <= $ipNumber) && ($ipNumber <= 1046910124) ){
1671
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-7.php';
1672
  if( isset($a[$ipNumber]) ) return true;
1673
  foreach($a as $minIpValue => $maxIpValue){
1674
  if( 1 === $maxIpValue ) break;
1678
  return false;
1679
  }
1680
 
1681
+ if( $ipNumber < 1046959528 )
 
 
 
 
 
 
 
1682
  return false;
1683
 
1684
+ if( (1046959528 <= $ipNumber) && ($ipNumber <= 1176778950) ){
1685
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-8.php';
1686
  if( isset($a[$ipNumber]) ) return true;
1687
  foreach($a as $minIpValue => $maxIpValue){
1692
  return false;
1693
  }
1694
 
1695
+ if( $ipNumber < 1176802039 )
1696
  return false;
1697
 
1698
+ if( (1176802039 <= $ipNumber) && ($ipNumber <= 1303289118) ){
1699
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-9.php';
1700
  if( isset($a[$ipNumber]) ) return true;
1701
  foreach($a as $minIpValue => $maxIpValue){
1706
  return false;
1707
  }
1708
 
1709
+ if( $ipNumber < 1303296148 )
1710
  return false;
1711
 
1712
+ if( (1303296148 <= $ipNumber) && ($ipNumber <= 1359414263) ){
1713
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-10.php';
1714
  if( isset($a[$ipNumber]) ) return true;
1715
  foreach($a as $minIpValue => $maxIpValue){
1720
  return false;
1721
  }
1722
 
1723
+ if( $ipNumber < 1359415159 )
1724
  return false;
1725
 
1726
+ if( (1359415159 <= $ipNumber) && ($ipNumber <= 1426947975) ){
1727
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-11.php';
1728
  if( isset($a[$ipNumber]) ) return true;
1729
  foreach($a as $minIpValue => $maxIpValue){
1734
  return false;
1735
  }
1736
 
1737
+ if( $ipNumber < 1427042336 )
1738
  return false;
1739
 
1740
+ if( (1427042336 <= $ipNumber) && ($ipNumber <= 1499320219) ){
1741
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-12.php';
1742
  if( isset($a[$ipNumber]) ) return true;
1743
  foreach($a as $minIpValue => $maxIpValue){
1748
  return false;
1749
  }
1750
 
1751
+ if( $ipNumber < 1499326846 )
1752
  return false;
1753
 
1754
+ if( (1499326846 <= $ipNumber) && ($ipNumber <= 1567150397) ){
1755
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-13.php';
1756
  if( isset($a[$ipNumber]) ) return true;
1757
  foreach($a as $minIpValue => $maxIpValue){
1762
  return false;
1763
  }
1764
 
1765
+ if( $ipNumber < 1567150494 )
1766
  return false;
1767
 
1768
+ if( (1567150494 <= $ipNumber) && ($ipNumber <= 1627329961) ){
1769
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-14.php';
1770
+ if( isset($a[$ipNumber]) ) return true;
1771
+ foreach($a as $minIpValue => $maxIpValue){
1772
+ if( 1 === $maxIpValue ) break;
1773
+ if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
1774
+ return true;
1775
+ }
1776
+ return false;
1777
  }
1778
 
1779
+ if( $ipNumber < 1627377593 )
1780
  return false;
1781
 
1782
+ if( (1627377593 <= $ipNumber) && ($ipNumber <= 1755823590) ){
1783
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-15.php';
1784
+ if( isset($a[$ipNumber]) ) return true;
1785
+ foreach($a as $minIpValue => $maxIpValue){
1786
+ if( 1 === $maxIpValue ) break;
1787
+ if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
1788
+ return true;
1789
+ }
1790
+ return false;
1791
  }
1792
 
1793
+ if( $ipNumber < 1755856558 )
1794
  return false;
1795
 
1796
+ if( (1755856558 <= $ipNumber) && ($ipNumber <= 1844181891) ){
1797
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-16.php';
1798
  if( isset($a[$ipNumber]) ) return true;
1799
  foreach($a as $minIpValue => $maxIpValue){
1804
  return false;
1805
  }
1806
 
1807
+ if( $ipNumber < 1844181892 )
1808
  return false;
1809
 
1810
+ if( (1844181892 <= $ipNumber) && ($ipNumber <= 1944350573) ){
1811
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-17.php'; return isset($a[$ipNumber]);
1812
  }
1813
 
1814
+ if( $ipNumber < 1944350674 )
1815
  return false;
1816
 
1817
+ if( (1944350674 <= $ipNumber) && ($ipNumber <= 2026095111) ){
1818
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-18.php';
1819
  if( isset($a[$ipNumber]) ) return true;
1820
  foreach($a as $minIpValue => $maxIpValue){
1825
  return false;
1826
  }
1827
 
1828
+ if( $ipNumber < 2026095112 )
1829
  return false;
1830
 
1831
+ if( (2026095112 <= $ipNumber) && ($ipNumber <= 2088258334) ){
1832
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-19.php';
1833
  if( isset($a[$ipNumber]) ) return true;
1834
  foreach($a as $minIpValue => $maxIpValue){
1839
  return false;
1840
  }
1841
 
1842
+ if( $ipNumber < 2088258362 )
1843
+ return false;
1844
+
1845
+ if( (2088258362 <= $ipNumber) && ($ipNumber <= 2088414717) ){
1846
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-20.php'; return isset($a[$ipNumber]);
1847
+ }
1848
+
1849
+ if( $ipNumber < 2088414821 )
1850
  return false;
1851
 
1852
+ if( (2088414821 <= $ipNumber) && ($ipNumber <= 2356360700) ){
1853
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-21.php';
1854
  if( isset($a[$ipNumber]) ) return true;
1855
  foreach($a as $minIpValue => $maxIpValue){
1856
  if( 1 === $maxIpValue ) break;
1860
  return false;
1861
  }
1862
 
1863
+ if( $ipNumber < 2356395428 )
1864
  return false;
1865
 
1866
+ if( (2356395428 <= $ipNumber) && ($ipNumber <= 2734198434) ){
1867
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-22.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 < 2734202931 )
1878
  return false;
1879
 
1880
+ if( (2734202931 <= $ipNumber) && ($ipNumber <= 2875316633) ){
1881
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-23.php'; return isset($a[$ipNumber]);
1882
  }
1883
 
1884
+ if( $ipNumber < 2875316668 )
1885
  return false;
1886
 
1887
+ if( (2875316668 <= $ipNumber) && ($ipNumber <= 2971113036) ){
1888
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-24.php';
1889
  if( isset($a[$ipNumber]) ) return true;
1890
  foreach($a as $minIpValue => $maxIpValue){
1891
  if( 1 === $maxIpValue ) break;
1895
  return false;
1896
  }
1897
 
1898
+ if( $ipNumber < 2971115618 )
1899
  return false;
1900
 
1901
+ if( (2971115618 <= $ipNumber) && ($ipNumber <= 2990439805) ){
1902
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-25.php';
1903
+ if( isset($a[$ipNumber]) ) return true;
1904
+ foreach($a as $minIpValue => $maxIpValue){
1905
+ if( 1 === $maxIpValue ) break;
1906
+ if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
1907
+ return true;
1908
+ }
1909
  return false;
 
 
 
1910
  }
1911
 
1912
+ if( $ipNumber < 2990442431 )
1913
  return false;
1914
 
1915
+ if( (2990442431 <= $ipNumber) && ($ipNumber <= 3049022201) ){
1916
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-26.php'; return isset($a[$ipNumber]);
1917
  }
1918
 
1919
+ if( $ipNumber < 3049022310 )
1920
  return false;
1921
 
1922
+ if( (3049022310 <= $ipNumber) && ($ipNumber <= 3121510403) ){
1923
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-27.php';
1924
  if( isset($a[$ipNumber]) ) return true;
1925
  foreach($a as $minIpValue => $maxIpValue){
1930
  return false;
1931
  }
1932
 
1933
+ if( $ipNumber < 3121515936 )
1934
  return false;
1935
 
1936
+ if( (3121515936 <= $ipNumber) && ($ipNumber <= 3135482735) ){
1937
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-28.php'; return isset($a[$ipNumber]);
1938
  }
1939
 
1940
+ if( $ipNumber < 3135483320 )
1941
  return false;
1942
 
1943
+ if( (3135483320 <= $ipNumber) && ($ipNumber <= 3147879963) ){
1944
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-29.php'; return isset($a[$ipNumber]);
1945
  }
1946
 
1947
+ if( $ipNumber < 3147879973 )
1948
  return false;
1949
 
1950
+ if( (3147879973 <= $ipNumber) && ($ipNumber <= 3153316909) ){
1951
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-30.php'; return isset($a[$ipNumber]);
1952
  }
1953
 
1954
+ if( $ipNumber < 3153320971 )
1955
  return false;
1956
 
1957
+ if( (3153320971 <= $ipNumber) && ($ipNumber <= 3184929388) ){
1958
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-31.php';
1959
+ if( isset($a[$ipNumber]) ) return true;
1960
+ foreach($a as $minIpValue => $maxIpValue){
1961
+ if( 1 === $maxIpValue ) break;
1962
+ if( ($minIpValue < $ipNumber) && ($ipNumber <= $maxIpValue) )
1963
+ return true;
1964
+ }
1965
+ return false;
1966
  }
1967
 
1968
+ if( $ipNumber < 3184929450 )
1969
  return false;
1970
 
1971
+ if( (3184929450 <= $ipNumber) && ($ipNumber <= 3185244505) ){
1972
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-32.php'; return isset($a[$ipNumber]);
1973
  }
1974
 
1975
+ if( $ipNumber < 3185244533 )
1976
  return false;
1977
 
1978
+ if( (3185244533 <= $ipNumber) && ($ipNumber <= 3185294635) ){
1979
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-33.php'; return isset($a[$ipNumber]);
1980
  }
1981
 
1982
+ if( $ipNumber < 3185294639 )
1983
+ return false;
1984
+
1985
+ if( (3185294639 <= $ipNumber) && ($ipNumber <= 3192798432) ){
1986
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-34.php'; return isset($a[$ipNumber]);
1987
+ }
1988
+
1989
+ if( $ipNumber < 3192799158 )
1990
  return false;
1991
 
1992
+ if( (3192799158 <= $ipNumber) && ($ipNumber <= 3201640752) ){
1993
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-35.php'; return isset($a[$ipNumber]);
1994
+ }
1995
+
1996
+ if( $ipNumber < 3201644096 )
1997
+ return false;
1998
+
1999
+ if( (3201644096 <= $ipNumber) && ($ipNumber <= 3302350458) ){
2000
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-36.php';
2001
  if( isset($a[$ipNumber]) ) return true;
2002
  foreach($a as $minIpValue => $maxIpValue){
2003
  if( 1 === $maxIpValue ) break;
2007
  return false;
2008
  }
2009
 
2010
+ if( $ipNumber < 3302502467 )
2011
  return false;
2012
 
2013
+ if( (3302502467 <= $ipNumber) && ($ipNumber <= 3371108239) ){
2014
+ $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-37.php';
2015
  if( isset($a[$ipNumber]) ) return true;
2016
  foreach($a as $minIpValue => $maxIpValue){
2017
  if( 1 === $maxIpValue ) break;
2021
  return false;
2022
  }
2023
 
2024
+ if( $ipNumber < 3371108256 )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2025
  return false;
2026
 
2027
+ if( (3371108256 <= $ipNumber) && ($ipNumber <= 3383511918) ){
2028
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-38.php'; return isset($a[$ipNumber]);
2029
  }
2030
 
2031
+ if( $ipNumber < 3383511952 )
2032
  return false;
2033
 
2034
+ if( (3383511952 <= $ipNumber) && ($ipNumber <= 3383587094) ){
2035
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-39.php'; return isset($a[$ipNumber]);
2036
  }
2037
 
2038
+ if( $ipNumber < 3383587101 )
2039
  return false;
2040
 
2041
+ if( (3383587101 <= $ipNumber) && ($ipNumber <= 3386049839) ){
2042
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-40.php'; return isset($a[$ipNumber]);
2043
  }
2044
 
2045
+ if( $ipNumber < 3386050252 )
2046
  return false;
2047
 
2048
+ if( (3386050252 <= $ipNumber) && ($ipNumber <= 3501473576) ){
2049
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-41.php';
2050
  if( isset($a[$ipNumber]) ) return true;
2051
  foreach($a as $minIpValue => $maxIpValue){
2056
  return false;
2057
  }
2058
 
2059
+ if( $ipNumber < 3501493925 )
2060
  return false;
2061
 
2062
+ if( (3501493925 <= $ipNumber) && ($ipNumber <= 3588946291) ){
2063
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-42.php';
2064
  if( isset($a[$ipNumber]) ) return true;
2065
  foreach($a as $minIpValue => $maxIpValue){
2070
  return false;
2071
  }
2072
 
2073
+ if( $ipNumber < 3589195114 )
2074
  return false;
2075
 
2076
+ if( (3589195114 <= $ipNumber) && ($ipNumber <= 3730435645) ){
2077
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-43.php';
2078
  if( isset($a[$ipNumber]) ) return true;
2079
  foreach($a as $minIpValue => $maxIpValue){
2084
  return false;
2085
  }
2086
 
2087
+ if( $ipNumber < 3730468762 )
2088
  return false;
2089
 
2090
+ if( (3730468762 <= $ipNumber) && ($ipNumber <= 3758092949) ){
2091
  $a=include dirname(__FILE__) . '/bad-ip-lists/anonymizers-ips-44.php'; return isset($a[$ipNumber]);
2092
  }
2093
 
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,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,);?>
1
+ <?php return array(90614272=>90614783,87957504=>87965695,87954832=>87955455,87954432=>87954823,87951064=>87952383,87951024=>87951055,87951000=>87951015,87950848=>87950991,87560192=>87560447,96750535=>1,96750295=>1,96751776=>1,96753786=>1,96754090=>1,96749767=>1,96744805=>1,96747828=>1,96748273=>1,96749080=>1,96755692=>1,96749471=>1,96748194=>1,96762426=>1,96779914=>1,96779913=>1,96779917=>1,96779918=>1,96779919=>1,96779912=>1,96771347=>1,96762427=>1,96744804=>1,96767754=>1,96767756=>1,96767759=>1,96762424=>1,96742386=>1,96317198=>1,96314902=>1,96317236=>1,96317354=>1,96334811=>1,96317546=>1,96314781=>1,96313695=>1,96309268=>1,96308947=>1,96309893=>1,96311437=>1,96312632=>1,96311737=>1,96359941=>1,96388097=>1,96737990=>1,96736341=>1,96738322=>1,96739152=>1,96742383=>1,96740374=>1,96736261=>1,96735618=>1,96731521=>1,96731285=>1,96733846=>1,96734360=>1,96734771=>1,96779956=>1,96779958=>1,98862318=>1,98845112=>1,98865488=>1,98891644=>1,100242841=>1,100241828=>1,201872493=>1,98831698=>1,98540834=>1,98538505=>1,98704664=>1,98714842=>1,98720366=>1,98719315=>1,100245446=>1,100245457=>1,135946797=>1,135937352=>1,135952853=>1,136291851=>1,136811384=>1,136466072=>1,135937351=>1,135937350=>1,100569674=>1,100558192=>1,100614293=>1,134509886=>1,135937349=>1,135041608=>1,98395043=>1,98340609=>1,96886342=>1,96792434=>1,96960897=>1,96961212=>1,96963718=>1,96961985=>1,201872500=>1,201872509=>1,96779959=>1,136880433=>1,96308854=>1,96784076=>1,96789409=>1,96784388=>1,96964114=>1,96964208=>1,97011242=>1,96989301=>1,97011244=>1,97152239=>1,97403795=>1,97391910=>1,96970703=>1,96970011=>1,96964257=>1,96964220=>1,96964291=>1,96964332=>1,96966273=>1,136852424=>1,96306677=>1,93165630=>1,93164961=>1,93169131=>1,93170598=>1,93174797=>1,93172118=>1,93162407=>1,93161309=>1,93024863=>1,93019449=>1,93129046=>1,93132403=>1,93160581=>1,93150323=>1,93175458=>1,93245205=>1,93539956=>1,93512997=>1,93656903=>1,93714999=>1,93715036=>1,93715011=>1,93487989=>1,93399617=>1,93257024=>1,93247379=>1,93292528=>1,93296219=>1,93322590=>1,93018222=>1,93016482=>1,92784058=>1,92783330=>1,92784060=>1,92784397=>1,92788745=>1,92784398=>1,92782209=>1,92781915=>1,92780945=>1,92780568=>1,92780973=>1,92781113=>1,92781129=>1,92788746=>1,92789652=>1,92792120=>1,92792106=>1,92794711=>1,92797671=>1,93014551=>1,92798499=>1,92792105=>1,92792104=>1,92790608=>1,92789655=>1,92790611=>1,92790661=>1,92792070=>1,93745565=>1,93768880=>1,94874176=>1,94844370=>1,95194071=>1,95206787=>1,95404533=>1,95392689=>1,94821994=>1,94817405=>1,94718118=>1,94717360=>1,94750990=>1,94751555=>1,94797722=>1,94797537=>1,95404613=>1,95412564=>1,201872562=>1,96306255=>1,96306854=>1,96306997=>1,96307414=>1,96307353=>1,96305851=>1,96305813=>1,95569502=>1,95414614=>1,95611429=>1,96116526=>1,96287278=>1,94699391=>1,94696796=>1,93943393=>1,93907209=>1,94008498=>1,94196443=>1,94331425=>1,94273153=>1,93907201=>1,93779785=>1,93769942=>1,93768943=>1,93773193=>1,93773265=>1,93775833=>1,94387728=>1,94388050=>1,94641739=>1,94435148=>1,94684541=>1,94686305=>1,94690811=>1,94687893=>1,94435132=>1,94435091=>1,94394786=>1,94392037=>1,94427806=>1,94432645=>1,94435088=>1,96308451=>1,203619524=>1,387712873=>1,387573629=>1,387716030=>1,387716696=>1,387717410=>1,387716842=>1,387568305=>1,387504434=>1,386977899=>1,318243157=>1,387231941=>1,387457666=>1,387491418=>1,387487141=>1,387719300=>1,387722740=>1,391702533=>1,391696496=>1,391704074=>1,391704236=>1,391759547=>1,391704468=>1,391672187=>1,387962721=>1,387742859=>1,387732455=>1,387758653=>1,387774628=>1,387915489=>1,387775074=>1,317982001=>1,313853221=>1,249191852=>1,249191488=>1,249191989=>1,249193164=>1,249208296=>1,249193937=>1,249191475=>1,249190516=>1,249188292=>1,249188276=>1,249188646=>1,249188953=>1,249190463=>1,249189706=>1,249212421=>1,249212697=>1,307363934=>1,259880840=>1,307364744=>1,307364804=>1,310182366=>1,307364813=>1,249230502=>1,249229557=>1,249215182=>1,249213679=>1,249222444=>1,249223256=>1,249223978=>1,391840323=>1,391856651=>1,392790394=>1,392760187=>1,392801986=>1,393101367=>1,393660953=>1,393640045=>1,392705401=>1,392705387=>1,392696301=>1,392695326=>1,392696303=>1,392696317=>1,392705370=>1,392705363=>1,393907456=>1,400720100=>1,401335149=>1,401335148=>1,401478117=>1,401528175=>1,401541776=>1,401540990=>1,401335146=>1,401182495=>1,400722237=>1,400721028=>1,400802939=>1,400803214=>1,401145940=>1,400803426=>1,392694958=>1,392694926=>1,391961450=>1,391961412=>1,392045668=>1,392046319=>1,392062357=>1,392052644=>1,391960443=>1,391959624=>1,391909605=>1,391871612=>1,391910257=>1,391910730=>1,391919335=>1,391912050=>1,392063088=>1,392083341=>1,392395806=>1,392248604=>1,392561589=>1,392571634=>1,392694919=>1,392601719=>1,392130821=>1,392112925=>1,392093646=>1,392091427=>1,392099974=>1,392104239=>1,392104660=>1,249188204=>1,249187776=>1,241568793=>1,241394209=>1,241573891=>1,241573985=>1,241576243=>1,241576241=>1,241373995=>1,241373511=>1,241293831=>1,241242013=>1,241294905=>1,241316593=>1,241357379=>1,241331756=>1,241592898=>1,241752358=>1,242661513=>1,242408196=>1,242690240=>1,242690448=>1,242691299=>1,242690969=>1,242143349=>1,241891170=>1,241889669=>1,241786656=>1,241889999=>1,241890866=>1,241891148=>1,241891009=>1,241240691=>1,241231904=>1,214895892=>1,214890719=>1,222666014=>1,223030271=>1,223118333=>1,223095942=>1,214890710=>1,214825229=>1,211598487=>1,211356930=>1,212232444=>1,212394767=>1,213359421=>1,212858226=>1,223352529=>1,223414417=>1,239051300=>1,238362993=>1,239052092=>1,239067212=>1,241220347=>1,241194163=>1,238103074=>1,237472774=>1,236320643=>1,236113757=>1,236772723=>1,236801642=>1,237000891=>1,242692805=>1,242692835=>1,247951225=>1,247951043=>1,247951795=>1,248001875=>1,248159705=>1,248146946=>1,247950663=>1,247950623=>1,247901265=>1,247135935=>1,247910873=>1,247910885=>1,247949696=>1,247949605=>1,248178225=>1,248198359=>1,248947322=>1,248944669=>1,249181645=>1,249187341=>1,249187633=>1,249187433=>1,248936218=>1,248928727=>1,248446986=>1,248236273=>1,248447034=>1,248448095=>1,248463248=>1,248449962=>1,247134468=>1,247133126=>1,244055010=>1,244053464=>1,244055070=>1,244094750=>1,244145489=>1,244112710=>1,244044247=>1,244038658=>1,242693565=>1,242693045=>1,243558451=>1,243854465=>1,243854486=>1,243854468=>1,244169618=>1,244188193=>1,245532981=>1,245532275=>1,245858288=>1,247105131=>1,247127773=>1,247109079=>1,245444008=>1,245436183=>1,244409171=>1,244404696=>1,244476545=>1,244852162=>1,244852167=>1,92780430=>1,92776044=>1,30264275=>1,30032243=>1,30264375=>1,30265264=>1,30364362=>1,30359234=>1,29766423=>1,29707599=>1,29467227=>1,29300041=>1,29467259=>1,29467424=>1,29691537=>1,29691494=>1,30499811=>1,30505527=>1,32797712=>1,32303380=>1,32797867=>1,33515012=>1,35207760=>1,34482656=>1,32124210=>1,31942863=>1,30522548=>1,30522547=>1,30522550=>1,30894661=>1,31500643=>1,29029876=>1,29016066=>1,28554550=>1,28553253=>1,28555093=>1,28555097=>1,28555117=>1,28555101=>1,28548329=>1,28545689=>1,28259346=>1,28259314=>1,28259350=>1,28288345=>1,28544946=>1,28309458=>1,28555769=>1,28555773=>1,28975666=>1,28559634=>1,28975667=>1,28985572=>1,29000075=>1,28989331=>1,28558885=>1,28558865=>1,28556761=>1,28556634=>1,28556925=>1,28557865=>1,28558601=>1,35208224=>1,36115862=>1,45879464=>1,45879404=>1,46220369=>1,48336262=>1,48405584=>1,48359260=>1,45819503=>1,45818503=>1,45626114=>1,45621536=>1,45703937=>1,45716654=>1,45717261=>1,45716823=>1,48534054=>1,48534055=>1,49319228=>1,49318540=>1,49335265=>1,49349879=>1,49460202=>1,49366152=>1,49307988=>1,49294096=>1,48669950=>1,48666932=>1,48746809=>1,48951228=>1,49287423=>1,45587202=>1,43730704=>1,39559377=>1,39525342=>1,39604856=>1,39628207=>1,39677632=>1,39647857=>1,39520826=>1,39310946=>1,37176347=>1,36953429=>1,37760029=>1,38876683=>1,39215681=>1,39116190=>1,39710309=>1,39711802=>1,40819503=>1,40800902=>1,40846876=>1,41662958=>1,42720863=>1,42462956=>1,40798318=>1,40778820=>1,39848999=>1,39751691=>1,40360457=>1,40560471=>1,40766333=>1,28259310=>1,28259304=>1,19016117=>1,18890242=>1,19047225=>1,19060962=>1,19983379=>1,19973325=>1,18876107=>1,18152034=>1,17094540=>1,17094513=>1,17405510=>1,18151941=>1,18152033=>1,18151978=>1,19984131=>1,19984513=>1,27272417=>1,27270119=>1,27272507=>1,27306320=>1,27402809=>1,27332295=>1,27269647=>1,27267986=>1,22361506=>1,19985326=>1,22515468=>1,22872767=>1,27266892=>1,16953763=>1,16952145=>1,16884374=>1,16884202=>1,16884847=>1,16885188=>1,16885425=>1,16885386=>1,16884144=>1,16879227=>1,16839605=>1,16839008=>1,16840524=>1,16840997=>1,16841808=>1,16841753=>1,16885490=>1,16885844=>1,16889114=>1,16889098=>1,16889199=>1,16889230=>1,16890941=>1,16889242=>1,16888434=>1,16887428=>1,16886496=>1,16886279=>1,16886558=>1,16886909=>1,16887304=>1,27403731=>1,27449896=>1,28097739=>1,28096354=>1,28107925=>1,28109182=>1,28115049=>1,28113968=>1,28094549=>1,28094116=>1,28090500=>1,28090466=>1,28090934=>1,28092182=>1,28093859=>1,28092401=>1,28115409=>1,28115765=>1,28257920=>1,28257817=>1,28257950=>1,28257953=>1,28258513=>1,28258215=>1,28257669=>1,28257410=>1,28225839=>1,28116845=>1,28242034=>1,28242754=>1,28256986=>1,28018744=>1,28018380=>1,27486132=>1,27485606=>1,27486442=>1,27632540=>1,27635809=>1,27634362=>1,27473100=>1,27472857=>1,27450075=>1,27449972=>1,27469862=>1,27470428=>1,27471690=>1,27470587=>1,27641245=>1,27641376=>1,27905720=>1,27905032=>1,27915142=>1,27915769=>1,27993037=>1,27986225=>1,27904764=>1,27903685=>1,27855557=>1,27650426=>1,27856728=>1,27902468=>1,27902541=>1,49479292=>1,49628246=>1,87613757=>1,87590534=>1,87648082=>1,87677305=>1,87892543=>1,87708862=>1,87590163=>1,87559196=>1,87559177=>1,87364321=>1,87559178=>1,87559181=>1,87559191=>1,87559189=>1,87893006=>1,87924951=>1,87951016=>1,87950995=>1,87951018=>1,87951019=>1,87951062=>1,87951061=>1,87950994=>1,87950992=>1,87925592=>1,87925542=>1,87929356=>1,87929699=>1,87949564=>1,87363767=>1,87284344=>1,86809307=>1,86797073=>1,86809308=>1,86852155=>1,86853660=>1,86853649=>1,86795710=>1,86795169=>1,86489102=>1,86473824=>1,86497430=>1,86497550=>1,86757829=>1,86497923=>1,86854106=>1,86854591=>1,86862648=>1,86860822=>1,86862896=>1,86863037=>1,87280881=>1,86863166=>1,86860399=>1,86860339=>1,86855683=>1,86854929=>1,86855685=>1,86855689=>1,86860159=>1,87951063=>1,87953901=>1,92755223=>1,92738853=>1,92762914=>1,92772495=>1,92773241=>1,92773070=>1,92404397=>1,92311439=>1,90548286=>1,90536183=>1,90649828=>1,90728991=>1,90729103=>1,90728998=>1,92773989=>1,92774254=>1,16838796=>1,92775393=>1,92778559=>1,92778617=>1,92779984=>1,92779192=>1,92775350=>1,92775241=>1,92774717=>1,92774272=>1,92774961=>1,92775004=>1,92775129=>1,90531969=>1,90531654=>1,89048782=>1,89018333=>1,89079948=>1,89080993=>1,89081961=>1,89081518=>1,89015216=>1,88297830=>1,87954826=>1,87954825=>1,87954827=>1,88052932=>1,88054057=>1,88053978=>1,89085396=>1,89088372=>1,89331053=>1,89235710=>1,90522040=>1,90522216=>1,90531410=>1,90530452=>1,89170868=>1,89128809=>1,89089213=>1,89089054=>1,89090583=>1,89110630=>1,89115126=>1,86473282=>1,86471232=>1,84504068=>1,84503640=>1,84504098=>1,84504300=>1,84505851=>1,84505829=>1,84503639=>1,84503638=>1,84496681=>1,84496282=>1,84497356=>1,84498167=>1,84502214=>1,84501035=>1,84508858=>1,84509146=>1,84516246=>1,84515857=>1,84516427=>1,84519716=>1,84524852=>1,84519785=>1,84515186=>1,84514801=>1,84511882=>1,84511746=>1,84511939=>1,84512585=>1,84513483=>1,84496134=>1,84494907=>1,84462626=>1,84079493=>1,84465062=>1,84477826=>1,84477961=>1,84477948=>1,84074862=>1,84052599=>1,49838695=>1,49663389=>1,69156934=>1,69445221=>1,84049994=>1,83978524=>1,84482166=>1,84482779=>1,84490252=>1,84489772=>1,84490706=>1,84490889=>1,84494312=>1,84491793=>1,84489108=>1,84488788=>1,84484381=>1,84484079=>1,84486819=>1,84486915=>1,84486992=>1,84525964=>1,84526523=>1,86462053=>1,86461904=>1,86462185=>1,86462216=>1,86462599=>1,86462492=>1,86461455=>1,86452799=>1,86245026=>1,86244343=>1,86444989=>1,86444991=>1,86452798=>1,86445795=>1,86462873=>1,86463168=>1,86466446=>1,86465735=>1,86471186=>1,86471190=>1,86471198=>1,86471192=>1,86464892=>1,86464566=>1,86463705=>1,86463449=>1,86464058=>1,86464206=>1,86464565=>1,86242831=>1,86206931=>1,84553550=>1,84553276=>1,84643757=>1,84684629=>1,84716708=>1,84715420=>1,84552678=>1,84552309=>1,84534123=>1,84530380=>1,84538156=>1,84540906=>1,84552216=>1,84551876=>1,84892244=>1,85044307=>1,85739005=>1,85737045=>1,86160632=>1,86161178=>1,86176879=>1,86161357=>1,85684438=>1,85378007=>1,85172839=>1,85167608=>1,85178405=>1,85181877=>1,85185095=>1,92779989=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-1.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(532703362=>1,532351784=>1,532703509=>1,532703936=>1,532722426=>1,532717040=>1,532320344=>1,532271086=>1,532214520=>1,532214519=>1,532214521=>1,532224769=>1,532225427=>1,532224971=>1,532729036=>1,532735161=>1,533417968=>1,533410901=>1,533441032=>1,533441361=>1,533452091=>1,533445194=>1,533407021=>1,533402640=>1,532751337=>1,532750684=>1,532777742=>1,533184529=>1,533402110=>1,533184532=>1,532214512=>1,532214507=>1,531448941=>1,531448939=>1,531448993=>1,531449240=>1,531450441=>1,531449251=>1,531448886=>1,531432370=>1,531263650=>1,531261773=>1,531340140=>1,531362867=>1,531431672=>1,531374031=>1,531478862=>1,531478902=>1,532214323=>1,532214316=>1,532214350=>1,532214389=>1,532214474=>1,532214445=>1,531858474=>1,531775532=>1,531495050=>1,531490570=>1,531666192=>1,531666828=>1,531692858=>1,533459023=>1,533459582=>1,607646524=>1,607645629=>1,608324738=>1,608324742=>1,608355234=>1,608354810=>1,607645465=>1,607644188=>1,604477213=>1,604466232=>1,606440201=>1,607642769=>1,607644068=>1,607643887=>1,608355236=>1,608355237=>1,608499581=>1,608470691=>1,608508144=>1,608547921=>1,608578201=>1,608576120=>1,608470289=>1,608470265=>1,608367506=>1,608356130=>1,608438001=>1,608448043=>1,608463953=>1,608449662=>1,604108103=>1,587775066=>1,533873046=>1,533872771=>1,533881011=>1,533883210=>1,534155442=>1,533886290=>1,533805941=>1,533804112=>1,533723974=>1,533660692=>1,533733336=>1,533735721=>1,533745524=>1,533743533=>1,534513049=>1,534513058=>1,534594548=>1,534553151=>1,534668741=>1,534678798=>1,587235124=>1,551063131=>1,534539586=>1,534523142=>1,534513551=>1,534513096=>1,534515667=>1,534522518=>1,534522709=>1,531255849=>1,531190721=>1,521767525=>1,521743415=>1,521768340=>1,521930253=>1,521971886=>1,521931686=>1,521705393=>1,521620516=>1,521383954=>1,521365806=>1,521537479=>1,521562223=>1,521612180=>1,521602885=>1,521979190=>1,522002961=>1,522264496=>1,522212424=>1,522303765=>1,522619197=>1,522836985=>1,522836964=>1,522177296=>1,522145329=>1,522144303=>1,522144222=>1,522144693=>1,522144937=>1,522145266=>1,522145090=>1,521321533=>1,521317929=>1,521171249=>1,521171161=>1,521171389=>1,521171392=>1,521171844=>1,521171683=>1,521171129=>1,521171059=>1,521045698=>1,521045441=>1,521093850=>1,521143865=>1,521148485=>1,521146545=>1,521171999=>1,521172159=>1,521272583=>1,521260239=>1,521273568=>1,521283494=>1,521309304=>1,521306097=>1,521248570=>1,521208260=>1,521174335=>1,521172398=>1,521176774=>1,521203718=>1,521204285=>1,522857241=>1,522878645=>1,530767018=>1,530766919=>1,530767465=>1,530767920=>1,530768572=>1,530768252=>1,530763617=>1,530762446=>1,530247687=>1,529959761=>1,530732281=>1,530737461=>1,530762175=>1,530742032=>1,530770123=>1,530772097=>1,530825254=>1,530782025=>1,530827835=>1,531147914=>1,531187393=>1,531185874=>1,530778095=>1,530777939=>1,530774004=>1,530773381=>1,530774395=>1,530774495=>1,530775645=>1,529849277=>1,529849268=>1,523513308=>1,523218794=>1,528503831=>1,528590414=>1,528596379=>1,528591902=>1,523217041=>1,523147455=>1,522918046=>1,522913643=>1,522939507=>1,522949220=>1,523035152=>1,522949370=>1,528605177=>1,528664898=>1,529606544=>1,529003286=>1,529668741=>1,529708666=>1,529849167=>1,529799219=>1,528924515=>1,528913250=>1,528696140=>1,528685263=>1,528743204=>1,528743270=>1,528781834=>1,608596274=>1,608602081=>1,609220481=>1,609220439=>1,609220515=>1,609220591=>1,609231351=>1,609228685=>1,609220377=>1,609220337=>1,609219494=>1,609219245=>1,609219531=>1,609220233=>1,609220319=>1,609220295=>1,609231585=>1,609235679=>1,609287555=>1,609285794=>1,609288633=>1,609288910=>1,609291978=>1,609289152=>1,609283992=>1,609266814=>1,609237994=>1,609237346=>1,609241880=>1,609244829=>1,609262839=>1,609250201=>1,609219225=>1,609219191=>1,609134206=>1,609125473=>1,609148108=>1,609148249=>1,609169079=>1,609157987=>1,609125451=>1,609124643=>1,609070820=>1,609064873=>1,609098244=>1,609101549=>1,609104969=>1,609102830=>1,609180235=>1,609180410=>1,609218796=>1,609218764=>1,609218808=>1,609218874=>1,609219020=>1,609218901=>1,609218621=>1,609218609=>1,609199791=>1,609198654=>1,609211944=>1,609214265=>1,609218565=>1,609293192=>1,609296004=>1,609446217=>1,609444150=>1,609448270=>1,609455891=>1,609483394=>1,609476991=>1,609443954=>1,609442045=>1,609423754=>1,609419458=>1,609423957=>1,609425253=>1,609431558=>1,609428033=>1,609504481=>1,609507856=>1,610644368=>1,609646290=>1,610685752=>1,611216938=>1,618695023=>1,611216940=>1,609615069=>1,609614402=>1,609573044=>1,609517735=>1,609573727=>1,609597102=>1,609614265=>1,609416264=>1,609383611=>1,609323003=>1,609322704=>1,609325596=>1,609329448=>1,609330032=>1,609329453=>1,609317535=>1,609317391=>1,609298910=>1,609296980=>1,609299643=>1,609303175=>1,609310164=>1,609305447=>1,609331111=>1,609331191=>1,609362922=>1,609362901=>1,609363909=>1,609365660=>1,609380394=>1,609365837=>1,609362528=>1,609353545=>1,609335341=>1,609333226=>1,609340055=>1,609340388=>1,609352922=>1,609058308=>1,609053535=>1,608760447=>1,608760370=>1,608765234=>1,608766512=>1,608775420=>1,608770581=>1,608760361=>1,608757171=>1,608738218=>1,608737771=>1,608742636=>1,608742730=>1,608757094=>1,608746891=>1,608776321=>1,608777416=>1,608782881=>1,608782562=>1,608783913=>1,608786893=>1,608789019=>1,608788253=>1,608782480=>1,608780130=>1,608778623=>1,608778504=>1,608778771=>1,608778938=>1,608779965=>1,608779140=>1,608737454=>1,608737395=>1,608673478=>1,608672431=>1,608712103=>1,608714787=>1,608716876=>1,608716318=>1,608669548=>1,608666378=>1,608622716=>1,608621554=>1,608643238=>1,608655412=>1,608663360=>1,608659558=>1,608717361=>1,608720511=>1,608731951=>1,608730912=>1,608734717=>1,608735147=>1,608735863=>1,608735723=>1,608729432=>1,608729130=>1,608720887=>1,608720613=>1,608723886=>1,608727626=>1,608729046=>1,608790777=>1,608791548=>1,608949961=>1,608949711=>1,608956721=>1,608957385=>1,608969836=>1,608957981=>1,608949687=>1,608949496=>1,608920986=>1,608919983=>1,608921194=>1,608921258=>1,608936734=>1,608927173=>1,608976857=>1,608978350=>1,609027800=>1,609027764=>1,609038025=>1,609042867=>1,609051167=>1,609050349=>1,609022598=>1,609022061=>1,609001242=>1,609001033=>1,609003697=>1,609005294=>1,609020032=>1,608907232=>1,608906621=>1,608839166=>1,608834738=>1,608842129=>1,608843448=>1,608848077=>1,608847993=>1,608831270=>1,608812958=>1,608793173=>1,608792337=>1,608795688=>1,608796617=>1,608809736=>1,608797201=>1,608848746=>1,608848815=>1,608891734=>1,608890508=>1,608897416=>1,608901534=>1,608906478=>1,608903810=>1,608889387=>1,608888265=>1,608860548=>1,608855582=>1,608869519=>1,608875278=>1,608878345=>1,521045287=>1,520950734=>1,406281541=>1,406281500=>1,406284837=>1,406286837=>1,406289037=>1,406288777=>1,406280995=>1,406280350=>1,406278254=>1,406275055=>1,406278421=>1,406278691=>1,406279138=>1,406278981=>1,406352369=>1,406353597=>1,408493254=>1,408161349=>1,408496072=>1,408651558=>1,408965275=>1,408954430=>1,408158860=>1,407701809=>1,406387016=>1,406385209=>1,406868189=>1,406918769=>1,407606479=>1,407480546=>1,406270944=>1,406236015=>1,405842940=>1,405824829=>1,405868951=>1,405870102=>1,405891994=>1,405870257=>1,405622770=>1,405590109=>1,405404806=>1,405404745=>1,405404832=>1,405405114=>1,405570684=>1,405474893=>1,405898525=>1,405930645=>1,406030461=>1,406030160=>1,406036778=>1,406044227=>1,406145612=>1,406044321=>1,406029355=>1,406010959=>1,405932019=>1,405931427=>1,405935543=>1,405960625=>1,405966400=>1,408979590=>1,408989032=>1,411692016=>1,411689338=>1,411692319=>1,411692452=>1,411693850=>1,411692662=>1,411689143=>1,411668936=>1,411667249=>1,411667239=>1,411667270=>1,411667303=>1,411667370=>1,411667335=>1,411696391=>1,411696436=>1,411869527=>1,411863973=>1,412053155=>1,412053816=>1,412084336=>1,412082275=>1,411816401=>1,411810901=>1,411755389=>1,411753722=>1,411759101=>1,411795686=>1,411809957=>1,411667225=>1,411663387=>1,410018298=>1,410013557=>1,410087444=>1,410117644=>1,410221913=>1,410122893=>1,409711391=>1,409654446=>1,409021590=>1,409003645=>1,409037740=>1,409046683=>1,409186818=>1,409108669=>1,410223816=>1,410254294=>1,411444239=>1,411336612=>1,411479752=>1,411485820=>1,411615439=>1,411525672=>1,411181419=>1,410798873=>1,410428279=>1,410295431=>1,410605118=>1,410683014=>1,410790233=>1,405404705=>1,405402713=>1,404407299=>1,404049271=>1,404418838=>1,404506171=>1,404617119=>1,404615521=>1,404011329=>1,403702059=>1,403091038=>1,403080592=>1,403197102=>1,403440690=>1,403696245=>1,403579503=>1,404732295=>1,404917805=>1,404985137=>1,404984793=>1,404985140=>1,404985481=>1,404986384=>1,404986054=>1,404984659=>1,404984019=>1,404980962=>1,404980415=>1,404981527=>1,404982450=>1,404983355=>1,404982526=>1,403019773=>1,402940117=>1,401579322=>1,401576317=>1,401680796=>1,401877906=>1,402019491=>1,401912994=>1,401568101=>1,401566310=>1,401544723=>1,401544290=>1,401546012=>1,401546167=>1,401546722=>1,401546561=>1,402062564=>1,402100996=>1,402564830=>1,402564602=>1,402565095=>1,402641464=>1,402829240=>1,402712083=>1,402564484=>1,402554918=>1,402405077=>1,402100997=>1,402433584=>1,402494883=>1,402510065=>1,404986667=>1,404986669=>1,405335773=>1,405334726=>1,405335889=>1,405338291=>1,405338725=>1,405338494=>1,405334635=>1,405333546=>1,405011059=>1,405010537=>1,405011340=>1,405011448=>1,405333452=>1,405296052=>1,405339062=>1,405381714=>1,405397934=>1,405397810=>1,405398011=>1,405398652=>1,405402615=>1,405400964=>1,405396054=>1,405395029=>1,405392154=>1,405390025=>1,405394376=>1,405394453=>1,405394936=>1,405009610=>1,405009379=>1,404990777=>1,404990772=>1,404996869=>1,405000551=>1,405004169=>1,405004020=>1,404989871=>1,404989190=>1,404987804=>1,404986789=>1,404988391=>1,404988554=>1,404989164=>1,404989092=>1,405004187=>1,405004397=>1,405008023=>1,405006854=>1,405008094=>1,405008629=>1,405009360=>1,405008997=>1,405006310=>1,405006185=>1,405005038=>1,405004411=>1,405005219=>1,405005394=>1,405005529=>1,412084839=>1,412085841=>1,455712263=>1,455711913=>1,455718868=>1,455726086=>1,455732137=>1,455726902=>1,455711848=>1,455711828=>1,455710617=>1,455709555=>1,455710964=>1,455711020=>1,455711628=>1,455711233=>1,455733705=>1,455887891=>1,456012114=>1,456012039=>1,456012253=>1,456012315=>1,459876715=>1,459458444=>1,456009329=>1,456005021=>1,455888213=>1,455888183=>1,455888253=>1,455888571=>1,455912389=>1,455910991=>1,455709362=>1,455709102=>1,455698506=>1,455698496=>1,455698593=>1,455698838=>1,455699094=>1,455698901=>1,455698454=>1,455698450=>1,455256348=>1,455229677=>1,455276148=>1,455688289=>1,455689740=>1,455688882=>1,455699210=>1,455699316=>1,455706996=>1,455706539=>1,455707321=>1,455707742=>1,455708768=>1,455708093=>1,455699380=>1,455699378=>1,455699340=>1,455699337=>1,455699357=>1,455699358=>1,455699372=>1,459912521=>1,459953955=>1,466542906=>1,465562181=>1,466762202=>1,467422381=>1,469643211=>1,467888752=>1,465465608=>1,465443100=>1,462657789=>1,462657788=>1,462658314=>1,462674090=>1,465297322=>1,465297274=>1,469667361=>1,469668079=>1,520599590=>1,520568395=>1,520611805=>1,520611942=>1,520950050=>1,520651963=>1,520505057=>1,520504960=>1,469687307=>1,469669442=>1,520316197=>1,520327613=>1,520354622=>1,462657422=>1,462655994=>1,460983341=>1,460877858=>1,461046062=>1,461046178=>1,461046990=>1,461046185=>1,460877851=>1,460877842=>1,460271464=>1,460271461=>1,460540786=>1,460591774=>1,460877835=>1,460877360=>1,461047662=>1,461047729=>1,462492171=>1,461614338=>1,462524777=>1,462529381=>1,462654066=>1,462653347=>1,461610602=>1,461606962=>1,461571166=>1,461102564=>1,461573218=>1,461574006=>1,461582212=>1,455151519=>1,455138502=>1,414767710=>1,414630086=>1,414782394=>1,414870788=>1,414913007=>1,414874817=>1,414516839=>1,414452108=>1,414241275=>1,413959962=>1,414338406=>1,414368597=>1,414405827=>1,414379657=>1,414990636=>1,415114749=>1,416216437=>1,416150618=>1,416424674=>1,416543884=>1,416654738=>1,416607087=>1,415979933=>1,415787976=>1,415272390=>1,415254181=>1,415332323=>1,415516084=>1,415751934=>1,415602193=>1,413940164=>1,413930244=>1,412554935=>1,412438267=>1,412564383=>1,412782589=>1,412830815=>1,412829869=>1,412435799=>1,412367818=>1,412088994=>1,412085870=>1,412128940=>1,412318477=>1,412367801=>1,412353088=>1,412844882=>1,412881194=>1,413901403=>1,413860552=>1,413914620=>1,413919210=>1,413920853=>1,413919501=>1,413317761=>1,413186845=>1,412956984=>1,412951869=>1,413038851=>1,413173958=>1,413180616=>1,416677326=>1,416703875=>1,418282595=>1,418280082=>1,418365923=>1,418368775=>1,418407877=>1,418403000=>1,418258199=>1,418184841=>1,417966577=>1,417948771=>1,418004560=>1,418006126=>1,418145566=>1,418034952=>1,418546548=>1,418712614=>1,454005855=>1,453371743=>1,454091952=>1,454107514=>1,454906802=>1,454138016=>1,453301803=>1,453271886=>1,418996917=>1,418795523=>1,419058165=>1,419223907=>1,452988604=>1,417944500=>1,417944291=>1,417063250=>1,417050582=>1,417116766=>1,417346746=>1,417354176=>1,417350899=>1,417036392=>1,417022106=>1,416893758=>1,416825407=>1,416905440=>1,416951784=>1,417013877=>1,417013777=>1,417663829=>1,417691842=>1,417943225=>1,417942950=>1,417943627=>1,417943855=>1,417944111=>1,417944030=>1,417942814=>1,417942683=>1,417757958=>1,417714515=>1,417759386=>1,417764990=>1,417942127=>1,401543351=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-10.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(1358890752=>1358890879,1358842368=>1358842879,1339811586=>1,1339808100=>1,1339811911=>1,1339812525=>1,1339813090=>1,1339812796=>1,1339783973=>1,1339662040=>1,1339658118=>1,1339703769=>1,1339779938=>1,1339813439=>1,1339783530=>1,1339802589=>1,1339814042=>1,1340006162=>1,1339882698=>1,1340273488=>1,1340398532=>1,1340662426=>1,1340557863=>1,1339867853=>1,1339817031=>1,1339815341=>1,1339815277=>1,1339815462=>1,1339815809=>1,1339816983=>1,1339816114=>1,1339550236=>1,1339541663=>1,1339221880=>1,1339221828=>1,1339222612=>1,1339223426=>1,1339223878=>1,1339223583=>1,1339221089=>1,1339221085=>1,1339218536=>1,1339217968=>1,1339219213=>1,1339219407=>1,1339220574=>1,1339219886=>1,1339223964=>1,1339224263=>1,1339517150=>1,1339515458=>1,1339517647=>1,1339518094=>1,1339518766=>1,1339518164=>1,1339481700=>1,1339322794=>1,1339226824=>1,1339225838=>1,1339226898=>1,1339228116=>1,1339321817=>1,1339251618=>1,1340746331=>1,1341113710=>1,1343152752=>1,1343098017=>1,1343215356=>1,1343463410=>1,1344234795=>1,1344071607=>1,1343081930=>1,1343066228=>1,1342902931=>1,1342811262=>1,1342948942=>1,1342987960=>1,1343060259=>1,1343039375=>1,1344937863=>1,1344940907=>1,1346004866=>1,1345965758=>1,1346172394=>1,1346320530=>1,1346388249=>1,1346376249=>1,1345962568=>1,1345941007=>1,1345340024=>1,1345024925=>1,1345363378=>1,1345689052=>1,1345929139=>1,1342330689=>1,1342107902=>1,1341341798=>1,1341253152=>1,1341343188=>1,1341410548=>1,1341464713=>1,1341425464=>1,1341252313=>1,1341249049=>1,1341187664=>1,1339216463=>1,1341188268=>1,1341192675=>1,1341248473=>1,1341248410=>1,1341468658=>1,1341473453=>1,1341987170=>1,1341986851=>1,1341997855=>1,1341999018=>1,1342005158=>1,1341999849=>1,1341697470=>1,1341696898=>1,1341476439=>1,1341476428=>1,1341491818=>1,1341573885=>1,1341691967=>1,1340924882=>1,1339215215=>1,1337070179=>1,1337044683=>1,1337105110=>1,1337156737=>1,1337360280=>1,1337206410=>1,1337005102=>1,1336980013=>1,1336821282=>1,1336821272=>1,1336821496=>1,1336876134=>1,1336965946=>1,1336896459=>1,1337372244=>1,1337373837=>1,1338272509=>1,1338265396=>1,1338272610=>1,1338325560=>1,1338329485=>1,1338328989=>1,1338203713=>1,1338158097=>1,1337437651=>1,1337408641=>1,1337786931=>1,1338046955=>1,1338156718=>1,1338136790=>1,1336816161=>1,1336734459=>1,1335832896=>1,1335637423=>1,1335910048=>1,1335917912=>1,1336259827=>1,1336184137=>1,1335331228=>1,1335129704=>1,1334631934=>1,1334585718=>1,1334725407=>1,1334817787=>1,1334819962=>1,1334817930=>1,1336418937=>1,1336676882=>1,1336734397=>1,1336734371=>1,1336734434=>1,1336734445=>1,1336734457=>1,1336734446=>1,1336734351=>1,1336734347=>1,1336703881=>1,1336679629=>1,1336721696=>1,1336724516=>1,1336734346=>1,1338355870=>1,1338359832=>1,1339087175=>1,1339086200=>1,1339088402=>1,1339088695=>1,1339088749=>1,1339088713=>1,1339062546=>1,1339016522=>1,1338894978=>1,1338848336=>1,1338900122=>1,1338900140=>1,1338946103=>1,1338900317=>1,1339088806=>1,1339088844=>1,1339212425=>1,1339166188=>1,1339212460=>1,1339214333=>1,1346537339=>1,1339215147=>1,1339164044=>1,1339161133=>1,1339152967=>1,1339149596=>1,1339157544=>1,1339157822=>1,1339158057=>1,1338847989=>1,1338816304=>1,1338364440=>1,1338363908=>1,1338366364=>1,1338366858=>1,1338431602=>1,1338367528=>1,1338363727=>1,1338363686=>1,1338360622=>1,1338359957=>1,1338361117=>1,1338362096=>1,1338363280=>1,1338362403=>1,1338563653=>1,1338566183=>1,1338730872=>1,1338701816=>1,1338732342=>1,1338733498=>1,1338783697=>1,1338781064=>1,1338571277=>1,1338570245=>1,1338567053=>1,1338566599=>1,1338567481=>1,1338568517=>1,1338568699=>1,1339215578=>1,1346614044=>1,1356587255=>1,1356580662=>1,1356593282=>1,1356593308=>1,1356618408=>1,1356616025=>1,1356565545=>1,1356551353=>1,1355516183=>1,1354532621=>1,1356123217=>1,1356364796=>1,1356530244=>1,1356500715=>1,1356855472=>1,1357203005=>1,1357767244=>1,1357767243=>1,1357940470=>1,1357941615=>1,1357985706=>1,1357970804=>1,1357767242=>1,1357767241=>1,1357437055=>1,1357221103=>1,1357524049=>1,1357524730=>1,1357757660=>1,1357741006=>1,1354532620=>1,1354532619=>1,1351405283=>1,1351331456=>1,1351460867=>1,1351653327=>1,1351819677=>1,1351812396=>1,1351329854=>1,1351250333=>1,1351178891=>1,1351151888=>1,1351180077=>1,1351230001=>1,1351250102=>1,1351230877=>1,1352199959=>1,1352206084=>1,1353958526=>1,1353882920=>1,1354100005=>1,1354381958=>1,1354532618=>1,1354518410=>1,1353393964=>1,1353314636=>1,1352794225=>1,1352258707=>1,1352940986=>1,1353146379=>1,1353182797=>1,1357987023=>1,1358027997=>1,1359242694=>1,1359242693=>1,1359243011=>1,1359243178=>1,1359243248=>1,1359243222=>1,1359242589=>1,1359148446=>1,1359145640=>1,1359141071=>1,1359146458=>1,1359147034=>1,1359147582=>1,1359147376=>1,1359243280=>1,1359243712=>1,1359247796=>1,1359247664=>1,1359249391=>1,1359310894=>1,1359414263=>1,1359414157=>1,1359245307=>1,1359245163=>1,1359244591=>1,1359244487=>1,1359244669=>1,1359244752=>1,1359244949=>1,1359139082=>1,1359136033=>1,1358483587=>1,1358315118=>1,1358500890=>1,1358516954=>1,1358536957=>1,1358519343=>1,1358263686=>1,1358263683=>1,1358174757=>1,1358093106=>1,1358174925=>1,1358188991=>1,1358263682=>1,1358230430=>1,1358576778=>1,1358621181=>1,1358890507=>1,1358890168=>1,1358891981=>1,1358892013=>1,1359011733=>1,1358928381=>1,1358889850=>1,1358879536=>1,1358765230=>1,1358629162=>1,1358793634=>1,1358793635=>1,1358793637=>1,1351145481=>1,1350997288=>1,1347478634=>1,1347478623=>1,1347488797=>1,1347490079=>1,1347548130=>1,1347548024=>1,1347478622=>1,1347478619=>1,1347478595=>1,1347478588=>1,1347478599=>1,1347478605=>1,1347478618=>1,1347478614=>1,1347548139=>1,1347567649=>1,1347696587=>1,1347647172=>1,1347727570=>1,1347727573=>1,1347769566=>1,1347769416=>1,1347608353=>1,1347590865=>1,1347568361=>1,1347567755=>1,1347568968=>1,1347569016=>1,1347590864=>1,1347478567=>1,1347478566=>1,1346963787=>1,1346953651=>1,1346964775=>1,1347014674=>1,1347114282=>1,1347023502=>1,1346866185=>1,1346864503=>1,1346616776=>1,1334585717=>1,1346657529=>1,1346657980=>1,1346863929=>1,1346860321=>1,1347230998=>1,1347263868=>1,1347478547=>1,1347478541=>1,1347478550=>1,1347478554=>1,1347478560=>1,1347478558=>1,1347478533=>1,1347464187=>1,1347360519=>1,1347354104=>1,1347384564=>1,1347387275=>1,1347387289=>1,1347837069=>1,1347837312=>1,1349552729=>1,1349550145=>1,1349553983=>1,1349557092=>1,1349841224=>1,1349841188=>1,1349481978=>1,1349435027=>1,1348804498=>1,1348798038=>1,1348809602=>1,1349321098=>1,1349389081=>1,1349330354=>1,1349841239=>1,1349841338=>1,1350595620=>1,1350565323=>1,1350596346=>1,1350727775=>1,1350993965=>1,1350727828=>1,1350539172=>1,1350537050=>1,1350124378=>1,1349930086=>1,1350284618=>1,1350527898=>1,1350530653=>1,1348795124=>1,1348783766=>1,1347930122=>1,1347928703=>1,1347930152=>1,1347930341=>1,1347930452=>1,1347930442=>1,1347928690=>1,1347928555=>1,1347912514=>1,1347887494=>1,1347928396=>1,1347928457=>1,1347928509=>1,1347928505=>1,1348059294=>1,1348086749=>1,1348688582=>1,1348663361=>1,1348690192=>1,1348742397=>1,1348779267=>1,1348763651=>1,1348656517=>1,1348655697=>1,1348163620=>1,1348119263=>1,1348189884=>1,1348227614=>1,1348359956=>1,1346612243=>1,1334585613=>1,1311658285=>1,1311654243=>1,1311658619=>1,1311661091=>1,1311662549=>1,1311661844=>1,1311654133=>1,1311652894=>1,1311649266=>1,1311648817=>1,1311649295=>1,1311650684=>1,1311651811=>1,1311651083=>1,1311664938=>1,1311666395=>1,1311686040=>1,1311684988=>1,1311686987=>1,1311687979=>1,1311691122=>1,1311691120=>1,1311684391=>1,1311681135=>1,1311673241=>1,1311668304=>1,1311673270=>1,1311676171=>1,1311679027=>1,1311676574=>1,1311648733=>1,1311647002=>1,1311136746=>1,1311112492=>1,1311141794=>1,1311158041=>1,1311228683=>1,1311161854=>1,1311105474=>1,1311103825=>1,1311026148=>1,1310993462=>1,1311034005=>1,1311068680=>1,1311098494=>1,1311079678=>1,1311243389=>1,1311301912=>1,1311488831=>1,1311470882=>1,1311574164=>1,1311641992=>1,1311647001=>1,1311643159=>1,1311443230=>1,1311435792=>1,1311303165=>1,1311302706=>1,1311339409=>1,1311387576=>1,1311424480=>1,1311693264=>1,1311693323=>1,1311739603=>1,1311737350=>1,1311741102=>1,1311746116=>1,1311748170=>1,1311747739=>1,1311735317=>1,1311734874=>1,1311727048=>1,1311727024=>1,1311727393=>1,1311728328=>1,1311734027=>1,1311733910=>1,1311750935=>1,1311751050=>1,1311766051=>1,1311764304=>1,1311767010=>1,1311772840=>1,1311786785=>1,1311781280=>1,1311761771=>1,1311760603=>1,1311753836=>1,1311752580=>1,1311754677=>1,1311755154=>1,1311759038=>1,1311726860=>1,1311725266=>1,1311705447=>1,1311704070=>1,1311707758=>1,1311712035=>1,1311713084=>1,1311712686=>1,1311700772=>1,1311698871=>1,1311693512=>1,1311693367=>1,1311693954=>1,1311694128=>1,1311698693=>1,1311697366=>1,1311713212=>1,1311714596=>1,1311722731=>1,1311719515=>1,1311722966=>1,1311724228=>1,1311724642=>1,1311724324=>1,1311719501=>1,1311718878=>1,1311715286=>1,1311715161=>1,1311715761=>1,1311715932=>1,1311718750=>1,1310980104=>1,1310904398=>1,1304947894=>1,1304883500=>1,1304953510=>1,1304954330=>1,1305137069=>1,1304960095=>1,1304482625=>1,1303823472=>1,1303812403=>1,1303811312=>1,1303818366=>1,1303818891=>1,1303821346=>1,1303820345=>1,1305147116=>1,1305150573=>1,1307191979=>1,1307191969=>1,1307192472=>1,1307239106=>1,1307370462=>1,1307281378=>1,1307191964=>1,1307176578=>1,1305431474=>1,1305309927=>1,1305688202=>1,1306434005=>1,1307062883=>1,1307062882=>1,1303809180=>1,1303807980=>1,1303594006=>1,1303582873=>1,1303594768=>1,1303598518=>1,1303609907=>1,1303599024=>1,1303578290=>1,1303577306=>1,1303351867=>1,1303299595=>1,1303356863=>1,1303367652=>1,1303436829=>1,1303371030=>1,1303619943=>1,1303624128=>1,1303724321=>1,1303723673=>1,1303725523=>1,1303740437=>1,1303791678=>1,1303788720=>1,1303712940=>1,1303709129=>1,1303659633=>1,1303652079=>1,1303660825=>1,1303677906=>1,1303689730=>1,1307375150=>1,1307449868=>1,1309192446=>1,1308806066=>1,1309261204=>1,1309369064=>1,1310125790=>1,1309984183=>1,1308748853=>1,1308674899=>1,1308142725=>1,1308126980=>1,1308190550=>1,1308209761=>1,1308304395=>1,1308254033=>1,1310191784=>1,1310192785=>1,1310527188=>1,1310487562=>1,1310671224=>1,1310696489=>1,1310873449=>1,1310853963=>1,1310470610=>1,1310465162=>1,1310252932=>1,1310214965=>1,1310265861=>1,1310278114=>1,1310286586=>1,1308123012=>1,1308122268=>1,1307797521=>1,1307760086=>1,1307797983=>1,1307942023=>1,1308008175=>1,1308008139=>1,1307711230=>1,1307705948=>1,1307464551=>1,1307461080=>1,1307520922=>1,1307627029=>1,1307644272=>1,1307637127=>1,1308008183=>1,1308008189=>1,1308079524=>1,1308079523=>1,1308079525=>1,1308079526=>1,1308112077=>1,1308079857=>1,1308079522=>1,1308079264=>1,1308008354=>1,1308008312=>1,1308008361=>1,1308028002=>1,1308079260=>1,1311795029=>1,1311835439=>1,1326639067=>1,1326639047=>1,1327151314=>1,1327451947=>1,1327618747=>1,1327598654=>1,1326638956=>1,1326638920=>1,1325411389=>1,1324930905=>1,1326242110=>1,1326242193=>1,1326638714=>1,1326638628=>1,1327748237=>1,1327751707=>1,1327858441=>1,1327828204=>1,1327858493=>1,1327858507=>1,1327858604=>1,1327858575=>1,1327828070=>1,1327828051=>1,1327751773=>1,1327751722=>1,1327751804=>1,1327753967=>1,1327827816=>1,1327827772=>1,1324814206=>1,1324662857=>1,1321361049=>1,1321346333=>1,1321393206=>1,1321553569=>1,1321723990=>1,1321630827=>1,1321310807=>1,1321293315=>1,1321237652=>1,1321214535=>1,1321267531=>1,1321279715=>1,1321291640=>1,1321281741=>1,1322078337=>1,1322082203=>1,1323498104=>1,1323434263=>1,1323770556=>1,1323918743=>1,1324175435=>1,1324088157=>1,1323400118=>1,1323371645=>1,1322540304=>1,1322294339=>1,1322799178=>1,1322949826=>1,1323163450=>1,1327875352=>1,1328129529=>1,1333896735=>1,1333859689=>1,1334073585=>1,1334080990=>1,1334170123=>1,1334146144=>1,1333737217=>1,1333737214=>1,1333531708=>1,1333309802=>1,1333531949=>1,1333666117=>1,1333737025=>1,1333736975=>1,1334183876=>1,1334189091=>1,1334337903=>1,1334330973=>1,1334346268=>1,1334473625=>1,1334582901=>1,1334579781=>1,1334323938=>1,1334320427=>1,1334238837=>1,1334236045=>1,1334247203=>1,1334247368=>1,1334262253=>1,1333285303=>1,1333283038=>1,1331850074=>1,1331841321=>1,1331850297=>1,1331859396=>1,1332027396=>1,1331888250=>1,1331830570=>1,1331704555=>1,1328629410=>1,1328212425=>1,1329286378=>1,1329296675=>1,1329799345=>1,1329381805=>1,1332027402=>1,1332027404=>1,1332980529=>1,1332893325=>1,1333267042=>1,1333267047=>1,1333277540=>1,1333275027=>1,1332755086=>1,1332717109=>1,1332214431=>1,1332027406=>1,1332226174=>1,1332619173=>1,1332677466=>1,1321081240=>1,1321051965=>1,1314538418=>1,1314525157=>1,1314542769=>1,1314557400=>1,1314579428=>1,1314563603=>1,1314226512=>1,1314214904=>1,1314113893=>1,1314080398=>1,1314179320=>1,1314188963=>1,1314197132=>1,1314189625=>1,1314580185=>1,1314613172=>1,1315695888=>1,1315609983=>1,1315696597=>1,1315696649=>1,1315700345=>1,1315696693=>1,1315608449=>1,1315584966=>1,1314791342=>1,1314613173=>1,1315075012=>1,1315220274=>1,1315360627=>1,1315266466=>1,1314067294=>1,1313626222=>1,1311957916=>1,1311951611=>1,1311969058=>1,1311992983=>1,1312095817=>1,1312095261=>1,1311949216=>1,1311943989=>1,1311851908=>1,1311851771=>1,1311863734=>1,1311873232=>1,1311881204=>1,1311877446=>1,1312142984=>1,1312155232=>1,1313001721=>1,1312993307=>1,1313213158=>1,1313220822=>1,1313377237=>1,1313251353=>1,1312976675=>1,1312312954=>1,1312218022=>1,1312217557=>1,1312227191=>1,1312232329=>1,1312303126=>1,1315720534=>1,1315774048=>1,1318967147=>1,1318967120=>1,1319019122=>1,1319023758=>1,1319149570=>1,1319058627=>1,1318967105=>1,1318963313=>1,1318824368=>1,1318485792=>1,1318876652=>1,1318876916=>1,1318911354=>1,1318877128=>1,1319149580=>1,1319149605=>1,1319629327=>1,1319513923=>1,1319629482=>1,1320855416=>1,1320903166=>1,1320886286=>1,1319462979=>1,1319163038=>1,1319149881=>1,1319149846=>1,1319150126=>1,1319150254=>1,1319150464=>1,1318414046=>1,1318104906=>1,1317194949=>1,1317175402=>1,1317222534=>1,1317222805=>1,1317347683=>1,1317340973=>1,1317129319=>1,1317114377=>1,1316397950=>1,1316243853=>1,1316556138=>1,1317021785=>1,1317112092=>1,1317035252=>1,1317473579=>1,1317499468=>1,1317933857=>1,1317933835=>1,1317933881=>1,1317933883=>1,1317973830=>1,1317965558=>1,1317869106=>1,1317761576=>1,1317560947=>1,1317499469=>1,1317618360=>1,1317623963=>1,1317746841=>1,1303296148=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-11.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(1388811776=>1388812031,1388806400=>1388806655,1408050696=>1,1408050962=>1,1408051128=>1,1408051216=>1,1408050201=>1,1408051055=>1,1408049796=>1,1407919412=>1,1407889436=>1,1408028750=>1,1408041919=>1,1408049549=>1,1408043797=>1,1408049951=>1,1408051531=>1,1408122653=>1,1408113583=>1,1408131693=>1,1408148438=>1,1408252506=>1,1408172738=>1,1408052889=>1,1408052649=>1,1408051605=>1,1408051587=>1,1408052065=>1,1408052281=>1,1408052623=>1,1408052532=>1,1407848121=>1,1407809418=>1,1407035022=>1,1406971702=>1,1407044617=>1,1407045849=>1,1407090355=>1,1407081725=>1,1406971690=>1,1406971100=>1,1406970917=>1,1406970878=>1,1406970918=>1,1406970927=>1,1406970943=>1,1406970933=>1,1407121884=>1,1407142869=>1,1407656641=>1,1407656581=>1,1407792443=>1,1407792469=>1,1408259013=>1,1407805469=>1,1407656580=>1,1407652389=>1,1407399086=>1,1407142986=>1,1407404490=>1,1407475020=>1,1407481499=>1,1407816761=>1,1408263633=>1,1410736933=>1,1410736930=>1,1410738748=>1,1410739737=>1,1410742718=>1,1410739801=>1,1410580125=>1,1410580074=>1,1410576975=>1,1410407413=>1,1410577001=>1,1410577381=>1,1410577488=>1,1410577477=>1,1410803076=>1,1410821059=>1,1411936326=>1,1411932859=>1,1412002978=>1,1412039427=>1,1412210576=>1,1412074364=>1,1411846376=>1,1411777076=>1,1410930695=>1,1410892191=>1,1411171397=>1,1411295142=>1,1411341437=>1,1411312743=>1,1410400273=>1,1410260138=>1,1408981261=>1,1408910055=>1,1408982689=>1,1409015385=>1,1409098446=>1,1409069703=>1,1408807638=>1,1408802967=>1,1408451586=>1,1408315055=>1,1408688745=>1,1408716378=>1,1408790214=>1,1408763911=>1,1409174374=>1,1409183326=>1,1409554508=>1,1409523841=>1,1409796603=>1,1409943554=>1,1409982819=>1,1409970044=>1,1409482805=>1,1409363244=>1,1409246836=>1,1409233406=>1,1409256964=>1,1409314609=>1,1409342759=>1,1406970867=>1,1406970834=>1,1402306444=>1,1402134922=>1,1402342347=>1,1402343985=>1,1402360442=>1,1402350373=>1,1402095542=>1,1402095329=>1,1401887534=>1,1401887532=>1,1401902053=>1,1401973050=>1,1402073575=>1,1402062881=>1,1402573185=>1,1402575954=>1,1402958636=>1,1402923482=>1,1403019107=>1,1403098601=>1,1403126383=>1,1403116258=>1,1402922166=>1,1402910606=>1,1402698134=>1,1402635051=>1,1402723505=>1,1402865565=>1,1402890749=>1,1401887531=>1,1401887530=>1,1398259406=>1,1398250684=>1,1398494746=>1,1398513660=>1,1399038857=>1,1398562419=>1,1398191315=>1,1398177352=>1,1397988971=>1,1397882592=>1,1398012745=>1,1398069533=>1,1398144055=>1,1398108192=>1,1400201394=>1,1400908080=>1,1401451245=>1,1401348554=>1,1401687036=>1,1401799636=>1,1401873506=>1,1401856006=>1,1401331892=>1,1401329422=>1,1400926366=>1,1400913513=>1,1400946420=>1,1400947097=>1,1400956980=>1,1403165492=>1,1403173988=>1,1406427972=>1,1406427342=>1,1406428690=>1,1406429308=>1,1406429584=>1,1406429329=>1,1406427319=>1,1406377817=>1,1405791441=>1,1405762552=>1,1406166326=>1,1406337626=>1,1406349632=>1,1406340130=>1,1406431621=>1,1406432865=>1,1406898810=>1,1406898117=>1,1406970288=>1,1406970744=>1,1412254730=>1,1406970801=>1,1406837278=>1,1406780706=>1,1406603227=>1,1406445754=>1,1406625557=>1,1406663190=>1,1406664502=>1,1405758668=>1,1405566763=>1,1403447900=>1,1403341719=>1,1403500835=>1,1403500900=>1,1403515058=>1,1403515025=>1,1403250783=>1,1403242920=>1,1403177654=>1,1403176764=>1,1403177872=>1,1403178308=>1,1403211203=>1,1403193680=>1,1403515064=>1,1403541066=>1,1403761202=>1,1403761185=>1,1403800490=>1,1403818003=>1,1405213043=>1,1404003458=>1,1403742309=>1,1403677029=>1,1403636226=>1,1403570380=>1,1403637976=>1,1403638578=>1,1403638703=>1,1406970840=>1,1412254731=>1,1422414499=>1,1422413299=>1,1422431688=>1,1422446179=>1,1422554276=>1,1422522138=>1,1422412270=>1,1422404847=>1,1422329730=>1,1422176053=>1,1422395425=>1,1422395567=>1,1422397134=>1,1422395599=>1,1422563216=>1,1422564900=>1,1423390111=>1,1423383047=>1,1423410013=>1,1423415070=>1,1423422546=>1,1423415643=>1,1423297257=>1,1423248436=>1,1422676914=>1,1422565429=>1,1422931869=>1,1422961405=>1,1423074440=>1,1422965496=>1,1422112480=>1,1422092414=>1,1419865614=>1,1419865470=>1,1420081450=>1,1420590262=>1,1420769624=>1,1420750028=>1,1419864318=>1,1419864163=>1,1419863052=>1,1419862581=>1,1419863255=>1,1419863718=>1,1419864117=>1,1419863760=>1,1420814878=>1,1420815855=>1,1421623540=>1,1421309541=>1,1421851715=>1,1421952096=>1,1422023877=>1,1421961787=>1,1421241942=>1,1421237181=>1,1420852383=>1,1420845530=>1,1421007584=>1,1421114471=>1,1421193972=>1,1423448481=>1,1423506142=>1,1425977656=>1,1425959940=>1,1425981925=>1,1426059139=>1,1426724273=>1,1426516206=>1,1425959939=>1,1425959938=>1,1425674841=>1,1425657874=>1,1425693994=>1,1425754222=>1,1425884338=>1,1425765222=>1,1426732378=>1,1426768905=>1,1426780410=>1,1426774951=>1,1426831454=>1,1426918756=>1,1426947975=>1,1426918910=>1,1426772789=>1,1426772679=>1,1426769644=>1,1426768908=>1,1426770214=>1,1426770223=>1,1426770759=>1,1426770519=>1,1425655782=>1,1425627821=>1,1424661330=>1,1424522943=>1,1424678266=>1,1424678387=>1,1425030378=>1,1424863840=>1,1424445891=>1,1424444280=>1,1423691988=>1,1423682876=>1,1423701397=>1,1423702209=>1,1424431258=>1,1424160294=>1,1425081011=>1,1425088574=>1,1425350851=>1,1425284916=>1,1425493437=>1,1425513933=>1,1425622038=>1,1425573261=>1,1425196045=>1,1425163757=>1,1425092597=>1,1425088943=>1,1425096980=>1,1425113210=>1,1425124952=>1,1419862390=>1,1419862156=>1,1414247420=>1,1414244545=>1,1414260259=>1,1414549573=>1,1415321813=>1,1415066868=>1,1414218987=>1,1414167893=>1,1414023408=>1,1414016527=>1,1414074204=>1,1414087342=>1,1414167367=>1,1414132430=>1,1415321814=>1,1415340385=>1,1416322705=>1,1416316444=>1,1416347167=>1,1416366163=>1,1416508770=>1,1416508684=>1,1416307495=>1,1416287008=>1,1415720635=>1,1415365097=>1,1415872108=>1,1416150841=>1,1416257830=>1,1416229139=>1,1413299347=>1,1413211132=>1,1412308846=>1,1412306763=>1,1412482894=>1,1412649783=>1,1412660189=>1,1412656085=>1,1412306306=>1,1412305364=>1,1412254733=>1,1412254732=>1,1412298278=>1,1412302707=>1,1412304863=>1,1412304190=>1,1412661812=>1,1412714074=>1,1413045616=>1,1413039767=>1,1413076666=>1,1413076831=>1,1413210773=>1,1413160634=>1,1412963728=>1,1412869685=>1,1412819098=>1,1412789100=>1,1412853814=>1,1412858777=>1,1412860158=>1,1416508804=>1,1416532080=>1,1418260225=>1,1418260029=>1,1418284080=>1,1418285332=>1,1418549681=>1,1418543828=>1,1418259610=>1,1418258780=>1,1417996751=>1,1417995526=>1,1418157727=>1,1418256573=>1,1418258235=>1,1418258118=>1,1418559651=>1,1418567671=>1,1419528452=>1,1419428983=>1,1419529863=>1,1419705770=>1,1419818986=>1,1419723617=>1,1419367254=>1,1419144012=>1,1418745930=>1,1418717547=>1,1418754732=>1,1418781622=>1,1418782663=>1,1417952749=>1,1417951916=>1,1417106049=>1,1417067643=>1,1417130614=>1,1417132582=>1,1417415544=>1,1417308424=>1,1417046638=>1,1417041302=>1,1416758070=>1,1416532670=>1,1416786444=>1,1416786788=>1,1416876362=>1,1416831992=>1,1417415631=>1,1417445904=>1,1417949900=>1,1417949867=>1,1417949912=>1,1417949955=>1,1417951012=>1,1417950067=>1,1417949374=>1,1417945514=>1,1417732421=>1,1417507499=>1,1417734714=>1,1417842247=>1,1417844535=>1,1397879741=>1,1397684788=>1,1373184556=>1,1373179284=>1,1373223686=>1,1373235429=>1,1373269443=>1,1373264794=>1,1372993472=>1,1372950822=>1,1372068569=>1,1372035699=>1,1372123218=>1,1372561363=>1,1372808366=>1,1372802606=>1,1373301666=>1,1373360897=>1,1373971659=>1,1373961897=>1,1374344285=>1,1374835123=>1,1374835844=>1,1374835781=>1,1373886540=>1,1373695406=>1,1373369074=>1,1373361089=>1,1373425250=>1,1373487168=>1,1373524742=>1,1373501417=>1,1371989559=>1,1371533346=>1,1370075044=>1,1370072650=>1,1370075156=>1,1370076511=>1,1370093661=>1,1370078146=>1,1370069565=>1,1370069092=>1,1370065459=>1,1370065102=>1,1370066104=>1,1370066268=>1,1370068348=>1,1370066398=>1,1370151197=>1,1370232102=>1,1370767910=>1,1370566833=>1,1370837274=>1,1370922328=>1,1371433657=>1,1370970538=>1,1370547254=>1,1370480079=>1,1370396203=>1,1370353745=>1,1370396631=>1,1370416914=>1,1370461279=>1,1374836432=>1,1374836679=>1,1377008905=>1,1377000003=>1,1377225329=>1,1377531236=>1,1377980176=>1,1377727330=>1,1376563060=>1,1376562045=>1,1375830086=>1,1375337127=>1,1375830422=>1,1376070249=>1,1376230901=>1,1376125961=>1,1378453802=>1,1378543679=>1,1380114242=>1,1380093059=>1,1380136736=>1,1380228732=>1,1380266546=>1,1380259779=>1,1379995243=>1,1379988475=>1,1378790847=>1,1378728299=>1,1379963454=>1,1379969376=>1,1379981858=>1,1375310246=>1,1375138434=>1,1375062585=>1,1375062238=>1,1375063260=>1,1375063438=>1,1375063784=>1,1375063744=>1,1375061595=>1,1375061242=>1,1374837272=>1,1374837049=>1,1374837391=>1,1374917905=>1,1375060710=>1,1374919230=>1,1375063966=>1,1375064951=>1,1375130553=>1,1375128509=>1,1375131109=>1,1375132160=>1,1375136129=>1,1375135747=>1,1375128251=>1,1375125975=>1,1375066228=>1,1375065900=>1,1375066836=>1,1375069962=>1,1375125779=>1,1370063921=>1,1370063574=>1,1360232827=>1,1360200519=>1,1360239802=>1,1360292620=>1,1360462255=>1,1360359988=>1,1360198409=>1,1360076336=>1,1359864208=>1,1359858457=>1,1360072755=>1,1360073090=>1,1360076332=>1,1360073091=>1,1360464033=>1,1360604263=>1,1360917009=>1,1360840062=>1,1360917833=>1,1360917835=>1,1360917837=>1,1360917836=>1,1360831599=>1,1360803586=>1,1360756399=>1,1360755426=>1,1360799061=>1,1360801538=>1,1360802563=>1,1360802306=>1,1359840758=>1,1359734648=>1,1359416660=>1,1359416317=>1,1359416824=>1,1359417059=>1,1359417203=>1,1359417078=>1,1359416218=>1,1359416134=>1,1359415828=>1,1359415825=>1,1359415837=>1,1359415876=>1,1359416059=>1,1359415901=>1,1359417375=>1,1359417403=>1,1359538526=>1,1359526826=>1,1359538539=>1,1359650578=>1,1359734417=>1,1359657098=>1,1359437640=>1,1359417771=>1,1359417521=>1,1359417483=>1,1359417526=>1,1359417662=>1,1359417668=>1,1360919473=>1,1360919474=>1,1365232770=>1,1365193796=>1,1365497996=>1,1365505813=>1,1365689937=>1,1365673374=>1,1364813109=>1,1364811865=>1,1364787401=>1,1364787400=>1,1364787402=>1,1364787403=>1,1364811864=>1,1364787404=>1,1366072237=>1,1366124982=>1,1369645921=>1,1369635858=>1,1369668422=>1,1369784274=>1,1370063412=>1,1369980729=>1,1368837612=>1,1368767474=>1,1368015713=>1,1367930740=>1,1368039237=>1,1368223622=>1,1368332577=>1,1364787399=>1,1364787398=>1,1361357499=>1,1360974706=>1,1361859349=>1,1362482707=>1,1362722582=>1,1362641621=>1,1360950375=>1,1360938917=>1,1360919476=>1,1360919475=>1,1360919477=>1,1360919478=>1,1360938243=>1,1360920203=>1,1362729179=>1,1362743431=>1,1364740304=>1,1364740154=>1,1364776503=>1,1364787395=>1,1364787397=>1,1364787396=>1,1364631067=>1,1364398893=>1,1363239139=>1,1363116369=>1,1363318350=>1,1363631466=>1,1364356621=>1,1380273187=>1,1380391297=>1,1390172469=>1,1390158383=>1,1390172476=>1,1390241053=>1,1390248288=>1,1390241091=>1,1390086489=>1,1390015751=>1,1389564801=>1,1389560009=>1,1389564815=>1,1389567878=>1,1389767665=>1,1389629339=>1,1390350464=>1,1390351690=>1,1390922925=>1,1390840468=>1,1390928500=>1,1390961066=>1,1391316036=>1,1391031703=>1,1390774815=>1,1390738452=>1,1390446161=>1,1390354085=>1,1390515089=>1,1390568227=>1,1390640629=>1,1390582507=>1,1389559988=>1,1389493156=>1,1388580494=>1,1388580031=>1,1388691897=>1,1388696817=>1,1388758334=>1,1388719420=>1,1388579462=>1,1388551184=>1,1388412525=>1,1388322557=>1,1388418482=>1,1388488004=>1,1388550852=>1,1388489246=>1,1388798241=>1,1388802306=>1,1389441476=>1,1389441474=>1,1389441480=>1,1389473700=>1,1389492302=>1,1389476862=>1,1389408909=>1,1389387584=>1,1388857562=>1,1388813145=>1,1389128156=>1,1389165066=>1,1389321932=>1,1391437438=>1,1391622343=>1,1392499036=>1,1392469851=>1,1392503377=>1,1392973320=>1,1394710667=>1,1393538938=>1,1392452552=>1,1392415010=>1,1392186755=>1,1392152082=>1,1392289554=>1,1392335838=>1,1392388687=>1,1392386643=>1,1395060063=>1,1395289951=>1,1397522756=>1,1397092949=>1,1397547648=>1,1397571080=>1,1359415159=>1,1397660370=>1,1397031549=>1,1396975561=>1,1396047414=>1,1395484643=>1,1396056893=>1,1396470962=>1,1396482365=>1,1392150164=>1,1392149173=>1,1391945589=>1,1391867855=>1,1391969099=>1,1391985411=>1,1391994969=>1,1391992763=>1,1391864476=>1,1391839073=>1,1391630547=>1,1391625330=>1,1391677193=>1,1391691188=>1,1391837840=>1,1391767847=>1,1391997389=>1,1392002454=>1,1392099449=>1,1392092477=>1,1392104660=>1,1392109853=>1,1392131686=>1,1392117783=>1,1392090262=>1,1392071888=>1,1392029420=>1,1392018798=>1,1392058730=>1,1392061119=>1,1392063248=>1,1388322554=>1,1388322549=>1,1383225552=>1,1383224950=>1,1383364611=>1,1383441226=>1,1383464146=>1,1383451906=>1,1383224833=>1,1383223868=>1,1382518647=>1,1382517337=>1,1383084156=>1,1383087673=>1,1383223866=>1,1383222893=>1,1383469958=>1,1383508347=>1,1384248105=>1,1384246533=>1,1384248106=>1,1384248108=>1,1384601249=>1,1384253711=>1,1384246531=>1,1384184313=>1,1383552571=>1,1383535166=>1,1383590180=>1,1383840979=>1,1384092213=>1,1382452946=>1,1382419352=>1,1381179282=>1,1381150276=>1,1381221672=>1,1381304419=>1,1381947287=>1,1381739124=>1,1381148401=>1,1381115476=>1,1380712199=>1,1380447823=>1,1380790942=>1,1380892575=>1,1381051611=>1,1380983139=>1,1381953814=>1,1381954266=>1,1382185176=>1,1382172782=>1,1382269269=>1,1382270209=>1,1382419062=>1,1382412765=>1,1382172752=>1,1382002836=>1,1381956556=>1,1381956555=>1,1381956579=>1,1381974731=>1,1381985075=>1,1384670211=>1,1384859240=>1,1386344369=>1,1386337489=>1,1386397426=>1,1386496364=>1,1386540669=>1,1386526651=>1,1386336855=>1,1386329620=>1,1386274516=>1,1386262279=>1,1386295838=>1,1386306317=>1,1386320870=>1,1386310983=>1,1386581583=>1,1386583203=>1,1387609684=>1,1387600984=>1,1387613446=>1,1387626896=>1,1388322546=>1,1388322542=>1,1387392752=>1,1387307630=>1,1386588700=>1,1386584038=>1,1386840025=>1,1386847048=>1,1387112623=>1,1386261133=>1,1386235172=>1,1385312017=>1,1385311450=>1,1385313502=>1,1385313552=>1,1385313613=>1,1385313577=>1,1385310038=>1,1385309895=>1,1384871463=>1,1384870225=>1,1384891915=>1,1385308398=>1,1385309033=>1,1385308929=>1,1385313650=>1,1385314002=>1,1386150557=>1,1386146598=>1,1386223506=>1,1386223664=>1,1386233958=>1,1386231190=>1,1385850219=>1,1385657762=>1,1385314210=>1,1385314146=>1,1385315917=>1,1385525422=>1,1385547506=>1,1397705321=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-12.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(1467468544=>1467468799,1467346496=>1467346559,1441652224=>1441652479,1441645824=>1441646079,1475133999=>1,1475091355=>1,1475134263=>1,1475134393=>1,1475139411=>1,1473817523=>1,1474351859=>1,1474704223=>1,1474697621=>1,1474765197=>1,1475139569=>1,1474637147=>1,1474637148=>1,1475481511=>1,1476007025=>1,1475989418=>1,1476099915=>1,1476103261=>1,1476134307=>1,1476111367=>1,1475907010=>1,1475753484=>1,1473158596=>1,1475325623=>1,1475655097=>1,1475694784=>1,1475719666=>1,1475324049=>1,1473158363=>1,1471086066=>1,1471080697=>1,1471049751=>1,1471252045=>1,1471252329=>1,1471332311=>1,1471325149=>1,1471012086=>1,1471010566=>1,1470794485=>1,1470793857=>1,1470890402=>1,1470894853=>1,1470996172=>1,1470900587=>1,1471446574=>1,1471446653=>1,1472557478=>1,1472319502=>1,1472573948=>1,1472605893=>1,1472980074=>1,1472799515=>1,1472312302=>1,1472065232=>1,1471543523=>1,1471504405=>1,1471567229=>1,1471740215=>1,1472029447=>1,1471967570=>1,1476237503=>1,1476347422=>1,1481481466=>1,1481480609=>1,1481481926=>1,1481486408=>1,1481487866=>1,1481486636=>1,1481479743=>1,1481479079=>1,1481433123=>1,1481418538=>1,1481458308=>1,1481474647=>1,1481478674=>1,1481475947=>1,1481489451=>1,1481491653=>1,1481623190=>1,1481550138=>1,1481692861=>1,1481812124=>1,1481894304=>1,1481813229=>1,1481507237=>1,1481497456=>1,1481492116=>1,1481491936=>1,1481495401=>1,1481496050=>1,1481496369=>1,1481394142=>1,1481392596=>1,1478835028=>1,1478523989=>1,1480608068=>1,1480611928=>1,1480761836=>1,1480689798=>1,1478178988=>1,1477528258=>1,1470782510=>1,1476336568=>1,1476391403=>1,1476600005=>1,1477420124=>1,1480780071=>1,1480780120=>1,1481100822=>1,1481048678=>1,1481162534=>1,1481171302=>1,1481382045=>1,1481361437=>1,1480952886=>1,1480828592=>1,1480825164=>1,1480824186=>1,1480826837=>1,1480826872=>1,1480828449=>1,1476283938=>1,1470763726=>1,1467372589=>1,1467344741=>1,1467372725=>1,1467372790=>1,1467374635=>1,1467374476=>1,1467303029=>1,1467303028=>1,1467177716=>1,1467121904=>1,1467178759=>1,1467217025=>1,1467301236=>1,1467287833=>1,1467375331=>1,1467376315=>1,1467557501=>1,1467491598=>1,1467559589=>1,1467561193=>1,1467730892=>1,1467589504=>1,1467476569=>1,1467464231=>1,1467379358=>1,1467376694=>1,1467380358=>1,1467380963=>1,1467446060=>1,1466908679=>1,1466846135=>1,1466570061=>1,1466569974=>1,1466570353=>1,1466572986=>1,1466576527=>1,1466575640=>1,1466569229=>1,1466568968=>1,1466565476=>1,1466481499=>1,1466565664=>1,1466565822=>1,1466568911=>1,1466566275=>1,1466576830=>1,1466577301=>1,1466607044=>1,1466602767=>1,1466613230=>1,1466613599=>1,1466628470=>1,1466618092=>1,1466602401=>1,1466600472=>1,1466578822=>1,1466577340=>1,1466579981=>1,1466580140=>1,1466584984=>1,1467731742=>1,1467911823=>1,1470586663=>1,1470344197=>1,1470607900=>1,1470610935=>1,1470721156=>1,1470721037=>1,1470333138=>1,1470286525=>1,1470091767=>1,1470087463=>1,1470166741=>1,1470253157=>1,1470257489=>1,1470254181=>1,1470721512=>1,1470721600=>1,1470724463=>1,1470724283=>1,1470725240=>1,1470725891=>1,1481956866=>1,1470726026=>1,1470723947=>1,1470723649=>1,1470722652=>1,1470722347=>1,1470722837=>1,1470723218=>1,1470723457=>1,1470079071=>1,1470073930=>1,1468952233=>1,1468948549=>1,1468955110=>1,1469174588=>1,1469569385=>1,1469567405=>1,1468940172=>1,1468735961=>1,1468035006=>1,1468033010=>1,1468272915=>1,1468338122=>1,1468728891=>1,1468492309=>1,1469578758=>1,1469593257=>1,1469908535=>1,1469875201=>1,1469918115=>1,1469918707=>1,1470072527=>1,1470007204=>1,1469742119=>1,1469741590=>1,1469638780=>1,1469593460=>1,1469638989=>1,1469660611=>1,1469715646=>1,1470765102=>1,1482056614=>1,1494206844=>1,1494097195=>1,1494212143=>1,1494265316=>1,1494396004=>1,1494266014=>1,1494011307=>1,1494009506=>1,1493080697=>1,1493049443=>1,1493144600=>1,1493207897=>1,1493394563=>1,1493230205=>1,1494396016=>1,1494396043=>1,1494639041=>1,1494638906=>1,1494647840=>1,1494726080=>1,1494894470=>1,1494857654=>1,1494588782=>1,1494588694=>1,1494396435=>1,1494396201=>1,1494396485=>1,1494396502=>1,1494463519=>1,1494396665=>1,1493042829=>1,1492784191=>1,1490014757=>1,1490003217=>1,1490027984=>1,1490079114=>1,1490198205=>1,1490170023=>1,1489996264=>1,1489800922=>1,1489473708=>1,1489463369=>1,1489478802=>1,1489533269=>1,1489623517=>1,1489547123=>1,1490297485=>1,1490302517=>1,1491358103=>1,1491200158=>1,1491389775=>1,1492263067=>1,1492619930=>1,1492359914=>1,1490660321=>1,1490652981=>1,1490342206=>1,1490342036=>1,1490472793=>1,1490481704=>1,1490504602=>1,1494955036=>1,1494974032=>1,1496212918=>1,1496212917=>1,1496246628=>1,1496246648=>1,1497483590=>1,1496262550=>1,1496212784=>1,1496212662=>1,1496185312=>1,1496138514=>1,1496204898=>1,1496212493=>1,1496212642=>1,1496212551=>1,1497516049=>1,1497582984=>1,1498531574=>1,1498506103=>1,1498697390=>1,1499204355=>1,1499320219=>1,1499264499=>1,1498253486=>1,1498191317=>1,1497781322=>1,1497676739=>1,1497866526=>1,1497902285=>1,1498046711=>1,1497968238=>1,1496130452=>1,1496124149=>1,1495307707=>1,1495307687=>1,1495327742=>1,1495328294=>1,1495339172=>1,1495330678=>1,1495302063=>1,1495280741=>1,1495022479=>1,1494983764=>1,1495038387=>1,1495038388=>1,1495228584=>1,1495218437=>1,1495339258=>1,1495366750=>1,1495584864=>1,1495538240=>1,1495669575=>1,1495700314=>1,1495886435=>1,1495811989=>1,1495461155=>1,1495461141=>1,1495407178=>1,1495398002=>1,1495407230=>1,1495407299=>1,1495461132=>1,1489446397=>1,1489435931=>1,1486669217=>1,1486620428=>1,1486824901=>1,1486831793=>1,1486834771=>1,1486832718=>1,1486476028=>1,1486465505=>1,1486348968=>1,1486348964=>1,1486368299=>1,1486435649=>1,1486458312=>1,1486442467=>1,1486835813=>1,1486836724=>1,1486875391=>1,1486863726=>1,1486876299=>1,1486878064=>1,1486998318=>1,1486966504=>1,1486854242=>1,1486853734=>1,1486845033=>1,1486841604=>1,1486846994=>1,1486847807=>1,1486851910=>1,1486851311=>1,1486336265=>1,1486326342=>1,1483938828=>1,1483898909=>1,1484057550=>1,1484246062=>1,1484994748=>1,1484440857=>1,1483839449=>1,1483690708=>1,1482218549=>1,1482115144=>1,1482264979=>1,1482771967=>1,1483612452=>1,1482977269=>1,1485065363=>1,1485152948=>1,1486140614=>1,1486017098=>1,1486216483=>1,1486222184=>1,1486286868=>1,1486233852=>1,1485737412=>1,1485542969=>1,1485160737=>1,1485157868=>1,1485215003=>1,1485382292=>1,1485433997=>1,1487178952=>1,1487271081=>1,1489385612=>1,1489385275=>1,1489388315=>1,1489388905=>1,1489399269=>1,1489399189=>1,1489385254=>1,1489384502=>1,1489381090=>1,1489380388=>1,1489381541=>1,1489382185=>1,1489384339=>1,1489382545=>1,1489399448=>1,1489399490=>1,1489420889=>1,1489420881=>1,1489425411=>1,1489431486=>1,1489435917=>1,1489434643=>1,1489420679=>1,1489420444=>1,1489401797=>1,1489399671=>1,1489402011=>1,1489407310=>1,1489413339=>1,1489376004=>1,1489374891=>1,1488044404=>1,1488025413=>1,1488082634=>1,1488100926=>1,1488266403=>1,1488235839=>1,1487975431=>1,1487885784=>1,1487327047=>1,1487323317=>1,1487381390=>1,1487425932=>1,1487576078=>1,1487467095=>1,1488354461=>1,1488589324=>1,1489104273=>1,1489102240=>1,1489231580=>1,1489247409=>1,1489374123=>1,1489373456=>1,1489064292=>1,1488900100=>1,1488698072=>1,1488681050=>1,1488709915=>1,1488859465=>1,1488877151=>1,1466467682=>1,1466447819=>1,1437823370=>1,1437823313=>1,1437841763=>1,1437845596=>1,1437964310=>1,1437876146=>1,1437816730=>1,1437816693=>1,1437652614=>1,1437613876=>1,1437683341=>1,1437698153=>1,1437815084=>1,1437698198=>1,1437987150=>1,1438063116=>1,1438250100=>1,1438250097=>1,1438250103=>1,1438250109=>1,1438502286=>1,1438348211=>1,1438250085=>1,1438248662=>1,1438199250=>1,1438079876=>1,1438222948=>1,1438222949=>1,1438222952=>1,1438222951=>1,1437167577=>1,1437150115=>1,1435291222=>1,1435291115=>1,1435291328=>1,1435291570=>1,1435441222=>1,1435411201=>1,1435290803=>1,1435290677=>1,1435290504=>1,1435290408=>1,1435290505=>1,1435290539=>1,1435290619=>1,1435290578=>1,1435459378=>1,1435477092=>1,1436544466=>1,1436537655=>1,1436872182=>1,1436991140=>1,1437138890=>1,1437138761=>1,1436537242=>1,1436457082=>1,1435542116=>1,1435511863=>1,1435557111=>1,1436087464=>1,1436381229=>1,1438667333=>1,1438692330=>1,1440114153=>1,1440113391=>1,1440114756=>1,1440114988=>1,1440117718=>1,1440116783=>1,1440108793=>1,1440108608=>1,1440105577=>1,1440103984=>1,1440105803=>1,1440106172=>1,1440106796=>1,1440106353=>1,1440119865=>1,1440119976=>1,1440139332=>1,1440128028=>1,1440139836=>1,1440140343=>1,1440142220=>1,1440141019=>1,1440127860=>1,1440126792=>1,1440121031=>1,1440120569=>1,1440121668=>1,1440123592=>1,1440125661=>1,1440101636=>1,1440099500=>1,1439065891=>1,1438976161=>1,1439066798=>1,1439070069=>1,1439291514=>1,1439070326=>1,1438907270=>1,1438905194=>1,1438807838=>1,1438796562=>1,1438817635=>1,1438869531=>1,1438904946=>1,1438903188=>1,1439293562=>1,1439386843=>1,1439964786=>1,1439963787=>1,1439964982=>1,1439965607=>1,1440094140=>1,1440091089=>1,1439961391=>1,1439959223=>1,1439451751=>1,1439435573=>1,1439466640=>1,1439957850=>1,1439958717=>1,1435290030=>1,1435289956=>1,1427684417=>1,1427682504=>1,1427691381=>1,1427705659=>1,1427723406=>1,1427713165=>1,1427677809=>1,1427673401=>1,1427572290=>1,1427481730=>1,1427597786=>1,1427621653=>1,1427633043=>1,1427627808=>1,1427727527=>1,1427728140=>1,1427751885=>1,1427751253=>1,1427753246=>1,1427755745=>1,1427756463=>1,1427755877=>1,1427740065=>1,1427737866=>1,1427731928=>1,1427728247=>1,1427735194=>1,1427735872=>1,1427737181=>1,1427736824=>1,1427455806=>1,1427241395=>1,1427146038=>1,1427146037=>1,1427167531=>1,1427181324=>1,1427183683=>1,1427181529=>1,1427146036=>1,1427146034=>1,1427042338=>1,1427042337=>1,1427042339=>1,1427091679=>1,1427121882=>1,1427095279=>1,1427185572=>1,1427206176=>1,1427231156=>1,1427231153=>1,1427232318=>1,1427232433=>1,1427241386=>1,1427234694=>1,1427227316=>1,1427222857=>1,1427216542=>1,1427206307=>1,1427219621=>1,1427219628=>1,1427221579=>1,1427758680=>1,1427767180=>1,1433567970=>1,1433548375=>1,1433568608=>1,1433569044=>1,1433883533=>1,1433883278=>1,1433548369=>1,1433546379=>1,1433224699=>1,1432987777=>1,1433421441=>1,1433481677=>1,1433534067=>1,1433506130=>1,1433883550=>1,1433887469=>1,1434832673=>1,1434823546=>1,1435253171=>1,1435289623=>1,1435289881=>1,1435289645=>1,1434726507=>1,1434723363=>1,1434407222=>1,1434392389=>1,1434422875=>1,1434422979=>1,1434433649=>1,1432945239=>1,1432619846=>1,1430537905=>1,1430523397=>1,1430600000=>1,1430623108=>1,1430916466=>1,1430892904=>1,1430381855=>1,1428142845=>1,1427906302=>1,1427905683=>1,1428004022=>1,1428044081=>1,1428142756=>1,1428078329=>1,1431765276=>1,1431799336=>1,1432264898=>1,1432230401=>1,1432338609=>1,1432354545=>1,1432497228=>1,1432469590=>1,1432214220=>1,1432211322=>1,1432018359=>1,1431833587=>1,1432162351=>1,1432162880=>1,1432210666=>1,1440144686=>1,1440148687=>1,1456614554=>1,1455972461=>1,1456904862=>1,1457162772=>1,1458906054=>1,1457163053=>1,1455815420=>1,1455748895=>1,1454823965=>1,1454560422=>1,1454955196=>1,1454971498=>1,1455517598=>1,1455482857=>1,1459006514=>1,1459008482=>1,1460854595=>1,1460724797=>1,1460854734=>1,1460854762=>1,1460858514=>1,1460858265=>1,1460724793=>1,1460124919=>1,1459427747=>1,1459069814=>1,1459439045=>1,1460124830=>1,1460124892=>1,1460124857=>1,1454403054=>1,1454392820=>1,1450099533=>1,1449881249=>1,1450152130=>1,1450867403=>1,1451253583=>1,1450915004=>1,1449881170=>1,1449881139=>1,1449742731=>1,1449736150=>1,1449780113=>1,1449799774=>1,1449881137=>1,1449822470=>1,1451789888=>1,1451793034=>1,1453700292=>1,1453700269=>1,1453729215=>1,1453742398=>1,1454300998=>1,1454157887=>1,1453700227=>1,1453198722=>1,1451927555=>1,1451927542=>1,1452392756=>1,1452890229=>1,1453104706=>1,1460858515=>1,1460858567=>1,1466075203=>1,1466074760=>1,1466075724=>1,1466080471=>1,1466082043=>1,1466081381=>1,1466073272=>1,1466024351=>1,1465651484=>1,1464961910=>1,1465661682=>1,1465675328=>1,1465710507=>1,1465694869=>1,1466082114=>1,1466085949=>1,1466220211=>1,1466105172=>1,1466231521=>1,1466306520=>1,1427042336=>1,1466418830=>1,1466104564=>1,1466104542=>1,1466096214=>1,1466087685=>1,1466097033=>1,1466100089=>1,1466102730=>1,1464841136=>1,1464840223=>1,1461010669=>1,1460980656=>1,1461056646=>1,1462774471=>1,1463416606=>1,1462896718=>1,1460920559=>1,1460917976=>1,1460867704=>1,1460867615=>1,1460867765=>1,1460867782=>1,1460917924=>1,1460917921=>1,1463515799=>1,1463836995=>1,1464740625=>1,1464601774=>1,1464754840=>1,1464785983=>1,1464819607=>1,1464815454=>1,1464423501=>1,1464397755=>1,1463970193=>1,1463968189=>1,1463970307=>1,1464355303=>1,1464358361=>1,1449736077=>1,1449735954=>1,1441352963=>1,1441352725=>1,1441352965=>1,1441352976=>1,1441356180=>1,1441352980=>1,1441352724=>1,1441352709=>1,1441173093=>1,1441134612=>1,1441182891=>1,1441319699=>1,1441348953=>1,1441343368=>1,1441399426=>1,1441407947=>1,1441763100=>1,1441759203=>1,1441922604=>1,1441968877=>1,1441988796=>1,1441970165=>1,1441609973=>1,1441607309=>1,1441525269=>1,1441477890=>1,1441528408=>1,1441536274=>1,1441544368=>1,1441133798=>1,1441132844=>1,1440833604=>1,1440757330=>1,1440836920=>1,1440848793=>1,1440902200=>1,1440877927=>1,1440642916=>1,1440560644=>1,1440229886=>1,1440149727=>1,1440245766=>1,1440366737=>1,1440492227=>1,1440385087=>1,1440902287=>1,1440904510=>1,1441076017=>1,1441071592=>1,1441076526=>1,1441095259=>1,1441124913=>1,1441097849=>1,1441054983=>1,1441028888=>1,1440974003=>1,1440905447=>1,1440975489=>1,1440988990=>1,1441001441=>1,1442083522=>1,1442212175=>1,1446929923=>1,1446922025=>1,1446933931=>1,1446939419=>1,1448157780=>1,1447661461=>1,1446920634=>1,1446824528=>1,1446712614=>1,1446639384=>1,1446712739=>1,1446712827=>1,1446737752=>1,1446737747=>1,1448209166=>1,1448319938=>1,1449634011=>1,1449632782=>1,1449652958=>1,1449734349=>1,1449735844=>1,1449735621=>1,1449628361=>1,1449565206=>1,1448616135=>1,1448521022=>1,1448964786=>1,1449424428=>1,1449552534=>1,1446634318=>1,1446622490=>1,1443332023=>1,1443157858=>1,1443580402=>1,1443608884=>1,1444349152=>1,1443758740=>1,1443049359=>1,1443015362=>1,1442247429=>1,1442212253=>1,1442374563=>1,1442374564=>1,1442536271=>1,1442486738=>1,1444446038=>1,1444504605=>1,1446520197=>1,1446517436=>1,1446523986=>1,1446528645=>1,1446621451=>1,1446555474=>1,1446513366=>1,1445832300=>1,1444672151=>1,1444511954=>1,1444862167=>1,1444885232=>1,1445790948=>1,1466460816=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-13.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(1558113632=>1558113655,1558113584=>1558113591,1558113560=>1558113575,1558113544=>1558113551,1542379008=>1542379519,1546550547=>1,1546026645=>1,1546573690=>1,1546763030=>1,1546026636=>1,1546549858=>1,1546330662=>1,1546122797=>1,1546065848=>1,1546029271=>1,1546320425=>1,1546320493=>1,1546033688=>1,1546803226=>1,1546917086=>1,1546884192=>1,1546920013=>1,1547449435=>1,1547624708=>1,1547493815=>1,1546883797=>1,1546880259=>1,1546026627=>1,1546801610=>1,1546819646=>1,1546826890=>1,1546879671=>1,1546866046=>1,1546788674=>1,1545218173=>1,1542655003=>1,1542581514=>1,1542693834=>1,1542702816=>1,1542715214=>1,1542714733=>1,1542545010=>1,1542544957=>1,1542472591=>1,1542472336=>1,1542477254=>1,1542477291=>1,1542514115=>1,1542908278=>1,1543131445=>1,1544948982=>1,1544947694=>1,1545121390=>1,1547653491=>1,1545275345=>1,1544947147=>1,1544291736=>1,1543131963=>1,1543131594=>1,1543140281=>1,1543172593=>1,1543907339=>1,1546024770=>1,1547655132=>1,1550090819=>1,1550039608=>1,1550415554=>1,1550597625=>1,1550724578=>1,1550654167=>1,1550030773=>1,1550028398=>1,1548677337=>1,1548663758=>1,1548677754=>1,1548679047=>1,1549331763=>1,1549217257=>1,1550748186=>1,1550779569=>1,1553158675=>1,1552486845=>1,1553201820=>1,1553528641=>1,1554606344=>1,1553776240=>1,1552326698=>1,1552294206=>1,1550818318=>1,1550801390=>1,1550905351=>1,1550998647=>1,1551667923=>1,1551082459=>1,1548661212=>1,1548647291=>1,1547658449=>1,1547658444=>1,1547660924=>1,1547676623=>1,1547676952=>1,1547676822=>1,1547658401=>1,1547658316=>1,1547655142=>1,1547655141=>1,1547655143=>1,1547655215=>1,1547658263=>1,1547658251=>1,1547677220=>1,1547677222=>1,1548485637=>1,1548450563=>1,1548504902=>1,1548505686=>1,1548632707=>1,1548534807=>1,1548450192=>1,1548390490=>1,1547691589=>1,1547677255=>1,1548256332=>1,1548366925=>1,1548373551=>1,1548367261=>1,1542472331=>1,1542471952=>1,1541086652=>1,1541086621=>1,1541086702=>1,1541086896=>1,1541139622=>1,1541139587=>1,1541086606=>1,1541086419=>1,1540958724=>1,1540958723=>1,1540999713=>1,1541071976=>1,1541086307=>1,1541086293=>1,1541139674=>1,1541139678=>1,1541227228=>1,1541225854=>1,1541227315=>1,1541238213=>1,1541269842=>1,1541238276=>1,1541200901=>1,1541140189=>1,1541139731=>1,1541139688=>1,1541139787=>1,1541139829=>1,1541139956=>1,1541139941=>1,1540958722=>1,1540810241=>1,1540585024=>1,1540511036=>1,1540585026=>1,1540585035=>1,1540585039=>1,1540585036=>1,1540499886=>1,1540495918=>1,1540205906=>1,1540195263=>1,1540216928=>1,1540263494=>1,1540357840=>1,1540268821=>1,1540585041=>1,1540687915=>1,1540785654=>1,1540784864=>1,1540794608=>1,1540797188=>1,1540803472=>1,1540798714=>1,1540688108=>1,1540688107=>1,1540687956=>1,1540687936=>1,1540687960=>1,1540687961=>1,1540687999=>1,1541444873=>1,1541444897=>1,1542119971=>1,1542099630=>1,1542150974=>1,1542254471=>1,1542254511=>1,1542254476=>1,1542070581=>1,1542026577=>1,1541986578=>1,1541979156=>1,1542023801=>1,1542023917=>1,1542026528=>1,1542026291=>1,1542257431=>1,1542257438=>1,1542449914=>1,1542392811=>1,1542471940=>1,1542471949=>1,1555718432=>1,1542471950=>1,1542331840=>1,1542324222=>1,1542281319=>1,1542272170=>1,1542297156=>1,1542321214=>1,1542321982=>1,1541887692=>1,1541887589=>1,1541592224=>1,1541561716=>1,1541623041=>1,1541634315=>1,1541681411=>1,1541642776=>1,1541560593=>1,1541498948=>1,1541444919=>1,1541444909=>1,1541445293=>1,1541453388=>1,1541492302=>1,1541462388=>1,1541682362=>1,1541682518=>1,1541739547=>1,1541719911=>1,1541754176=>1,1541795923=>1,1541852240=>1,1541796622=>1,1541719580=>1,1541719548=>1,1541708578=>1,1541707572=>1,1541708669=>1,1541714818=>1,1541719110=>1,1542472323=>1,1556283868=>1,1559121174=>1,1559066282=>1,1559292462=>1,1559334590=>1,1559437008=>1,1559429299=>1,1558597349=>1,1558595843=>1,1558471557=>1,1558454727=>1,1558480919=>1,1558481549=>1,1558554253=>1,1558484029=>1,1559446889=>1,1559485678=>1,1560039933=>1,1560037881=>1,1560051025=>1,1560052102=>1,1560155203=>1,1560111381=>1,1559880128=>1,1559859063=>1,1559610090=>1,1559502597=>1,1559704489=>1,1559723450=>1,1559802931=>1,1558431392=>1,1558420835=>1,1558113622=>1,1558113621=>1,1558113624=>1,1558113625=>1,1558113630=>1,1558113629=>1,1558113620=>1,1558113619=>1,1558113612=>1,1558113609=>1,1558113613=>1,1558113615=>1,1558113618=>1,1558113617=>1,1558113631=>1,1558113660=>1,1558372669=>1,1558349924=>1,1558374625=>1,1558395009=>1,1558396142=>1,1558395965=>1,1558310329=>1,1558271045=>1,1558161227=>1,1558113661=>1,1558161228=>1,1558183329=>1,1558251763=>1,1560164689=>1,1560260746=>1,1566565425=>1,1566565365=>1,1566565446=>1,1566565501=>1,1566823468=>1,1566822049=>1,1566546605=>1,1566532774=>1,1566327880=>1,1566286552=>1,1566361667=>1,1566363200=>1,1566478891=>1,1566387693=>1,1566844940=>1,1566850396=>1,1567140824=>1,1567128937=>1,1567141608=>1,1567141878=>1,1567150397=>1,1567143601=>1,1567099790=>1,1567099760=>1,1566866770=>1,1566852042=>1,1566877496=>1,1566881384=>1,1567089481=>1,1566257809=>1,1566248644=>1,1562364960=>1,1560382468=>1,1563605640=>1,1563607301=>1,1564085016=>1,1563686760=>1,1560279874=>1,1560276564=>1,1560267284=>1,1560263643=>1,1560268633=>1,1560271063=>1,1560274101=>1,1560271343=>1,1564308221=>1,1564445360=>1,1565653062=>1,1565635985=>1,1565654501=>1,1565682468=>1,1566084964=>1,1565695052=>1,1565604182=>1,1565584574=>1,1564528439=>1,1564446352=>1,1565025550=>1,1565026636=>1,1565445763=>1,1558113603=>1,1558113602=>1,1557027951=>1,1557010973=>1,1557060626=>1,1557198844=>1,1557247228=>1,1557240478=>1,1556753313=>1,1556752414=>1,1556329391=>1,1556318072=>1,1556333961=>1,1556338288=>1,1556704400=>1,1556338991=>1,1557268023=>1,1557295116=>1,1557729449=>1,1557727539=>1,1557731499=>1,1557732902=>1,1557734759=>1,1557734154=>1,1557579639=>1,1557571705=>1,1557341642=>1,1557340211=>1,1557370161=>1,1557384822=>1,1557485781=>1,1556314672=>1,1556314492=>1,1556291246=>1,1556290311=>1,1556298800=>1,1556298857=>1,1556300361=>1,1556299199=>1,1556290063=>1,1556287718=>1,1540131250=>1,1556256015=>1,1556284906=>1,1556285856=>1,1556287364=>1,1556287072=>1,1556301395=>1,1556302171=>1,1556306907=>1,1556306891=>1,1556309967=>1,1556310875=>1,1556312311=>1,1556312280=>1,1556306251=>1,1556305725=>1,1556303854=>1,1556303240=>1,1556303970=>1,1556304861=>1,1556305544=>1,1557750473=>1,1557934627=>1,1558113243=>1,1558112529=>1,1558113537=>1,1558113538=>1,1558113553=>1,1558113552=>1,1558106419=>1,1558105184=>1,1558104537=>1,1558104531=>1,1558104538=>1,1558104539=>1,1558105094=>1,1558104567=>1,1558113554=>1,1558113558=>1,1558113594=>1,1558113592=>1,1558113595=>1,1558113596=>1,1558113601=>1,1558113597=>1,1558113583=>1,1558113581=>1,1558113576=>1,1558113559=>1,1558113577=>1,1558113579=>1,1558113580=>1,1558104530=>1,1558104529=>1,1558058114=>1,1558055238=>1,1558058533=>1,1558058609=>1,1558059455=>1,1558058946=>1,1558055221=>1,1558054412=>1,1557981670=>1,1557940940=>1,1558003234=>1,1558004004=>1,1558053990=>1,1558010529=>1,1558059484=>1,1558059601=>1,1558085477=>1,1558079466=>1,1558092179=>1,1558094390=>1,1558099323=>1,1558099304=>1,1558079465=>1,1558076912=>1,1558060275=>1,1558060175=>1,1558060522=>1,1558062659=>1,1558063031=>1,1556241167=>1,1540124826=>1,1512994852=>1,1512930296=>1,1513599433=>1,1513763648=>1,1513811297=>1,1513763705=>1,1512670281=>1,1511887884=>1,1509993469=>1,1509970843=>1,1510029536=>1,1510933866=>1,1511430259=>1,1511399926=>1,1514019474=>1,1514094055=>1,1519659984=>1,1519626925=>1,1519670462=>1,1519720764=>1,1519815225=>1,1519738329=>1,1519581000=>1,1519552080=>1,1514115997=>1,1514113043=>1,1514856154=>1,1516803775=>1,1517867833=>1,1516990940=>1,1509958502=>1,1509687948=>1,1507680218=>1,1507530617=>1,1507770535=>1,1508065304=>1,1508461758=>1,1508265803=>1,1507514026=>1,1507513962=>1,1507360284=>1,1507292814=>1,1507422933=>1,1507463175=>1,1507469034=>1,1507469002=>1,1508463266=>1,1508548094=>1,1509455592=>1,1509199903=>1,1509541195=>1,1509543745=>1,1509632787=>1,1509629734=>1,1508891327=>1,1508814065=>1,1508617889=>1,1508617888=>1,1508789508=>1,1508803588=>1,1508813932=>1,1519856520=>1,1520074515=>1,1527246777=>1,1527228585=>1,1527249150=>1,1527642855=>1,1527661352=>1,1527643024=>1,1527138790=>1,1527082167=>1,1525063313=>1,1524943519=>1,1525124025=>1,1525127327=>1,1526863144=>1,1526863021=>1,1527667295=>1,1527913576=>1,1528873026=>1,1528199418=>1,1528887379=>1,1529271604=>1,1529277027=>1,1529272961=>1,1528187748=>1,1528125915=>1,1528062243=>1,1527913600=>1,1528069434=>1,1528120580=>1,1528121658=>1,1524842979=>1,1524806279=>1,1522065012=>1,1522044640=>1,1522065014=>1,1522109468=>1,1522331133=>1,1522273810=>1,1521937198=>1,1521909860=>1,1520147020=>1,1520113626=>1,1520238768=>1,1521522690=>1,1521872004=>1,1521605842=>1,1522367361=>1,1522822546=>1,1524152881=>1,1524151337=>1,1524646963=>1,1524711508=>1,1524717665=>1,1524715739=>1,1524121939=>1,1523649517=>1,1522902104=>1,1522870250=>1,1523405620=>1,1523405830=>1,1523411903=>1,1506788486=>1,1506755099=>1,1502377893=>1,1502377888=>1,1502377894=>1,1502377904=>1,1502377915=>1,1502377909=>1,1502377864=>1,1502377862=>1,1502377804=>1,1502377797=>1,1502377817=>1,1502377825=>1,1502377855=>1,1502377836=>1,1502377916=>1,1502574998=>1,1503888972=>1,1503888968=>1,1503890600=>1,1503890757=>1,1503891880=>1,1503890861=>1,1503888457=>1,1503888296=>1,1503370192=>1,1503125954=>1,1503448139=>1,1503552320=>1,1503729635=>1,1503675543=>1,1502377790=>1,1502377782=>1,1499981357=>1,1499846358=>1,1500193415=>1,1500209492=>1,1500272890=>1,1500241388=>1,1499742591=>1,1499700101=>1,1499586994=>1,1499509935=>1,1499601092=>1,1499601890=>1,1499699999=>1,1499653161=>1,1500319025=>1,1500393482=>1,1502050561=>1,1501919732=>1,1502056534=>1,1502377752=>1,1502377781=>1,1502377773=>1,1501846746=>1,1501838926=>1,1500451908=>1,1500421367=>1,1500525101=>1,1500688554=>1,1501244209=>1,1503893071=>1,1503904989=>1,1505464442=>1,1505464016=>1,1505483546=>1,1505521106=>1,1505579928=>1,1505576458=>1,1505183816=>1,1505169293=>1,1504742590=>1,1504648099=>1,1504802088=>1,1504911777=>1,1505141693=>1,1504933797=>1,1505580417=>1,1505592565=>1,1506344085=>1,1506316012=>1,1506622617=>1,1506720400=>1,1506733293=>1,1506733292=>1,1506087334=>1,1505745153=>1,1505594927=>1,1505593234=>1,1505602660=>1,1505723379=>1,1505740789=>1,1504559332=>1,1504254788=>1,1503912123=>1,1503911894=>1,1503912148=>1,1503912376=>1,1503914915=>1,1503912399=>1,1503910926=>1,1503910732=>1,1503908272=>1,1503907845=>1,1503908329=>1,1503909441=>1,1503910255=>1,1503910182=>1,1503917428=>1,1503917493=>1,1504004259=>1,1503956306=>1,1504063361=>1,1504102982=>1,1504242052=>1,1504196047=>1,1503948590=>1,1503924977=>1,1503917511=>1,1503917496=>1,1503917695=>1,1503917768=>1,1503917867=>1,1529339458=>1,1529565565=>1,1534839019=>1,1534747661=>1,1534893593=>1,1534963440=>1,1535460561=>1,1534964402=>1,1534713474=>1,1534706601=>1,1534703912=>1,1534703703=>1,1534705818=>1,1534706097=>1,1534706564=>1,1534706209=>1,1535681571=>1,1535771659=>1,1536114163=>1,1536073707=>1,1536119004=>1,1536121725=>1,1536142850=>1,1536121742=>1,1536071807=>1,1536071684=>1,1535788559=>1,1535772049=>1,1535790526=>1,1535815148=>1,1536054454=>1,1536039975=>1,1534703016=>1,1534702526=>1,1534677529=>1,1534676175=>1,1534678108=>1,1534678402=>1,1534685510=>1,1534680480=>1,1534676172=>1,1534676143=>1,1534662500=>1,1534662112=>1,1534668471=>1,1534670344=>1,1534673529=>1,1534673080=>1,1534686242=>1,1534687687=>1,1534697478=>1,1534697412=>1,1534697682=>1,1534698762=>1,1534701662=>1,1534699160=>1,1534697252=>1,1534696977=>1,1534691460=>1,1534690755=>1,1534693978=>1,1534694209=>1,1534696225=>1,1536149328=>1,1536186569=>1,1539584633=>1,1539546506=>1,1539630658=>1,1539726493=>1,1539818828=>1,1539806603=>1,1539538176=>1,1539463783=>1,1539208525=>1,1539158081=>1,1539303862=>1,1539309034=>1,1539354082=>1,1539333508=>1,1539881826=>1,1539894056=>1,1540031890=>1,1540009374=>1,1540031909=>1,1540084848=>1,1540084974=>1,1540084937=>1,1540009268=>1,1539991900=>1,1539972045=>1,1539970686=>1,1539975283=>1,1539976893=>1,1539983830=>1,1539079552=>1,1539077338=>1,1536897015=>1,1536780337=>1,1536933882=>1,1537133026=>1,1538330661=>1,1537197530=>1,1536536019=>1,1536535887=>1,1536207391=>1,1536197386=>1,1536209403=>1,1536231394=>1,1536326189=>1,1536325891=>1,1538465932=>1,1538576254=>1,1538927048=>1,1538926717=>1,1538998752=>1,1539005559=>1,1539011901=>1,1539010116=>1,1538914320=>1,1538867651=>1,1538752265=>1,1538751529=>1,1538835934=>1,1538840590=>1,1538841261=>1,1534660675=>1,1534656788=>1,1530581729=>1,1530581569=>1,1530582421=>1,1530582511=>1,1530583082=>1,1530582839=>1,1530581565=>1,1530581136=>1,1530579481=>1,1530578607=>1,1530579525=>1,1530579674=>1,1530580985=>1,1530579792=>1,1530583449=>1,1530583969=>1,1530961210=>1,1530935868=>1,1530978102=>1,1530985356=>1,1531006635=>1,1530992484=>1,1530934913=>1,1530926265=>1,1530584449=>1,1530584298=>1,1530610119=>1,1530615942=>1,1530926152=>1,1530741120=>1,1530577738=>1,1530577378=>1,1529728801=>1,1529725961=>1,1529823168=>1,1529823191=>1,1529893583=>1,1529859050=>1,1529725433=>1,1529666455=>1,1529664148=>1,1529628684=>1,1529665537=>1,1529665711=>1,1529666399=>1,1529666119=>1,1530022042=>1,1530091602=>1,1530216050=>1,1530140100=>1,1530283708=>1,1530315069=>1,1530393923=>1,1530315382=>1,1530139110=>1,1530134258=>1,1530126369=>1,1530100878=>1,1530126833=>1,1530127948=>1,1530128617=>1,1531021827=>1,1531063624=>1,1533614067=>1,1533306820=>1,1533679896=>1,1533689938=>1,1533695356=>1,1533693058=>1,1533224950=>1,1533216053=>1,1533187070=>1,1533185877=>1,1533187838=>1,1533188308=>1,1533200904=>1,1533195647=>1,1533695362=>1,1533714398=>1,1533932068=>1,1533922922=>1,1533933485=>1,1534257063=>1,1534547687=>1,1534423642=>1,1533907715=>1,1533877624=>1,1533838330=>1,1533837498=>1,1533839558=>1,1533874422=>1,1533874833=>1,1533183626=>1,1533183551=>1,1531815689=>1,1531690621=>1,1532161407=>1,1532220737=>1,1532783925=>1,1532624007=>1,1531663824=>1,1531566350=>1,1531117992=>1,1531085790=>1,1531122861=>1,1531135381=>1,1531500676=>1,1531167523=>1,1533029592=>1,1533096424=>1,1533158561=>1,1533158184=>1,1533163034=>1,1533174954=>1,1533182032=>1,1533179570=>1,1533157276=>1,1533152110=>1,1533106751=>1,1533105166=>1,1533131410=>1,1533131745=>1,1533144976=>1,1499326846=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-14.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(1567838208=>1567842303,1567763544=>1567764479,1567763528=>1567763535,1567762824=>1567763519,1567762432=>1567762815,1599408354=>1,1599407043=>1,1599407039=>1,1599408711=>1,1599802059=>1,1599415663=>1,1599411273=>1,1599394174=>1,1599382084=>1,1599373423=>1,1599382562=>1,1599383788=>1,1599391284=>1,1599389080=>1,1599801594=>1,1599419746=>1,1599668243=>1,1599658927=>1,1599704048=>1,1599704425=>1,1599732883=>1,1599707874=>1,1599658767=>1,1599626646=>1,1599420527=>1,1599750667=>1,1599373399=>1,1599420906=>1,1599621153=>1,1599428392=>1,1599419554=>1,1599103529=>1,1598651894=>1,1598650723=>1,1598914249=>1,1598984089=>1,1599011617=>1,1599008105=>1,1598647998=>1,1598647676=>1,1598592096=>1,1598580189=>1,1598598767=>1,1598633532=>1,1598641605=>1,1598636714=>1,1599015555=>1,1599033492=>1,1599071640=>1,1599067419=>1,1599076014=>1,1599089994=>1,1599296609=>1,1599804420=>1,1599064553=>1,1599064162=>1,1599039146=>1,1599037447=>1,1599042496=>1,1599043315=>1,1599057776=>1,1599299252=>1,1599825574=>1,1602358171=>1,1602358163=>1,1602358177=>1,1602358178=>1,1602358319=>1,1602358309=>1,1602358058=>1,1602358031=>1,1602303917=>1,1602235300=>1,1602357580=>1,1602357689=>1,1602358021=>1,1602357976=>1,1602358363=>1,1602358391=>1,1602621318=>1,1602620134=>1,1602625801=>1,1602625930=>1,1602694979=>1,1602632773=>1,1602561425=>1,1602558764=>1,1602490618=>1,1602358685=>1,1602496157=>1,1602507325=>1,1602541338=>1,1601933335=>1,1601657636=>1,1600758941=>1,1600732859=>1,1600803037=>1,1600804678=>1,1600848666=>1,1600813061=>1,1600700873=>1,1600676631=>1,1598571005=>1,1599819737=>1,1599827293=>1,1599834346=>1,1600168750=>1,1600043066=>1,1600863557=>1,1601010320=>1,1601458586=>1,1601400782=>1,1601485827=>1,1601494088=>1,1601636146=>1,1601513747=>1,1601369903=>1,1601363816=>1,1601278074=>1,1601120357=>1,1601301366=>1,1601308576=>1,1601330791=>1,1599815411=>1,1598564673=>1,1593650248=>1,1593524696=>1,1593849744=>1,1593849746=>1,1593849748=>1,1593849747=>1,1593426117=>1,1593426010=>1,1593149483=>1,1593129519=>1,1593159821=>1,1593252258=>1,1593305336=>1,1593255334=>1,1593874885=>1,1593874886=>1,1594938584=>1,1594740788=>1,1595029923=>1,1595106631=>1,1595445453=>1,1595399878=>1,1594740483=>1,1594739044=>1,1594164565=>1,1593874887=>1,1594464981=>1,1594495599=>1,1594544577=>1,1593092628=>1,1593086116=>1,1592970787=>1,1592968946=>1,1592970935=>1,1592971764=>1,1592972216=>1,1592971794=>1,1592968122=>1,1592961261=>1,1592932866=>1,1592932772=>1,1592932915=>1,1592932986=>1,1592933307=>1,1592933302=>1,1592972229=>1,1592972284=>1,1592982569=>1,1592982133=>1,1592982876=>1,1593031171=>1,1593060919=>1,1593040204=>1,1592981016=>1,1592981015=>1,1592976491=>1,1592975063=>1,1592976492=>1,1592976558=>1,1592977250=>1,1595451018=>1,1595455416=>1,1598113163=>1,1598081806=>1,1598113874=>1,1598119741=>1,1598126217=>1,1598119835=>1,1597652922=>1,1597526892=>1,1597252809=>1,1597252146=>1,1597258289=>1,1597314693=>1,1597526881=>1,1597441436=>1,1598127409=>1,1598240818=>1,1598521062=>1,1598517899=>1,1598530976=>1,1598547187=>1,1598565585=>1,1602737772=>1,1598421529=>1,1598417363=>1,1598249770=>1,1598249588=>1,1598279585=>1,1598404813=>1,1598416920=>1,1597251889=>1,1597168212=>1,1595725905=>1,1595723094=>1,1595857956=>1,1595867762=>1,1595870374=>1,1595868913=>1,1595664775=>1,1595646892=>1,1595517445=>1,1595493798=>1,1595538554=>1,1595624512=>1,1595644965=>1,1595638766=>1,1595872609=>1,1595873426=>1,1596331422=>1,1596309700=>1,1596850229=>1,1596879406=>1,1597155186=>1,1596964365=>1,1596295095=>1,1596268407=>1,1595877073=>1,1595875411=>1,1595923986=>1,1596079098=>1,1596088445=>1,1598566057=>1,1603085137=>1,1610380740=>1,1610380693=>1,1610380761=>1,1610381255=>1,1610383059=>1,1610381857=>1,1610380641=>1,1610371385=>1,1609781604=>1,1609494522=>1,1610079832=>1,1610236798=>1,1610371040=>1,1610369346=>1,1610814654=>1,1610818339=>1,1611795903=>1,1611339514=>1,1611852565=>1,1611856131=>1,1612383621=>1,1612044894=>1,1611294314=>1,1611271686=>1,1610874023=>1,1610841560=>1,1610947607=>1,1611167279=>1,1611264560=>1,1611225645=>1,1609494323=>1,1609494304=>1,1607937659=>1,1607937608=>1,1607937685=>1,1607937780=>1,1607937942=>1,1607937899=>1,1607937582=>1,1607937572=>1,1607937408=>1,1607937348=>1,1607937418=>1,1607937422=>1,1607937468=>1,1607937467=>1,1607937979=>1,1607937998=>1,1609493849=>1,1608502515=>1,1609494109=>1,1609494111=>1,1609494291=>1,1609494279=>1,1608399206=>1,1608345728=>1,1607943982=>1,1607939222=>1,1608142086=>1,1608282577=>1,1608344753=>1,1612383850=>1,1612384306=>1,1623475255=>1,1623469864=>1,1623475297=>1,1623475459=>1,1623480182=>1,1623479850=>1,1623469613=>1,1619493114=>1,1618896520=>1,1618894857=>1,1618897371=>1,1618987682=>1,1619493078=>1,1619493052=>1,1623480197=>1,1623480863=>1,1627152813=>1,1625788092=>1,1627172737=>1,1627213419=>1,1627329961=>1,1627316754=>1,1625706211=>1,1625568383=>1,1624936495=>1,1623481145=>1,1624944658=>1,1624945038=>1,1625553132=>1,1616672306=>1,1616579409=>1,1613244717=>1,1613207072=>1,1613300062=>1,1613301459=>1,1613467164=>1,1613301827=>1,1613206844=>1,1613115859=>1,1612638089=>1,1612556828=>1,1612638534=>1,1612748435=>1,1612939907=>1,1612780234=>1,1613530194=>1,1613536716=>1,1613754265=>1,1613752278=>1,1613759584=>1,1613901156=>1,1616481565=>1,1614061809=>1,1613750804=>1,1613733025=>1,1613631740=>1,1613608822=>1,1613634427=>1,1613634772=>1,1613634805=>1,1607937341=>1,1607937256=>1,1604545316=>1,1604545296=>1,1604545330=>1,1604545341=>1,1604548995=>1,1604548969=>1,1604545295=>1,1604545294=>1,1604374628=>1,1604225840=>1,1604376960=>1,1604388621=>1,1604545289=>1,1604445370=>1,1604549004=>1,1604550649=>1,1604885891=>1,1604885557=>1,1604901144=>1,1604959335=>1,1605119326=>1,1605012997=>1,1604790803=>1,1604787058=>1,1604550651=>1,1604550650=>1,1604558849=>1,1604679951=>1,1604690626=>1,1604199615=>1,1604193652=>1,1603182911=>1,1603162188=>1,1603185938=>1,1603197276=>1,1603219532=>1,1603212726=>1,1603111093=>1,1603097490=>1,1603021495=>1,1602947740=>1,1592932646=>1,1603085318=>1,1603085590=>1,1603085434=>1,1603226857=>1,1603251340=>1,1603893766=>1,1603870472=>1,1603934281=>1,1603950844=>1,1604170787=>1,1604126780=>1,1603869847=>1,1603259868=>1,1603251388=>1,1603251347=>1,1603251412=>1,1603251414=>1,1603256721=>1,1605168191=>1,1605168246=>1,1607711951=>1,1607711775=>1,1607711969=>1,1607716247=>1,1607720972=>1,1607718921=>1,1607711768=>1,1607711749=>1,1607702855=>1,1607698995=>1,1607704418=>1,1607704724=>1,1607710964=>1,1607706915=>1,1607721383=>1,1607721714=>1,1607937146=>1,1607937135=>1,1607937169=>1,1607937210=>1,1607937218=>1,1607937213=>1,1607937134=>1,1607937129=>1,1607844446=>1,1607721715=>1,1607844619=>1,1607847037=>1,1607937126=>1,1607698957=>1,1607698951=>1,1605840908=>1,1605810581=>1,1605841376=>1,1605841643=>1,1605841967=>1,1605841931=>1,1605775295=>1,1605773607=>1,1605695644=>1,1605649350=>1,1605711982=>1,1605763040=>1,1605773512=>1,1605773411=>1,1605842223=>1,1605856502=>1,1607665566=>1,1607664937=>1,1607670404=>1,1607670660=>1,1607696672=>1,1607679775=>1,1607628626=>1,1607523936=>1,1606184971=>1,1606176233=>1,1606234803=>1,1606271863=>1,1606287084=>1,1602790371=>1,1592305763=>1,1574173798=>1,1574173760=>1,1574174213=>1,1574174466=>1,1574174480=>1,1574174477=>1,1574170582=>1,1574168956=>1,1573865307=>1,1573775346=>1,1573866947=>1,1573870464=>1,1574166866=>1,1574166841=>1,1574174488=>1,1574174499=>1,1574655938=>1,1574652534=>1,1574656390=>1,1574658359=>1,1574699586=>1,1574664138=>1,1574650844=>1,1574589659=>1,1574174524=>1,1574174509=>1,1574174571=>1,1574174623=>1,1574365053=>1,1574296118=>1,1573752649=>1,1573752637=>1,1572960319=>1,1572960188=>1,1572960823=>1,1572961676=>1,1572961771=>1,1572961730=>1,1572960019=>1,1572959408=>1,1572769139=>1,1572768725=>1,1572890515=>1,1572947459=>1,1572959015=>1,1572958684=>1,1572962084=>1,1572962181=>1,1573646445=>1,1573511187=>1,1573648373=>1,1573742779=>1,1573752616=>1,1573744147=>1,1573443889=>1,1573443638=>1,1572964600=>1,1572963435=>1,1573040091=>1,1573313723=>1,1573353579=>1,1574705683=>1,1574764363=>1,1578127861=>1,1578127392=>1,1578128699=>1,1578140878=>1,1578150505=>1,1578141959=>1,1578126260=>1,1577516882=>1,1575976169=>1,1575849626=>1,1575996422=>1,1575997650=>1,1577515412=>1,1577514579=>1,1578343033=>1,1578428914=>1,1578604223=>1,1578603881=>1,1578605111=>1,1578605825=>1,1578608374=>1,1578606129=>1,1578583774=>1,1578577414=>1,1578565906=>1,1578498434=>1,1578570409=>1,1578570780=>1,1578571203=>1,1575849284=>1,1575847966=>1,1574960207=>1,1574959873=>1,1575193676=>1,1575194308=>1,1575397357=>1,1575370271=>1,1574934850=>1,1574934474=>1,1574885699=>1,1574823293=>1,1574886799=>1,1574887067=>1,1574925930=>1,1574921664=>1,1575397586=>1,1575397736=>1,1575581877=>1,1575490750=>1,1575582338=>1,1575696923=>1,1575774589=>1,1575697515=>1,1575480604=>1,1575480225=>1,1575399543=>1,1575399279=>1,1575400879=>1,1575401129=>1,1575403172=>1,1572688545=>1,1572688321=>1,1568539379=>1,1568539358=>1,1568545282=>1,1568564703=>1,1568677400=>1,1568575046=>1,1568483343=>1,1568399767=>1,1567879618=>1,1567879426=>1,1567896029=>1,1568015153=>1,1568384160=>1,1568016620=>1,1568699535=>1,1568736544=>1,1568784565=>1,1568772295=>1,1568785060=>1,1568785906=>1,1568787829=>1,1568786175=>1,1568748965=>1,1568748710=>1,1568737882=>1,1568737286=>1,1568740167=>1,1568745891=>1,1568748686=>1,1567842802=>1,1567842264=>1,1567762823=>1,1567762822=>1,1567763444=>1,1567763520=>1,1567763523=>1,1567763521=>1,1567762820=>1,1567696114=>1,1567151357=>1,1567150910=>1,1567151425=>1,1567151740=>1,1567690177=>1,1567206258=>1,1567763540=>1,1567763541=>1,1567842250=>1,1567842249=>1,1567842252=>1,1567842253=>1,1567842255=>1,1567842254=>1,1567842086=>1,1567841090=>1,1567838774=>1,1567763542=>1,1567838992=>1,1567839375=>1,1567839434=>1,1568789106=>1,1568789601=>1,1572343980=>1,1572343248=>1,1572347014=>1,1572356835=>1,1572451402=>1,1572433343=>1,1572313895=>1,1572306795=>1,1572117086=>1,1571984166=>1,1572117588=>1,1572117914=>1,1572298471=>1,1572296144=>1,1572472899=>1,1572474438=>1,1572678220=>1,1572678187=>1,1572687873=>1,1572687892=>1,1572688305=>1,1572688002=>1,1572677797=>1,1572674070=>1,1572522052=>1,1572514311=>1,1572522197=>1,1572595270=>1,1572643719=>1,1571809393=>1,1571808616=>1,1570583318=>1,1570563032=>1,1570685259=>1,1570685271=>1,1570690990=>1,1570688447=>1,1570523911=>1,1570205872=>1,1568965559=>1,1568799391=>1,1568997765=>1,1569423650=>1,1570106045=>1,1569656191=>1,1570691214=>1,1571442094=>1,1571707422=>1,1571707274=>1,1571707558=>1,1571708293=>1,1571708712=>1,1571708314=>1,1571707273=>1,1571616385=>1,1571455254=>1,1571442103=>1,1571523268=>1,1571535282=>1,1571550737=>1,1578608593=>1,1578616881=>1,1590683362=>1,1590630909=>1,1590820892=>1,1590836245=>1,1590899573=>1,1590850780=>1,1590537093=>1,1590514091=>1,1590283772=>1,1590265595=>1,1590312369=>1,1590344472=>1,1590373089=>1,1590348749=>1,1590957304=>1,1590986870=>1,1591296010=>1,1591273238=>1,1591309168=>1,1591310613=>1,1591332450=>1,1591331493=>1,1591260317=>1,1591245822=>1,1591106015=>1,1591086074=>1,1591117952=>1,1591135299=>1,1591203634=>1,1591158990=>1,1590259654=>1,1590230255=>1,1589179657=>1,1589114703=>1,1589204330=>1,1589205590=>1,1589532654=>1,1589386376=>1,1589114576=>1,1589109841=>1,1588985202=>1,1588973611=>1,1589035240=>1,1589094108=>1,1589105848=>1,1589097770=>1,1589535508=>1,1589727557=>1,1590075454=>1,1590060050=>1,1590113125=>1,1590132587=>1,1590224770=>1,1590182606=>1,1590060049=>1,1590059591=>1,1589875400=>1,1589727772=>1,1590034693=>1,1590048090=>1,1590052012=>1,1591361295=>1,1591493633=>1,1592104746=>1,1592104530=>1,1592104989=>1,1592105011=>1,1592105369=>1,1592105223=>1,1592104384=>1,1592103889=>1,1592089395=>1,1592089394=>1,1592103106=>1,1592103127=>1,1592103861=>1,1592103712=>1,1592105679=>1,1592105779=>1,1592245890=>1,1592244214=>1,1592279400=>1,1567150494=>1,1592370252=>1,1592307087=>1,1592239999=>1,1592226950=>1,1592132122=>1,1592129337=>1,1592162499=>1,1592181817=>1,1592194017=>1,1592088919=>1,1592087863=>1,1591675849=>1,1591668953=>1,1591676816=>1,1591677831=>1,1591749794=>1,1591716032=>1,1591634900=>1,1591634624=>1,1591530846=>1,1591521024=>1,1591568384=>1,1591571159=>1,1591580640=>1,1591573623=>1,1591793268=>1,1591819711=>1,1592052989=>1,1592052221=>1,1592053530=>1,1592053662=>1,1592085157=>1,1592063237=>1,1592052009=>1,1592051282=>1,1591908224=>1,1591886454=>1,1592022539=>1,1592022572=>1,1592050178=>1,1588968981=>1,1588932077=>1,1581033643=>1,1580761210=>1,1581055786=>1,1581086128=>1,1581513576=>1,1581357072=>1,1580405167=>1,1580405094=>1,1580401638=>1,1580401096=>1,1580401875=>1,1580402384=>1,1580404190=>1,1580403779=>1,1581555496=>1,1581636839=>1,1582028417=>1,1581997346=>1,1582067235=>1,1582084865=>1,1582245082=>1,1582145968=>1,1581995386=>1,1581979146=>1,1581848153=>1,1581818997=>1,1581946386=>1,1581946387=>1,1581946923=>1,1580059102=>1,1580041918=>1,1578782020=>1,1578630175=>1,1578784019=>1,1578798230=>1,1578920950=>1,1578799783=>1,1578629278=>1,1578628950=>1,1578621888=>1,1578618031=>1,1578621925=>1,1578622386=>1,1578628906=>1,1578625715=>1,1578935957=>1,1578940901=>1,1579794540=>1,1579769832=>1,1579797403=>1,1579808611=>1,1580030711=>1,1579846666=>1,1579763148=>1,1579751888=>1,1579070898=>1,1578953987=>1,1579103691=>1,1579694753=>1,1579700774=>1,1582270902=>1,1582280162=>1,1586293306=>1,1586291730=>1,1586324499=>1,1586325139=>1,1586325203=>1,1586325195=>1,1586283772=>1,1586220217=>1,1586061706=>1,1586050132=>1,1586167984=>1,1586169040=>1,1586173646=>1,1586171493=>1,1586343059=>1,1586426250=>1,1588464247=>1,1587468879=>1,1588732135=>1,1588859926=>1,1588929088=>1,1588860516=>1,1587301824=>1,1587266539=>1,1586427342=>1,1586426452=>1,1587145470=>1,1587207775=>1,1587228975=>1,1586049650=>1,1586010362=>1,1583755695=>1,1583726580=>1,1583756329=>1,1583756721=>1,1583777968=>1,1583757071=>1,1583687441=>1,1583628034=>1,1583624450=>1,1583616674=>1,1583624758=>1,1583627010=>1,1583627778=>1,1583627522=>1,1583803251=>1,1583853397=>1,1585883851=>1,1585749460=>1,1585885050=>1,1585893055=>1,1585995670=>1,1585896728=>1,1585359525=>1,1585321902=>1,1584509093=>1,1583853398=>1,1584534404=>1,1584577608=>1,1585297569=>1,1592932610=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-15.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(1753250448=>1753250455,1701738304=>1701738311,1743288709=>1,1743274181=>1,1743343075=>1,1743352946=>1,1743353313=>1,1743353281=>1,1743274180=>1,1743353837=>1,1743233282=>1,1743233125=>1,1743233305=>1,1743233545=>1,1743193475=>1,1743248238=>1,1743265837=>1,1743398032=>1,1743783938=>1,1743702082=>1,1743785997=>1,1743805191=>1,1743890866=>1,1743890693=>1,1743571310=>1,1743554490=>1,1743423988=>1,1743182530=>1,1743453742=>1,1743454094=>1,1743454138=>1,1743363586=>1,1743166638=>1,1732152838=>1,1732110075=>1,1732154393=>1,1732206594=>1,1740871257=>1,1732222038=>1,1732023932=>1,1732023929=>1,1731799705=>1,1731799701=>1,1731799709=>1,1731799721=>1,1732023911=>1,1731974350=>1,1740958098=>1,1742758954=>1,1743028655=>1,1742966036=>1,1743082483=>1,1743093565=>1,1743128270=>1,1743124347=>1,1742966034=>1,1742959913=>1,1742795568=>1,1742776074=>1,1742797154=>1,1742842950=>1,1742843625=>1,1743890868=>1,1743890880=>1,1744542023=>1,1744535591=>1,1744542084=>1,1744625125=>1,1744640351=>1,1744640306=>1,1744525948=>1,1744524094=>1,1744397330=>1,1744395217=>1,1744433372=>1,1744441300=>1,1744524081=>1,1744513845=>1,1744640454=>1,1744677121=>1,1744792382=>1,1744768792=>1,1744825956=>1,1744977762=>1,1746933041=>1,1745760769=>1,1744742183=>1,1744739045=>1,1744726037=>1,1744723587=>1,1744726642=>1,1744731986=>1,1744733006=>1,1744395201=>1,1744395009=>1,1744024410=>1,1744021557=>1,1744084982=>1,1744091742=>1,1744092026=>1,1744091974=>1,1743985472=>1,1743985453=>1,1743890900=>1,1743890897=>1,1743890911=>1,1743919589=>1,1743968340=>1,1743939870=>1,1744108211=>1,1744128145=>1,1744282330=>1,1744266598=>1,1744296017=>1,1744296388=>1,1744332568=>1,1744296802=>1,1744244676=>1,1744244440=>1,1744161922=>1,1744160078=>1,1744175461=>1,1744179693=>1,1744231710=>1,1731776340=>1,1731765649=>1,1730647731=>1,1730647727=>1,1730647733=>1,1730647737=>1,1730647742=>1,1730647741=>1,1730647725=>1,1730647722=>1,1730647708=>1,1730647707=>1,1730647711=>1,1730647715=>1,1730647718=>1,1730647716=>1,1730647939=>1,1730647940=>1,1730647959=>1,1730647958=>1,1730647962=>1,1730647964=>1,1730647967=>1,1730647965=>1,1730647956=>1,1730647955=>1,1730647942=>1,1730647941=>1,1730647948=>1,1730647949=>1,1730647954=>1,1730647953=>1,1730647706=>1,1730647697=>1,1730647454=>1,1730647453=>1,1730647455=>1,1730647457=>1,1730647460=>1,1730647459=>1,1730647451=>1,1730647450=>1,1730647441=>1,1730647437=>1,1730647442=>1,1730647443=>1,1730647447=>1,1730647444=>1,1730647461=>1,1730647465=>1,1730647483=>1,1730647482=>1,1730647684=>1,1730647686=>1,1730647693=>1,1730647688=>1,1730647481=>1,1730647477=>1,1730647468=>1,1730647466=>1,1730647472=>1,1730647473=>1,1730647474=>1,1730647969=>1,1730647974=>1,1731579289=>1,1731579221=>1,1731579317=>1,1731579388=>1,1731599105=>1,1731598339=>1,1731566860=>1,1731516867=>1,1731183286=>1,1731183236=>1,1731313606=>1,1731432798=>1,1731516829=>1,1731453986=>1,1731599935=>1,1731617793=>1,1731648666=>1,1731648068=>1,1731656354=>1,1731664860=>1,1731667196=>1,1731666966=>1,1731648058=>1,1731647533=>1,1731630082=>1,1731617809=>1,1731630337=>1,1731630401=>1,1731630849=>1,1731183125=>1,1731182950=>1,1730647996=>1,1730647994=>1,1730649241=>1,1730649249=>1,1730709998=>1,1730688550=>1,1730647993=>1,1730647992=>1,1730647976=>1,1730647975=>1,1730647979=>1,1730647983=>1,1730647987=>1,1730647986=>1,1730774295=>1,1730783493=>1,1730904818=>1,1730904674=>1,1730909702=>1,1730909714=>1,1730989066=>1,1730975021=>1,1730904204=>1,1730882800=>1,1730785598=>1,1730785585=>1,1730820181=>1,1730874614=>1,1730882573=>1,1747098760=>1,1747140345=>1,1753448695=>1,1753447986=>1,1753448734=>1,1753449538=>1,1753449716=>1,1753449588=>1,1753447184=>1,1753444936=>1,1753443335=>1,1753442151=>1,1753443531=>1,1753443557=>1,1753444415=>1,1753443580=>1,1753450031=>1,1753450734=>1,1753468352=>1,1753468051=>1,1753468439=>1,1753469165=>1,1753478455=>1,1753477263=>1,1753462190=>1,1753457948=>1,1753451535=>1,1753450911=>1,1753453654=>1,1753455205=>1,1753457692=>1,1753455970=>1,1753441787=>1,1753436329=>1,1753422902=>1,1753422619=>1,1753423730=>1,1753423791=>1,1753424998=>1,1753424590=>1,1753421366=>1,1753421262=>1,1753393529=>1,1753368283=>1,1753416941=>1,1753419353=>1,1753420998=>1,1753420663=>1,1753425428=>1,1753426581=>1,1753434225=>1,1753432770=>1,1753434445=>1,1753434454=>1,1753435249=>1,1753434831=>1,1753432617=>1,1753431622=>1,1753427302=>1,1753426673=>1,1753428653=>1,1753430143=>1,1753430594=>1,1753867516=>1,1753872715=>1,1755800204=>1,1755800159=>1,1755800431=>1,1755800511=>1,1755801192=>1,1755800671=>1,1755461782=>1,1755325681=>1,1755118780=>1,1755115681=>1,1755118790=>1,1755119133=>1,1755224899=>1,1755186062=>1,1755801228=>1,1755801332=>1,1755804617=>1,1755804600=>1,1755804777=>1,1755805037=>1,1755823590=>1,1755805199=>1,1755804235=>1,1755804042=>1,1755802078=>1,1755801466=>1,1755802377=>1,1755802510=>1,1755803801=>1,1755115487=>1,1755113096=>1,1754788413=>1,1754782144=>1,1754813242=>1,1754851909=>1,1754865205=>1,1754864880=>1,1754562804=>1,1754361998=>1,1754216090=>1,1754215056=>1,1754351860=>1,1754354792=>1,1754355583=>1,1754355325=>1,1754993227=>1,1755048682=>1,1755111507=>1,1755111452=>1,1755112089=>1,1755112136=>1,1755113023=>1,1755112942=>1,1755082728=>1,1755082550=>1,1755061855=>1,1755060431=>1,1755069603=>1,1755079402=>1,1755080392=>1,1753270979=>1,1753270868=>1,1753250181=>1,1753250178=>1,1753250182=>1,1753250190=>1,1753250193=>1,1753250191=>1,1753249982=>1,1753249981=>1,1753249967=>1,1753249966=>1,1753249969=>1,1753249973=>1,1753249979=>1,1753249976=>1,1753250195=>1,1753250199=>1,1753250227=>1,1753250224=>1,1753250229=>1,1753250231=>1,1753250237=>1,1753250236=>1,1753250222=>1,1753250219=>1,1753250206=>1,1753250204=>1,1753250208=>1,1753250214=>1,1753250217=>1,1753250216=>1,1753249963=>1,1753249960=>1,1747298587=>1,1747294772=>1,1747299079=>1,1747304235=>1,1747339521=>1,1747304604=>1,1747281538=>1,1747281201=>1,1747177753=>1,1730647436=>1,1747212195=>1,1747223487=>1,1747236135=>1,1747236114=>1,1747339742=>1,1747452303=>1,1753249933=>1,1753240244=>1,1753249937=>1,1753249955=>1,1753249959=>1,1753249956=>1,1747783706=>1,1747707216=>1,1747487398=>1,1747484719=>1,1747492670=>1,1747518091=>1,1747569844=>1,1753250434=>1,1753250435=>1,1753250722=>1,1753250719=>1,1753250723=>1,1753250725=>1,1753250730=>1,1753250727=>1,1753250715=>1,1753250714=>1,1753250705=>1,1753250703=>1,1753250706=>1,1753250707=>1,1753250713=>1,1753250710=>1,1753250731=>1,1753250732=>1,1753250747=>1,1753250746=>1,1753250750=>1,1753260825=>1,1753270858=>1,1753270688=>1,1753250745=>1,1753250743=>1,1753250734=>1,1753250733=>1,1753250737=>1,1753250738=>1,1753250740=>1,1753250702=>1,1753250700=>1,1753250464=>1,1753250462=>1,1753250465=>1,1753250467=>1,1753250470=>1,1753250469=>1,1753250461=>1,1753250460=>1,1753250437=>1,1753250436=>1,1753250438=>1,1753250440=>1,1753250442=>1,1753250441=>1,1753250472=>1,1753250473=>1,1753250490=>1,1753250489=>1,1753250492=>1,1753250493=>1,1753250699=>1,1753250691=>1,1753250488=>1,1753250486=>1,1753250477=>1,1753250475=>1,1753250478=>1,1753250484=>1,1753250485=>1,1747136587=>1,1730647431=>1,1660823987=>1,1660385539=>1,1660947946=>1,1661343166=>1,1665786372=>1,1664397474=>1,1660364299=>1,1660359142=>1,1659842809=>1,1659762206=>1,1659927451=>1,1660045957=>1,1660300512=>1,1660269265=>1,1666785673=>1,1667224946=>1,1678030546=>1,1677952948=>1,1678189299=>1,1678263137=>1,1678739024=>1,1678471378=>1,1677783070=>1,1676654671=>1,1673903147=>1,1668662921=>1,1673941010=>1,1675982541=>1,1676622969=>1,1676290976=>1,1659641903=>1,1659615655=>1,1657920999=>1,1657912774=>1,1657935817=>1,1657941683=>1,1658443417=>1,1657985263=>1,1657833798=>1,1657723089=>1,1657055741=>1,1657008829=>1,1657134659=>1,1657352674=>1,1657714338=>1,1657436794=>1,1658455272=>1,1658662924=>1,1659227807=>1,1659206743=>1,1659529800=>1,1659550155=>1,1659559361=>1,1659558679=>1,1659130222=>1,1659125618=>1,1658952375=>1,1658937307=>1,1658955362=>1,1659017823=>1,1659033859=>1,1679915536=>1,1680111050=>1,1699864884=>1,1699851058=>1,1700793146=>1,1700793147=>1,1700793154=>1,1700793152=>1,1699833410=>1,1699356630=>1,1698888982=>1,1698674987=>1,1698971731=>1,1699084943=>1,1699355839=>1,1699175095=>1,1700793155=>1,1700793158=>1,1701096161=>1,1701095688=>1,1701099784=>1,1701581810=>1,1701633068=>1,1701609820=>1,1701095401=>1,1701093909=>1,1700924306=>1,1700793159=>1,1700998154=>1,1701088350=>1,1701089454=>1,1698666330=>1,1697898146=>1,1694672222=>1,1680750915=>1,1694786890=>1,1694927908=>1,1695718186=>1,1695715418=>1,1680699244=>1,1680635460=>1,1680113332=>1,1680112437=>1,1680193657=>1,1680217740=>1,1680253898=>1,1680240594=>1,1695726247=>1,1696212642=>1,1697872887=>1,1697872835=>1,1697873947=>1,1697894745=>1,1697896945=>1,1697895188=>1,1697866836=>1,1697866665=>1,1696286540=>1,1696284899=>1,1696286658=>1,1697383218=>1,1697856877=>1,1656713757=>1,1656700658=>1,1634437996=>1,1634437916=>1,1634438077=>1,1634438890=>1,1635736761=>1,1635415157=>1,1634437700=>1,1634436735=>1,1633479069=>1,1633446378=>1,1633488234=>1,1634092661=>1,1634436120=>1,1634435279=>1,1645114618=>1,1645124588=>1,1646204390=>1,1646161835=>1,1646630369=>1,1647596989=>1,1647725851=>1,1647668825=>1,1646059650=>1,1646044696=>1,1645875785=>1,1645256495=>1,1645889617=>1,1645898379=>1,1645900014=>1,1645899569=>1,1633238846=>1,1633193264=>1,1632366703=>1,1632366630=>1,1632366718=>1,1632366760=>1,1632441917=>1,1632366799=>1,1632362583=>1,1632347242=>1,1631642478=>1,1631626187=>1,1631836477=>1,1631891482=>1,1632300484=>1,1631953655=>1,1632447398=>1,1632551178=>1,1632789595=>1,1632765033=>1,1633043170=>1,1633043181=>1,1633107557=>1,1633058092=>1,1632753768=>1,1632748613=>1,1632603331=>1,1632582511=>1,1632605962=>1,1632700751=>1,1632706700=>1,1647765300=>1,1647765672=>1,1654621669=>1,1654621643=>1,1654621914=>1,1654622183=>1,1654624009=>1,1654623474=>1,1654621616=>1,1654621586=>1,1654609656=>1,1654593920=>1,1654620455=>1,1654620824=>1,1654621534=>1,1654620864=>1,1654624174=>1,1654839410=>1,1655751109=>1,1655592872=>1,1655827773=>1,1655890808=>1,1656031942=>1,1656029334=>1,1655213960=>1,1655129885=>1,1654916319=>1,1654915612=>1,1654936056=>1,1654970415=>1,1654977016=>1,1654403820=>1,1653715881=>1,1650729062=>1,1648215556=>1,1650800818=>1,1650826646=>1,1651513926=>1,1650849814=>1,1648215246=>1,1648215232=>1,1648168382=>1,1647843398=>1,1648168643=>1,1648190767=>1,1648215102=>1,1648190989=>1,1651542167=>1,1651638849=>1,1653161533=>1,1652426583=>1,1653485366=>1,1653499285=>1,1653629408=>1,1653610539=>1,1652143492=>1,1652114239=>1,1651811860=>1,1651704870=>1,1651903091=>1,1651930746=>1,1652114068=>1,1701633356=>1,1701633445=>1,1729586311=>1,1729449252=>1,1729586942=>1,1729587078=>1,1729587081=>1,1729587079=>1,1729428253=>1,1729413644=>1,1729386913=>1,1729386769=>1,1729386929=>1,1729386945=>1,1729407002=>1,1729401967=>1,1729587082=>1,1729587083=>1,1729792138=>1,1729745214=>1,1729792141=>1,1729806499=>1,1729842760=>1,1729839874=>1,1729706530=>1,1729658822=>1,1729596138=>1,1729587084=>1,1729658450=>1,1729658452=>1,1729658738=>1,1729658454=>1,1729386753=>1,1729357246=>1,1729052229=>1,1729051669=>1,1729052405=>1,1729072195=>1,1729099014=>1,1729086214=>1,1729034940=>1,1728990367=>1,1728990301=>1,1728990300=>1,1728990311=>1,1728990312=>1,1728990352=>1,1728990330=>1,1729099734=>1,1729130497=>1,1729237186=>1,1729237162=>1,1729241130=>1,1729253377=>1,1729326522=>1,1729296142=>1,1729237154=>1,1729234140=>1,1729130709=>1,1729130633=>1,1729131282=>1,1729134836=>1,1729207938=>1,1729855198=>1,1729858868=>1,1730647200=>1,1730647193=>1,1730647201=>1,1730647203=>1,1730647210=>1,1730647208=>1,1730647187=>1,1730647183=>1,1730647175=>1,1730647171=>1,1730647176=>1,1730647178=>1,1730647181=>1,1730647179=>1,1730647213=>1,1730647214=>1,1730647230=>1,1730647229=>1,1730647426=>1,1730647428=>1,1627377593=>1,1730647429=>1,1730647228=>1,1730647227=>1,1730647221=>1,1730647215=>1,1730647222=>1,1730647225=>1,1730647226=>1,1730647170=>1,1730637245=>1,1729988265=>1,1729946270=>1,1729988288=>1,1730011133=>1,1730069201=>1,1730042314=>1,1729946199=>1,1729909765=>1,1729884126=>1,1729883377=>1,1729902734=>1,1729903146=>1,1729903148=>1,1729903147=>1,1730082529=>1,1730112822=>1,1730554679=>1,1730521273=>1,1730569418=>1,1730569558=>1,1730628675=>1,1730595179=>1,1730521187=>1,1730421610=>1,1730130530=>1,1730130177=>1,1730130546=>1,1730130554=>1,1730130657=>1,1728990260=>1,1728990256=>1,1709669846=>1,1709650586=>1,1709678521=>1,1710811457=>1,1710999362=>1,1710980901=>1,1709649442=>1,1709379232=>1,1707721792=>1,1707710786=>1,1707722015=>1,1707924342=>1,1709373933=>1,1709313247=>1,1711010934=>1,1711011222=>1,1711214994=>1,1711214993=>1,1711215089=>1,1711215090=>1,1711215093=>1,1711215092=>1,1711214990=>1,1711214989=>1,1711180971=>1,1711011234=>1,1711180972=>1,1711193286=>1,1711214985=>1,1711214882=>1,1707710063=>1,1707667771=>1,1702913032=>1,1702856088=>1,1702914845=>1,1705856551=>1,1707571429=>1,1706187753=>1,1701738315=>1,1701738314=>1,1701665002=>1,1701663325=>1,1701666310=>1,1701704741=>1,1701738299=>1,1701738298=>1,1707640140=>1,1707644341=>1,1707654250=>1,1707652637=>1,1707655235=>1,1707655871=>1,1707666034=>1,1707657896=>1,1707652388=>1,1707651878=>1,1707651041=>1,1707650571=>1,1707651630=>1,1707651642=>1,1707651773=>1,1711215094=>1,1711223597=>1,1728570869=>1,1728570866=>1,1728575670=>1,1728575828=>1,1728662815=>1,1728592390=>1,1728534461=>1,1728525437=>1,1728433138=>1,1728428834=>1,1728457635=>1,1728501040=>1,1728523215=>1,1728501190=>1,1728662816=>1,1728724943=>1,1728977542=>1,1728939466=>1,1728988782=>1,1728990227=>1,1728990247=>1,1728990241=>1,1728939462=>1,1728939449=>1,1728742933=>1,1728733742=>1,1728759090=>1,1728759652=>1,1728881448=>1,1728414977=>1,1728379412=>1,1711232826=>1,1711229346=>1,1711233722=>1,1728131148=>1,1728131162=>1,1728131149=>1,1711226570=>1,1711225978=>1,1711223634=>1,1711223599=>1,1711223666=>1,1711224307=>1,1711225042=>1,1711224993=>1,1728131930=>1,1728131931=>1,1728357778=>1,1728339032=>1,1728357779=>1,1728357780=>1,1728379410=>1,1728358374=>1,1728332610=>1,1728329289=>1,1728265481=>1,1728142642=>1,1728269836=>1,1728269838=>1,1728307571=>1,1730647433=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-16.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(1815957824=>1815957887,1815951408=>1815951423,1815951248=>1815951263,1815950192=>1815950207,1815940112=>1815940127,1758098928=>1758098935,1815962517=>1,1815961639=>1,1815967563=>1,1815963566=>1,1815808993=>1,1815881796=>1,1815968344=>1,1815956014=>1,1815808665=>1,1815968586=>1,1815983064=>1,1815982446=>1,1815983302=>1,1815983416=>1,1815988157=>1,1815987919=>1,1815981954=>1,1815981144=>1,1815979264=>1,1815978743=>1,1815979433=>1,1815979478=>1,1815980185=>1,1815979698=>1,1815808653=>1,1815808650=>1,1814912324=>1,1814896806=>1,1814912338=>1,1815033520=>1,1815170531=>1,1815100264=>1,1814833082=>1,1814286583=>1,1813964680=>1,1813963006=>1,1813981189=>1,1813990448=>1,1814206544=>1,1814049044=>1,1815206742=>1,1815368769=>1,1815808208=>1,1815808068=>1,1815808210=>1,1815808218=>1,1815808647=>1,1815808641=>1,1815806672=>1,1815786262=>1,1815466141=>1,1815465948=>1,1815467824=>1,1815551247=>1,1815661498=>1,1815988170=>1,1815988174=>1,1824784991=>1,1824526635=>1,1825196899=>1,1826631940=>1,1827209323=>1,1826955571=>1,1824121406=>1,1824004604=>1,1823503770=>1,1823357376=>1,1823621949=>1,1823776764=>1,1823935243=>1,1823790283=>1,1827714700=>1,1827806637=>1,1830345735=>1,1829949561=>1,1830618322=>1,1830733278=>1,1832820750=>1,1831936541=>1,1829744954=>1,1829548467=>1,1828212827=>1,1827941180=>1,1828214770=>1,1828344313=>1,1829324677=>1,1828760109=>1,1823178931=>1,1823177540=>1,1815995795=>1,1815992900=>1,1816001229=>1,1816277799=>1,1816515478=>1,1816503396=>1,1815992716=>1,1815992639=>1,1815990443=>1,1815989795=>1,1815991156=>1,1815991398=>1,1815992296=>1,1815991953=>1,1816767697=>1,1817592439=>1,1822950204=>1,1822874643=>1,1822966054=>1,1822966067=>1,1823082667=>1,1822995149=>1,1822874642=>1,1822861470=>1,1822476995=>1,1818020508=>1,1822484103=>1,1822592626=>1,1822761223=>1,1813550808=>1,1813544036=>1,1806339957=>1,1806334731=>1,1806341639=>1,1806342480=>1,1806345118=>1,1806343892=>1,1806332620=>1,1806331102=>1,1806327021=>1,1806325782=>1,1806327053=>1,1806327072=>1,1806329127=>1,1806328043=>1,1806351515=>1,1806352477=>1,1806362699=>1,1806362537=>1,1806362809=>1,1806363358=>1,1806364736=>1,1806364095=>1,1806361705=>1,1806361473=>1,1806353806=>1,1806352654=>1,1806357488=>1,1806358473=>1,1806361259=>1,1806358932=>1,1806325435=>1,1806323242=>1,1805108771=>1,1805107466=>1,1805150251=>1,1805150254=>1,1805349615=>1,1805341124=>1,1805097178=>1,1805097170=>1,1805094522=>1,1805094518=>1,1805094523=>1,1805094524=>1,1805094526=>1,1805094525=>1,1805582101=>1,1805582102=>1,1806135129=>1,1806135109=>1,1806155098=>1,1806155856=>1,1806316084=>1,1806311495=>1,1806135076=>1,1805755141=>1,1805718129=>1,1805582150=>1,1805721521=>1,1805734083=>1,1805753640=>1,1806364943=>1,1806365862=>1,1807708012=>1,1807695864=>1,1807708397=>1,1807709867=>1,1807730236=>1,1807711928=>1,1807694428=>1,1807694058=>1,1807691607=>1,1807691468=>1,1807691781=>1,1807691818=>1,1807693949=>1,1807692281=>1,1807730435=>1,1807732649=>1,1813071504=>1,1813071410=>1,1813120561=>1,1813147132=>1,1813455445=>1,1813167633=>1,1813049472=>1,1813025784=>1,1808478795=>1,1808252601=>1,1808533235=>1,1809383817=>1,1812695346=>1,1807690332=>1,1807531065=>1,1807065513=>1,1807063570=>1,1807066635=>1,1807068693=>1,1807068756=>1,1807068694=>1,1807057056=>1,1807039497=>1,1806366331=>1,1806366242=>1,1806366497=>1,1806828357=>1,1807039496=>1,1807038871=>1,1807069900=>1,1807070099=>1,1807149319=>1,1807126298=>1,1807149399=>1,1807150131=>1,1807339090=>1,1807150878=>1,1807123336=>1,1807123317=>1,1807089172=>1,1807072199=>1,1807116551=>1,1807123309=>1,1807123316=>1,1832834838=>1,1832890242=>1,1841778727=>1,1841716685=>1,1841857086=>1,1841879044=>1,1841879055=>1,1841879052=>1,1841716286=>1,1841692397=>1,1841525706=>1,1841501711=>1,1841566262=>1,1841570355=>1,1841615470=>1,1841594147=>1,1841894338=>1,1841894339=>1,1841928419=>1,1841928418=>1,1841928420=>1,1841928421=>1,1841928436=>1,1841928433=>1,1841928208=>1,1841928197=>1,1841917227=>1,1841894345=>1,1841922827=>1,1841923428=>1,1841927176=>1,1841923470=>1,1841501646=>1,1841481225=>1,1840982627=>1,1840883314=>1,1841028980=>1,1841056216=>1,1841143517=>1,1841059917=>1,1840793191=>1,1840782866=>1,1840079077=>1,1840069521=>1,1840086890=>1,1840187072=>1,1840187449=>1,1840187445=>1,1841147167=>1,1841148943=>1,1841394161=>1,1841384855=>1,1841397572=>1,1841428476=>1,1841450592=>1,1841430001=>1,1841382861=>1,1841381129=>1,1841219681=>1,1841217916=>1,1841317732=>1,1841355106=>1,1841363496=>1,1841928845=>1,1841928847=>1,1843823118=>1,1843822771=>1,1843845578=>1,1843850329=>1,1843850917=>1,1843850335=>1,1843818498=>1,1843799005=>1,1842614328=>1,1842538852=>1,1843019523=>1,1843624132=>1,1843763393=>1,1843699278=>1,1843866755=>1,1843886705=>1,1844091445=>1,1844061900=>1,1844181112=>1,1844181418=>1,1844181891=>1,1844181890=>1,1844061816=>1,1844061781=>1,1844018980=>1,1843948174=>1,1844019177=>1,1844061372=>1,1844061413=>1,1842298296=>1,1842298281=>1,1841928905=>1,1841928895=>1,1841954983=>1,1841981016=>1,1841985145=>1,1841985025=>1,1841928890=>1,1841928883=>1,1841928860=>1,1841928857=>1,1841928862=>1,1841928864=>1,1841928875=>1,1841928867=>1,1842048067=>1,1842134735=>1,1842297617=>1,1842297425=>1,1842298227=>1,1842298242=>1,1842298258=>1,1842298249=>1,1842297346=>1,1842296641=>1,1842264742=>1,1842180618=>1,1842295081=>1,1842295230=>1,1842295765=>1,1840069286=>1,1840068798=>1,1834716657=>1,1834706939=>1,1834733314=>1,1834741282=>1,1834996345=>1,1834962104=>1,1834681120=>1,1834656445=>1,1834485305=>1,1834469113=>1,1834500082=>1,1834595551=>1,1834650797=>1,1834617645=>1,1835284030=>1,1835535452=>1,1835890804=>1,1835850472=>1,1835984661=>1,1836019052=>1,1836021305=>1,1836019065=>1,1835849825=>1,1835849617=>1,1835625890=>1,1835543982=>1,1835677222=>1,1835699004=>1,1835817236=>1,1835738010=>1,1834469047=>1,1834466578=>1,1833255697=>1,1833238866=>1,1833415666=>1,1833446211=>1,1833602002=>1,1833585637=>1,1833222020=>1,1833217596=>1,1832900325=>1,1805094517=>1,1832911781=>1,1832979259=>1,1833150137=>1,1833134318=>1,1833605013=>1,1833605060=>1,1834376463=>1,1834376408=>1,1834386749=>1,1834403367=>1,1834436336=>1,1834430565=>1,1833678925=>1,1833660197=>1,1833616318=>1,1833615943=>1,1833618551=>1,1833618965=>1,1833619177=>1,1836021421=>1,1836051286=>1,1839458818=>1,1839441915=>1,1839458820=>1,1839458821=>1,1839458824=>1,1839458823=>1,1839350426=>1,1839346170=>1,1838560901=>1,1838531760=>1,1838676474=>1,1839139028=>1,1839281153=>1,1839219765=>1,1839458825=>1,1839460657=>1,1839935459=>1,1839925981=>1,1839951374=>1,1839995662=>1,1840068678=>1,1840015875=>1,1839841842=>1,1839800739=>1,1839549025=>1,1839525095=>1,1839562302=>1,1839562555=>1,1839685976=>1,1838391551=>1,1837476165=>1,1836683935=>1,1836653303=>1,1836719628=>1,1836724520=>1,1836770345=>1,1836724863=>1,1836634640=>1,1836630769=>1,1836623266=>1,1836051290=>1,1836623882=>1,1836625200=>1,1836627377=>1,1836627189=>1,1836797528=>1,1836809124=>1,1837047299=>1,1836977518=>1,1837114342=>1,1837125672=>1,1837460453=>1,1837448762=>1,1836976612=>1,1836974134=>1,1836855632=>1,1836846750=>1,1836878237=>1,1836890915=>1,1836893635=>1,1832879442=>1,1805094515=>1,1758429448=>1,1758429289=>1,1758430317=>1,1758430484=>1,1758431244=>1,1758430725=>1,1758429226=>1,1758374025=>1,1758098926=>1,1758098923=>1,1758098937=>1,1758098938=>1,1758098942=>1,1758098939=>1,1758432424=>1,1758432773=>1,1758435178=>1,1758435123=>1,1758435509=>1,1758437000=>1,1758525222=>1,1758523893=>1,1758434611=>1,1758434151=>1,1758433080=>1,1758432839=>1,1758433265=>1,1758433733=>1,1758433901=>1,1758433869=>1,1758098921=>1,1758098920=>1,1758098872=>1,1758098871=>1,1758098874=>1,1758098878=>1,1758098883=>1,1758098879=>1,1758098870=>1,1758098869=>1,1758098854=>1,1758098852=>1,1758098856=>1,1758098858=>1,1758098864=>1,1758098859=>1,1758098886=>1,1758098887=>1,1758098910=>1,1758098909=>1,1758098913=>1,1758098914=>1,1758098919=>1,1758098918=>1,1758098908=>1,1758098906=>1,1758098894=>1,1758098893=>1,1758098900=>1,1758098901=>1,1758098903=>1,1758525227=>1,1758539000=>1,1759470860=>1,1759468703=>1,1759470958=>1,1759476293=>1,1759476459=>1,1759476339=>1,1759468699=>1,1759449239=>1,1759296057=>1,1759295660=>1,1759296588=>1,1759445304=>1,1759449095=>1,1759448297=>1,1759477136=>1,1759513109=>1,1760120082=>1,1760043058=>1,1760120677=>1,1760120847=>1,1760121806=>1,1760120873=>1,1760035617=>1,1759917364=>1,1759816124=>1,1759513198=>1,1759856004=>1,1759903842=>1,1759917138=>1,1759294944=>1,1759294437=>1,1759250415=>1,1759249816=>1,1759251942=>1,1759253283=>1,1759254074=>1,1759253481=>1,1759248996=>1,1759248713=>1,1759031110=>1,1758891378=>1,1759031274=>1,1759196473=>1,1759242838=>1,1759211634=>1,1759254090=>1,1759254895=>1,1759261053=>1,1759259880=>1,1759261134=>1,1759282657=>1,1759293075=>1,1759292802=>1,1759258923=>1,1759258251=>1,1759255207=>1,1759254965=>1,1759257210=>1,1759257397=>1,1759257774=>1,1758098851=>1,1758098850=>1,1757942926=>1,1757942516=>1,1757943873=>1,1757945560=>1,1758098691=>1,1758098690=>1,1757941987=>1,1757766682=>1,1757437819=>1,1757413394=>1,1757459158=>1,1757685286=>1,1757762086=>1,1757691317=>1,1758098692=>1,1758098693=>1,1758098707=>1,1758098706=>1,1758098708=>1,1758098711=>1,1758098713=>1,1758098712=>1,1758098705=>1,1758098703=>1,1758098696=>1,1758098694=>1,1758098697=>1,1758098699=>1,1758098702=>1,1758098700=>1,1757324460=>1,1757243377=>1,1755880441=>1,1755880216=>1,1755880646=>1,1755882056=>1,1755882228=>1,1755882190=>1,1755880020=>1,1755880006=>1,1755856593=>1,1755856591=>1,1755862951=>1,1755879516=>1,1755879942=>1,1755879673=>1,1755882737=>1,1755883918=>1,1756356125=>1,1756326679=>1,1756452651=>1,1756465283=>1,1756468802=>1,1756468801=>1,1756227010=>1,1756188204=>1,1755884594=>1,1755884243=>1,1756066934=>1,1756153250=>1,1756157454=>1,1758098719=>1,1758098720=>1,1758098799=>1,1758098798=>1,1758098800=>1,1758098801=>1,1758098806=>1,1758098802=>1,1758098794=>1,1758098792=>1,1758098780=>1,1758098779=>1,1758098781=>1,1758098782=>1,1758098790=>1,1758098786=>1,1758098809=>1,1758098810=>1,1758098827=>1,1758098826=>1,1758098836=>1,1758098839=>1,1758098849=>1,1758098845=>1,1758098824=>1,1758098818=>1,1758098812=>1,1758098811=>1,1758098814=>1,1758098815=>1,1758098816=>1,1758098773=>1,1758098772=>1,1758098733=>1,1758098732=>1,1758098734=>1,1758098737=>1,1758098740=>1,1758098739=>1,1758098731=>1,1758098730=>1,1758098723=>1,1758098721=>1,1758098724=>1,1758098725=>1,1758098728=>1,1758098726=>1,1758098741=>1,1758098742=>1,1758098766=>1,1758098765=>1,1758098767=>1,1758098768=>1,1758098771=>1,1758098769=>1,1758098761=>1,1758098757=>1,1758098747=>1,1758098746=>1,1758098752=>1,1758098753=>1,1758098754=>1,1760122149=>1,1760122409=>1,1782325719=>1,1782112712=>1,1782340446=>1,1782913441=>1,1783351125=>1,1783350030=>1,1780953634=>1,1780944052=>1,1778545186=>1,1778545126=>1,1778545588=>1,1780530671=>1,1780856139=>1,1780855291=>1,1783704679=>1,1783726157=>1,1785217453=>1,1785211829=>1,1785221652=>1,1786258343=>1,1786265145=>1,1786258793=>1,1785211795=>1,1785211732=>1,1785209660=>1,1785204589=>1,1785210070=>1,1785210327=>1,1785211570=>1,1785211447=>1,1778541611=>1,1776619609=>1,1768263846=>1,1768262377=>1,1768265793=>1,1768266168=>1,1768271399=>1,1768269817=>1,1768259940=>1,1768256800=>1,1768240615=>1,1768236348=>1,1768245226=>1,1768245739=>1,1768253751=>1,1768251780=>1,1768272092=>1,1768276639=>1,1775500816=>1,1774642363=>1,1776354507=>1,1776385373=>1,1776456621=>1,1776418169=>1,1774641837=>1,1773679333=>1,1768279170=>1,1768277946=>1,1768282556=>1,1768284185=>1,1768948142=>1,1790445222=>1,1790445291=>1,1796212177=>1,1796019057=>1,1796268759=>1,1796302078=>1,1796523607=>1,1796392459=>1,1795881669=>1,1795836568=>1,1795348000=>1,1795294820=>1,1795432303=>1,1795487066=>1,1795635546=>1,1795556497=>1,1803808203=>1,1804408901=>1,1805017843=>1,1805017781=>1,1805018139=>1,1805036470=>1,1755856558=>1,1805094514=>1,1804998781=>1,1804998665=>1,1804601142=>1,1804446290=>1,1804629646=>1,1804855719=>1,1804993604=>1,1795196637=>1,1794748629=>1,1790579240=>1,1790578842=>1,1790580289=>1,1790580860=>1,1790581713=>1,1790580882=>1,1790522828=>1,1790521737=>1,1790516249=>1,1790515288=>1,1790516394=>1,1790518659=>1,1790521567=>1,1790520104=>1,1790581771=>1,1790581793=>1,1790663929=>1,1790654447=>1,1790664786=>1,1790665620=>1,1794177642=>1,1790665773=>1,1790653867=>1,1790652177=>1,1790603817=>1,1790603514=>1,1790605697=>1,1790649701=>1,1790651246=>1,1768229995=>1,1768229858=>1,1760322924=>1,1760321702=>1,1760328187=>1,1760330030=>1,1760330511=>1,1760330171=>1,1760321689=>1,1760320428=>1,1760318000=>1,1760316604=>1,1760318291=>1,1760319017=>1,1760320189=>1,1760319322=>1,1760331192=>1,1760331439=>1,1760336987=>1,1760336951=>1,1760337058=>1,1760338256=>1,1760342830=>1,1760341963=>1,1760336693=>1,1760336161=>1,1760333278=>1,1760333239=>1,1760333405=>1,1760334195=>1,1760335828=>1,1760335776=>1,1760313687=>1,1760311745=>1,1760129616=>1,1760128086=>1,1760129621=>1,1760130330=>1,1760131061=>1,1760130878=>1,1760126852=>1,1760124597=>1,1760123212=>1,1760122843=>1,1760123660=>1,1760123977=>1,1760124322=>1,1760124251=>1,1760132042=>1,1760132340=>1,1760309658=>1,1760309426=>1,1760310288=>1,1760310624=>1,1760310980=>1,1760310939=>1,1760309065=>1,1760306919=>1,1760299355=>1,1760132592=>1,1760300694=>1,1760300971=>1,1760301463=>1,1760343757=>1,1760345615=>1,1760476258=>1,1760475473=>1,1760477338=>1,1760484639=>1,1760765290=>1,1760484803=>1,1760474440=>1,1760474411=>1,1760470868=>1,1760470516=>1,1760470895=>1,1760473194=>1,1760474063=>1,1760473222=>1,1760840047=>1,1760841103=>1,1761253691=>1,1760965486=>1,1761344292=>1,1761504161=>1,1768228804=>1,1768228577=>1,1760946560=>1,1760946049=>1,1760848819=>1,1760841671=>1,1760870714=>1,1760878540=>1,1760899651=>1,1760468927=>1,1760466476=>1,1760355208=>1,1760353983=>1,1760355739=>1,1760357813=>1,1760360410=>1,1760358444=>1,1760353384=>1,1760353350=>1,1760349495=>1,1760348154=>1,1760349496=>1,1760351311=>1,1760353225=>1,1760351377=>1,1760361641=>1,1760397595=>1,1760461698=>1,1760454623=>1,1760462520=>1,1760463284=>1,1760465626=>1,1760465263=>1,1760449308=>1,1760447567=>1,1760402646=>1,1760401603=>1,1760421506=>1,1760447088=>1,1760447565=>1,1805094516=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-17.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(1915286257=>1,1915285734=>1,1915287083=>1,1915288397=>1,1915326801=>1,1915325846=>1,1915283933=>1,1915283841=>1,1915276125=>1,1915276026=>1,1915276257=>1,1915276517=>1,1915283695=>1,1915283485=>1,1915348248=>1,1915403492=>1,1915735770=>1,1915734449=>1,1915735883=>1,1915740331=>1,1916929932=>1,1916346322=>1,1915732355=>1,1915618853=>1,1915415268=>1,1915405507=>1,1915520549=>1,1915534651=>1,1915617579=>1,1915550562=>1,1915275936=>1,1915274377=>1,1914589527=>1,1914436086=>1,1914717957=>1,1914728970=>1,1914843412=>1,1914765395=>1,1914436027=>1,1914435109=>1,1914432518=>1,1914432464=>1,1914432711=>1,1914432963=>1,1914433683=>1,1914433597=>1,1914846066=>1,1914868940=>1,1915242058=>1,1915223124=>1,1915251582=>1,1915273258=>1,1915274371=>1,1915273890=>1,1915127140=>1,1915127126=>1,1915117905=>1,1915010266=>1,1915118030=>1,1915126881=>1,1915126952=>1,1916929939=>1,1917820858=>1,1926737087=>1,1926732927=>1,1926740871=>1,1926745238=>1,1926832657=>1,1926763555=>1,1926731277=>1,1926719663=>1,1922977771=>1,1922970997=>1,1924817989=>1,1925670394=>1,1926715755=>1,1925935204=>1,1926932185=>1,1926990438=>1,1928862014=>1,1928487378=>1,1929115490=>1,1929134239=>1,1929135191=>1,1929134479=>1,1928406027=>1,1928311547=>1,1927365906=>1,1927138053=>1,1927370606=>1,1927655981=>1,1928311322=>1,1927660466=>1,1921978352=>1,1921856516=>1,1918876592=>1,1918851220=>1,1919032163=>1,1919352354=>1,1919606859=>1,1919470350=>1,1918170579=>1,1917908638=>1,1917821697=>1,1917820958=>1,1917821841=>1,1917868981=>1,1917903431=>1,1917880432=>1,1919607478=>1,1919609742=>1,1920411150=>1,1920066759=>1,1921060990=>1,1921061011=>1,1921160970=>1,1921125689=>1,1920040489=>1,1920040482=>1,1919756614=>1,1919609954=>1,1919766905=>1,1919767870=>1,1920040474=>1,1914432418=>1,1914432404=>1,1902727229=>1,1902707805=>1,1902751368=>1,1902767446=>1,1902795463=>1,1902773493=>1,1902575281=>1,1902574675=>1,1901884223=>1,1901661521=>1,1902256260=>1,1902256285=>1,1902361849=>1,1902361746=>1,1902829442=>1,1902852428=>1,1904377173=>1,1904377147=>1,1904377174=>1,1905011507=>1,1906339030=>1,1906316838=>1,1903828730=>1,1903428795=>1,1902889497=>1,1902877938=>1,1902939490=>1,1902950650=>1,1903138057=>1,1902968259=>1,1901497986=>1,1901325378=>1,1900112265=>1,1899322286=>1,1900166710=>1,1900166726=>1,1900169635=>1,1900166776=>1,1898326445=>1,1897869007=>1,1897369352=>1,1897260350=>1,1897381610=>1,1897675945=>1,1897869002=>1,1897869001=>1,1900188460=>1,1900188494=>1,1901010042=>1,1901009205=>1,1901010748=>1,1901012723=>1,1901085627=>1,1901077837=>1,1901008901=>1,1900977877=>1,1900307606=>1,1900307528=>1,1900307769=>1,1900476168=>1,1900685428=>1,1906409613=>1,1908338376=>1,1913007466=>1,1913004738=>1,1913771055=>1,1914189275=>1,1914291987=>1,1914286082=>1,1913004453=>1,1913004451=>1,1912570154=>1,1912560991=>1,1912571583=>1,1912882330=>1,1912933554=>1,1912933486=>1,1914297415=>1,1914307823=>1,1914417069=>1,1914377063=>1,1914429501=>1,1914431663=>1,1914432241=>1,1914431875=>1,1914376919=>1,1914375830=>1,1914307891=>1,1914307850=>1,1914309370=>1,1914320229=>1,1914370806=>1,1912552761=>1,1912549681=>1,1909189538=>1,1908996631=>1,1909212454=>1,1909249074=>1,1910156335=>1,1909270712=>1,1908988142=>1,1908987554=>1,1908658169=>1,1908639323=>1,1908939603=>1,1908940042=>1,1908973467=>1,1908952595=>1,1910802525=>1,1911036768=>1,1912373679=>1,1912366089=>1,1912387058=>1,1912462546=>1,1912533233=>1,1912463130=>1,1912077330=>1,1912072515=>1,1911204941=>1,1911133871=>1,1911577588=>1,1911614982=>1,1911833066=>1,1929135359=>1,1929135749=>1,1935146680=>1,1935146597=>1,1935146706=>1,1935146735=>1,1935146744=>1,1935146743=>1,1935146524=>1,1935146490=>1,1935146406=>1,1935146391=>1,1935146433=>1,1935146436=>1,1935146466=>1,1935146457=>1,1935146772=>1,1935146854=>1,1936796631=>1,1936694596=>1,1936847301=>1,1936974733=>1,1937059080=>1,1937059076=>1,1936670214=>1,1935198515=>1,1935146939=>1,1935146868=>1,1935146945=>1,1935146948=>1,1935146991=>1,1935146987=>1,1935146296=>1,1935144290=>1,1935137201=>1,1935137193=>1,1935137204=>1,1935137218=>1,1935137543=>1,1935137470=>1,1935137160=>1,1935137157=>1,1935137019=>1,1935136958=>1,1935137046=>1,1935137061=>1,1935137128=>1,1935137071=>1,1935137576=>1,1935137623=>1,1935142098=>1,1935140968=>1,1935142178=>1,1935142887=>1,1935143039=>1,1935143001=>1,1935138017=>1,1935138009=>1,1935137674=>1,1935137665=>1,1935137798=>1,1935137954=>1,1935137964=>1,1937210362=>1,1937522978=>1,1939900811=>1,1939850206=>1,1939900812=>1,1939900820=>1,1940775164=>1,1939900850=>1,1939849630=>1,1939848653=>1,1939832640=>1,1939832096=>1,1939839637=>1,1939846697=>1,1939848361=>1,1939846937=>1,1941015127=>1,1941307776=>1,1944348990=>1,1943895696=>1,1944349914=>1,1944350022=>1,1944350573=>1,1944350049=>1,1942070437=>1,1941698232=>1,1941379590=>1,1941358684=>1,1941380102=>1,1941578605=>1,1941697321=>1,1939823589=>1,1939813688=>1,1937708452=>1,1937704997=>1,1937710546=>1,1937711274=>1,1937720578=>1,1937720388=>1,1937704180=>1,1937641559=>1,1937524894=>1,1937524814=>1,1937525025=>1,1937525114=>1,1937533081=>1,1937526153=>1,1937720587=>1,1937721450=>1,1939807107=>1,1939801591=>1,1939809490=>1,1939811176=>1,1939812574=>1,1939811252=>1,1939801463=>1,1939645699=>1,1938188909=>1,1938156915=>1,1938215207=>1,1938242575=>1,1939506739=>1,1935136925=>1,1935136898=>1,1931333854=>1,1931332699=>1,1931454514=>1,1931458398=>1,1932414994=>1,1932412882=>1,1931332244=>1,1931331100=>1,1931321767=>1,1931321427=>1,1931328219=>1,1931329579=>1,1931329911=>1,1931329730=>1,1932417085=>1,1932461192=>1,1933986671=>1,1933957386=>1,1934015082=>1,1934020625=>1,1934490792=>1,1934020762=>1,1933836316=>1,1933631758=>1,1932470107=>1,1932466014=>1,1932472563=>1,1932474674=>1,1933386431=>1,1932598896=>1,1931317101=>1,1931316208=>1,1931216320=>1,1931053813=>1,1931216660=>1,1931217338=>1,1931224353=>1,1931221996=>1,1929363952=>1,1929286587=>1,1929138376=>1,1929135758=>1,1929138681=>1,1929138763=>1,1929140844=>1,1929140425=>1,1931224849=>1,1931227065=>1,1931291452=>1,1931288951=>1,1931291539=>1,1931299952=>1,1931306520=>1,1931306195=>1,1931258412=>1,1931257330=>1,1931229517=>1,1931227533=>1,1931238063=>1,1931250164=>1,1931250812=>1,1934911934=>1,1934945849=>1,1935135496=>1,1935135384=>1,1935135547=>1,1935135572=>1,1935135647=>1,1935135596=>1,1935135382=>1,1935135314=>1,1935134362=>1,1935134326=>1,1935134376=>1,1935135264=>1,1935135311=>1,1935135285=>1,1935135661=>1,1935135709=>1,1935135950=>1,1935135873=>1,1935135961=>1,1935135979=>1,1935136853=>1,1935136793=>1,1935135824=>1,1935135812=>1,1935135723=>1,1935135720=>1,1935135747=>1,1935135782=>1,1935135792=>1,1935134323=>1,1935134317=>1,1935095584=>1,1935095371=>1,1935095605=>1,1935095620=>1,1935095990=>1,1935095763=>1,1935094617=>1,1935094612=>1,1934968229=>1,1934968226=>1,1934970098=>1,1935091376=>1,1935094569=>1,1935094186=>1,1935096169=>1,1935096198=>1,1935134262=>1,1935134217=>1,1935134268=>1,1935134286=>1,1935134302=>1,1935134287=>1,1935126627=>1,1935097852=>1,1935096288=>1,1935096208=>1,1935096510=>1,1935097457=>1,1935097651=>1,1897260342=>1,1897218726=>1,1856562468=>1,1856562433=>1,1856562586=>1,1856562592=>1,1856562839=>1,1856562763=>1,1856296258=>1,1856295867=>1,1855523322=>1,1854919513=>1,1856245689=>1,1856292220=>1,1856293445=>1,1856292626=>1,1856639046=>1,1856645456=>1,1856871692=>1,1856813937=>1,1856908168=>1,1857026506=>1,1859132070=>1,1857923243=>1,1856813889=>1,1856809571=>1,1856682036=>1,1856677691=>1,1856707093=>1,1856803332=>1,1856809333=>1,1856803393=>1,1854645781=>1,1854623520=>1,1850644968=>1,1850644922=>1,1850646890=>1,1850647939=>1,1850649447=>1,1850648864=>1,1850642965=>1,1850642896=>1,1850597908=>1,1850597726=>1,1850598678=>1,1850600086=>1,1850603534=>1,1850600541=>1,1850808362=>1,1851013011=>1,1854468513=>1,1854466190=>1,1854544572=>1,1854544702=>1,1854563337=>1,1854546574=>1,1854465626=>1,1854464902=>1,1852180712=>1,1851594666=>1,1853211546=>1,1853212878=>1,1854320867=>1,1860540926=>1,1860715186=>1,1863198875=>1,1863198874=>1,1863438018=>1,1863627730=>1,1864942858=>1,1864805987=>1,1863198869=>1,1863198868=>1,1863126413=>1,1863126232=>1,1863150902=>1,1863151206=>1,1863198867=>1,1863198866=>1,1865354498=>1,1865354499=>1,1866754130=>1,1866752829=>1,1866756346=>1,1866759091=>1,1866833981=>1,1866828874=>1,1866685979=>1,1866409508=>1,1865394985=>1,1865354500=>1,1865944470=>1,1865944471=>1,1865944472=>1,1863086882=>1,1863086881=>1,1862344828=>1,1862344755=>1,1862345755=>1,1862350611=>1,1862352165=>1,1862352151=>1,1861868106=>1,1861389467=>1,1860717718=>1,1860716676=>1,1860717778=>1,1860719398=>1,1861386272=>1,1860722478=>1,1862359550=>1,1862452354=>1,1862998978=>1,1862973358=>1,1862998980=>1,1863050317=>1,1863078810=>1,1863078806=>1,1862941065=>1,1862894289=>1,1862618847=>1,1862493781=>1,1862841278=>1,1862879589=>1,1862890187=>1,1850597723=>1,1850596655=>1,1845033585=>1,1845029981=>1,1845201434=>1,1845207559=>1,1845399303=>1,1845364265=>1,1845029980=>1,1845029979=>1,1844978178=>1,1844975182=>1,1844980219=>1,1844980322=>1,1845029947=>1,1845023401=>1,1845482553=>1,1845484068=>1,1847899256=>1,1847897099=>1,1847974974=>1,1848407682=>1,1848792120=>1,1848477669=>1,1847766206=>1,1847732194=>1,1845848298=>1,1845768075=>1,1846112404=>1,1846652054=>1,1846967107=>1,1846735113=>1,1844939033=>1,1844566239=>1,1844214273=>1,1844213142=>1,1844214274=>1,1844214275=>1,1844214520=>1,1844214515=>1,1844211998=>1,1844211971=>1,1844204244=>1,1844181893=>1,1844204739=>1,1844205577=>1,1844211970=>1,1844211969=>1,1844214524=>1,1844214800=>1,1844361004=>1,1844337748=>1,1844382730=>1,1844391962=>1,1844392088=>1,1844392083=>1,1844276945=>1,1844276352=>1,1844251221=>1,1844215426=>1,1844251490=>1,1844251637=>1,1844252093=>1,1848792152=>1,1848934370=>1,1850324492=>1,1850287079=>1,1850393385=>1,1850393427=>1,1850574448=>1,1850457416=>1,1850285703=>1,1850285077=>1,1850279547=>1,1850279270=>1,1850279844=>1,1850280841=>1,1850281950=>1,1850280956=>1,1850574896=>1,1850575352=>1,1850594989=>1,1850594834=>1,1850596211=>1,1850596236=>1,1850596628=>1,1850596287=>1,1850591177=>1,1850590390=>1,1850578264=>1,1850578009=>1,1850580267=>1,1850580956=>1,1850586776=>1,1850278974=>1,1850278904=>1,1850212517=>1,1849878261=>1,1850212711=>1,1850212886=>1,1850220003=>1,1850216799=>1,1848980081=>1,1848979777=>1,1848961084=>1,1848961080=>1,1848961090=>1,1848961099=>1,1848968698=>1,1848961100=>1,1850220352=>1,1850220393=>1,1850278544=>1,1850278540=>1,1850278590=>1,1850278612=>1,1850278841=>1,1850278688=>1,1850278242=>1,1850278091=>1,1850277954=>1,1850228610=>1,1850277964=>1,1850278002=>1,1850278078=>1,1867043391=>1,1867135220=>1,1884196180=>1,1884195765=>1,1884197156=>1,1884197644=>1,1884198322=>1,1884197645=>1,1884195763=>1,1884195114=>1,1883925710=>1,1883922600=>1,1883951044=>1,1884161764=>1,1884172162=>1,1884170180=>1,1884198378=>1,1884205576=>1,1885114384=>1,1885111574=>1,1885114692=>1,1885114760=>1,1885139235=>1,1885118750=>1,1885016291=>1,1884992409=>1,1884453526=>1,1884208370=>1,1884512325=>1,1884512432=>1,1884992235=>1,1884964947=>1,1883919233=>1,1883832354=>1,1880805124=>1,1880805123=>1,1880805139=>1,1880805145=>1,1880805161=>1,1880805151=>1,1880805122=>1,1880804674=>1,1880804428=>1,1880804426=>1,1880804429=>1,1880804433=>1,1880804650=>1,1880804440=>1,1880805165=>1,1880805190=>1,1882542523=>1,1882542522=>1,1883289929=>1,1883330712=>1,1883366377=>1,1883330778=>1,1882308788=>1,1880992451=>1,1880805213=>1,1880805209=>1,1880805214=>1,1880805215=>1,1880805216=>1,1885139543=>1,1885140230=>1,1894172074=>1,1893032261=>1,1894278009=>1,1894597701=>1,1895438245=>1,1894598165=>1,1892608366=>1,1892108923=>1,1889981179=>1,1889919469=>1,1891181983=>1,1891349055=>1,1892106686=>1,1891367087=>1,1895928344=>1,1896026463=>1,1896580556=>1,1896580555=>1,1896600931=>1,1896632995=>1,1897165094=>1,1896672253=>1,1896580554=>1,1896542914=>1,1896521152=>1,1896337994=>1,1896521403=>1,1896529168=>1,1896533425=>1,1889720486=>1,1889238314=>1,1885327323=>1,1885326968=>1,1885335415=>1,1885687979=>1,1885892287=>1,1885892261=>1,1885319377=>1,1885301871=>1,1885283866=>1,1885206576=>1,1885288866=>1,1885289693=>1,1885301710=>1,1885289838=>1,1885993710=>1,1886907303=>1,1887191449=>1,1887189471=>1,1887324261=>1,1887816284=>1,1888270712=>1,1887816942=>1,1887187541=>1,1887184611=>1,1887180319=>1,1886960924=>1,1887182036=>1,1887183781=>1,1887184151=>1,1880804425=>1,1880803802=>1,1875652090=>1,1875640449=>1,1875792376=>1,1875792389=>1,1876781399=>1,1875855597=>1,1875551081=>1,1875548760=>1,1875437290=>1,1875437289=>1,1875437291=>1,1875453154=>1,1875527484=>1,1875510436=>1,1876782488=>1,1877007649=>1,1878235790=>1,1878235105=>1,1878235867=>1,1878399006=>1,1878524016=>1,1878399514=>1,1878233669=>1,1878233613=>1,1877278255=>1,1877278249=>1,1878069008=>1,1878069124=>1,1878153948=>1,1878069136=>1,1875357033=>1,1875352722=>1,1870084113=>1,1870049637=>1,1870339150=>1,1870341818=>1,1872838992=>1,1870343321=>1,1868842456=>1,1868302954=>1,1867231683=>1,1867135224=>1,1867897850=>1,1868146761=>1,1868217734=>1,1868217718=>1,1872882435=>1,1873034088=>1,1875037858=>1,1874894339=>1,1875132468=>1,1875247706=>1,1875327874=>1,1875282130=>1,1874892195=>1,1874889535=>1,1873270152=>1,1873100559=>1,1873750656=>1,1874077455=>1,1874316917=>1,1878527180=>1,1878550836=>1,1880119200=>1,1880119197=>1,1880119427=>1,1880119670=>1,1880119900=>1,1880119735=>1,1880119117=>1,1880119064=>1,1879224930=>1,1879084523=>1,1879314840=>1,1879440722=>1,1880116412=>1,1879705086=>1,1880141780=>1,1880268606=>1,1880786007=>1,1880746684=>1,1880795170=>1,1880795182=>1,1880802507=>1,1880795554=>1,1880730493=>1,1880697224=>1,1880560728=>1,1880550198=>1,1880693172=>1,1880693173=>1,1880697199=>1,1879083696=>1,1878991779=>1,1878729628=>1,1878729447=>1,1878729649=>1,1878729819=>1,1878730173=>1,1878729926=>1,1878729274=>1,1878729237=>1,1878551141=>1,1878550926=>1,1878551156=>1,1878651457=>1,1878729003=>1,1878651571=>1,1878730274=>1,1878730286=>1,1878888076=>1,1878885097=>1,1878888082=>1,1878888139=>1,1878953476=>1,1878888182=>1,1878881740=>1,1878881117=>1,1878822191=>1,1878730353=>1,1878849601=>1,1878878912=>1,1878880788=>1,1844181892=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-18.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(2026095040=>2026095111,2026094976=>2026095031,2026094936=>2026094967,2026094656=>2026094927,2016692296=>2016692303,2016692280=>2016692287,2016692248=>2016692271,1995766178=>1,1995765499=>1,1996394915=>1,1996593142=>1,1996578850=>1,1995766179=>1,1995420813=>1,1993479225=>1,1993595469=>1,1994780423=>1,1994943779=>1,1996614214=>1,1995025466=>1,1995025496=>1,1997098674=>1,1997706931=>1,1997658120=>1,1997707316=>1,1998325324=>1,1998327799=>1,1998326597=>1,1997495874=>1,1997495538=>1,1996944067=>1,1996896190=>1,1993457267=>1,1997144725=>1,1997456504=>1,1996631254=>1,1992424186=>1,1992372327=>1,1992372324=>1,1992372341=>1,1992373314=>1,1992393912=>1,1992380750=>1,1992363376=>1,1992362637=>1,1992332163=>1,1992331619=>1,1992332258=>1,1992332335=>1,1992334225=>1,1992399853=>1,1992403495=>1,1992423802=>1,1992423339=>1,1998328086=>1,1992475498=>1,1993408221=>1,1992476090=>1,1992423325=>1,1992419981=>1,1992407379=>1,1992405151=>1,1992409661=>1,1992416213=>1,1992418565=>1,1993446115=>1,1998405731=>1,2001839748=>1,2001831698=>1,2001855162=>1,2001856818=>1,2001861267=>1,2001860668=>1,2001830402=>1,2001807323=>1,2001503922=>1,2001503775=>1,2001504212=>1,2001745996=>1,2001807322=>1,2001805062=>1,2001862130=>1,2001862300=>1,2003415401=>1,2002887728=>1,2003715354=>1,2003716122=>1,2004380532=>1,2004060310=>1,2002880912=>1,2002653560=>1,2002422560=>1,2001927621=>1,2002533494=>1,2002604692=>1,2002652681=>1,2001469608=>1,2000653980=>1,1998430415=>1,1998427033=>1,1998789934=>1,1998883459=>1,1999510674=>1,1999093556=>1,1998425615=>1,1998419292=>1,1992137993=>1,1998404403=>1,1998407949=>1,1998414249=>1,1998418289=>1,1998418009=>1,1999550502=>1,1999592305=>1,2000115990=>1,2000001635=>1,2000250906=>1,2000266334=>1,2000628333=>1,2000487938=>1,1999975290=>1,1999937538=>1,1999592307=>1,1999592306=>1,1999870483=>1,1999899534=>1,1999912874=>1,1998336484=>1,1991905627=>1,1987207189=>1,1987202351=>1,1987389415=>1,1987774620=>1,1988005585=>1,1987801348=>1,1986735526=>1,1986735063=>1,1986315557=>1,1986244763=>1,1986364514=>1,1986432235=>1,1986734923=>1,1986455194=>1,1988379064=>1,1988414218=>1,1989176048=>1,1989175550=>1,1989185529=>1,1989187016=>1,1989187473=>1,1989187326=>1,1989159032=>1,1989150709=>1,1988486469=>1,1988461611=>1,1988495708=>1,1988922902=>1,1989149403=>1,1988962644=>1,1986228879=>1,1986226524=>1,1986120028=>1,1986117582=>1,1986121301=>1,1986122625=>1,1986122795=>1,1986122626=>1,1986117581=>1,1986116898=>1,1986106316=>1,1986103702=>1,1986106317=>1,1986106318=>1,1986112078=>1,1986112076=>1,1986125228=>1,1986129810=>1,1986183691=>1,1986176654=>1,1986183694=>1,1986189398=>1,1986226523=>1,1986226522=>1,1986143130=>1,1986133866=>1,1986132266=>1,1986130218=>1,1986132267=>1,1986132268=>1,1986132269=>1,1989187833=>1,1989189441=>1,1990995437=>1,1990995304=>1,1991000019=>1,1991026300=>1,1991030624=>1,1991029358=>1,1990988718=>1,1990988467=>1,1990864010=>1,1990863904=>1,1990888802=>1,1990907750=>1,1990988020=>1,1990951653=>1,1991066637=>1,1991168671=>1,1991498938=>1,1991243720=>1,1991654910=>1,1991817353=>1,1992100618=>1,2004503170=>1,1991243475=>1,1991243460=>1,1991185570=>1,1991180986=>1,1991204131=>1,1991223261=>1,1991241560=>1,1990863134=>1,1990861868=>1,1989660948=>1,1989203289=>1,1990279238=>1,1990280269=>1,1990282973=>1,1990280728=>1,1989203285=>1,1989198031=>1,1989193734=>1,1989192701=>1,1989194238=>1,1989196797=>1,1989197795=>1,1989196798=>1,1990282998=>1,1990312373=>1,1990752595=>1,1990711455=>1,1990860152=>1,1990861114=>1,1990861219=>1,1990861137=>1,1990580542=>1,1990449320=>1,1990313269=>1,1990312681=>1,1990410555=>1,1990412363=>1,1990421608=>1,1992115490=>1,2005410450=>1,2017032567=>1,2017032512=>1,2017032601=>1,2017032692=>1,2017032875=>1,2017032858=>1,2017032500=>1,2017032432=>1,2017032038=>1,2017032033=>1,2017032091=>1,2017032153=>1,2017032309=>1,2017032166=>1,2017033002=>1,2017033059=>1,2017034227=>1,2017034085=>1,2017042616=>1,2017042679=>1,2017045602=>1,2017044962=>1,2017033888=>1,2017033794=>1,2017033338=>1,2017033306=>1,2017033490=>1,2017033574=>1,2017033675=>1,2017032019=>1,2017031888=>1,2016979107=>1,2016978903=>1,2016979414=>1,2016979425=>1,2016979738=>1,2016979471=>1,2016978868=>1,2016978680=>1,2016933167=>1,2016889046=>1,2016977168=>1,2016977244=>1,2016978388=>1,2016978311=>1,2016979750=>1,2016979828=>1,2017031397=>1,2017031289=>1,2017031456=>1,2017031505=>1,2017031844=>1,2017031529=>1,2016980778=>1,2016980764=>1,2016980018=>1,2016979929=>1,2016980225=>1,2016980292=>1,2016980461=>1,2017046169=>1,2017046276=>1,2023227825=>1,2023168016=>1,2023562417=>1,2023579708=>1,2025984602=>1,2025872572=>1,2023166447=>1,2023051970=>1,2018870506=>1,2018832299=>1,2018933126=>1,2021868402=>1,2022329139=>1,2021884115=>1,2026001713=>1,2026015368=>1,2026094934=>1,2026094933=>1,2026094935=>1,2026094972=>1,2026094975=>1,2026094974=>1,2026072305=>1,2026072284=>1,2026036944=>1,2026036474=>1,2026036948=>1,2026036950=>1,2026043888=>1,2018831996=>1,2018831199=>1,2017142594=>1,2017142565=>1,2017142878=>1,2017142942=>1,2017143453=>1,2017143122=>1,2017142199=>1,2017142072=>1,2017141077=>1,2017140791=>1,2017141458=>1,2017141560=>1,2017142044=>1,2017141785=>1,2017143795=>1,2017173518=>1,2018755461=>1,2018721802=>1,2018760691=>1,2018830459=>1,2018830708=>1,2018830508=>1,2018006302=>1,2017177391=>1,2017174036=>1,2017173570=>1,2017176117=>1,2017176310=>1,2017176426=>1,2016692629=>1,2016692404=>1,2011904284=>1,2011902810=>1,2011904286=>1,2011954405=>1,2012063008=>1,2012015631=>1,2011902626=>1,2011823896=>1,2009202898=>1,2009202883=>1,2009878065=>1,2009878222=>1,2011318195=>1,2009878230=>1,2012074970=>1,2012240505=>1,2013077509=>1,2013048532=>1,2013156442=>1,2013157429=>1,2013202779=>1,2013202778=>1,2013047941=>1,2013044770=>1,2012672583=>1,2012618233=>1,2012716925=>1,2012717651=>1,2012739929=>1,2009202846=>1,2009202845=>1,2006151942=>1,2006144724=>1,2006151966=>1,2006163767=>1,2007020129=>1,2007007875=>1,2005989261=>1,2005722536=>1,2005383522=>1,2005140587=>1,2005410440=>1,1986101284=>1,2005722288=>1,2005410487=>1,2007020427=>1,2007020510=>1,2008838935=>1,2008833681=>1,2008838940=>1,2009202827=>1,2009202842=>1,2009202835=>1,2008784198=>1,2008655760=>1,2007077026=>1,2007021387=>1,2007081404=>1,2007423390=>1,2008242696=>1,2013202780=>1,2013202781=>1,2015715004=>1,2015222062=>1,2016545682=>1,2016556867=>1,2016692244=>1,2016692243=>1,2015206686=>1,2015206570=>1,2015063128=>1,2015062699=>1,2015064248=>1,2015065741=>1,2015205726=>1,2015112650=>1,2016692245=>1,2016692272=>1,2016692292=>1,2016692291=>1,2016692294=>1,2016692295=>1,2016692307=>1,2016692304=>1,2016692290=>1,2016692289=>1,2016692275=>1,2016692273=>1,2016692277=>1,2016692278=>1,2016692279=>1,2015046612=>1,2015046390=>1,2014883609=>1,2014882850=>1,2014884436=>1,2014894762=>1,2014902497=>1,2014895601=>1,2014881972=>1,2014881228=>1,2013618971=>1,2013202782=>1,2014853186=>1,2014855697=>1,2014878777=>1,2014919662=>1,2014920072=>1,2015000945=>1,2014998075=>1,2015005046=>1,2015021763=>1,2015046028=>1,2015022740=>1,2014995772=>1,2014989579=>1,2014962252=>1,2014960003=>1,2014963169=>1,2014979813=>1,2014986367=>1,2004918420=>1,1986101283=>1,1971845962=>1,1971845770=>1,1971907076=>1,1971907078=>1,1972707179=>1,1971907084=>1,1971845766=>1,1971845765=>1,1970871923=>1,1970639108=>1,1970923494=>1,1970923505=>1,1971557166=>1,1970978906=>1,1973163401=>1,1973163402=>1,1973338665=>1,1973327138=>1,1973553397=>1,1973560497=>1,1973575964=>1,1973575723=>1,1973326646=>1,1973326263=>1,1973163407=>1,1973163404=>1,1973163409=>1,1973163410=>1,1973289426=>1,1973163411=>1,1969702321=>1,1969650394=>1,1968054391=>1,1967591941=>1,1968054554=>1,1968054782=>1,1968134053=>1,1968054816=>1,1967500451=>1,1966858298=>1,1966619410=>1,1965344311=>1,1966712857=>1,1966810996=>1,1966856675=>1,1966856664=>1,1968205742=>1,1968304004=>1,1969640708=>1,1969638690=>1,1969641827=>1,1969642805=>1,1969649810=>1,1969646276=>1,1969621130=>1,1969512114=>1,1968402055=>1,1968374603=>1,1968414740=>1,1969156879=>1,1969496215=>1,1973581236=>1,1973581674=>1,1973741707=>1,1973741683=>1,1973742577=>1,1973743918=>1,1973744497=>1,1973744273=>1,1973721881=>1,1973678760=>1,1973677128=>1,1973674915=>1,1973677202=>1,1973677539=>1,1973678050=>1,1973678043=>1,1973745087=>1,1973745344=>1,1973787531=>1,1973786147=>1,1973788512=>1,1973789813=>1,1973789991=>1,1973789865=>1,1973785410=>1,1973773753=>1,1973760476=>1,1973760015=>1,1973760994=>1,1973772489=>1,1973772932=>1,1973663732=>1,1973662944=>1,1973606889=>1,1973605750=>1,1973606957=>1,1973610172=>1,1973617383=>1,1973615231=>1,1973600621=>1,1973599455=>1,1973582625=>1,1973581746=>1,1973583167=>1,1973584294=>1,1973599433=>1,1973584779=>1,1973619739=>1,1973620610=>1,1973658913=>1,1973658863=>1,1973659211=>1,1973659510=>1,1973662097=>1,1973659518=>1,1973647165=>1,1973646071=>1,1973630029=>1,1973620647=>1,1973630295=>1,1973642305=>1,1973645577=>1,1965344152=>1,1965068668=>1,1950920944=>1,1950844163=>1,1950941098=>1,1951035970=>1,1951206489=>1,1951141367=>1,1950677485=>1,1950533109=>1,1949440437=>1,1948208324=>1,1949441174=>1,1949805152=>1,1950023426=>1,1950023220=>1,1951221420=>1,1951606510=>1,1953906878=>1,1953906642=>1,1953907042=>1,1953907998=>1,1958861052=>1,1958763222=>1,1953786981=>1,1953616626=>1,1952108675=>1,1951874912=>1,1952109452=>1,1952266753=>1,1953522730=>1,1953246217=>1,1948208291=>1,1948183770=>1,1945198450=>1,1945198401=>1,1945276439=>1,1945297430=>1,1945665706=>1,1945661658=>1,1945190002=>1,1945096983=>1,1944559155=>1,1944485764=>1,1944848619=>1,1944888957=>1,1945035785=>1,1945035034=>1,1945681127=>1,1945689659=>1,1946824195=>1,1946639904=>1,1947753573=>1,1947851435=>1,1948040261=>1,1948008953=>1,1946569210=>1,1946567519=>1,1945716738=>1,1945690437=>1,1945920757=>1,1945935293=>1,1946297957=>1,1958861914=>1,1958862066=>1,1962075081=>1,1961673864=>1,1962281091=>1,1962281092=>1,1962281094=>1,1962281093=>1,1961366044=>1,1961350869=>1,1961035215=>1,1960998422=>1,1961136072=>1,1961152586=>1,1961345886=>1,1961302057=>1,1962372723=>1,1962510166=>1,1964258193=>1,1964139513=>1,1964259458=>1,1964323608=>1,1964605934=>1,1964323612=>1,1964133355=>1,1963989032=>1,1962918105=>1,1962719498=>1,1963295311=>1,1963765184=>1,1963858777=>1,1960995214=>1,1960994857=>1,1959485965=>1,1959241868=>1,1959486760=>1,1959490841=>1,1959529597=>1,1959498292=>1,1959102444=>1,1959102442=>1,1959102019=>1,1959101270=>1,1959102290=>1,1959102291=>1,1959102314=>1,1959102292=>1,1959547383=>1,1959549831=>1,1960095922=>1,1960091432=>1,1960129370=>1,1960132266=>1,1960985606=>1,1960969323=>1,1960090991=>1,1960089705=>1,1959600772=>1,1959593219=>1,1959807382=>1,1959808355=>1,1959990217=>1,1973790615=>1,1973790715=>1,1976783453=>1,1976783447=>1,1976783463=>1,1976790566=>1,1976790644=>1,1976790622=>1,1976783436=>1,1976783434=>1,1976783391=>1,1976783384=>1,1976783400=>1,1976783404=>1,1976783425=>1,1976783405=>1,1976790672=>1,1976790673=>1,1977492869=>1,1977492204=>1,1978601586=>1,1978602054=>1,1978610024=>1,1978604161=>1,1977436584=>1,1977234054=>1,1976790730=>1,1976790699=>1,1976790781=>1,1976804012=>1,1977224514=>1,1977167916=>1,1976781367=>1,1976778073=>1,1976266866=>1,1976137753=>1,1976407368=>1,1976412657=>1,1976609515=>1,1976475916=>1,1976135125=>1,1976134860=>1,1975740104=>1,1975721981=>1,1975948254=>1,1975950882=>1,1976132930=>1,1976131760=>1,1976609627=>1,1976769286=>1,1976769384=>1,1976769379=>1,1976769428=>1,1976769439=>1,1976778034=>1,1976773556=>1,1976769375=>1,1976769358=>1,1976769311=>1,1976769307=>1,1976769313=>1,1976769318=>1,1976769346=>1,1978647581=>1,1978648507=>1,1986074875=>1,1986074874=>1,1986075042=>1,1986076274=>1,1986076898=>1,1986076338=>1,1986074802=>1,1986074697=>1,1986072059=>1,1986072058=>1,1986072060=>1,1986072538=>1,1986074485=>1,1986074482=>1,1986078083=>1,1986079038=>1,1986092740=>1,1986092739=>1,1986093674=>1,1986097578=>1,1986101282=>1,1986101050=>1,1986089676=>1,1986088311=>1,1986081700=>1,1986079387=>1,1986084626=>1,1986085378=>1,1986087252=>1,1986041206=>1,1986038279=>1,1981445647=>1,1981445313=>1,1981452234=>1,1981473437=>1,1982055747=>1,1981988984=>1,1981431530=>1,1979624309=>1,1978710832=>1,1978710819=>1,1978716455=>1,1978777949=>1,1979169498=>1,1978929139=>1,1984280468=>1,1984319613=>1,1985865079=>1,1985788277=>1,1986013846=>1,1986031068=>1,1986036867=>1,1986033882=>1,1985787953=>1,1985786229=>1,1984319624=>1,1984319619=>1,1984331783=>1,1984958162=>1,1984985325=>1,1975709678=>1,1975690489=>1,1973977724=>1,1973977683=>1,1973977885=>1,1973985720=>1,1973991444=>1,1973986882=>1,1973975979=>1,1973975611=>1,1973955381=>1,1973940007=>1,1973958731=>1,1973959108=>1,1973973784=>1,1973970097=>1,1973994233=>1,1973997398=>1,1974075793=>1,1974075606=>1,1974076143=>1,1974077549=>1,1974079213=>1,1974077827=>1,1974072891=>1,1974057727=>1,1973998802=>1,1973998746=>1,1974003197=>1,1974004005=>1,1974027722=>1,1974026982=>1,1973937930=>1,1973937742=>1,1973802071=>1,1973801764=>1,1973825607=>1,1973830902=>1,1973834535=>1,1973833635=>1,1973799475=>1,1973793372=>1,1973791847=>1,1973791046=>1,1973792743=>1,1973792839=>1,1973793260=>1,1973792991=>1,1973835620=>1,1973840077=>1,1973932821=>1,1973907417=>1,1973934381=>1,1973934541=>1,1973937162=>1,1973936953=>1,1973898656=>1,1973897567=>1,1973841356=>1,1973840306=>1,1973844541=>1,1973893343=>1,1973896638=>1,1974079321=>1,1974080304=>1,1974179942=>1,1974176958=>1,1974181417=>1,1974398261=>1,1974598290=>1,1974458070=>1,1974176688=>1,1974173420=>1,1974165898=>1,1974164572=>1,1974168153=>1,1974170041=>1,1974171082=>1,1974170898=>1,1974598291=>1,1974598292=>1,1974650295=>1,1974634543=>1,1975651478=>1,1975652916=>1,1975673700=>1,1975653356=>1,1974627808=>1,1974612930=>1,1974598295=>1,1974598293=>1,1974598297=>1,1974598299=>1,1974609231=>1,1974156949=>1,1974152045=>1,1974105924=>1,1974087620=>1,1974109073=>1,1974110470=>1,1974111491=>1,1974111171=>1,1974085572=>1,1974085301=>1,1974084260=>1,1974081295=>1,1974084780=>1,1974084908=>1,1974085244=>1,1974084975=>1,1974113614=>1,1974117894=>1,1974147745=>1,1974147510=>1,1974149070=>1,1974150366=>1,1974151715=>1,1974151639=>1,1974147378=>1,1974146735=>1,1974129068=>1,1974127151=>1,1974131029=>1,1974146407=>1,1974146440=>1,1944350674=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-19.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(2026098344=>2026098687,2026098328=>2026098335,2026098312=>2026098319,2026098080=>2026098303,2026098008=>2026098071,2026097904=>2026097999,2026097856=>2026097895,2026097608=>2026097663,2026097496=>2026097599,2026097288=>2026097487,2026097224=>2026097279,2026097160=>2026097215,2026097120=>2026097151,2026097104=>2026097111,2026097000=>2026097095,2026096984=>2026096991,2026096960=>2026096975,2026096784=>2026096951,2026096760=>2026096775,2026096728=>2026096751,2026096632=>2026096719,2026096568=>2026096623,2026096488=>2026096559,2026096432=>2026096479,2026095928=>2026096423,2026095704=>2026095919,2026095360=>2026095695,2026095240=>2026095351,2026095224=>2026095231,2026095120=>2026095215,2079532809=>1,2079259560=>1,2086585630=>1,2079212314=>1,2086526559=>1,2086216045=>1,2086159137=>1,2086215996=>1,2080270390=>1,2079925004=>1,2086216654=>1,2085812474=>1,2079096207=>1,2087965470=>1,2079001835=>1,2087968652=>1,2088039143=>1,2087983798=>1,2087803935=>1,2087803934=>1,2079156456=>1,2087533891=>1,2079155589=>1,2087545563=>1,2087803930=>1,2087342376=>1,2085700465=>1,2083060098=>1,2081272262=>1,2083129191=>1,2083456806=>1,2083456813=>1,2081146060=>1,2082363370=>1,2082363369=>1,2081296412=>1,2081296411=>1,2081462310=>1,2082035097=>1,2082179852=>1,2083463467=>1,2083504732=>1,2081130247=>1,2085140403=>1,2081291144=>1,2085700578=>1,2085714178=>1,2081142836=>1,2084820740=>1,2081145778=>1,2084588048=>1,2084611288=>1,2081145752=>1,2084783002=>1,2081014111=>1,2088239391=>1,2088240229=>1,2088240219=>1,2088240201=>1,2088240234=>1,2088240241=>1,2088240290=>1,2088240289=>1,2088240199=>1,2088240179=>1,2088240026=>1,2088240003=>1,2088240049=>1,2088240071=>1,2088240122=>1,2088240080=>1,2088240292=>1,2088240331=>1,2088240608=>1,2088240562=>1,2088240626=>1,2088240649=>1,2088240689=>1,2088240656=>1,2088240549=>1,2088240530=>1,2088240436=>1,2088240427=>1,2088240452=>1,2088240469=>1,2088240483=>1,2088240477=>1,2088240002=>1,2088239996=>1,2088239535=>1,2088239502=>1,2088239484=>1,2088239547=>1,2088239552=>1,2088239628=>1,2088239611=>1,2088239450=>1,2078989186=>1,2088239297=>1,2088239194=>1,2088239334=>1,2088239370=>1,2088239381=>1,2088239372=>1,2088239629=>1,2088239650=>1,2088239938=>1,2088239896=>1,2088239941=>1,2088239943=>1,2088239967=>1,2088239961=>1,2088239888=>1,2088239846=>1,2088239672=>1,2088239661=>1,2088239684=>1,2088239774=>1,2088239821=>1,2088239786=>1,2088239173=>1,2076710130=>1,2067367280=>1,2067348269=>1,2067368980=>1,2067393033=>1,2067472890=>1,2067433762=>1,2067343868=>1,2067342467=>1,2067325566=>1,2067313140=>1,2067326176=>1,2067333380=>1,2067341885=>1,2067339122=>1,2067481695=>1,2067483142=>1,2070842497=>1,2070350119=>1,2070962928=>1,2070963514=>1,2071370124=>1,2071302155=>1,2068645734=>1,2068342830=>1,2067486615=>1,2067485318=>1,2067506822=>1,2067913080=>1,2067913111=>1,2067309495=>1,2067298620=>1,2066898132=>1,2066824438=>1,2066983480=>1,2066983481=>1,2067038723=>1,2066983482=>1,2066821746=>1,2066817539=>1,2065617759=>1,2065612685=>1,2065618000=>1,2065634808=>1,2066817532=>1,2067064990=>1,2067091320=>1,2067238802=>1,2067138087=>1,2067274948=>1,2067278414=>1,2067291716=>1,2067289772=>1,2067138085=>1,2067137862=>1,2067136809=>1,2067136530=>1,2067137298=>1,2067137301=>1,2067137861=>1,2071370258=>1,2071385769=>1,2076394624=>1,2076260178=>1,2076415175=>1,2076473462=>1,2076710074=>1,2076708830=>1,2075847225=>1,2075459704=>1,2074293272=>1,2074261065=>1,2075142341=>1,2075142343=>1,2075158093=>1,2088240693=>1,2076771419=>1,2077739733=>1,2077010746=>1,2077739749=>1,2077877191=>1,2078799346=>1,2078795190=>1,2076999696=>1,2076998534=>1,2076792466=>1,2076774781=>1,2076815718=>1,2076819017=>1,2076846506=>1,2074261064=>1,2074261063=>1,2072117710=>1,2072113326=>1,2072118559=>1,2072383383=>1,2072696923=>1,2072517034=>1,2072113325=>1,2071882942=>1,2071508598=>1,2071385959=>1,2071545270=>1,2071767189=>1,2071847556=>1,2072696924=>1,2072721642=>1,2073926458=>1,2073912204=>1,2073927314=>1,2073940286=>1,2074261062=>1,2073946506=>1,2073912203=>1,2073198607=>1,2072722418=>1,2072722164=>1,2072729682=>1,2072729686=>1,2072952782=>1,2078811502=>1,2088241231=>1,2088255331=>1,2088255213=>1,2088255443=>1,2088255459=>1,2088255496=>1,2088255463=>1,2088255201=>1,2088254954=>1,2088254519=>1,2088254363=>1,2088254702=>1,2088254820=>1,2088254907=>1,2088254860=>1,2088255583=>1,2088255649=>1,2088256323=>1,2088256252=>1,2088256327=>1,2088256402=>1,2088256571=>1,2088256489=>1,2088256162=>1,2088256042=>1,2088255808=>1,2088255757=>1,2088255863=>1,2088255878=>1,2088255912=>1,2088254323=>1,2088254161=>1,2088253193=>1,2088253045=>1,2088253255=>1,2088253270=>1,2088253291=>1,2088253288=>1,2088253032=>1,2088253030=>1,2088252740=>1,2088252734=>1,2088252743=>1,2088252752=>1,2088252820=>1,2088253301=>1,2088253317=>1,2088253745=>1,2088253680=>1,2088253891=>1,2088253895=>1,2088254058=>1,2088253934=>1,2088253624=>1,2088253588=>1,2088253465=>1,2088253342=>1,2088253474=>1,2088253516=>1,2088253540=>1,2088256882=>1,2088256925=>1,2088257952=>1,2088257948=>1,2088257966=>1,2088257970=>1,2088258022=>1,2088257993=>1,2088257943=>1,2088257915=>1,2088257851=>1,2088257845=>1,2088257862=>1,2088257863=>1,2088257908=>1,2088257900=>1,2088258045=>1,2088258072=>1,2088258278=>1,2088258241=>1,2088258284=>1,2088258316=>1,2088258334=>1,2088258331=>1,2088258206=>1,2088258138=>1,2088258098=>1,2088258096=>1,2088258106=>1,2088258109=>1,2088258114=>1,2088257769=>1,2088257761=>1,2088257127=>1,2088257111=>1,2088257191=>1,2088257195=>1,2088257335=>1,2088257215=>1,2088257109=>1,2088257088=>1,2088257047=>1,2088257000=>1,2088257055=>1,2088257059=>1,2088257072=>1,2088257340=>1,2088257448=>1,2088257686=>1,2088257649=>1,2088257714=>1,2088257724=>1,2088257752=>1,2088257725=>1,2088257634=>1,2088257578=>1,2088257497=>1,2088257494=>1,2088257499=>1,2088257514=>1,2088257531=>1,2088252694=>1,2088252659=>1,2088247302=>1,2088242890=>1,2088247345=>1,2088247359=>1,2088247427=>1,2088247416=>1,2088242833=>1,2088242827=>1,2088242103=>1,2088242088=>1,2088242256=>1,2088242257=>1,2088242602=>1,2088242467=>1,2088247438=>1,2088247454=>1,2088248029=>1,2088247776=>1,2088248123=>1,2088248152=>1,2088248211=>1,2088248209=>1,2088247721=>1,2088247720=>1,2088247530=>1,2088247480=>1,2088247604=>1,2088247643=>1,2088247658=>1,2088242071=>1,2088242014=>1,2088241160=>1,2088241083=>1,2088241167=>1,2088241193=>1,2088241201=>1,2088241198=>1,2088241018=>1,2088240874=>1,2088240833=>1,2088240784=>1,2088240835=>1,2088240837=>1,2088240858=>1,2088241207=>1,2065612195=>1,2088241751=>1,2088241749=>1,2088241843=>1,2088241883=>1,2088241952=>1,2088241918=>1,2088241692=>1,2088241658=>1,2088241438=>1,2088241315=>1,2088241548=>1,2088241584=>1,2088241634=>1,2088248289=>1,2088248307=>1,2088251571=>1,2088251513=>1,2088251585=>1,2088251591=>1,2088251976=>1,2088251747=>1,2088251502=>1,2088251434=>1,2088250994=>1,2088250935=>1,2088250995=>1,2088251103=>1,2088251356=>1,2088252047=>1,2088252143=>1,2088252480=>1,2088252352=>1,2088252498=>1,2088252530=>1,2088252625=>1,2088252550=>1,2088252341=>1,2088252334=>1,2088252229=>1,2088252147=>1,2088252258=>1,2088252262=>1,2088252300=>1,2088250873=>1,2088250763=>1,2088249063=>1,2088249052=>1,2088249140=>1,2088249219=>1,2088250384=>1,2088249293=>1,2088248992=>1,2088248960=>1,2088248466=>1,2088248465=>1,2088248514=>1,2088248544=>1,2088248787=>1,2088250386=>1,2088250443=>1,2088250661=>1,2088250634=>1,2088250676=>1,2088250681=>1,2088250736=>1,2088250718=>1,2088250602=>1,2088250514=>1,2088250450=>1,2088250445=>1,2088250481=>1,2088250487=>1,2088250509=>1,2088240723=>1,2064077331=>1,2032061578=>1,2031932083=>1,2032080266=>1,2032080466=>1,2032103490=>1,2032097508=>1,2031932080=>1,2031932073=>1,2031251884=>1,2031189572=>1,2031286062=>1,2031490250=>1,2031932072=>1,2031548429=>1,2032103491=>1,2032103497=>1,2032110374=>1,2032109816=>1,2032112093=>1,2032112446=>1,2032113996=>1,2032113428=>1,2032103509=>1,2032103507=>1,2032103500=>1,2032103498=>1,2032103501=>1,2032103502=>1,2032103506=>1,2031157574=>1,2031157553=>1,2026826845=>1,2026824578=>1,2027340907=>1,2028602930=>1,2028768742=>1,2028605314=>1,2026823303=>1,2026822896=>1,2026657053=>1,2026634454=>1,2026794773=>1,2026801629=>1,2026817541=>1,2028812627=>1,2028838448=>1,2030963020=>1,2030872517=>1,2030996024=>1,2031004391=>1,2031085182=>1,2031070022=>1,2030793834=>1,2030610997=>1,2030218228=>1,2030203838=>1,2030244161=>1,2030599210=>1,2030605138=>1,2032114455=>1,2032114635=>1,2032972445=>1,2032967324=>1,2032982558=>1,2032990440=>1,2033488501=>1,2033466742=>1,2032907030=>1,2032898756=>1,2032835624=>1,2032834579=>1,2032848295=>1,2032852047=>1,2032898691=>1,2032898461=>1,2033509683=>1,2033512461=>1,2033896555=>1,2033896554=>1,2033896556=>1,2033896557=>1,2033909301=>1,2033896558=>1,2033896552=>1,2033896551=>1,2033794346=>1,2033626930=>1,2033895299=>1,2033896549=>1,2033896550=>1,2032832700=>1,2032832104=>1,2032673643=>1,2032673419=>1,2032687023=>1,2032688200=>1,2032689228=>1,2032689169=>1,2032330415=>1,2032315940=>1,2032124020=>1,2032114735=>1,2032124910=>1,2032263847=>1,2032315500=>1,2032690887=>1,2032691069=>1,2032741804=>1,2032741803=>1,2032758345=>1,2032798044=>1,2032830724=>1,2032811547=>1,2032738288=>1,2032738144=>1,2032700370=>1,2032692300=>1,2032714870=>1,2032718476=>1,2032726369=>1,2026633609=>1,2026624696=>1,2026096777=>1,2026096759=>1,2026096778=>1,2026096779=>1,2026096953=>1,2026096781=>1,2026096755=>1,2026096754=>1,2026096626=>1,2026096625=>1,2026096720=>1,2026096722=>1,2026096753=>1,2026096723=>1,2026096954=>1,2026096955=>1,2026097101=>1,2026097100=>1,2026097103=>1,2026097112=>1,2026097116=>1,2026097114=>1,2026097098=>1,2026096995=>1,2026096982=>1,2026096981=>1,2026096983=>1,2026096992=>1,2026096994=>1,2026096624=>1,2026096566=>1,2026095238=>1,2026095237=>1,2026095239=>1,2026095352=>1,2026095354=>1,2026095353=>1,2026095223=>1,2026095221=>1,2026095114=>1,2026095113=>1,2026095217=>1,2026095218=>1,2026095220=>1,2026095359=>1,2026095700=>1,2026096480=>1,2026096430=>1,2026096481=>1,2026096482=>1,2026096565=>1,2026096564=>1,2026096429=>1,2026096428=>1,2026095702=>1,2026095701=>1,2026095920=>1,2026095921=>1,2026095922=>1,2026097117=>1,2026097119=>1,2026236580=>1,2026191348=>1,2026280450=>1,2026301205=>1,2026301207=>1,2026301206=>1,2026190098=>1,2026181576=>1,2026098325=>1,2026098322=>1,2026098341=>1,2026098342=>1,2026098343=>1,2026301208=>1,2026301269=>1,2026614217=>1,2026612417=>1,2026614480=>1,2026616223=>1,2026624668=>1,2026622621=>1,2026611976=>1,2026574373=>1,2026301271=>1,2026301270=>1,2026301272=>1,2026304541=>1,2026571766=>1,2026098321=>1,2026098320=>1,2026097490=>1,2026097488=>1,2026097491=>1,2026097493=>1,2026097601=>1,2026097495=>1,2026097287=>1,2026097286=>1,2026097217=>1,2026097153=>1,2026097218=>1,2026097219=>1,2026097284=>1,2026097602=>1,2026097603=>1,2026098077=>1,2026098076=>1,2026098079=>1,2026098304=>1,2026098306=>1,2026098305=>1,2026098073=>1,2026098002=>1,2026097897=>1,2026097896=>1,2026097899=>1,2026098000=>1,2026098001=>1,2034566798=>1,2034567498=>1,2056258870=>1,2056087959=>1,2056261035=>1,2056291183=>1,2056691233=>1,2056433705=>1,2055977416=>1,2055456136=>1,2055294809=>1,2055293474=>1,2055294838=>1,2055295489=>1,2055455361=>1,2055303209=>1,2056795574=>1,2056921545=>1,2057754982=>1,2057660980=>1,2059411533=>1,2059445854=>1,2059472486=>1,2059472469=>1,2057428397=>1,2057103038=>1,2056951682=>1,2056931121=>1,2056955650=>1,2057035362=>1,2057103026=>1,2054806970=>1,2054806943=>1,2053024258=>1,2053022702=>1,2053028664=>1,2053028883=>1,2053127016=>1,2053127012=>1,2052988537=>1,2052988139=>1,2052983895=>1,2052983645=>1,2052984493=>1,2052986659=>1,2052987959=>1,2053127019=>1,2053130549=>1,2054504489=>1,2054428904=>1,2054522116=>1,2054546338=>1,2054806806=>1,2054581509=>1,2054303878=>1,2053834739=>1,2053514225=>1,2053513342=>1,2053516046=>1,2053516274=>1,2053516650=>1,2059472487=>1,2059472488=>1,2063709279=>1,2063563002=>1,2063712143=>1,2063731624=>1,2064070335=>1,2063886944=>1,2063104440=>1,2062261123=>1,2061740006=>1,2061739023=>1,2061740822=>1,2062083227=>1,2062170700=>1,2026095112=>1,2064079019=>1,2064502331=>1,2064501911=>1,2064589766=>1,2064591912=>1,2065598535=>1,2065582963=>1,2064501869=>1,2064328527=>1,2064085901=>1,2064079045=>1,2064091548=>1,2064167232=>1,2064327923=>1,2061690090=>1,2061683526=>1,2059499237=>1,2059499228=>1,2059515961=>1,2059516833=>1,2061536626=>1,2059518259=>1,2059479015=>1,2059472498=>1,2059472490=>1,2059472489=>1,2059472492=>1,2059472493=>1,2059472494=>1,2061554018=>1,2061593123=>1,2061668781=>1,2061667892=>1,2061671644=>1,2061675274=>1,2061678313=>1,2061677948=>1,2061667651=>1,2061665419=>1,2061637060=>1,2061593124=>1,2061647450=>1,2061662212=>1,2061664507=>1,2052983341=>1,2052982413=>1,2037928151=>1,2037889325=>1,2038004030=>1,2038004160=>1,2038082826=>1,2038079756=>1,2037613106=>1,2036709770=>1,2036404258=>1,2036379860=>1,2036589582=>1,2036601434=>1,2036686503=>1,2036602174=>1,2038423852=>1,2038430194=>1,2040544311=>1,2040278664=>1,2041010066=>1,2041010072=>1,2041010156=>1,2041010094=>1,2040156933=>1,2040039132=>1,2039205217=>1,2038430364=>1,2039576741=>1,2039853250=>1,2039867502=>1,2036351993=>1,2035874079=>1,2034571522=>1,2034571286=>1,2034571558=>1,2034571578=>1,2034572666=>1,2034572550=>1,2034571182=>1,2034571142=>1,2034569018=>1,2034568250=>1,2034569046=>1,2034570758=>1,2034571002=>1,2034572678=>1,2034572706=>1,2035113954=>1,2034848704=>1,2035457014=>1,2035874074=>1,2035874076=>1,2035874075=>1,2034576806=>1,2034576802=>1,2034573202=>1,2034573146=>1,2034573726=>1,2034574458=>1,2034575962=>1,2042634461=>1,2042728441=>1,2051827328=>1,2051827215=>1,2052600498=>1,2052600628=>1,2052655044=>1,2052643494=>1,2051827206=>1,2051826426=>1,2050449491=>1,2050430033=>1,2050610005=>1,2051453682=>1,2051454858=>1,2052655048=>1,2052658231=>1,2052687812=>1,2052687758=>1,2052688067=>1,2052688090=>1,2052982355=>1,2052688285=>1,2052687705=>1,2052687336=>1,2052686162=>1,2052660934=>1,2052686186=>1,2052686594=>1,2052686659=>1,2050339428=>1,2050326085=>1,2043220868=>1,2043220554=>1,2043224948=>1,2043224997=>1,2043610750=>1,2043447238=>1,2043166211=>1,2043100512=>1,2043091264=>1,2042947873=>1,2043093141=>1,2043100208=>1,2043100303=>1,2043692433=>1,2043892357=>1,2047506374=>1,2047504903=>1,2047780450=>1,2047845252=>1,2049580225=>1,2048042438=>1,2046969544=>1,2046138682=>1,2044939322=>1,2043934228=>1,2045164242=>1,2045310274=>1,2045844514=>1,2065611822=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-2.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(635284480=>635284991,690656207=>1,690656060=>1,690656234=>1,690657565=>1,690656376=>1,690655620=>1,690655598=>1,690636635=>1,690404763=>1,690636759=>1,690644024=>1,690655364=>1,690644203=>1,690657967=>1,690658584=>1,690662352=>1,690662308=>1,690663720=>1,690664579=>1,690665547=>1,690665416=>1,690661614=>1,690661588=>1,690659200=>1,690658666=>1,690659889=>1,690660122=>1,690661555=>1,690660582=>1,690374778=>1,690367442=>1,690077556=>1,690072974=>1,690083114=>1,690088459=>1,690089642=>1,690088462=>1,690072971=>1,690035081=>1,687918370=>1,687912443=>1,687918371=>1,687918372=>1,690012059=>1,690012026=>1,690121344=>1,690126965=>1,690303544=>1,690286021=>1,690309592=>1,690312114=>1,690327696=>1,690322793=>1,690285741=>1,690285536=>1,690195812=>1,690153515=>1,690227163=>1,690280768=>1,690285168=>1,690665548=>1,690665811=>1,690930705=>1,690930182=>1,690931193=>1,690931283=>1,690932589=>1,690931542=>1,690930181=>1,690930029=>1,690812932=>1,690772263=>1,690850365=>1,690900604=>1,690929879=>1,690929784=>1,690932875=>1,690932978=>1,690935945=>1,690935860=>1,690936231=>1,690936233=>1,690936761=>1,690936686=>1,690934592=>1,690934379=>1,690933734=>1,690933011=>1,690933838=>1,690933854=>1,690934361=>1,690933917=>1,690768129=>1,690767425=>1,690672520=>1,690672202=>1,690673231=>1,690673441=>1,690676361=>1,690673644=>1,690671465=>1,690671143=>1,690667126=>1,690666940=>1,690668860=>1,690668929=>1,690670996=>1,690670615=>1,690677473=>1,690679405=>1,690683422=>1,690682850=>1,690688318=>1,690688354=>1,690746920=>1,690725630=>1,690682822=>1,690682300=>1,690681075=>1,690680018=>1,690681298=>1,690681666=>1,690682050=>1,679459702=>1,678886824=>1,665320199=>1,665292662=>1,665320254=>1,665341578=>1,665397865=>1,665395404=>1,665291292=>1,665281011=>1,665257501=>1,665209346=>1,665262248=>1,665276435=>1,665277749=>1,665277671=>1,665397868=>1,665417830=>1,665909852=>1,665909316=>1,665927773=>1,665928046=>1,665977236=>1,665931272=>1,665909256=>1,665883590=>1,665421176=>1,665417864=>1,665513062=>1,665879935=>1,665881367=>1,665880447=>1,664867527=>1,664820618=>1,652559925=>1,652559924=>1,652559926=>1,652559933=>1,657126361=>1,652562178=>1,652559923=>1,652559914=>1,646212228=>1,646212227=>1,652541980=>1,652541981=>1,652559906=>1,652559905=>1,657793987=>1,657917181=>1,661745329=>1,661662489=>1,662080711=>1,662152275=>1,662152458=>1,662152451=>1,661459231=>1,660253198=>1,658050944=>1,657952902=>1,658901942=>1,659393330=>1,659731792=>1,665978085=>1,665978331=>1,666388699=>1,666373192=>1,666714252=>1,666715357=>1,666871815=>1,666796191=>1,666370579=>1,666303517=>1,666089809=>1,666089709=>1,666095524=>1,666184175=>1,666277883=>1,666241610=>1,675973717=>1,676072812=>1,678673544=>1,678635463=>1,678794886=>1,678824978=>1,690936775=>1,678866501=>1,678630425=>1,678626863=>1,676642984=>1,676086108=>1,676828102=>1,678493718=>1,678524590=>1,666088048=>1,666087761=>1,666020114=>1,666019852=>1,666021930=>1,666022662=>1,666047326=>1,666027597=>1,666019588=>1,666019061=>1,665984133=>1,665978444=>1,665984223=>1,665990474=>1,666018715=>1,666005126=>1,666047879=>1,666049677=>1,666080551=>1,666075907=>1,666080912=>1,666082672=>1,666084228=>1,666083507=>1,666075589=>1,666075081=>1,666068810=>1,666051397=>1,666069759=>1,666070746=>1,666070904=>1,679446782=>1,690936952=>1,701304769=>1,701304756=>1,701304842=>1,701305086=>1,701305310=>1,701305137=>1,701304752=>1,701304711=>1,701303626=>1,701303349=>1,701303658=>1,701304582=>1,701304675=>1,701304592=>1,701306182=>1,701306911=>1,701671230=>1,701583448=>1,701769083=>1,701863781=>1,701872390=>1,701866812=>1,701461721=>1,701444488=>1,701317501=>1,701314218=>1,701320506=>1,701320684=>1,701360074=>1,701328126=>1,701303323=>1,701303306=>1,700771677=>1,700729654=>1,700775347=>1,700776347=>1,701191037=>1,700846412=>1,700443478=>1,700396590=>1,700125126=>1,700061765=>1,700199294=>1,700199327=>1,700201065=>1,700199378=>1,701224526=>1,701224576=>1,701301350=>1,701295966=>1,701303143=>1,701303236=>1,701303285=>1,701303274=>1,701259202=>1,701259062=>1,701224694=>1,701224665=>1,701257482=>1,701257497=>1,701257501=>1,701877440=>1,701878301=>1,703393489=>1,703393423=>1,703457072=>1,703528783=>1,703749372=>1,703742238=>1,703384490=>1,703325797=>1,703086056=>1,702781971=>1,703095507=>1,703179247=>1,703217082=>1,703200100=>1,703751938=>1,703793282=>1,704232131=>1,704232014=>1,704232169=>1,704232669=>1,704278725=>1,704232982=>1,704231576=>1,704231491=>1,704230457=>1,704229851=>1,704230458=>1,704230911=>1,704231300=>1,702778692=>1,702777460=>1,702134410=>1,702075761=>1,702134432=>1,702134435=>1,702176307=>1,702176007=>1,702021426=>1,702017703=>1,701884705=>1,701879302=>1,701895795=>1,701895796=>1,701978084=>1,701957982=>1,702176366=>1,702179963=>1,702494093=>1,702488072=>1,702497785=>1,702497787=>1,702775622=>1,702773074=>1,702474810=>1,702414901=>1,702311360=>1,702291082=>1,702312425=>1,702314604=>1,702343255=>1,699997102=>1,699933285=>1,692959268=>1,692950802=>1,692961459=>1,692961480=>1,693001165=>1,693000373=>1,692949581=>1,692949429=>1,692809227=>1,692735690=>1,692857932=>1,692867478=>1,692949326=>1,692905411=>1,693001166=>1,693010566=>1,693100717=>1,693086753=>1,693101266=>1,693453943=>1,693490224=>1,693454010=>1,693078451=>1,693078399=>1,693040136=>1,693022500=>1,693040140=>1,693044324=>1,693058762=>1,693052746=>1,692735368=>1,692733826=>1,690937645=>1,690937608=>1,690937726=>1,690937828=>1,691702252=>1,690959561=>1,690937581=>1,690937552=>1,690937208=>1,690936991=>1,690937395=>1,690937471=>1,690937516=>1,690937497=>1,691740780=>1,691831332=>1,692635982=>1,692618670=>1,692638547=>1,692653606=>1,692712284=>1,692655178=>1,692611366=>1,692272906=>1,692135649=>1,692036614=>1,692226471=>1,692254490=>1,692256442=>1,693512052=>1,693584082=>1,698494990=>1,698494989=>1,698621779=>1,698621780=>1,698946804=>1,698943490=>1,698494988=>1,698491931=>1,698383914=>1,698235927=>1,698400411=>1,698408956=>1,698439211=>1,698437285=>1,698946807=>1,698946808=>1,699779767=>1,699779760=>1,699779789=>1,699779826=>1,699933282=>1,699779833=>1,699779759=>1,699779735=>1,698946810=>1,698946809=>1,698949363=>1,699007474=>1,699011400=>1,697982094=>1,697464655=>1,693723309=>1,693723308=>1,693723321=>1,693723340=>1,693755185=>1,693755146=>1,693723303=>1,693723301=>1,693588362=>1,693585594=>1,693588418=>1,693610226=>1,693723219=>1,693723167=>1,693998098=>1,694028294=>1,696450891=>1,696322897=>1,696671812=>1,696671821=>1,697204430=>1,697019206=>1,696291044=>1,696290977=>1,696290952=>1,696290951=>1,696290956=>1,696290959=>1,696290975=>1,645710204=>1,645705046=>1,624653923=>1,624652295=>1,624654070=>1,624654198=>1,624676407=>1,624655246=>1,624652224=>1,624651611=>1,624648383=>1,624639934=>1,624648582=>1,624649571=>1,624651193=>1,624650030=>1,624686022=>1,624742542=>1,627152136=>1,627150063=>1,627237017=>1,627238281=>1,627980223=>1,627238842=>1,627149684=>1,626083111=>1,624819130=>1,624818957=>1,625771888=>1,625836194=>1,625893521=>1,625885728=>1,624639424=>1,624636727=>1,623934580=>1,623933636=>1,623934581=>1,624026348=>1,624252156=>1,624211232=>1,623933585=>1,623932384=>1,623924483=>1,623924482=>1,623928769=>1,623930647=>1,623931500=>1,623931495=>1,624254754=>1,624496809=>1,624634049=>1,624633411=>1,624634182=>1,624634483=>1,624635675=>1,624635551=>1,624633147=>1,624627401=>1,624573272=>1,624571422=>1,624624167=>1,624624316=>1,624626206=>1,628112825=>1,628145066=>1,629805013=>1,629667881=>1,629866564=>1,629867226=>1,629869902=>1,629869619=>1,629667853=>1,629623970=>1,629499469=>1,629401258=>1,629549335=>1,629579155=>1,629623947=>1,629623821=>1,629872238=>1,629959061=>1,630212103=>1,630150190=>1,630214027=>1,630216458=>1,630298575=>1,630250899=>1,630130747=>1,629981404=>1,629981237=>1,629981196=>1,629981322=>1,629981371=>1,629981375=>1,629336591=>1,629334918=>1,628641826=>1,628635653=>1,628644060=>1,628648141=>1,628652246=>1,628651307=>1,628635526=>1,628629001=>1,628198986=>1,628154766=>1,628624310=>1,628624609=>1,628628722=>1,628627753=>1,628662284=>1,628662980=>1,628852090=>1,628851952=>1,628855372=>1,628864525=>1,629334917=>1,629175330=>1,628851845=>1,628851470=>1,628665288=>1,628663640=>1,628665586=>1,628805852=>1,628846877=>1,623924417=>1,623923483=>1,619610808=>1,619610749=>1,619610952=>1,619611017=>1,619634783=>1,619634306=>1,619610206=>1,619508105=>1,619405912=>1,619392444=>1,619406059=>1,619406113=>1,619422618=>1,619406308=>1,619635731=>1,619635803=>1,621178744=>1,621082699=>1,621179744=>1,621180317=>1,621406075=>1,621389885=>1,621033164=>1,620877772=>1,619636405=>1,619635815=>1,620381444=>1,620492983=>1,620877236=>1,620789548=>1,619392171=>1,619380908=>1,619128544=>1,619128185=>1,619129546=>1,619129712=>1,619132948=>1,619131960=>1,619127408=>1,619125375=>1,618899282=>1,618899064=>1,619104278=>1,619105360=>1,619125337=>1,619106243=>1,619136803=>1,619138051=>1,619347225=>1,619326885=>1,619348195=>1,619348293=>1,619356381=>1,619348472=>1,619291987=>1,619284749=>1,619183303=>1,619143251=>1,619184244=>1,619186769=>1,619242975=>1,621682165=>1,621720637=>1,623805535=>1,623805313=>1,623805536=>1,623805612=>1,623805831=>1,623805683=>1,623805205=>1,623805138=>1,623804640=>1,623804611=>1,623804694=>1,623804910=>1,623805105=>1,623804968=>1,623806088=>1,623806113=>1,623919124=>1,623806358=>1,623919883=>1,623923273=>1,623923380=>1,623923301=>1,623806313=>1,623806264=>1,623806241=>1,623806240=>1,623806242=>1,623806244=>1,623806245=>1,623804499=>1,623651851=>1,622639121=>1,622481974=>1,622676930=>1,622676965=>1,622863409=>1,622676978=>1,622390408=>1,622372682=>1,621936366=>1,621725228=>1,622150059=>1,622157640=>1,622352534=>1,622179633=>1,622863686=>1,622865409=>1,622999981=>1,622998646=>1,623005790=>1,623005916=>1,623107770=>1,623078382=>1,622927938=>1,622866430=>1,622865417=>1,622865413=>1,622865424=>1,622865817=>1,622865865=>1,630317170=>1,630319096=>1,635284460=>1,635284458=>1,635291063=>1,635722194=>1,635782314=>1,635733607=>1,635282146=>1,635208253=>1,635184074=>1,635179561=>1,635184368=>1,635208249=>1,635208252=>1,635208251=>1,635815000=>1,635818524=>1,635821542=>1,635821318=>1,635860125=>1,635860773=>1,636041990=>1,636041722=>1,635821314=>1,635821300=>1,635818880=>1,635818774=>1,635819656=>1,635820355=>1,635821167=>1,635820769=>1,635105381=>1,634976630=>1,633404020=>1,633377711=>1,633455643=>1,633477949=>1,633486127=>1,633484555=>1,633369623=>1,633325485=>1,633311009=>1,633150513=>1,633312813=>1,633313443=>1,633319359=>1,633315991=>1,633865288=>1,633889285=>1,634206422=>1,634194837=>1,634290917=>1,634462862=>1,634475972=>1,634462987=>1,634194572=>1,634194307=>1,633954922=>1,633889787=>1,633970010=>1,634159951=>1,634191533=>1,636052000=>1,636052381=>1,643788027=>1,643788025=>1,643788069=>1,643788070=>1,643788101=>1,643788100=>1,643408017=>1,643000900=>1,642113656=>1,642069166=>1,642585381=>1,643000770=>1,643000772=>1,643000771=>1,643788102=>1,644136137=>1,645704748=>1,645704595=>1,645704759=>1,645704957=>1,618800069=>1,645704995=>1,645704102=>1,645704076=>1,645676393=>1,645221810=>1,645679270=>1,645679418=>1,645679421=>1,642066543=>1,641994376=>1,636172084=>1,636171331=>1,636172115=>1,636172468=>1,636173831=>1,636173389=>1,636170634=>1,636170620=>1,636163335=>1,636053260=>1,636163520=>1,636164143=>1,636170530=>1,636170487=>1,636174668=>1,636175186=>1,636957836=>1,636955257=>1,636958094=>1,636958555=>1,637320880=>1,636958676=>1,636515514=>1,636470220=>1,636291304=>1,636261619=>1,636316051=>1,636371941=>1,636429114=>1,633109688=>1,633096314=>1,633016495=>1,633014591=>1,633016643=>1,633016671=>1,633016875=>1,633016734=>1,633014229=>1,633014147=>1,633013098=>1,633012995=>1,633013254=>1,633013256=>1,633014090=>1,633013835=>1,633016941=>1,633016980=>1,633017943=>1,633017780=>1,633017987=>1,633018281=>1,633019982=>1,633018344=>1,633017757=>1,633017628=>1,633017216=>1,633017012=>1,633017228=>1,633017403=>1,633017611=>1,633017423=>1,633012966=>1,633012909=>1,630496577=>1,630496548=>1,630496606=>1,630496695=>1,630760227=>1,630497203=>1,630496041=>1,630495923=>1,630442688=>1,630440925=>1,630447383=>1,630495239=>1,630495654=>1,630495519=>1,630784266=>1,630797701=>1,632998295=>1,631226530=>1,633001511=>1,633012332=>1,633012629=>1,633012509=>1,631096151=>1,631096147=>1,631082503=>1,630833330=>1,631094330=>1,631095659=>1,631095988=>1,633020199=>1,633022099=>1,633042488=>1,633041828=>1,633042747=>1,633043092=>1,633043987=>1,633043833=>1,633041821=>1,633041776=>1,633040600=>1,633040420=>1,633041444=>1,633041564=>1,633041771=>1,633041711=>1,633044263=>1,633044839=>1,633058416=>1,633058322=>1,633072972=>1,633073416=>1,633077031=>1,633076253=>1,633058308=>1,633057344=>1,633045730=>1,633045414=>1,633047521=>1,633049219=>1,633049984=>1,633040396=>1,633040188=>1,633037138=>1,633037087=>1,633037151=>1,633037497=>1,633038223=>1,633037761=>1,633036884=>1,633031624=>1,633023346=>1,633023259=>1,633027293=>1,633027322=>1,633030147=>1,633027645=>1,633038259=>1,633038260=>1,633039172=>1,633039169=>1,633039693=>1,633039707=>1,633039952=>1,633039853=>1,633039147=>1,633038959=>1,633038522=>1,633038444=>1,633038538=>1,633038748=>1,633038896=>1,645705181=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-20.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(2088382441=>1,2088381866=>1,2088382710=>1,2088382775=>1,2088382872=>1,2088382831=>1,2088381731=>1,2088381662=>1,2088380362=>1,2088380327=>1,2088380376=>1,2088380508=>1,2088381231=>1,2088381227=>1,2088382875=>1,2088382933=>1,2088383700=>1,2088383675=>1,2088383896=>1,2088383946=>1,2088384136=>1,2088384108=>1,2088383523=>1,2088383514=>1,2088383085=>1,2088383025=>1,2088383176=>1,2088383288=>1,2088383371=>1,2088383354=>1,2088380146=>1,2088380144=>1,2088379511=>1,2088379466=>1,2088379550=>1,2088379556=>1,2088379568=>1,2088379559=>1,2088379382=>1,2088379340=>1,2088379012=>1,2088378995=>1,2088379061=>1,2088379101=>1,2088379313=>1,2088379246=>1,2088379641=>1,2088379654=>1,2088380053=>1,2088379994=>1,2088380071=>1,2088380085=>1,2088380133=>1,2088380102=>1,2088379950=>1,2088379940=>1,2088379710=>1,2088379659=>1,2088379778=>1,2088379843=>1,2088379854=>1,2088384146=>1,2088384169=>1,2088386652=>1,2088386503=>1,2088386673=>1,2088386729=>1,2088387123=>1,2088386906=>1,2088385978=>1,2088385924=>1,2088385363=>1,2088385338=>1,2088385382=>1,2088385404=>1,2088385531=>1,2088385483=>1,2088387190=>1,2088387215=>1,2088387873=>1,2088387807=>1,2088387882=>1,2088387898=>1,2088387964=>1,2088387925=>1,2088387796=>1,2088387775=>1,2088387465=>1,2088387370=>1,2088387491=>1,2088387564=>1,2088387710=>1,2088387577=>1,2088385336=>1,2088385313=>1,2088384392=>1,2088384382=>1,2088384414=>1,2088384439=>1,2088384483=>1,2088384463=>1,2088384351=>1,2088384347=>1,2088384193=>1,2088384186=>1,2088384235=>1,2088384250=>1,2088384343=>1,2088384266=>1,2088384507=>1,2088384516=>1,2088384729=>1,2088384695=>1,2088384766=>1,2088384792=>1,2088385277=>1,2088384921=>1,2088384672=>1,2088384668=>1,2088384538=>1,2088384527=>1,2088384571=>1,2088384610=>1,2088384650=>1,2088378956=>1,2088378953=>1,2088303302=>1,2088303300=>1,2088303334=>1,2088303723=>1,2088303973=>1,2088303876=>1,2088303229=>1,2088303132=>1,2088302715=>1,2088302362=>1,2088302813=>1,2088302885=>1,2088303125=>1,2088303060=>1,2088304044=>1,2088304119=>1,2088370986=>1,2088370977=>1,2088370989=>1,2088371016=>1,2088371026=>1,2088371022=>1,2088370874=>1,2088370506=>1,2088304302=>1,2088304161=>1,2088320681=>1,2088370386=>1,2088370503=>1,2088370489=>1,2088302230=>1,2088302095=>1,2088299315=>1,2088299129=>1,2088299985=>1,2088300005=>1,2088300056=>1,2088300045=>1,2088298940=>1,2088298801=>1,2088298217=>1,2088298056=>1,2088298318=>1,2088298478=>1,2088298746=>1,2088298655=>1,2088300212=>1,2088300566=>1,2088301686=>1,2088301617=>1,2088301868=>1,2088301945=>1,2088302013=>1,2088301946=>1,2088301616=>1,2088301554=>1,2088300748=>1,2088300595=>1,2088300754=>1,2088300798=>1,2088301480=>1,2088371032=>1,2088371047=>1,2088376363=>1,2088376231=>1,2088376409=>1,2088376585=>1,2088376663=>1,2088376617=>1,2088376204=>1,2088376101=>1,2088375953=>1,2088375877=>1,2088375957=>1,2088376029=>1,2088376098=>1,2088376053=>1,2088376685=>1,2088376690=>1,2088378497=>1,2088378425=>1,2088378531=>1,2088378539=>1,2088378559=>1,2088378540=>1,2088378413=>1,2088378331=>1,2088376699=>1,2088376697=>1,2088376764=>1,2088376774=>1,2088376824=>1,2088375813=>1,2088375521=>1,2088371287=>1,2088371277=>1,2088371313=>1,2088371373=>1,2088371401=>1,2088371400=>1,2088371210=>1,2088371181=>1,2088371076=>1,2088371050=>1,2088371100=>1,2088371136=>1,2088371170=>1,2088371148=>1,2088371412=>1,2088371418=>1,2088372198=>1,2088371979=>1,2088374244=>1,2088374486=>1,2088375478=>1,2088375030=>1,2088371845=>1,2088371582=>1,2088371453=>1,2088371420=>1,2088371454=>1,2088371481=>1,2088371518=>1,2088387991=>1,2088388058=>1,2088403415=>1,2088403279=>1,2088403438=>1,2088403471=>1,2088403645=>1,2088403571=>1,2088403258=>1,2088403028=>1,2088402829=>1,2088402820=>1,2088402834=>1,2088402865=>1,2088402942=>1,2088402904=>1,2088403677=>1,2088403722=>1,2088406285=>1,2088404151=>1,2088406347=>1,2088406473=>1,2088407240=>1,2088406923=>1,2088404127=>1,2088404052=>1,2088403980=>1,2088403977=>1,2088404017=>1,2088404027=>1,2088404051=>1,2088404047=>1,2088402817=>1,2088402704=>1,2088401044=>1,2088400834=>1,2088401105=>1,2088401216=>1,2088401336=>1,2088401245=>1,2088400623=>1,2088400607=>1,2088400410=>1,2088400408=>1,2088400460=>1,2088400502=>1,2088400579=>1,2088400537=>1,2088401342=>1,2088401354=>1,2088402011=>1,2088401905=>1,2088402529=>1,2088402602=>1,2088402666=>1,2088402637=>1,2088401589=>1,2088401547=>1,2088401368=>1,2088401357=>1,2088401446=>1,2088401471=>1,2088401504=>1,2088407241=>1,2088407341=>1,2088411899=>1,2088411812=>1,2088412001=>1,2088412176=>1,2088412305=>1,2088412206=>1,2088411678=>1,2088411579=>1,2088411327=>1,2088411245=>1,2088411363=>1,2088411377=>1,2088411508=>1,2088411399=>1,2088412421=>1,2088412562=>1,2088414058=>1,2088414027=>1,2088414357=>1,2088414426=>1,2088414717=>1,2088414705=>1,2088414019=>1,2088413971=>1,2088412606=>1,2088412568=>1,2088412609=>1,2088412844=>1,2088413954=>1,2088411225=>1,2088411187=>1,2088409394=>1,2088409337=>1,2088409409=>1,2088409513=>1,2088410430=>1,2088410396=>1,2088409276=>1,2088409262=>1,2088407409=>1,2088407393=>1,2088407528=>1,2088408183=>1,2088408269=>1,2088408214=>1,2088410439=>1,2088410518=>1,2088411039=>1,2088411031=>1,2088411133=>1,2088411134=>1,2088411184=>1,2088411138=>1,2088411030=>1,2088410994=>1,2088410586=>1,2088410544=>1,2088410607=>1,2088410726=>1,2088410830=>1,2088400386=>1,2088400303=>1,2088393596=>1,2088393580=>1,2088393601=>1,2088393611=>1,2088393672=>1,2088393628=>1,2088393562=>1,2088393346=>1,2088391340=>1,2088391327=>1,2088391381=>1,2088391397=>1,2088393177=>1,2088391409=>1,2088393782=>1,2088393932=>1,2088395994=>1,2088395974=>1,2088396108=>1,2088396209=>1,2088396325=>1,2088396261=>1,2088395965=>1,2088395827=>1,2088395571=>1,2088393935=>1,2088395596=>1,2088395603=>1,2088395717=>1,2088395702=>1,2088391315=>1,2088391261=>1,2088388692=>1,2088388614=>1,2088388724=>1,2088388784=>1,2088389238=>1,2088388814=>1,2088388612=>1,2088388492=>1,2088388122=>1,2088388110=>1,2088388142=>1,2088388154=>1,2088388206=>1,2088388161=>1,2088389345=>1,2088389372=>1,2088390877=>1,2088390719=>1,2088390891=>1,2088390994=>1,2088391225=>1,2088391198=>1,2088390553=>1,2088390541=>1,2088389426=>1,2088389419=>1,2088389589=>1,2088389623=>1,2088390449=>1,2088396472=>1,2088396486=>1,2088399487=>1,2088399441=>1,2088399520=>1,2088399561=>1,2088399707=>1,2088399682=>1,2088399437=>1,2088399344=>1,2088399071=>1,2088399038=>1,2088399131=>1,2088399178=>1,2088399263=>1,2088399259=>1,2088399715=>1,2088399737=>1,2088400147=>1,2088400143=>1,2088400172=>1,2088400193=>1,2088400299=>1,2088400256=>1,2088400101=>1,2088400081=>1,2088399817=>1,2088399803=>1,2088399906=>1,2088399925=>1,2088400027=>1,2088399015=>1,2088398971=>1,2088397143=>1,2088397094=>1,2088397198=>1,2088397273=>1,2088397451=>1,2088397330=>1,2088396876=>1,2088396814=>1,2088396556=>1,2088396523=>1,2088396592=>1,2088396692=>1,2088396785=>1,2088396783=>1,2088397464=>1,2088397484=>1,2088398303=>1,2088398290=>1,2088398314=>1,2088398856=>1,2088398867=>1,2088398858=>1,2088398227=>1,2088398112=>1,2088397726=>1,2088397600=>1,2088397811=>1,2088397974=>1,2088398089=>1,2088297956=>1,2088297909=>1,2088268728=>1,2088268651=>1,2088268889=>1,2088268935=>1,2088268971=>1,2088268957=>1,2088268567=>1,2088268491=>1,2088268224=>1,2088268223=>1,2088268242=>1,2088268276=>1,2088268394=>1,2088268324=>1,2088269040=>1,2088269112=>1,2088269932=>1,2088269930=>1,2088269993=>1,2088270055=>1,2088270217=>1,2088270151=>1,2088269764=>1,2088269705=>1,2088269164=>1,2088269152=>1,2088269270=>1,2088269375=>1,2088269681=>1,2088269669=>1,2088268183=>1,2088268178=>1,2088267565=>1,2088267561=>1,2088267572=>1,2088267642=>1,2088267716=>1,2088267651=>1,2088267537=>1,2088267528=>1,2088266878=>1,2088266743=>1,2088266885=>1,2088266906=>1,2088267128=>1,2088267092=>1,2088267737=>1,2088267778=>1,2088268010=>1,2088267913=>1,2088268033=>1,2088268034=>1,2088268155=>1,2088268048=>1,2088267910=>1,2088267878=>1,2088267809=>1,2088267805=>1,2088267813=>1,2088267816=>1,2088267823=>1,2088270307=>1,2088270721=>1,2088274309=>1,2088274278=>1,2088274370=>1,2088274552=>1,2088274702=>1,2088274671=>1,2088274122=>1,2088274106=>1,2088273696=>1,2088273582=>1,2088273735=>1,2088273897=>1,2088274061=>1,2088273929=>1,2088274726=>1,2088274754=>1,2088276206=>1,2088276164=>1,2088276209=>1,2088276293=>1,2088276458=>1,2088276337=>1,2088276162=>1,2088275737=>1,2088274781=>1,2088274764=>1,2088274815=>1,2088274883=>1,2088275731=>1,2088273544=>1,2088273500=>1,2088271631=>1,2088271586=>1,2088271719=>1,2088271793=>1,2088271949=>1,2088271862=>1,2088271448=>1,2088271394=>1,2088270963=>1,2088270846=>1,2088271136=>1,2088271164=>1,2088271284=>1,2088271273=>1,2088271968=>1,2088272071=>1,2088272849=>1,2088272747=>1,2088272857=>1,2088272997=>1,2088273394=>1,2088273167=>1,2088272711=>1,2088272685=>1,2088272323=>1,2088272191=>1,2088272362=>1,2088272397=>1,2088272465=>1,2088266663=>1,2088266658=>1,2088259490=>1,2088259487=>1,2088259499=>1,2088259551=>1,2088259579=>1,2088259559=>1,2088259486=>1,2088259470=>1,2088259308=>1,2088259245=>1,2088259319=>1,2088259339=>1,2088259422=>1,2088259353=>1,2088259617=>1,2088259662=>1,2088260887=>1,2088260684=>1,2088260904=>1,2088261061=>1,2088261186=>1,2088261185=>1,2088260676=>1,2088260578=>1,2088259805=>1,2088259700=>1,2088260199=>1,2088260375=>1,2088260461=>1,2088260448=>1,2088259167=>1,2088259150=>1,2088258690=>1,2088258632=>1,2088258709=>1,2088258751=>1,2088258804=>1,2088258786=>1,2088258579=>1,2088258465=>1,2088258394=>1,2088258389=>1,2088258416=>1,2088258419=>1,2088258448=>1,2088258445=>1,2088258854=>1,2088258856=>1,2088259019=>1,2088259002=>1,2088259034=>1,2088259057=>1,2088259095=>1,2088259060=>1,2088258997=>1,2088258977=>1,2088258910=>1,2088258907=>1,2088258921=>1,2088258938=>1,2088258969=>1,2088261357=>1,2088261363=>1,2088265047=>1,2088265021=>1,2088265048=>1,2088265292=>1,2088265380=>1,2088265367=>1,2088265006=>1,2088264962=>1,2088264649=>1,2088264617=>1,2088264689=>1,2088264694=>1,2088264909=>1,2088264838=>1,2088265474=>1,2088265511=>1,2088266139=>1,2088266067=>1,2088266217=>1,2088266236=>1,2088266336=>1,2088266269=>1,2088265963=>1,2088265918=>1,2088265597=>1,2088265540=>1,2088265849=>1,2088265867=>1,2088265888=>1,2088264607=>1,2088264590=>1,2088262159=>1,2088262158=>1,2088262285=>1,2088262315=>1,2088262495=>1,2088262433=>1,2088262138=>1,2088261916=>1,2088261496=>1,2088261435=>1,2088261563=>1,2088261677=>1,2088261903=>1,2088261841=>1,2088262862=>1,2088263753=>1,2088264380=>1,2088264266=>1,2088264381=>1,2088264412=>1,2088264521=>1,2088264443=>1,2088264253=>1,2088264199=>1,2088263940=>1,2088263800=>1,2088264062=>1,2088264086=>1,2088264111=>1,2088276488=>1,2088276489=>1,2088289543=>1,2088289514=>1,2088289562=>1,2088289628=>1,2088289683=>1,2088289658=>1,2088289509=>1,2088289466=>1,2088289329=>1,2088289311=>1,2088289343=>1,2088289386=>1,2088289455=>1,2088289397=>1,2088289684=>1,2088289700=>1,2088289849=>1,2088289821=>1,2088289868=>1,2088289875=>1,2088289880=>1,2088289876=>1,2088289788=>1,2088289763=>1,2088289725=>1,2088289709=>1,2088289728=>1,2088289748=>1,2088289753=>1,2088289751=>1,2088289289=>1,2088288233=>1,2088286982=>1,2088286967=>1,2088287032=>1,2088287039=>1,2088287115=>1,2088287077=>1,2088286895=>1,2088286868=>1,2088286593=>1,2088286486=>1,2088286661=>1,2088286686=>1,2088286864=>1,2088286800=>1,2088287321=>1,2088287323=>1,2088288052=>1,2088287899=>1,2088288059=>1,2088288111=>1,2088288188=>1,2088288169=>1,2088287877=>1,2088287836=>1,2088287541=>1,2088287393=>1,2088287560=>1,2088287594=>1,2088287604=>1,2088289908=>1,2088289912=>1,2088295064=>1,2088295012=>1,2088295184=>1,2088295234=>1,2088295336=>1,2088295322=>1,2088294802=>1,2088294768=>1,2088294502=>1,2088294488=>1,2088294586=>1,2088294592=>1,2088294664=>1,2088294610=>1,2088295385=>1,2088295419=>1,2088297309=>1,2088297264=>1,2088297516=>1,2088297543=>1,2088297691=>1,2088297548=>1,2088297233=>1,2088297208=>1,2088296522=>1,2088296513=>1,2088296534=>1,2088296731=>1,2088296841=>1,2088294486=>1,2088294422=>1,2088290170=>1,2088290153=>1,2088290264=>1,2088290277=>1,2088292592=>1,2088292472=>1,2088290146=>1,2088290138=>1,2088290020=>1,2088289995=>1,2088290029=>1,2088290041=>1,2088290124=>1,2088290110=>1,2088292597=>1,2088292635=>1,2088293323=>1,2088293212=>1,2088293489=>1,2088293601=>1,2088294395=>1,2088294153=>1,2088293194=>1,2088293133=>1,2088292884=>1,2088292714=>1,2088292925=>1,2088293018=>1,2088293036=>1,2088286413=>1,2088286388=>1,2088278809=>1,2088278790=>1,2088278856=>1,2088279027=>1,2088279149=>1,2088279084=>1,2088278703=>1,2088278688=>1,2088278260=>1,2088278231=>1,2088278356=>1,2088278469=>1,2088278558=>1,2088278535=>1,2088279185=>1,2088279483=>1,2088280381=>1,2088280374=>1,2088280496=>1,2088280537=>1,2088280671=>1,2088280581=>1,2088280300=>1,2088280170=>1,2088279586=>1,2088279532=>1,2088279624=>1,2088279658=>1,2088279756=>1,2088279689=>1,2088278162=>1,2088278141=>1,2088277076=>1,2088276946=>1,2088277125=>1,2088277126=>1,2088277165=>1,2088277128=>1,2088276914=>1,2088276892=>1,2088276580=>1,2088276514=>1,2088276628=>1,2088276776=>1,2088276885=>1,2088276813=>1,2088277204=>1,2088277295=>1,2088277744=>1,2088277624=>1,2088277956=>1,2088278047=>1,2088278139=>1,2088278085=>1,2088277600=>1,2088277526=>1,2088277323=>1,2088277301=>1,2088277342=>1,2088277415=>1,2088277510=>1,2088280751=>1,2088280773=>1,2088284239=>1,2088284192=>1,2088284255=>1,2088284516=>1,2088284663=>1,2088284544=>1,2088284165=>1,2088284087=>1,2088283827=>1,2088283822=>1,2088283955=>1,2088284009=>1,2088284021=>1,2088284013=>1,2088284664=>1,2088284825=>1,2088285905=>1,2088285488=>1,2088286286=>1,2088286324=>1,2088286379=>1,2088286376=>1,2088285475=>1,2088285442=>1,2088285088=>1,2088284844=>1,2088285096=>1,2088285415=>1,2088285427=>1,2088283644=>1,2088283579=>1,2088282185=>1,2088282137=>1,2088282194=>1,2088282240=>1,2088282294=>1,2088282286=>1,2088282128=>1,2088282123=>1,2088280943=>1,2088280795=>1,2088280945=>1,2088281152=>1,2088281396=>1,2088281195=>1,2088282483=>1,2088282491=>1,2088283211=>1,2088283051=>1,2088283290=>1,2088283404=>1,2088283503=>1,2088283429=>1,2088282928=>1,2088282922=>1,2088282590=>1,2088282496=>1,2088282639=>1,2088282754=>1,2088282782=>1,2088258362=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-21.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(2193189248=>2193189375,2160868293=>1,2160865574=>1,2160905349=>1,2161115881=>1,2161247201=>1,2160863082=>1,2162121811=>1,2160590021=>1,2160588685=>1,2160587982=>1,2160589066=>1,2160589427=>1,2160589650=>1,2163055986=>1,2164945880=>1,2168457428=>1,2168325235=>1,2168974594=>1,2170823274=>1,2172192813=>1,2171282308=>1,2165741215=>1,2165673082=>1,2164945882=>1,2164945881=>1,2164945883=>1,2164945884=>1,2165663413=>1,2165662884=>1,2160587339=>1,2160586945=>1,2160571236=>1,2160571055=>1,2160571781=>1,2160572472=>1,2160573016=>1,2160572575=>1,2160570894=>1,2160570783=>1,2160566055=>1,2160565143=>1,2160566121=>1,2160567394=>1,2160570103=>1,2160568927=>1,2160574200=>1,2160574226=>1,2160583478=>1,2160583216=>1,2160583741=>1,2160584914=>1,2160586821=>1,2160585468=>1,2160582744=>1,2160579075=>1,2160575101=>1,2160575088=>1,2160575760=>1,2160575840=>1,2160578452=>1,2160576198=>1,2172649173=>1,2172650833=>1,2197830722=>1,2197768356=>1,2197831171=>1,2197858388=>1,2202543378=>1,2197878566=>1,2197752511=>1,2196147642=>1,2193703323=>1,2193690554=>1,2193717556=>1,2194905250=>1,2195826769=>1,2194929907=>1,2202554881=>1,2202568805=>1,2208372492=>1,2207991154=>1,2208372504=>1,2208398355=>1,2210146492=>1,2208431882=>1,2206856968=>1,2206371426=>1,2204658256=>1,2202597658=>1,2204925154=>1,2204935292=>1,2205306308=>1,2193226316=>1,2193226308=>1,2187236451=>1,2186631244=>1,2188750750=>1,2189734270=>1,2190855019=>1,2190806559=>1,2185998886=>1,2185211262=>1,2175864886=>1,2172785196=>1,2181059123=>1,2182072947=>1,2185197043=>1,2183901073=>1,2190859389=>1,2191927041=>1,2193116022=>1,2193103125=>1,2193188914=>1,2193196298=>1,2193214015=>1,2193196299=>1,2192865917=>1,2192857058=>1,2192844950=>1,2192840678=>1,2192850838=>1,2192852462=>1,2192855290=>1,2160564958=>1,2160564781=>1,2160533563=>1,2158835648=>1,2160533885=>1,2160534277=>1,2160534933=>1,2160534618=>1,2158835534=>1,2158705961=>1,2156385419=>1,2156055643=>1,2156701474=>1,2156872481=>1,2158202389=>1,2157547901=>1,2160535009=>1,2160535051=>1,2160536844=>1,2160536416=>1,2160536969=>1,2160537015=>1,2160538631=>1,2160537177=>1,2160536406=>1,2160536166=>1,2160535440=>1,2160535152=>1,2160535711=>1,2160535769=>1,2160536046=>1,2160535929=>1,2155817004=>1,2154979610=>1,2152129459=>1,2152077428=>1,2152145410=>1,2152164592=>1,2152164792=>1,2152164740=>1,2152056031=>1,2152016461=>1,2150932500=>1,2150924393=>1,2151355001=>1,2151975758=>1,2151991295=>1,2151991156=>1,2152194306=>1,2152207747=>1,2152405001=>1,2152377587=>1,2152414074=>1,2152456230=>1,2154881151=>1,2152611650=>1,2152291591=>1,2152274354=>1,2152241462=>1,2152219310=>1,2152250828=>1,2152259059=>1,2152274350=>1,2160539417=>1,2160539429=>1,2160556648=>1,2160556575=>1,2160556887=>1,2160558182=>1,2160558596=>1,2160558515=>1,2160556551=>1,2160555771=>1,2160554070=>1,2160553969=>1,2160554783=>1,2160555143=>1,2160555557=>1,2160555473=>1,2160558719=>1,2160558783=>1,2160562967=>1,2160561707=>1,2160563224=>1,2160563754=>1,2160564547=>1,2160564162=>1,2160561453=>1,2160561422=>1,2160559111=>1,2160559016=>1,2160559514=>1,2160560846=>1,2160561120=>1,2160553869=>1,2160552869=>1,2160545258=>1,2160544747=>1,2160545289=>1,2160546096=>1,2160546386=>1,2160546314=>1,2160543743=>1,2160543605=>1,2160539599=>1,2160539468=>1,2160541061=>1,2160541872=>1,2160543562=>1,2160543210=>1,2160546757=>1,2160546925=>1,2160549758=>1,2160549380=>1,2160550932=>1,2160552028=>1,2160552396=>1,2160552053=>1,2160549377=>1,2160549033=>1,2160547708=>1,2160546985=>1,2160547739=>1,2160548240=>1,2160548391=>1,2210146493=>1,2210361355=>1,2331973075=>1,2331973024=>1,2331973097=>1,2331989002=>1,2332039026=>1,2331989761=>1,2331973022=>1,2331973019=>1,2327490306=>1,2327487520=>1,2328433320=>1,2328435202=>1,2329653744=>1,2328661557=>1,2332040178=>1,2332040210=>1,2340611144=>1,2340564001=>1,2342650477=>1,2342651688=>1,2342652488=>1,2342652293=>1,2340517803=>1,2340517427=>1,2333219107=>1,2332954027=>1,2340489323=>1,2340494176=>1,2340495052=>1,2340495023=>1,2327459974=>1,2327418358=>1,2315278613=>1,2315278607=>1,2315278623=>1,2315278637=>1,2315314226=>1,2315278694=>1,2315262194=>1,2313522115=>1,2307368673=>1,2307339496=>1,2309277822=>1,2309292399=>1,2311945251=>1,2310890192=>1,2319166466=>1,2319166467=>1,2321760517=>1,2321676006=>1,2321801162=>1,2321812177=>1,2322994619=>1,2322945090=>1,2321673233=>1,2321673230=>1,2321634529=>1,2321456073=>1,2321650108=>1,2321673218=>1,2321673229=>1,2342652688=>1,2342652911=>1,2348744810=>1,2346992538=>1,2348753866=>1,2348754018=>1,2348755074=>1,2348754835=>1,2346287203=>1,2345804986=>1,2344891797=>1,2344891368=>1,2344920219=>1,2344921725=>1,2344928330=>1,2344925393=>1,2348755146=>1,2348755330=>1,2348761110=>1,2348760666=>1,2356213541=>1,2356262089=>1,2356360700=>1,2356301799=>1,2348760580=>1,2348760579=>1,2348758270=>1,2348758269=>1,2348758362=>1,2348759980=>1,2348760578=>1,2344885219=>1,2344879115=>1,2342683326=>1,2342665516=>1,2342683385=>1,2342686750=>1,2342687244=>1,2342686875=>1,2342665486=>1,2342664588=>1,2342654735=>1,2342653550=>1,2342655217=>1,2342657053=>1,2342663728=>1,2342661248=>1,2342687780=>1,2342688017=>1,2342706349=>1,2342705627=>1,2343094315=>1,2344712510=>1,2344716019=>1,2344715792=>1,2342705518=>1,2342699341=>1,2342688598=>1,2342688272=>1,2342689828=>1,2342689838=>1,2342690368=>1,2307328233=>1,2306329531=>1,2239921597=>1,2239921411=>1,2239939027=>1,2246603241=>1,2247278496=>1,2247264368=>1,2239921307=>1,2239912940=>1,2231324829=>1,2231324726=>1,2231341067=>1,2232553795=>1,2239909204=>1,2233912042=>1,2248153634=>1,2248351507=>1,2254276785=>1,2254130831=>1,2254455057=>1,2254663848=>1,2254882917=>1,2254837370=>1,2252131740=>1,2251417983=>1,2248361946=>1,2248357572=>1,2248382868=>1,2249437549=>1,2250412928=>1,2250407205=>1,2231312250=>1,2230908894=>1,2212346862=>1,2212346858=>1,2212346874=>1,2212357970=>1,2212358062=>1,2212357985=>1,2212346854=>1,2212346850=>1,2212239154=>1,2211949782=>1,2212269440=>1,2212327800=>1,2212331650=>1,2212328282=>1,2213996273=>1,2214003447=>1,2228468710=>1,2228468532=>1,2228762114=>1,2229694988=>1,2230853132=>1,2229704273=>1,2228467354=>1,2224488706=>1,2214566877=>1,2214566530=>1,2214571790=>1,2224242727=>1,2224248073=>1,2255946498=>1,2255946660=>1,2292763033=>1,2292163896=>1,2292829873=>1,2292831428=>1,2297643105=>1,2292836889=>1,2281705689=>1,2281702131=>1,2281702018=>1,2266465785=>1,2281702022=>1,2281702043=>1,2281702118=>1,2281702046=>1,2297644743=>1,2297651724=>1,2306204637=>1,2297681545=>1,2306238957=>1,2306247986=>1,2306304095=>1,2306268934=>1,2297676178=>1,2297676151=>1,2297652870=>1,2297651766=>1,2297654020=>1,2297655870=>1,2297671828=>1,2266465372=>1,2266464514=>1,2258821401=>1,2256713172=>1,2259246298=>1,2259246299=>1,2259502936=>1,2259246302=>1,2256713003=>1,2256093188=>1,2255951075=>1,2255948067=>1,2255952577=>1,2255954128=>1,2255955079=>1,2255954167=>1,2261033042=>1,2262116817=>1,2264913543=>1,2264913536=>1,2264913545=>1,2264923743=>1,2266462680=>1,2266198822=>1,2264519615=>1,2264519543=>1,2262975517=>1,2262143460=>1,2264501231=>1,2264508432=>1,2264519498=>1,2150516494=>1,2150272557=>1,2088431313=>1,2088431284=>1,2088431340=>1,2088431620=>1,2088431721=>1,2088431690=>1,2088431261=>1,2088431214=>1,2088430815=>1,2088430760=>1,2088430876=>1,2088430933=>1,2088431173=>1,2088431114=>1,2088431797=>1,2088431914=>1,2088433070=>1,2088432929=>1,2088433207=>1,2088433377=>1,2088433607=>1,2088433464=>1,2088432858=>1,2088432765=>1,2088432029=>1,2088432009=>1,2088432393=>1,2088432396=>1,2088432625=>1,2088432479=>1,2088430665=>1,2088430658=>1,2088428997=>1,2088428995=>1,2088429013=>1,2088429037=>1,2088429635=>1,2088429044=>1,2088428985=>1,2088428948=>1,2088428636=>1,2088428506=>1,2088428832=>1,2088428901=>1,2088428947=>1,2088428908=>1,2088429645=>1,2088429688=>1,2088430273=>1,2088430230=>1,2088430284=>1,2088430464=>1,2088430651=>1,2088430607=>1,2088430225=>1,2088430174=>1,2088429929=>1,2088429841=>1,2088430101=>1,2088430117=>1,2088430141=>1,2088433927=>1,2088433974=>1,2091396099=>1,2091317775=>1,2091519496=>1,2091519574=>1,2091521347=>1,2091521176=>1,2091182945=>1,2091096436=>1,2090946250=>1,2090910280=>1,2090974513=>1,2090975641=>1,2091034808=>1,2090975684=>1,2091526312=>1,2091528204=>1,2092962171=>1,2092959945=>1,2092964854=>1,2092966136=>1,2092969969=>1,2092967928=>1,2092959716=>1,2092959714=>1,2092803252=>1,2091530202=>1,2092957939=>1,2092957944=>1,2092958971=>1,2090910279=>1,2090869506=>1,2088435177=>1,2088435167=>1,2088435590=>1,2088435642=>1,2088559666=>1,2088435646=>1,2088434735=>1,2088434599=>1,2088434369=>1,2088434331=>1,2088434378=>1,2088434386=>1,2088434524=>1,2088434510=>1,2088607561=>1,2088607616=>1,2090115854=>1,2089981802=>1,2090144286=>1,2090213908=>1,2090731958=>1,2090561621=>1,2089016718=>1,2088976375=>1,2088730121=>1,2088664675=>1,2088819995=>1,2088823170=>1,2088974730=>1,2088428488=>1,2088428272=>1,2088421771=>1,2088421765=>1,2088421793=>1,2088421859=>1,2088421918=>1,2088421895=>1,2088421736=>1,2088421711=>1,2088421653=>1,2088421636=>1,2088421668=>1,2088421682=>1,2088421710=>1,2088421705=>1,2088421935=>1,2088421943=>1,2088422194=>1,2088422193=>1,2088422210=>1,2088422290=>1,2088422300=>1,2088422296=>1,2088422130=>1,2088422127=>1,2088422061=>1,2088421991=>1,2088422065=>1,2088422068=>1,2088422104=>1,2088422095=>1,2088421625=>1,2088421586=>1,2088419188=>1,2088418280=>1,2088419262=>1,2088419263=>1,2088419511=>1,2088419302=>1,2088418263=>1,2088418152=>1,2088416685=>1,2088415043=>1,2088416855=>1,2088417136=>1,2088418114=>1,2088417168=>1,2088419837=>1,2088419908=>1,2088421475=>1,2088421204=>1,2088421494=>1,2088421510=>1,2088421551=>1,2088421525=>1,2088421044=>1,2088420991=>1,2088420008=>1,2088419941=>1,2088420369=>1,2088420502=>1,2088420603=>1,2088422348=>1,2088422371=>1,2088426003=>1,2088425360=>1,2088426039=>1,2088426337=>1,2088426378=>1,2088426360=>1,2088425280=>1,2088425186=>1,2088424578=>1,2088424450=>1,2088424877=>1,2088424951=>1,2088425153=>1,2088425018=>1,2088426564=>1,2088426863=>1,2088428164=>1,2088428087=>1,2088428172=>1,2088428216=>1,2088428233=>1,2088428226=>1,2088427912=>1,2088427815=>1,2088427492=>1,2088427081=>1,2088427581=>1,2088427668=>1,2088427784=>1,2088424426=>1,2088424425=>1,2088422986=>1,2088422881=>1,2088423027=>1,2088423039=>1,2088423172=>1,2088423079=>1,2088422858=>1,2088422818=>1,2088422503=>1,2088422476=>1,2088422515=>1,2088422588=>1,2088422760=>1,2088422648=>1,2088423192=>1,2088423199=>1,2088424058=>1,2088423636=>1,2088424067=>1,2088424199=>1,2088424300=>1,2088424290=>1,2088423631=>1,2088423601=>1,2088423227=>1,2088423223=>1,2088423269=>1,2088423392=>1,2088423427=>1,2092973176=>1,2092973999=>1,2105817146=>1,2105235425=>1,2107668661=>1,2107702656=>1,2107724348=>1,2107710483=>1,2105234494=>1,2104346605=>1,2103665737=>1,2103665681=>1,2103670970=>1,2103965850=>1,2104323336=>1,2104314430=>1,2107769622=>1,2107772566=>1,2107922919=>1,2107916478=>1,2107925727=>1,2107926200=>1,2107926750=>1,2107926324=>1,2107914522=>1,2107907020=>1,2107808988=>1,2107774971=>1,2107864024=>1,2107878894=>1,2107894656=>1,2107879130=>1,2103665677=>1,2103665674=>1,2099751588=>1,2099738275=>1,2100123404=>1,2100992153=>1,2101347586=>1,2101218978=>1,2099738274=>1,2099725250=>1,2099288572=>1,2098854566=>1,2099400602=>1,2099415670=>1,2099638467=>1,2099636478=>1,2101347587=>1,2101402311=>1,2102792855=>1,2102790214=>1,2102792863=>1,2103074756=>1,2103665670=>1,2103390823=>1,2102782585=>1,2102560979=>1,2101440713=>1,2101440688=>1,2101857090=>1,2101880590=>1,2101902606=>1,2107926932=>1,2107979858=>1,2113762241=>1,2113762233=>1,2113762250=>1,2113762261=>1,2113762287=>1,2113762279=>1,2113762201=>1,2113762195=>1,2113762059=>1,2113762054=>1,2113762060=>1,2113762061=>1,2113762139=>1,2113762063=>1,2113762293=>1,2113762298=>1,2148040303=>1,2147753932=>1,2148143924=>1,2149470154=>1,2150041668=>1,2149515298=>1,2147528125=>1,2128122799=>1,2118518674=>1,2113763950=>1,2118696168=>1,2119473798=>1,2121727305=>1,2113748052=>1,2113747972=>1,2110872510=>1,2110867769=>1,2110874046=>1,2110876755=>1,2111098291=>1,2110878749=>1,2110867406=>1,2110865922=>1,2108089338=>1,2108089064=>1,2108091653=>1,2108146002=>1,2110787011=>1,2108862027=>1,2111101917=>1,2111109893=>1,2111845245=>1,2111845178=>1,2111845335=>1,2111845343=>1,2113740958=>1,2111845360=>1,2111845145=>1,2111845140=>1,2111306305=>1,2111109950=>1,2111424404=>1,2111845122=>1,2111845130=>1,2098840383=>1,2098830298=>1,2093528370=>1,2093507634=>1,2093529294=>1,2093655718=>1,2093658086=>1,2093657926=>1,2093507226=>1,2093506786=>1,2093045254=>1,2093039029=>1,2093058597=>1,2093078697=>1,2093490578=>1,2093366310=>1,2093659122=>1,2093659142=>1,2093889275=>1,2093880952=>1,2093893104=>1,2093902717=>1,2093909475=>1,2093903774=>1,2093876544=>1,2093862834=>1,2093664354=>1,2093659578=>1,2093664460=>1,2093670346=>1,2093819710=>1,2093813652=>1,2093038090=>1,2093036918=>1,2092989116=>1,2092987373=>1,2092989430=>1,2093009807=>1,2093012860=>1,2093012661=>1,2092985079=>1,2092984816=>1,2092980248=>1,2092979984=>1,2092980406=>1,2092980854=>1,2092982984=>1,2092981755=>1,2093014512=>1,2093016750=>1,2093031913=>1,2093030397=>1,2093032445=>1,2093033979=>1,2093035768=>1,2093035273=>1,2093029278=>1,2093028601=>1,2093022373=>1,2093021886=>1,2093024245=>1,2093024253=>1,2093025271=>1,2093918202=>1,2093922473=>1,2098738257=>1,2098204651=>1,2098738277=>1,2098745093=>1,2098749854=>1,2098745179=>1,2098196692=>1,2097318477=>1,2096834124=>1,2096834123=>1,2096834125=>1,2096840438=>1,2097092349=>1,2097092202=>1,2098750035=>1,2098751384=>1,2098781113=>1,2098764294=>1,2098793712=>1,2098794453=>1,2098829905=>1,2098800359=>1,2098761191=>1,2098761078=>1,2098752244=>1,2098751909=>1,2098753622=>1,2098756026=>1,2098756185=>1,2096688634=>1,2096676430=>1,2093944475=>1,2093940440=>1,2093961894=>1,2093965653=>1,2093985627=>1,2093974770=>1,2093940094=>1,2093939207=>1,2093927615=>1,2093922977=>1,2093934702=>1,2093935787=>1,2093939205=>1,2093937117=>1,2095115669=>1,2095300651=>1,2096151384=>1,2096151383=>1,2096385199=>1,2096385409=>1,2096672488=>1,2096672471=>1,2096151373=>1,2096150569=>1,2095616871=>1,2095616790=>1,2095924044=>1,2095938480=>1,2096021114=>1,2088414821=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-22.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(2479585280=>2479585535,2680881982=>1,2680881494=>1,2680882419=>1,2680882914=>1,2680883980=>1,2680883910=>1,2680881463=>1,2679532439=>1,2677309778=>1,2675637512=>1,2677323165=>1,2677324410=>1,2679532438=>1,2679532434=>1,2680884305=>1,2680885128=>1,2680886589=>1,2680886526=>1,2680886654=>1,2680886736=>1,2680886976=>1,2680886835=>1,2680885885=>1,2680885859=>1,2680885179=>1,2680885140=>1,2680885481=>1,2680885499=>1,2680885607=>1,2675608851=>1,2675607002=>1,2655382785=>1,2655378118=>1,2655383762=>1,2655731196=>1,2659320050=>1,2656415243=>1,2655377998=>1,2655377992=>1,2655377007=>1,2655376569=>1,2655377159=>1,2655377220=>1,2655377837=>1,2655377698=>1,2662701257=>1,2663487604=>1,2667534321=>1,2667513586=>1,2667566258=>1,2667566889=>1,2668151598=>1,2668118781=>1,2667512563=>1,2665401834=>1,2663877723=>1,2663487605=>1,2665376009=>1,2665392185=>1,2665401698=>1,2680887472=>1,2680888069=>1,2680944504=>1,2680944401=>1,2682262933=>1,2682272795=>1,2682273780=>1,2682272950=>1,2680942977=>1,2680938644=>1,2680918080=>1,2680914943=>1,2680924291=>1,2680924302=>1,2680931051=>1,2680930735=>1,2682286576=>1,2682286874=>1,2684330930=>1,2684292651=>1,2684331907=>1,2684878309=>1,2685424300=>1,2685404617=>1,2684292633=>1,2684290134=>1,2682398938=>1,2682290000=>1,2682446004=>1,2684289261=>1,2684290087=>1,2684289763=>1,2680913728=>1,2680913255=>1,2680902369=>1,2680901856=>1,2680902991=>1,2680903000=>1,2680904298=>1,2680903487=>1,2680900301=>1,2680899393=>1,2680891130=>1,2680889403=>1,2680893102=>1,2680897614=>1,2680899341=>1,2680899004=>1,2680904816=>1,2680904930=>1,2680909418=>1,2680909309=>1,2680911398=>1,2680911525=>1,2680912942=>1,2680911873=>1,2680908926=>1,2680908731=>1,2680906075=>1,2680906051=>1,2680906189=>1,2680906842=>1,2680907658=>1,2655376239=>1,2655375491=>1,2617127403=>1,2616681502=>1,2617175001=>1,2617177652=>1,2617177839=>1,2617177666=>1,2609194722=>1,2609191832=>1,2606689090=>1,2606677265=>1,2606892293=>1,2606892294=>1,2609186607=>1,2609186577=>1,2619507341=>1,2620979938=>1,2630337787=>1,2630322893=>1,2634514647=>1,2634514770=>1,2634515190=>1,2634515090=>1,2630310545=>1,2630303827=>1,2621021497=>1,2620979939=>1,2630293224=>1,2630293422=>1,2630302434=>1,2630297809=>1,2606666440=>1,2606665746=>1,2588531849=>1,2588508554=>1,2588532235=>1,2588534182=>1,2591486721=>1,2591486260=>1,2588492040=>1,2588488781=>1,2588486817=>1,2588486765=>1,2588486821=>1,2588486837=>1,2588486853=>1,2588486849=>1,2591486725=>1,2591486729=>1,2600732352=>1,2592049669=>1,2600736784=>1,2600745130=>1,2604051372=>1,2600745979=>1,2592043527=>1,2592030201=>1,2591504450=>1,2591504430=>1,2592029788=>1,2592029799=>1,2592030050=>1,2634515268=>1,2634515330=>1,2655349213=>1,2655348432=>1,2655350074=>1,2655350870=>1,2655360481=>1,2655358474=>1,2655334453=>1,2655330846=>1,2655325152=>1,2654644803=>1,2655327627=>1,2655330698=>1,2655330845=>1,2655330844=>1,2655366369=>1,2655371484=>1,2655374839=>1,2655374796=>1,2655374911=>1,2655374962=>1,2655375320=>1,2655375241=>1,2655374372=>1,2655373797=>1,2655372883=>1,2655371668=>1,2655373039=>1,2655373696=>1,2655373786=>1,2654644802=>1,2654644800=>1,2634543707=>1,2634543670=>1,2634543717=>1,2634543740=>1,2634543760=>1,2634543741=>1,2634543669=>1,2634535578=>1,2634515449=>1,2634515384=>1,2634515452=>1,2634515859=>1,2634532184=>1,2634520702=>1,2635718907=>1,2637735495=>1,2653838353=>1,2653589842=>1,2654066665=>1,2654644738=>1,2654644763=>1,2654644742=>1,2642058338=>1,2642048493=>1,2640606812=>1,2639689858=>1,2642047543=>1,2642047641=>1,2642047956=>1,2685424739=>1,2685435220=>1,2733860366=>1,2733860206=>1,2733860782=>1,2733860795=>1,2733862130=>1,2733861611=>1,2733860065=>1,2733859656=>1,2733853532=>1,2733852870=>1,2733854350=>1,2733858688=>1,2733858875=>1,2733858846=>1,2733864035=>1,2733866229=>1,2733872869=>1,2733872796=>1,2733874656=>1,2733875100=>1,2733876317=>1,2733876112=>1,2733871305=>1,2733870887=>1,2733867698=>1,2733866511=>1,2733868732=>1,2733869035=>1,2733870554=>1,2733870193=>1,2733852345=>1,2733852249=>1,2733837376=>1,2733836745=>1,2733837669=>1,2733837956=>1,2733839993=>1,2733838640=>1,2733836449=>1,2733836159=>1,2732547645=>1,2732546612=>1,2733000771=>1,2733105337=>1,2733789408=>1,2733150349=>1,2733840305=>1,2733841827=>1,2733847481=>1,2733846835=>1,2733848533=>1,2733849418=>1,2733851095=>1,2733850908=>1,2733846651=>1,2733845410=>1,2733843387=>1,2733842571=>1,2733844261=>1,2733844641=>1,2733844826=>1,2733884539=>1,2733887451=>1,2734115016=>1,2734115015=>1,2734115017=>1,2734115018=>1,2734115029=>1,2734115028=>1,2734114843=>1,2734114823=>1,2734043725=>1,2734035924=>1,2734047363=>1,2734047473=>1,2734100134=>1,2734047476=>1,2734115032=>1,2734115033=>1,2734197984=>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,2734016454=>1,2734016441=>1,2733906524=>1,2733906441=>1,2733907186=>1,2733908649=>1,2733935548=>1,2733935000=>1,2733906425=>1,2733906390=>1,2733892214=>1,2733888398=>1,2733893005=>1,2733895568=>1,2733897105=>1,2733896945=>1,2733969768=>1,2733971263=>1,2734015964=>1,2734015922=>1,2734015966=>1,2734016022=>1,2734016376=>1,2734016286=>1,2734015918=>1,2734015902=>1,2734009076=>1,2733981350=>1,2734015738=>1,2734015815=>1,2734015842=>1,2732546291=>1,2732536004=>1,2727743483=>1,2727743482=>1,2730553217=>1,2730672985=>1,2731290337=>1,2731149386=>1,2726237979=>1,2723351814=>1,2718772302=>1,2714429925=>1,2719044378=>1,2719048841=>1,2722668683=>1,2722623998=>1,2731471153=>1,2731471157=>1,2731792625=>1,2731792624=>1,2731794665=>1,2731794821=>1,2731843884=>1,2731818229=>1,2731792426=>1,2731792395=>1,2731633282=>1,2731632597=>1,2731699645=>1,2731774229=>1,2731783672=>1,2731774311=>1,2710280381=>1,2708755426=>1,2701190178=>1,2701190177=>1,2701190183=>1,2701190210=>1,2701195015=>1,2701193782=>1,2701190176=>1,2698688623=>1,2685464167=>1,2588486761=>1,2686766397=>1,2686914548=>1,2691854237=>1,2690723614=>1,2701195057=>1,2701195722=>1,2705652405=>1,2705652391=>1,2705652409=>1,2705652410=>1,2705652439=>1,2705652437=>1,2705652367=>1,2705652363=>1,2701196765=>1,2701196712=>1,2701831010=>1,2704636056=>1,2704646248=>1,2731844082=>1,2731868403=>1,2732352130=>1,2732351964=>1,2732352468=>1,2732352811=>1,2732353026=>1,2732352971=>1,2732351855=>1,2732319854=>1,2732262493=>1,2732262065=>1,2732262565=>1,2732263025=>1,2732263225=>1,2732263086=>1,2732353102=>1,2732369692=>1,2732501642=>1,2732501150=>1,2732501712=>1,2732501795=>1,2732507461=>1,2732501829=>1,2732461283=>1,2732460034=>1,2732395760=>1,2732382829=>1,2732439616=>1,2732443961=>1,2732444390=>1,2732261990=>1,2732257149=>1,2732122137=>1,2732119309=>1,2732122154=>1,2732128115=>1,2732138797=>1,2732138584=>1,2732118064=>1,2732076668=>1,2731926219=>1,2731868421=>1,2731930398=>1,2732069307=>1,2732076650=>1,2732076583=>1,2732138911=>1,2732138921=>1,2732245636=>1,2732245555=>1,2732246193=>1,2732246213=>1,2732255746=>1,2732249220=>1,2732245421=>1,2732245048=>1,2732139122=>1,2732139045=>1,2732139395=>1,2732144506=>1,2732226060=>1,2685424953=>1,2588486745=>1,2462592011=>1,2462469349=>1,2462645384=>1,2466200036=>1,2466247974=>1,2466205438=>1,2462469056=>1,2462179417=>1,2461643111=>1,2461641377=>1,2461645210=>1,2461645766=>1,2461659120=>1,2461646277=>1,2466248770=>1,2466820510=>1,2497962238=>1,2497657133=>1,2498463650=>1,2499057526=>1,2499484177=>1,2499482673=>1,2493729136=>1,2493729032=>1,2471215689=>1,2469660930=>1,2472259576=>1,2477767567=>1,2493727499=>1,2487878256=>1,2461636315=>1,2461636024=>1,2449492148=>1,2449492038=>1,2449493253=>1,2449493485=>1,2452916979=>1,2452889714=>1,2449484665=>1,2449482869=>1,2447114255=>1,2441423236=>1,2449301994=>1,2449411881=>1,2449481872=>1,2449477688=>1,2452925576=>1,2452941899=>1,2460412687=>1,2459204947=>1,2461605847=>1,2461605853=>1,2461632299=>1,2461631471=>1,2459196066=>1,2457366314=>1,2453442279=>1,2452945527=>1,2457031641=>1,2457047439=>1,2457053264=>1,2499490378=>1,2499491830=>1,2509936656=>1,2509916157=>1,2509936761=>1,2509936847=>1,2509938154=>1,2509938000=>1,2509916143=>1,2509915964=>1,2508457405=>1,2508068190=>1,2509914289=>1,2509914337=>1,2509915934=>1,2509914591=>1,2509938298=>1,2509938404=>1,2513053896=>1,2513052264=>1,2513054396=>1,2513054910=>1,2513055669=>1,2513055195=>1,2513048031=>1,2513046654=>1,2509938604=>1,2509938519=>1,2510057527=>1,2511105135=>1,2511124246=>1,2505790437=>1,2505790420=>1,2499530374=>1,2499526939=>1,2499530532=>1,2499532341=>1,2499535630=>1,2499534243=>1,2499526373=>1,2499510428=>1,2499499208=>1,2499495012=>1,2499500164=>1,2499500304=>1,2499509508=>1,2499506662=>1,2499537479=>1,2499537481=>1,2503478297=>1,2500985426=>1,2503478698=>1,2503873043=>1,2503906345=>1,2503873450=>1,2500395035=>1,2500142941=>1,2499542253=>1,2499540375=>1,2499542757=>1,2499542876=>1,2500038468=>1,2441414135=>1,2440303394=>1,2374667728=>1,2374645756=>1,2375800370=>1,2378455257=>1,2378473464=>1,2378460819=>1,2372510461=>1,2372510451=>1,2372214888=>1,2369962340=>1,2372478827=>1,2372486156=>1,2372510398=>1,2372504921=>1,2378473626=>1,2378476259=>1,2382341478=>1,2382340519=>1,2382341514=>1,2382341674=>1,2382341821=>1,2382341782=>1,2382340518=>1,2382338540=>1,2381288639=>1,2381287906=>1,2381289397=>1,2381289538=>1,2382337793=>1,2381312976=>1,2369333663=>1,2369170737=>1,2357364484=>1,2357189551=>1,2357759274=>1,2360655584=>1,2362332740=>1,2361449099=>1,2356897728=>1,2356897727=>1,2356395464=>1,2356395453=>1,2356583218=>1,2356760610=>1,2356897726=>1,2356760699=>1,2362401906=>1,2362418674=>1,2366906692=>1,2366906691=>1,2366924569=>1,2366934403=>1,2369167288=>1,2367609115=>1,2365773581=>1,2365740805=>1,2364964627=>1,2364532452=>1,2365227100=>1,2365593074=>1,2365627245=>1,2382347681=>1,2382635204=>1,2420920388=>1,2420918668=>1,2420923271=>1,2420924423=>1,2420927882=>1,2420925497=>1,2420917801=>1,2420916290=>1,2420910201=>1,2420910026=>1,2420910507=>1,2420912677=>1,2420915496=>1,2420913533=>1,2420928103=>1,2420928597=>1,2420950824=>1,2420947242=>1,2420959290=>1,2420964837=>1,2425042583=>1,2421498434=>1,2420944059=>1,2420942856=>1,2420933677=>1,2420929961=>1,2420940424=>1,2420941661=>1,2420941998=>1,2420907687=>1,2420906671=>1,2385945706=>1,2384106570=>1,2385948850=>1,2389246843=>1,2395312771=>1,2389299268=>1,2382682450=>1,2382681943=>1,2382678256=>1,2382677404=>1,2382679534=>1,2382679636=>1,2382681420=>1,2382681369=>1,2395326289=>1,2399205954=>1,2412780802=>1,2412399683=>1,2416080468=>1,2418150029=>1,2420903569=>1,2420902756=>1,2409608971=>1,2408137403=>1,2399205956=>1,2399205955=>1,2404989031=>1,2405299343=>1,2408137230=>1,2513056042=>1,2513057870=>1,2548829310=>1,2548829042=>1,2548829845=>1,2548832313=>1,2548840638=>1,2548833632=>1,2548828860=>1,2548828081=>1,2548340850=>1,2546787664=>1,2548827398=>1,2548827758=>1,2548827846=>1,2548827842=>1,2548842457=>1,2548881659=>1,2549753165=>1,2549697743=>1,2550368747=>1,2550723613=>1,2551858463=>1,2551848598=>1,2549695252=>1,2548940337=>1,2548882031=>1,2548881987=>1,2548882732=>1,2548892104=>1,2548936330=>1,2548936272=>1,2539951310=>1,2539652042=>1,2538612113=>1,2538611602=>1,2538612239=>1,2538612385=>1,2538613908=>1,2538613351=>1,2538610707=>1,2538610698=>1,2538256107=>1,2538255314=>1,2538256387=>1,2538256807=>1,2538608274=>1,2538257421=>1,2538620357=>1,2538632116=>1,2538652605=>1,2538647826=>1,2538653120=>1,2538653819=>1,2538663986=>1,2538662511=>1,2538647534=>1,2538644638=>1,2538636376=>1,2538635276=>1,2538637843=>1,2538640281=>1,2538644627=>1,2551858466=>1,2551858469=>1,2580496890=>1,2580359683=>1,2582029251=>1,2582239669=>1,2587939310=>1,2586030049=>1,2580357969=>1,2580273424=>1,2578531831=>1,2576874744=>1,2579605308=>1,2580085573=>1,2580273281=>1,2580272683=>1,2587940609=>1,2587940862=>1,2588486661=>1,2588482808=>1,2588486665=>1,2588486677=>1,2356395428=>1,2588486693=>1,2588482772=>1,2588482679=>1,2588069138=>1,2587952218=>1,2588079713=>1,2588339366=>1,2588482640=>1,2576873867=>1,2576704251=>1,2566519951=>1,2566130348=>1,2566584960=>1,2566946964=>1,2569347580=>1,2568208323=>1,2565287298=>1,2563657322=>1,2551858477=>1,2551858470=>1,2553043557=>1,2553043558=>1,2561908290=>1,2553676397=>1,2572954714=>1,2572954783=>1,2574921914=>1,2574853542=>1,2575209171=>1,2575226577=>1,2575302451=>1,2575302173=>1,2574789257=>1,2573590623=>1,2572975635=>1,2572954827=>1,2572975727=>1,2572975977=>1,2573586579=>1,2538255207=>1,2538254595=>1,2527424326=>1,2527139314=>1,2527424434=>1,2528839012=>1,2528874226=>1,2528857487=>1,2526085464=>1,2526085463=>1,2525037586=>1,2523633254=>1,2525037634=>1,2525051030=>1,2525780638=>1,2525677826=>1,2532468929=>1,2532468933=>1,2534719274=>1,2533480629=>1,2534838948=>1,2535440599=>1,2536326239=>1,2536012096=>1,2533471872=>1,2533412706=>1,2532468950=>1,2532468941=>1,2532468954=>1,2532468957=>1,2533398811=>1,2532468974=>1,2523633253=>1,2523632952=>1,2513083500=>1,2513082979=>1,2513084724=>1,2513086234=>1,2513096009=>1,2513095736=>1,2513082430=>1,2513068705=>1,2513059377=>1,2513058702=>1,2513061031=>1,2513063130=>1,2513068704=>1,2513066601=>1,2513104474=>1,2513105288=>1,2516524485=>1,2516523996=>1,2516542354=>1,2516545473=>1,2523263843=>1,2516560546=>1,2513628260=>1,2513625951=>1,2513609956=>1,2513608577=>1,2513623593=>1,2513624368=>1,2513625755=>1,2536326471=>1,2536326805=>1,2536924757=>1,2536923638=>1,2536925452=>1,2536926030=>1,2536927068=>1,2536926652=>1,2536922506=>1,2536921382=>1,2536917640=>1,2536917408=>1,2536918211=>1,2536918255=>1,2536920738=>1,2536918561=>1,2536927523=>1,2536927553=>1,2538245280=>1,2538242916=>1,2538245980=>1,2538249288=>1,2538253046=>1,2538251804=>1,2537668715=>1,2537173800=>1,2536931593=>1,2536928834=>1,2536932244=>1,2536932608=>1,2536933923=>1,2536916969=>1,2536916796=>1,2536639667=>1,2536366076=>1,2536643866=>1,2536757302=>1,2536841013=>1,2536837846=>1,2536365002=>1,2536362252=>1,2536332384=>1,2536328177=>1,2536332664=>1,2536333020=>1,2536334807=>1,2536333660=>1,2536900198=>1,2536901957=>1,2536913589=>1,2536912962=>1,2536913802=>1,2536914573=>1,2536916591=>1,2536915485=>1,2536912206=>1,2536912020=>1,2536903217=>1,2536902123=>1,2536908114=>1,2536909044=>1,2536909205=>1,2588486757=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-23.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(2875289712=>1,2875289549=>1,2875290407=>1,2875290515=>1,2875290606=>1,2875290564=>1,2875289516=>1,2875289433=>1,2875287394=>1,2875285584=>1,2875287505=>1,2875289213=>1,2875289312=>1,2875289215=>1,2875291237=>1,2875291250=>1,2875293566=>1,2875293475=>1,2875293668=>1,2875295806=>1,2875295841=>1,2875295830=>1,2875293445=>1,2875293146=>1,2875291263=>1,2875291255=>1,2875291475=>1,2875292153=>1,2875292944=>1,2875292882=>1,2875285482=>1,2875285477=>1,2875282300=>1,2875282246=>1,2875282318=>1,2875282319=>1,2875282529=>1,2875282391=>1,2875281934=>1,2875281732=>1,2875280999=>1,2875280881=>1,2875281185=>1,2875281198=>1,2875281519=>1,2875281291=>1,2875282603=>1,2875282662=>1,2875284362=>1,2875284036=>1,2875284916=>1,2875284960=>1,2875285184=>1,2875285036=>1,2875283724=>1,2875283430=>1,2875283048=>1,2875282940=>1,2875283217=>1,2875283243=>1,2875283382=>1,2875295847=>1,2875295899=>1,2875297756=>1,2875297638=>1,2875297897=>1,2875297906=>1,2875297986=>1,2875297962=>1,2875297637=>1,2875297620=>1,2875297411=>1,2875297395=>1,2875297413=>1,2875297457=>1,2875297578=>1,2875297533=>1,2875298178=>1,2875298330=>1,2875301544=>1,2875301509=>1,2875301603=>1,2875301819=>1,2875302171=>1,2875302129=>1,2875301387=>1,2875301333=>1,2875298543=>1,2875298519=>1,2875300967=>1,2875301080=>1,2875301304=>1,2875301199=>1,2875297369=>1,2875297329=>1,2875296330=>1,2875296325=>1,2875296385=>1,2875296416=>1,2875296632=>1,2875296493=>1,2875296265=>1,2875296189=>1,2875295939=>1,2875295908=>1,2875295941=>1,2875295967=>1,2875296110=>1,2875295970=>1,2875296678=>1,2875296729=>1,2875297050=>1,2875297042=>1,2875297088=>1,2875297098=>1,2875297278=>1,2875297164=>1,2875297026=>1,2875297008=>1,2875296874=>1,2875296828=>1,2875296886=>1,2875296939=>1,2875296949=>1,2875280798=>1,2875280764=>1,2875269288=>1,2875269233=>1,2875269343=>1,2875269550=>1,2875269619=>1,2875269554=>1,2875268946=>1,2875260842=>1,2875260584=>1,2875260482=>1,2875260603=>1,2875260616=>1,2875260690=>1,2875260670=>1,2875269799=>1,2875270039=>1,2875271140=>1,2875271023=>1,2875271507=>1,2875271649=>1,2875272136=>1,2875271828=>1,2875270768=>1,2875270486=>1,2875270077=>1,2875270041=>1,2875270080=>1,2875270118=>1,2875270165=>1,2875270124=>1,2875260455=>1,2875260434=>1,2875256332=>1,2875256153=>1,2875256434=>1,2875256483=>1,2875256555=>1,2875256505=>1,2875255970=>1,2875255941=>1,2875255827=>1,2875255795=>1,2875255855=>1,2875255866=>1,2875255896=>1,2875255893=>1,2875258547=>1,2875259408=>1,2875260050=>1,2875260005=>1,2875260058=>1,2875260184=>1,2875260289=>1,2875260214=>1,2875259919=>1,2875259781=>1,2875259550=>1,2875259535=>1,2875259618=>1,2875259665=>1,2875259681=>1,2875272246=>1,2875272281=>1,2875277990=>1,2875277748=>1,2875278061=>1,2875278163=>1,2875278600=>1,2875278550=>1,2875277670=>1,2875277649=>1,2875276849=>1,2875276792=>1,2875276888=>1,2875276991=>1,2875277436=>1,2875277046=>1,2875278663=>1,2875278912=>1,2875280218=>1,2875280027=>1,2875280323=>1,2875280510=>1,2875280760=>1,2875280608=>1,2875279991=>1,2875279707=>1,2875279012=>1,2875279000=>1,2875279215=>1,2875279236=>1,2875279268=>1,2875275864=>1,2875275835=>1,2875273841=>1,2875273804=>1,2875274072=>1,2875274223=>1,2875274411=>1,2875274334=>1,2875273690=>1,2875273634=>1,2875272485=>1,2875272324=>1,2875272527=>1,2875272564=>1,2875272688=>1,2875272609=>1,2875274423=>1,2875274479=>1,2875275430=>1,2875275379=>1,2875275457=>1,2875275544=>1,2875275741=>1,2875275606=>1,2875275254=>1,2875275110=>1,2875274740=>1,2875274505=>1,2875274743=>1,2875274900=>1,2875275075=>1,2875302198=>1,2875302335=>1,2875311210=>1,2875311206=>1,2875311496=>1,2875311716=>1,2875311802=>1,2875311793=>1,2875311186=>1,2875311166=>1,2875310929=>1,2875310809=>1,2875310939=>1,2875310960=>1,2875311037=>1,2875311019=>1,2875311835=>1,2875311920=>1,2875312426=>1,2875312400=>1,2875312463=>1,2875312718=>1,2875312992=>1,2875312904=>1,2875312322=>1,2875312272=>1,2875311952=>1,2875311935=>1,2875312045=>1,2875312107=>1,2875312269=>1,2875312230=>1,2875310782=>1,2875310749=>1,2875309337=>1,2875309286=>1,2875309414=>1,2875309425=>1,2875309454=>1,2875309428=>1,2875309262=>1,2875309252=>1,2875308779=>1,2875308730=>1,2875308804=>1,2875308859=>1,2875309198=>1,2875309150=>1,2875309644=>1,2875309665=>1,2875310371=>1,2875310174=>1,2875310424=>1,2875310449=>1,2875310617=>1,2875310527=>1,2875309985=>1,2875309958=>1,2875309808=>1,2875309679=>1,2875309840=>1,2875309906=>1,2875309955=>1,2875313008=>1,2875313017=>1,2875315558=>1,2875315557=>1,2875315569=>1,2875315588=>1,2875315649=>1,2875315625=>1,2875315484=>1,2875315284=>1,2875314827=>1,2875314762=>1,2875314948=>1,2875315113=>1,2875315134=>1,2875315117=>1,2875315657=>1,2875315773=>1,2875316611=>1,2875316534=>1,2875316612=>1,2875316617=>1,2875316633=>1,2875316619=>1,2875316513=>1,2875316324=>1,2875315878=>1,2875315850=>1,2875316031=>1,2875316162=>1,2875316209=>1,2875314693=>1,2875314684=>1,2875313496=>1,2875313333=>1,2875313510=>1,2875313653=>1,2875313915=>1,2875313737=>1,2875313298=>1,2875313296=>1,2875313065=>1,2875313046=>1,2875313090=>1,2875313099=>1,2875313291=>1,2875313262=>1,2875313966=>1,2875313982=>1,2875314447=>1,2875314439=>1,2875314532=>1,2875314535=>1,2875314636=>1,2875314621=>1,2875314249=>1,2875314211=>1,2875314064=>1,2875314020=>1,2875314124=>1,2875314199=>1,2875314205=>1,2875308662=>1,2875308615=>1,2875303849=>1,2875303809=>1,2875303854=>1,2875303865=>1,2875304014=>1,2875303998=>1,2875303802=>1,2875303778=>1,2875303629=>1,2875303599=>1,2875303647=>1,2875303687=>1,2875303747=>1,2875303730=>1,2875304149=>1,2875304158=>1,2875304631=>1,2875304603=>1,2875304735=>1,2875304742=>1,2875304807=>1,2875304748=>1,2875304589=>1,2875304553=>1,2875304236=>1,2875304179=>1,2875304434=>1,2875304443=>1,2875304484=>1,2875304469=>1,2875303556=>1,2875303520=>1,2875302555=>1,2875302546=>1,2875302583=>1,2875302590=>1,2875302646=>1,2875302643=>1,2875302521=>1,2875302493=>1,2875302350=>1,2875302336=>1,2875302382=>1,2875302419=>1,2875302482=>1,2875302431=>1,2875302708=>1,2875302749=>1,2875303201=>1,2875303200=>1,2875303226=>1,2875303245=>1,2875303481=>1,2875303275=>1,2875303180=>1,2875303116=>1,2875303021=>1,2875302928=>1,2875303042=>1,2875303053=>1,2875303093=>1,2875304827=>1,2875304843=>1,2875307288=>1,2875307240=>1,2875307366=>1,2875307379=>1,2875307525=>1,2875307486=>1,2875307201=>1,2875307188=>1,2875306609=>1,2875306564=>1,2875306830=>1,2875307122=>1,2875307171=>1,2875307168=>1,2875307526=>1,2875307962=>1,2875308362=>1,2875308339=>1,2875308399=>1,2875308535=>1,2875308613=>1,2875308541=>1,2875308292=>1,2875308257=>1,2875308082=>1,2875308012=>1,2875308151=>1,2875308188=>1,2875308213=>1,2875306437=>1,2875306393=>1,2875305429=>1,2875305399=>1,2875305567=>1,2875305620=>1,2875305773=>1,2875305758=>1,2875305345=>1,2875305335=>1,2875304979=>1,2875304848=>1,2875305086=>1,2875305155=>1,2875305220=>1,2875305198=>1,2875305774=>1,2875305805=>1,2875306104=>1,2875306100=>1,2875306133=>1,2875306140=>1,2875306361=>1,2875306226=>1,2875306071=>1,2875305960=>1,2875305870=>1,2875305857=>1,2875305876=>1,2875305925=>1,2875305938=>1,2875255719=>1,2875255705=>1,2809275164=>1,2809273717=>1,2809275587=>1,2809277736=>1,2809283332=>1,2809283133=>1,2809273714=>1,2809268134=>1,2807590393=>1,2807590348=>1,2807591676=>1,2807593018=>1,2809267110=>1,2809266927=>1,2809284541=>1,2809284612=>1,2809306105=>1,2809306089=>1,2809308926=>1,2809311764=>1,2809313375=>1,2809313333=>1,2809305994=>1,2809305365=>1,2809292563=>1,2809290788=>1,2809295152=>1,2809295238=>1,2809305188=>1,2809300854=>1,2807590265=>1,2807590216=>1,2792294248=>1,2790524727=>1,2792301687=>1,2792309548=>1,2792323236=>1,2792313318=>1,2790397384=>1,2790193067=>1,2789618630=>1,2789618629=>1,2789630346=>1,2789658370=>1,2790171786=>1,2789661441=>1,2794220935=>1,2794384352=>1,2807582945=>1,2807573923=>1,2807583450=>1,2807585914=>1,2807590202=>1,2807590159=>1,2807572930=>1,2807572712=>1,2805481004=>1,2800734065=>1,2807571308=>1,2807571802=>1,2807572651=>1,2809316338=>1,2809316343=>1,2833990430=>1,2833990281=>1,2833990696=>1,2833990860=>1,2833995237=>1,2833990991=>1,2833990024=>1,2833989840=>1,2829539215=>1,2829539159=>1,2829539226=>1,2829582258=>1,2833392403=>1,2832493000=>1,2833996145=>1,2833996983=>1,2835401235=>1,2835401128=>1,2835401419=>1,2835411347=>1,2839085266=>1,2839085255=>1,2835376849=>1,2835369446=>1,2834011595=>1,2833997027=>1,2834012121=>1,2834012768=>1,2835172899=>1,2829539083=>1,2829539067=>1,2813660333=>1,2812323930=>1,2818639418=>1,2818651623=>1,2818657031=>1,2818654907=>1,2812323466=>1,2812322714=>1,2809322049=>1,2809322048=>1,2809322050=>1,2809326988=>1,2812322243=>1,2811163363=>1,2819127007=>1,2819172362=>1,2824706698=>1,2824481553=>1,2825372666=>1,2825485887=>1,2828466959=>1,2825487937=>1,2823175656=>1,2822753297=>1,2822579772=>1,2819172363=>1,2822691288=>1,2822706195=>1,2822707374=>1,2789618577=>1,2789609230=>1,2738207282=>1,2738198324=>1,2738207283=>1,2738207284=>1,2738207450=>1,2738207285=>1,2738164345=>1,2737913200=>1,2736390588=>1,2736326184=>1,2736408445=>1,2736441356=>1,2737768636=>1,2737600328=>1,2738207622=>1,2738212635=>1,2742936848=>1,2742929539=>1,2742940642=>1,2742942692=>1,2744715394=>1,2742943031=>1,2742929485=>1,2742928773=>1,2742882957=>1,2742882722=>1,2742883972=>1,2742896156=>1,2742927412=>1,2742896342=>1,2736210630=>1,2736210629=>1,2734224369=>1,2734223880=>1,2734330070=>1,2734330334=>1,2734346082=>1,2734330343=>1,2734223504=>1,2734223499=>1,2734204174=>1,2734203953=>1,2734223494=>1,2734223495=>1,2734223498=>1,2734223497=>1,2734363770=>1,2734400531=>1,2734486098=>1,2734485845=>1,2734503689=>1,2734535802=>1,2736132393=>1,2736132392=>1,2734476350=>1,2734462913=>1,2734401370=>1,2734401354=>1,2734461249=>1,2734461265=>1,2734461281=>1,2745960222=>1,2745960387=>1,2784958386=>1,2783326579=>1,2784959867=>1,2784963695=>1,2784963756=>1,2784963714=>1,2778363966=>1,2777388457=>1,2776344826=>1,2776132381=>1,2777301536=>1,2777301751=>1,2777316880=>1,2777305138=>1,2784963767=>1,2784963806=>1,2789106161=>1,2789106160=>1,2789106163=>1,2789106164=>1,2789107701=>1,2789106165=>1,2789106159=>1,2789106158=>1,2784991031=>1,2784981270=>1,2784991264=>1,2789102286=>1,2789105944=>1,2768407347=>1,2765582100=>1,2746306308=>1,2746008117=>1,2746306309=>1,2752461834=>1,2756549195=>1,2754022540=>1,2745991494=>1,2745991491=>1,2745961852=>1,2745960388=>1,2745962205=>1,2745991436=>1,2745991474=>1,2745991446=>1,2758028114=>1,2759035617=>1,2760513912=>1,2760141791=>1,2763108757=>1,2765553812=>1,2765574442=>1,2765559984=>1,2760140763=>1,2760138223=>1,2760118265=>1,2760118239=>1,2760133467=>1,2760134063=>1,2760137437=>1,2839116236=>1,2848395272=>1,2875237832=>1,2875237802=>1,2875237863=>1,2875237876=>1,2875237926=>1,2875237881=>1,2875237737=>1,2875237701=>1,2875237503=>1,2875237434=>1,2875237511=>1,2875237579=>1,2875237673=>1,2875237614=>1,2875238017=>1,2875238062=>1,2875244926=>1,2875244832=>1,2875245110=>1,2875245250=>1,2875245601=>1,2875245295=>1,2875244752=>1,2875244662=>1,2875240513=>1,2875238122=>1,2875241808=>1,2875242340=>1,2875244559=>1,2875242370=>1,2875237428=>1,2875237381=>1,2875236756=>1,2875236708=>1,2875236789=>1,2875236825=>1,2875236873=>1,2875236840=>1,2875236678=>1,2875236567=>1,2875236453=>1,2875236436=>1,2875236465=>1,2875236483=>1,2875236546=>1,2875236507=>1,2875236930=>1,2875236944=>1,2875237220=>1,2875237160=>1,2875237262=>1,2875237281=>1,2875237350=>1,2875237299=>1,2875237155=>1,2875237027=>1,2875236951=>1,2875236949=>1,2875236970=>1,2875236980=>1,2875237024=>1,2875245616=>1,2875245667=>1,2875254377=>1,2875254317=>1,2875254396=>1,2875254430=>1,2875254483=>1,2875254467=>1,2875254279=>1,2875254213=>1,2875254026=>1,2875253974=>1,2875254057=>1,2875254058=>1,2875254133=>1,2875254077=>1,2875254504=>1,2875254537=>1,2875254698=>1,2875254680=>1,2875255564=>1,2875255601=>1,2875255654=>1,2875255622=>1,2875254665=>1,2875254645=>1,2875254554=>1,2875254545=>1,2875254569=>1,2875254576=>1,2875254585=>1,2875253936=>1,2875253909=>1,2875247418=>1,2875247398=>1,2875247428=>1,2875247501=>1,2875247579=>1,2875247557=>1,2875247231=>1,2875246038=>1,2875245790=>1,2875245674=>1,2875245796=>1,2875245886=>1,2875246013=>1,2875245912=>1,2875247767=>1,2875247802=>1,2875253772=>1,2875248095=>1,2875253790=>1,2875253812=>1,2875253874=>1,2875253849=>1,2875248073=>1,2875248057=>1,2875247895=>1,2875247885=>1,2875247938=>1,2875247975=>1,2875248044=>1,2875236426=>1,2875236387=>1,2871230675=>1,2871142904=>1,2871259787=>1,2871259828=>1,2871401015=>1,2871370561=>1,2870591979=>1,2870591876=>1,2870591764=>1,2870591753=>1,2870591769=>1,2870591821=>1,2870591875=>1,2870591822=>1,2871434268=>1,2871444535=>1,2875224982=>1,2875224820=>1,2875225184=>1,2875225368=>1,2875225379=>1,2875225371=>1,2875224640=>1,2875224528=>1,2871469852=>1,2871466639=>1,2875220670=>1,2875224263=>1,2875224527=>1,2875224407=>1,2869445330=>1,2869438537=>1,2856853658=>1,2853734918=>1,2856859213=>1,2856864003=>1,2857083479=>1,2857083473=>1,2852120746=>1,2852112339=>1,2851045414=>1,2850758580=>1,2852068506=>1,2852068509=>1,2852080951=>1,2852080923=>1,2857083555=>1,2857083733=>1,2866233306=>1,2865951112=>1,2869244386=>1,2869244475=>1,2869266474=>1,2869264863=>1,2860646762=>1,2860646733=>1,2858500872=>1,2857083764=>1,2858500882=>1,2858501007=>1,2860646663=>1,2875225454=>1,2875225461=>1,2875233865=>1,2875232818=>1,2875233942=>1,2875233946=>1,2875234053=>1,2875234051=>1,2875232613=>1,2875232608=>1,2875231982=>1,2875231869=>1,2875232031=>1,2875232132=>1,2875232605=>1,2875232458=>1,2875234064=>1,2875234074=>1,2875234265=>1,2875234259=>1,2875234278=>1,2875234283=>1,2875236374=>1,2875234302=>1,2875234207=>1,2875234198=>1,2875234123=>1,2875234121=>1,2875234138=>1,2875234148=>1,2875234189=>1,2875231859=>1,2875231820=>1,2875226416=>1,2875226409=>1,2875226436=>1,2875226761=>1,2875227068=>1,2875227038=>1,2875226247=>1,2875226204=>1,2875225640=>1,2875225587=>1,2875225676=>1,2875226045=>1,2875226200=>1,2875226118=>1,2875227315=>1,2875227683=>1,2875231091=>1,2875228030=>1,2875231314=>1,2875231446=>1,2875231689=>1,2875231525=>1,2875227966=>1,2875227885=>1,2875227730=>1,2875227689=>1,2875227797=>1,2875227831=>1,2875227848=>1,2734202931=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-24.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(2953470920=>2953470927,2902458368=>2902462463,2954826463=>1,2954627448=>1,2954827616=>1,2954828863=>1,2954833159=>1,2954830741=>1,2953825856=>1,2953778309=>1,2953481443=>1,2953481314=>1,2953483313=>1,2953509479=>1,2953608646=>1,2953759929=>1,2954847056=>1,2954867908=>1,2954867724=>1,2954868991=>1,2954870554=>1,2954872954=>1,2954870654=>1,2954866475=>1,2954865423=>1,2954849187=>1,2953481256=>1,2954852804=>1,2954853043=>1,2954862567=>1,2954862566=>1,2954876829=>1,2953478984=>1,2953439348=>1,2953429163=>1,2953443093=>1,2953455858=>1,2953456441=>1,2953456015=>1,2953425967=>1,2953420144=>1,2953417154=>1,2953416656=>1,2953417685=>1,2953417699=>1,2953418024=>1,2953417904=>1,2953470921=>1,2953470922=>1,2953472241=>1,2953472240=>1,2953472243=>1,2953472244=>1,2953478979=>1,2953472948=>1,2953470929=>1,2953470928=>1,2953470924=>1,2953470923=>1,2953470925=>1,2953470926=>1,2953470927=>1,2954882849=>1,2954886918=>1,2956616531=>1,2956614070=>1,2956616802=>1,2956618072=>1,2956618482=>1,2956618432=>1,2956520895=>1,2956520621=>1,2956269018=>1,2956266602=>1,2956269198=>1,2956270178=>1,2956322853=>1,2956296130=>1,2956619330=>1,2956620567=>1,2956902172=>1,2956898972=>1,2957224146=>1,2957224176=>1,2957582362=>1,2957224446=>1,2956825490=>1,2956822604=>1,2956621846=>1,2956621520=>1,2956622239=>1,2956739297=>1,2956822530=>1,2956266590=>1,2956266547=>1,2955194132=>1,2955193988=>1,2955195427=>1,2955201386=>1,2955219001=>1,2955211012=>1,2955185500=>1,2955173227=>1,2954996539=>1,2954886949=>1,2955103767=>1,2955151529=>1,2955158398=>1,2955152117=>1,2955223913=>1,2955225301=>1,2955325904=>1,2955323529=>1,2955513915=>1,2955738467=>1,2956266530=>1,2956142749=>1,2955320614=>1,2955319581=>1,2955267355=>1,2955225726=>1,2955267628=>1,2955285271=>1,2955316237=>1,2953415788=>1,2953415172=>1,2944297312=>1,2943313941=>1,2944877022=>1,2944898328=>1,2944987054=>1,2944982657=>1,2942964140=>1,2942962174=>1,2942585196=>1,2942584927=>1,2942591273=>1,2942595910=>1,2942775310=>1,2942775170=>1,2944990649=>1,2944991045=>1,2945409309=>1,2945396789=>1,2945412002=>1,2945423168=>1,2945502823=>1,2945446528=>1,2945379793=>1,2945299475=>1,2945177379=>1,2945065925=>1,2945199202=>1,2945199460=>1,2945223045=>1,2945223041=>1,2938937287=>1,2938934932=>1,2930695688=>1,2930686478=>1,2930695743=>1,2931221222=>1,2931613955=>1,2931606846=>1,2930686294=>1,2930686286=>1,2930684948=>1,2930684345=>1,2930684950=>1,2930685243=>1,2930686084=>1,2930685307=>1,2931619007=>1,2931619733=>1,2937196242=>1,2936808304=>1,2937206231=>1,2937850929=>1,2938248800=>1,2937958810=>1,2936752674=>1,2936568631=>1,2931619808=>1,2931619793=>1,2931683011=>1,2931784471=>1,2936550664=>1,2945718579=>1,2946137671=>1,2953390196=>1,2953390042=>1,2953390874=>1,2953391482=>1,2953392880=>1,2953392759=>1,2953389606=>1,2953385428=>1,2953346423=>1,2953346345=>1,2953376153=>1,2953381070=>1,2953384805=>1,2953381236=>1,2953393460=>1,2953393806=>1,2953408077=>1,2953406216=>1,2953409206=>1,2953410182=>1,2953414042=>1,2953410471=>1,2953405399=>1,2953405318=>1,2953399083=>1,2953395024=>1,2953399148=>1,2953401381=>1,2953403095=>1,2950010357=>1,2949979408=>1,2947826823=>1,2947826801=>1,2947837908=>1,2947838139=>1,2947855726=>1,2947838161=>1,2947826766=>1,2947020993=>1,2946257995=>1,2946256794=>1,2946271196=>1,2946287918=>1,2946594141=>1,2946297827=>1,2947855991=>1,2947859163=>1,2949321579=>1,2949321570=>1,2949321582=>1,2949321584=>1,2949875682=>1,2949723526=>1,2949321565=>1,2948817944=>1,2947969924=>1,2947884250=>1,2947970278=>1,2947973157=>1,2948130994=>1,2957606925=>1,2957642765=>1,2965532013=>1,2965531729=>1,2965532241=>1,2965532370=>1,2965552440=>1,2965544762=>1,2965531638=>1,2965531584=>1,2965530450=>1,2965530361=>1,2965530562=>1,2965531035=>1,2965531435=>1,2965531109=>1,2965588708=>1,2965590620=>1,2965779736=>1,2965778554=>1,2965781016=>1,2965790569=>1,2965854520=>1,2965796157=>1,2965764106=>1,2965739786=>1,2965602795=>1,2965594845=>1,2965623632=>1,2965629101=>1,2965673038=>1,2965648152=>1,2965530331=>1,2965519723=>1,2961068042=>1,2960952411=>1,2961069439=>1,2961069487=>1,2961109553=>1,2961069488=>1,2960907732=>1,2960883982=>1,2960858110=>1,2960852637=>1,2960858120=>1,2960858424=>1,2960858451=>1,2960858437=>1,2961110107=>1,2961110864=>1,2965435991=>1,2965398134=>1,2965466487=>1,2965486499=>1,2965504807=>1,2965503947=>1,2965190973=>1,2963178508=>1,2961112076=>1,2961112075=>1,2961377054=>1,2961741097=>1,2962566483=>1,2965862461=>1,2965887660=>1,2970941657=>1,2970873411=>1,2970943778=>1,2970946801=>1,2970946813=>1,2970946809=>1,2970865698=>1,2970859208=>1,2970354384=>1,2970329889=>1,2970378538=>1,2970629525=>1,2970854474=>1,2970635848=>1,2970952781=>1,2970952782=>1,2971086025=>1,2971066629=>1,2971096522=>1,2971097601=>1,2971113036=>1,2971098905=>1,2971040762=>1,2971037668=>1,2971001726=>1,2970993922=>1,2971001729=>1,2971001733=>1,2971037553=>1,2970324538=>1,2970323082=>1,2966893559=>1,2966881661=>1,2967291330=>1,2967347470=>1,2967718568=>1,2967718426=>1,2966880204=>1,2966815251=>1,2966704835=>1,2966689708=>1,2966705875=>1,2966714797=>1,2966749883=>1,2966715778=>1,2968608666=>1,2969049746=>1,2970228726=>1,2970135363=>1,2970260347=>1,2970260385=>1,2970292556=>1,2970260950=>1,2970135362=>1,2970135044=>1,2969951088=>1,2969826014=>1,2969980155=>1,2970027140=>1,2970133314=>1,2960852636=>1,2960852635=>1,2959864462=>1,2959853129=>1,2959908591=>1,2959927406=>1,2959974928=>1,2959954826=>1,2959847893=>1,2959774074=>1,2959767634=>1,2959750710=>1,2959767665=>1,2959767941=>1,2959769597=>1,2959769321=>1,2959979720=>1,2959980347=>1,2960261955=>1,2960261950=>1,2960261964=>1,2960261965=>1,2960261970=>1,2960261969=>1,2960261947=>1,2960190186=>1,2959995393=>1,2959993441=>1,2960006884=>1,2960040934=>1,2960090174=>1,2960053220=>1,2959609195=>1,2959606198=>1,2959121050=>1,2957941993=>1,2959211798=>1,2959233298=>1,2959245737=>1,2959237381=>1,2957861370=>1,2957859367=>1,2957675365=>1,2930684265=>1,2957848339=>1,2957849452=>1,2957854634=>1,2957851286=>1,2959246835=>1,2959248202=>1,2959548419=>1,2959531529=>1,2959548438=>1,2959548920=>1,2959596705=>1,2959557018=>1,2959369350=>1,2959360587=>1,2959295239=>1,2959248678=>1,2959311891=>1,2959319417=>1,2959360531=>1,2960261972=>1,2960261974=>1,2960501058=>1,2960490192=>1,2960515643=>1,2960585238=>1,2960740659=>1,2960593118=>1,2960457079=>1,2960418865=>1,2960336283=>1,2960324655=>1,2960336642=>1,2960340851=>1,2960418853=>1,2960362454=>1,2960781332=>1,2960799755=>1,2960801428=>1,2960801409=>1,2960801463=>1,2960842869=>1,2960852634=>1,2960852633=>1,2960801352=>1,2960801333=>1,2960801175=>1,2960800814=>1,2960801179=>1,2960801271=>1,2960801282=>1,2960314503=>1,2960313628=>1,2960262022=>1,2960262020=>1,2960262023=>1,2960262029=>1,2960262033=>1,2960262032=>1,2960261988=>1,2960261987=>1,2960261976=>1,2960261975=>1,2960261977=>1,2960261983=>1,2960261986=>1,2960261984=>1,2960262036=>1,2960262040=>1,2960262061=>1,2960262056=>1,2960262078=>1,2960293935=>1,2960296874=>1,2960294005=>1,2960262055=>1,2960262051=>1,2960262043=>1,2960262041=>1,2960262047=>1,2960262048=>1,2960262050=>1,2957630097=>1,2930511114=>1,2891874243=>1,2891804618=>1,2892064559=>1,2892120903=>1,2892120967=>1,2892120959=>1,2891355146=>1,2891354894=>1,2875326363=>1,2875326339=>1,2875488887=>1,2886539094=>1,2891087890=>1,2890506951=>1,2892125379=>1,2892154011=>1,2901742701=>1,2901590721=>1,2901743844=>1,2901745211=>1,2901745850=>1,2901745849=>1,2893041931=>1,2892895800=>1,2892186093=>1,2892155407=>1,2892272628=>1,2892895796=>1,2892895798=>1,2892895797=>1,2875326201=>1,2875326128=>1,2875324825=>1,2875324791=>1,2875324882=>1,2875325004=>1,2875325026=>1,2875325021=>1,2875324783=>1,2875324692=>1,2875324439=>1,2875324428=>1,2875324481=>1,2875324499=>1,2875324667=>1,2875324561=>1,2875325166=>1,2875325316=>1,2875325773=>1,2875325744=>1,2875325911=>1,2875325986=>1,2875326098=>1,2875326081=>1,2875325674=>1,2875325670=>1,2875325343=>1,2875325323=>1,2875325434=>1,2875325561=>1,2875325582=>1,2901752779=>1,2901752939=>1,2903709627=>1,2903667000=>1,2903822725=>1,2903837189=>1,2903944742=>1,2903879821=>1,2903649634=>1,2903582018=>1,2903489609=>1,2903426446=>1,2903493643=>1,2903521203=>1,2903573026=>1,2903535678=>1,2903961826=>1,2903976488=>1,2905355182=>1,2904472330=>1,2905357002=>1,2905375238=>1,2905465910=>1,2905387761=>1,2904432581=>1,2904379714=>1,2904171823=>1,2904160852=>1,2904265350=>1,2904285355=>1,2904310281=>1,2903425713=>1,2903420387=>1,2901869284=>1,2901835453=>1,2901869677=>1,2901872844=>1,2902079208=>1,2902011134=>1,2901815265=>1,2901802671=>1,2901768721=>1,2901753101=>1,2901769798=>1,2901791177=>1,2901802659=>1,2901793669=>1,2902484029=>1,2902498507=>1,2903311228=>1,2903178521=>1,2903340849=>1,2903346460=>1,2903360709=>1,2903349850=>1,2903133825=>1,2903090749=>1,2902719277=>1,2902709729=>1,2903001529=>1,2903036746=>1,2903075235=>1,2875324353=>1,2875324200=>1,2875318805=>1,2875318792=>1,2875318819=>1,2875318853=>1,2875318902=>1,2875318892=>1,2875318741=>1,2875318682=>1,2875318534=>1,2875318447=>1,2875318606=>1,2875318614=>1,2875318646=>1,2875318629=>1,2875318905=>1,2875319092=>1,2875320028=>1,2875320003=>1,2875320070=>1,2875320071=>1,2875320156=>1,2875320146=>1,2875319999=>1,2875319942=>1,2875319687=>1,2875319339=>1,2875319715=>1,2875319772=>1,2875319877=>1,2875319792=>1,2875318445=>1,2875318392=>1,2875317068=>1,2875316921=>1,2875317122=>1,2875317207=>1,2875317305=>1,2875317276=>1,2875316898=>1,2875316861=>1,2875316701=>1,2875316697=>1,2875316733=>1,2875316735=>1,2875316814=>1,2875316776=>1,2875317441=>1,2875317483=>1,2875317951=>1,2875317893=>1,2875318078=>1,2875318096=>1,2875318329=>1,2875318193=>1,2875317863=>1,2875317857=>1,2875317676=>1,2875317596=>1,2875317791=>1,2875317842=>1,2875317854=>1,2875320229=>1,2875320263=>1,2875323353=>1,2875323255=>1,2875323389=>1,2875323408=>1,2875323461=>1,2875323453=>1,2875323235=>1,2875323194=>1,2875322911=>1,2875322685=>1,2875322959=>1,2875323065=>1,2875323176=>1,2875323106=>1,2875323512=>1,2875323547=>1,2875324005=>1,2875323880=>1,2875324091=>1,2875324099=>1,2875324180=>1,2875324174=>1,2875323864=>1,2875323849=>1,2875323626=>1,2875323580=>1,2875323640=>1,2875323714=>1,2875323834=>1,2875322649=>1,2875322512=>1,2875320758=>1,2875320753=>1,2875320993=>1,2875321173=>1,2875321474=>1,2875321215=>1,2875320751=>1,2875320742=>1,2875320423=>1,2875320407=>1,2875320444=>1,2875320494=>1,2875320606=>1,2875320571=>1,2875321692=>1,2875321707=>1,2875322195=>1,2875322120=>1,2875322346=>1,2875322356=>1,2875322484=>1,2875322396=>1,2875322080=>1,2875322069=>1,2875321810=>1,2875321790=>1,2875321840=>1,2875321873=>1,2875322008=>1,2905622839=>1,2905865877=>1,2921521623=>1,2921519211=>1,2921582747=>1,2921651956=>1,2922141533=>1,2921708197=>1,2921509266=>1,2921487538=>1,2921142298=>1,2921084297=>1,2921151055=>1,2921360666=>1,2921472874=>1,2921360786=>1,2922172380=>1,2922200078=>1,2922789838=>1,2922775304=>1,2922818320=>1,2922869017=>1,2922968240=>1,2922928489=>1,2922610230=>1,2922606000=>1,2922334371=>1,2922224805=>1,2922381489=>1,2922534128=>1,2922594617=>1,2922564463=>1,2920857388=>1,2920403533=>1,2919228046=>1,2919225962=>1,2919228501=>1,2919228550=>1,2919228680=>1,2919228600=>1,2919224013=>1,2919220254=>1,2919162602=>1,2919159877=>1,2919169330=>1,2919196826=>1,2919219789=>1,2919206589=>1,2919229632=>1,2919231979=>1,2919698838=>1,2919581330=>1,2919706754=>1,2919719802=>1,2920337930=>1,2919741200=>1,2919530650=>1,2919336261=>1,2919233554=>1,2919232884=>1,2919234288=>1,2919240212=>1,2919302677=>1,2922979980=>1,2923004282=>1,2929924778=>1,2929924663=>1,2929935013=>1,2929935066=>1,2929935286=>1,2929935113=>1,2929924119=>1,2929920506=>1,2928512769=>1,2928512616=>1,2928516998=>1,2928517763=>1,2929920015=>1,2928594795=>1,2930200773=>1,2930357539=>1,2930400445=>1,2930400389=>1,2930408202=>1,2930510888=>1,2875316668=>1,2930510906=>1,2930400333=>1,2930400323=>1,2930357920=>1,2930357919=>1,2930377966=>1,2930378196=>1,2930399918=>1,2928409506=>1,2928175446=>1,2924385300=>1,2924306110=>1,2924804604=>1,2925637191=>1,2925840745=>1,2925795425=>1,2924290587=>1,2923770628=>1,2923286600=>1,2923073121=>1,2923334935=>1,2923396222=>1,2923764103=>1,2923613679=>1,2925905083=>1,2925914431=>1,2927008981=>1,2926972825=>1,2927118056=>1,2927473018=>1,2927688459=>1,2927576045=>1,2926915121=>1,2926525825=>1,2926033411=>1,2925972341=>1,2926227557=>1,2926247293=>1,2926343845=>1,2919159876=>1,2919159875=>1,2913428228=>1,2913416637=>1,2913458571=>1,2913741990=>1,2914245317=>1,2914013519=>1,2913336811=>1,2913333401=>1,2913242051=>1,2913216525=>1,2913259189=>1,2913262586=>1,2913308365=>1,2913270106=>1,2914727603=>1,2914729664=>1,2915516727=>1,2915391030=>1,2915531892=>1,2915587106=>1,2916134034=>1,2915676556=>1,2915353430=>1,2915307611=>1,2914851145=>1,2914831280=>1,2914851150=>1,2914934827=>1,2915071470=>1,2914968739=>1,2913194425=>1,2913130177=>1,2906962346=>1,2906854508=>1,2907151733=>1,2907302294=>1,2907365940=>1,2907313570=>1,2906821260=>1,2906805727=>1,2906051097=>1,2905927744=>1,2906108318=>1,2906136986=>1,2906598323=>1,2906460738=>1,2907641215=>1,2907653217=>1,2912965466=>1,2908729931=>1,2912972309=>1,2912990397=>1,2913040788=>1,2912993417=>1,2908288779=>1,2908275574=>1,2907976010=>1,2907727575=>1,2908023118=>1,2908253601=>1,2908268681=>1,2916139323=>1,2916144498=>1,2917840236=>1,2917840143=>1,2917988581=>1,2917990286=>1,2918159827=>1,2918141906=>1,2917835338=>1,2917571256=>1,2917566190=>1,2917565780=>1,2917568130=>1,2917569772=>1,2917571162=>1,2917570925=>1,2918166078=>1,2918191782=>1,2918717288=>1,2918693050=>1,2918876022=>1,2918983274=>1,2919159874=>1,2918988314=>1,2918647959=>1,2918607015=>1,2918495570=>1,2918410645=>1,2918498437=>1,2918590483=>1,2918606883=>1,2917565274=>1,2917564825=>1,2916445300=>1,2916363514=>1,2916446619=>1,2916522241=>1,2916556201=>1,2916550002=>1,2916362988=>1,2916360965=>1,2916197503=>1,2916175214=>1,2916198385=>1,2916355899=>1,2916357648=>1,2916356547=>1,2916558827=>1,2916559667=>1,2917268698=>1,2917165226=>1,2917423901=>1,2917533412=>1,2917564648=>1,2917564489=>1,2916920050=>1,2916834930=>1,2916678175=>1,2916665027=>1,2916706721=>1,2916766397=>1,2916770613=>1,2930511218=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-25.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(2988561952=>2988561959,2987399936=>2987400191,2985383196=>1,2985380880=>1,2985384671=>1,2985386561=>1,2985385963=>1,2985385718=>1,2985380838=>1,2985379603=>1,2985368646=>1,2985363130=>1,2985370200=>1,2985371352=>1,2985372354=>1,2985399445=>1,2985400939=>1,2985412577=>1,2985411106=>1,2985412618=>1,2985414415=>1,2985423941=>1,2985414736=>1,2985410467=>1,2985409980=>1,2985401032=>1,2985362749=>1,2985406783=>1,2985407562=>1,2985409924=>1,2985408310=>1,2985400746=>1,2985357372=>1,2985313527=>1,2985312341=>1,2985316320=>1,2985317887=>1,2985321704=>1,2985319879=>1,2985309425=>1,2985309203=>1,2985303702=>1,2985303601=>1,2985305413=>1,2985307131=>1,2985309042=>1,2985307635=>1,2985325136=>1,2985325948=>1,2985346695=>1,2985346654=>1,2985349366=>1,2985349404=>1,2985357362=>1,2985350979=>1,2985346105=>1,2985345993=>1,2985335885=>1,2985335863=>1,2985336206=>1,2985336653=>1,2985345159=>1,2985471696=>1,2985490780=>1,2985639415=>1,2985632429=>1,2985642388=>1,2985648283=>1,2985648900=>1,2985648514=>1,2985631538=>1,2985631240=>1,2985608228=>1,2985608160=>1,2985608952=>1,2985614137=>1,2985621336=>1,2985614307=>1,2985649135=>1,2985651014=>1,2985699497=>1,2985698859=>1,2985699505=>1,2985700716=>1,2985710970=>1,2985706436=>1,2985696429=>1,2985678373=>1,2985670521=>1,2985651984=>1,2985671494=>1,2985671574=>1,2985675214=>1,2985673481=>1,2985608126=>1,2985607604=>1,2985519316=>1,2985518131=>1,2985524728=>1,2985529368=>1,2985530885=>1,2985529956=>1,2985515215=>1,2985510837=>1,2985496476=>1,2985290328=>1,2985500148=>1,2985502251=>1,2985508918=>1,2985505877=>1,2985531262=>1,2985531937=>1,2985582859=>1,2985548766=>1,2985584968=>1,2985586013=>1,2985597750=>1,2985586356=>1,2985547992=>1,2985542865=>1,2985532709=>1,2985532610=>1,2985533093=>1,2985533171=>1,2985538513=>1,2985478465=>1,2985290013=>1,2985042126=>1,2985038812=>1,2985043770=>1,2985058713=>1,2985059295=>1,2985058755=>1,2985037984=>1,2985034764=>1,2984762587=>1,2984762042=>1,2984762855=>1,2984767401=>1,2985034640=>1,2984905930=>1,2985059680=>1,2985059835=>1,2985111702=>1,2985107550=>1,2985122358=>1,2985122500=>1,2985153983=>1,2985150343=>1,2985080529=>1,2985080356=>1,2985062404=>1,2985059860=>1,2985062689=>1,2985063681=>1,2985079285=>1,2985076217=>1,2984760238=>1,2984759211=>1,2984753517=>1,2984752038=>1,2984755809=>1,2984756213=>1,2984756239=>1,2984756229=>1,2984746932=>1,2984735603=>1,2984709737=>1,2984709534=>1,2984719710=>1,2984720351=>1,2984735380=>1,2984733126=>1,2984757109=>1,2984757368=>1,2984758664=>1,2984758655=>1,2984758789=>1,2984758981=>1,2984759085=>1,2984759083=>1,2984758608=>1,2984758469=>1,2984758028=>1,2984757437=>1,2984758256=>1,2984758287=>1,2984758309=>1,2985157603=>1,2985160084=>1,2985250938=>1,2985250922=>1,2985251253=>1,2985251309=>1,2985251442=>1,2985251356=>1,2985243693=>1,2985232930=>1,2985224362=>1,2985224341=>1,2985224638=>1,2985224741=>1,2985227239=>1,2985227106=>1,2985251788=>1,2985251943=>1,2985259821=>1,2985257104=>1,2985282582=>1,2985283948=>1,2985284815=>1,2985284268=>1,2985255703=>1,2985254463=>1,2985252436=>1,2985252421=>1,2985252820=>1,2985253401=>1,2985254136=>1,2985222795=>1,2985219985=>1,2985175533=>1,2985175057=>1,2985175701=>1,2985175884=>1,2985176223=>1,2985175933=>1,2985175023=>1,2985174618=>1,2985167313=>1,2985160920=>1,2985173965=>1,2985174363=>1,2985174500=>1,2985174435=>1,2985176256=>1,2985176592=>1,2985207016=>1,2985205132=>1,2985214527=>1,2985218271=>1,2985219483=>1,2985219288=>1,2985204091=>1,2985202861=>1,2985189528=>1,2985185389=>1,2985191524=>1,2985199495=>1,2985202168=>1,2985715137=>1,2985725061=>1,2988488034=>1,2988488033=>1,2988488035=>1,2988490072=>1,2988494648=>1,2988494647=>1,2988488032=>1,2988482172=>1,2988455262=>1,2988455221=>1,2988455299=>1,2988455322=>1,2988474638=>1,2988464102=>1,2988496993=>1,2988497042=>1,2988520552=>1,2988516247=>1,2988520607=>1,2988520623=>1,2988556085=>1,2988547254=>1,2988513795=>1,2988505961=>1,2988497981=>1,2988497932=>1,2988498327=>1,2988498383=>1,2988498594=>1,2988498453=>1,2988453021=>1,2988450395=>1,2987851721=>1,2987842050=>1,2987878722=>1,2987890337=>1,2987947371=>1,2987934191=>1,2987824999=>1,2987824250=>1,2987669266=>1,2987669264=>1,2987700227=>1,2987743292=>1,2987749957=>1,2987745238=>1,2988001519=>1,2988081440=>1,2988443041=>1,2988177598=>1,2988443044=>1,2988443058=>1,2988443281=>1,2988443070=>1,2988174226=>1,2988169458=>1,2988139482=>1,2988087066=>1,2988148401=>1,2988149671=>1,2988155414=>1,2988556443=>1,2988557106=>1,2990421269=>1,2990419463=>1,2990421931=>1,2990422571=>1,2990423813=>1,2990423077=>1,2990417184=>1,2990416960=>1,2990409917=>1,2990408533=>1,2990410137=>1,2990412676=>1,2990414729=>1,2990414036=>1,2990424024=>1,2990428131=>1,2990432928=>1,2990431987=>1,2990434450=>1,2990435748=>1,2990439805=>1,2990438787=>1,2990431524=>1,2990430831=>1,2990428923=>1,2990428352=>1,2990429792=>1,2990429902=>1,2990430319=>1,2990408149=>1,2990407773=>1,2988562017=>1,2988561979=>1,2988565460=>1,2988617814=>1,2988965870=>1,2988686938=>1,2988561978=>1,2988561977=>1,2988558684=>1,2988557109=>1,2988558685=>1,2988558687=>1,2988561931=>1,2988561928=>1,2989300650=>1,2989379179=>1,2989620695=>1,2989617544=>1,2989905905=>1,2990086137=>1,2990252385=>1,2990135850=>1,2989614181=>1,2989546088=>1,2989401202=>1,2989391884=>1,2989490549=>1,2989496077=>1,2989510753=>1,2987665584=>1,2987652937=>1,2985748792=>1,2985742293=>1,2985755328=>1,2985757038=>1,2985793277=>1,2985765324=>1,2985741915=>1,2985741349=>1,2985740770=>1,2985740420=>1,2985740797=>1,2985740928=>1,2985741286=>1,2985740993=>1,2985794563=>1,2985794573=>1,2985795522=>1,2985795402=>1,2985795537=>1,2985795547=>1,2985796569=>1,2985795548=>1,2985795289=>1,2985795277=>1,2985794879=>1,2985794637=>1,2985794881=>1,2985795125=>1,2985795194=>1,2985740281=>1,2985740128=>1,2985736743=>1,2985736710=>1,2985736979=>1,2985737491=>1,2985738416=>1,2985737805=>1,2985735980=>1,2985735022=>1,2985731974=>1,2984704849=>1,2985732072=>1,2985734187=>1,2985734848=>1,2985734384=>1,2985738446=>1,2985738483=>1,2985739792=>1,2985739778=>1,2985739834=>1,2985739988=>1,2985740043=>1,2985740023=>1,2985739533=>1,2985739479=>1,2985738850=>1,2985738501=>1,2985739038=>1,2985739093=>1,2985739249=>1,2985800000=>1,2985800216=>1,2987446333=>1,2987446332=>1,2987446334=>1,2987448472=>1,2987469197=>1,2987467535=>1,2987446331=>1,2987446330=>1,2987079384=>1,2987022329=>1,2987169236=>1,2987446327=>1,2987446329=>1,2987446328=>1,2987502157=>1,2987502229=>1,2987535433=>1,2987532425=>1,2987545559=>1,2987614465=>1,2987616483=>1,2987614721=>1,2987530581=>1,2987528652=>1,2987503114=>1,2987502422=>1,2987503135=>1,2987503203=>1,2987504356=>1,2987021468=>1,2986999033=>1,2986517687=>1,2986352342=>1,2986517997=>1,2986530615=>1,2986600400=>1,2986566742=>1,2985828564=>1,2985818011=>1,2985801891=>1,2985800822=>1,2985802273=>1,2985802458=>1,2985815798=>1,2985808789=>1,2986662723=>1,2986666388=>1,2986839159=>1,2986836113=>1,2986846655=>1,2986890400=>1,2986998493=>1,2986892107=>1,2986806403=>1,2986800878=>1,2986723846=>1,2986677363=>1,2986748371=>1,2986759162=>1,2986781666=>1,2985715984=>1,2984704631=>1,2975139710=>1,2975090722=>1,2975139836=>1,2975152919=>1,2975198177=>1,2975161480=>1,2975065429=>1,2974941411=>1,2974542909=>1,2974542873=>1,2974542929=>1,2974543385=>1,2974910606=>1,2974543500=>1,2975243534=>1,2975262337=>1,2975330654=>1,2975289189=>1,2975330786=>1,2975331430=>1,2975537682=>1,2975537117=>1,2975288321=>1,2975287297=>1,2975279113=>1,2975279106=>1,2975279121=>1,2975279137=>1,2975279614=>1,2975279157=>1,2974542865=>1,2974542853=>1,2974381837=>1,2974381795=>1,2974381852=>1,2974381877=>1,2974415274=>1,2974381981=>1,2974381711=>1,2974381652=>1,2974381394=>1,2974381389=>1,2974381483=>1,2974381485=>1,2974381648=>1,2974381604=>1,2974446990=>1,2974454289=>1,2974523433=>1,2974521195=>1,2974541831=>1,2974541832=>1,2974541838=>1,2974541837=>1,2974521188=>1,2974510082=>1,2974493450=>1,2974457710=>1,2974493481=>1,2974493490=>1,2974500353=>1,2975537686=>1,2975537696=>1,2975611654=>1,2975606442=>1,2975612035=>1,2975697013=>1,2975784908=>1,2975735480=>1,2975606405=>1,2975605982=>1,2975601322=>1,2975598806=>1,2975602810=>1,2975603010=>1,2975605357=>1,2975603011=>1,2975795934=>1,2975863973=>1,2976076739=>1,2976076013=>1,2976077035=>1,2976078321=>1,2976088716=>1,2976088563=>1,2976064624=>1,2976055637=>1,2975910765=>1,2975886400=>1,2975989079=>1,2976024123=>1,2976053808=>1,2975581090=>1,2975576934=>1,2975537859=>1,2975537846=>1,2975537970=>1,2975537973=>1,2975537997=>1,2975537995=>1,2975537821=>1,2975537799=>1,2975537738=>1,2975537722=>1,2975537746=>1,2975537750=>1,2975537790=>1,2975537782=>1,2975538011=>1,2975538040=>1,2975538317=>1,2975538315=>1,2975538337=>1,2975538354=>1,2975538390=>1,2975538362=>1,2975538304=>1,2975538274=>1,2975538084=>1,2975538050=>1,2975538148=>1,2975538159=>1,2975538211=>1,2974381355=>1,2974381297=>1,2972485018=>1,2972461924=>1,2972485858=>1,2972499071=>1,2972501246=>1,2972499190=>1,2972454407=>1,2972447595=>1,2972426690=>1,2972416562=>1,2972427266=>1,2972428323=>1,2972444738=>1,2972439596=>1,2972593219=>1,2972593220=>1,2972633118=>1,2972618533=>1,2972677554=>1,2973061863=>1,2973070034=>1,2973070029=>1,2972618368=>1,2972617783=>1,2972593223=>1,2972593221=>1,2972593225=>1,2972593226=>1,2972593229=>1,2972593228=>1,2972408718=>1,2972403963=>1,2972098344=>1,2972049194=>1,2972107468=>1,2972107514=>1,2972127100=>1,2972110609=>1,2972037346=>1,2971976750=>1,2971337286=>1,2971116082=>1,2971726046=>1,2971938078=>1,2971976749=>1,2971976748=>1,2972149641=>1,2972164166=>1,2972354108=>1,2972336523=>1,2972389393=>1,2972391979=>1,2972398294=>1,2972396218=>1,2972335465=>1,2972291501=>1,2972165889=>1,2972165201=>1,2972170811=>1,2972170813=>1,2972170814=>1,2973133217=>1,2973133465=>1,2974311441=>1,2974310489=>1,2974328950=>1,2974329336=>1,2974380410=>1,2974370000=>1,2974310481=>1,2974310401=>1,2974154467=>1,2974145857=>1,2974160796=>1,2974161566=>1,2974306616=>1,2974178829=>1,2974380514=>1,2974380654=>1,2974380888=>1,2974380877=>1,2974380891=>1,2974380926=>1,2974381106=>1,2974381097=>1,2974380863=>1,2974380729=>1,2974380669=>1,2974380658=>1,2974380683=>1,2974380700=>1,2974380716=>1,2974144453=>1,2974139140=>1,2973327859=>1,2973237242=>1,2973711310=>1,2973804474=>1,2973919614=>1,2973813426=>1,2973236932=>1,2973193153=>1,2973143833=>1,2973133510=>1,2973154442=>1,2973154491=>1,2973154967=>1,2973154532=>1,2973927043=>1,2973927068=>1,2974112834=>1,2974104946=>1,2974114908=>1,2974121581=>1,2974123996=>1,2974121917=>1,2974102720=>1,2974061349=>1,2973931674=>1,2973927647=>1,2973955602=>1,2973983433=>1,2973997322=>1,2976089143=>1,2976094628=>1,2984195342=>1,2984195234=>1,2984223792=>1,2984227982=>1,2984232449=>1,2984228701=>1,2984195086=>1,2984194907=>1,2984183809=>1,2984181787=>1,2984185106=>1,2984190765=>1,2984194906=>1,2984190773=>1,2984237660=>1,2984242215=>1,2984352067=>1,2984352013=>1,2984354637=>1,2984364090=>1,2984364883=>1,2984364117=>1,2984351809=>1,2984348667=>1,2984255743=>1,2984252004=>1,2984255795=>1,2984288402=>1,2984344294=>1,2984318252=>1,2984174646=>1,2984170984=>1,2982757203=>1,2982720034=>1,2983006405=>1,2983031320=>1,2983101324=>1,2983074934=>1,2982700605=>1,2982697510=>1,2982244141=>1,2982233818=>1,2982351076=>1,2982695610=>1,2982697500=>1,2982695660=>1,2983130038=>1,2983172518=>1,2984033301=>1,2984030931=>1,2984067080=>1,2984161549=>1,2984170153=>1,2984164353=>1,2984029643=>1,2984024962=>1,2983195557=>1,2983180694=>1,2983198658=>1,2984018298=>1,2984019157=>1,2984370549=>1,2984382910=>1,2984617727=>1,2984615463=>1,2984624515=>1,2984626253=>1,2984627324=>1,2984626666=>1,2984611122=>1,2984610512=>1,2984609228=>1,2984608418=>1,2984609307=>1,2984609343=>1,2984609951=>1,2984609655=>1,2984628535=>1,2984630061=>1,2984696301=>1,2984689054=>1,2984701208=>1,2984701595=>1,2984704080=>1,2984702310=>1,2984661610=>1,2984641855=>1,2984633124=>1,2984631633=>1,2984636059=>1,2984636351=>1,2984638743=>1,2984608146=>1,2984607956=>1,2984499300=>1,2984497864=>1,2984579670=>1,2984579671=>1,2984580040=>1,2984579914=>1,2984489405=>1,2984484248=>1,2984387147=>1,2984383086=>1,2984396312=>1,2984404890=>1,2984426953=>1,2984424897=>1,2984581317=>1,2984581568=>1,2984593554=>1,2984591099=>1,2984599590=>1,2984600843=>1,2984604299=>1,2984601982=>1,2984588937=>1,2984587681=>1,2984585701=>1,2984582033=>1,2984586229=>1,2984586627=>1,2984587442=>1,2982167107=>1,2982072586=>1,2978005125=>1,2978005105=>1,2978005137=>1,2978005362=>1,2978013186=>1,2978009498=>1,2978005097=>1,2978005073=>1,2977796382=>1,2977772810=>1,2977798696=>1,2977815571=>1,2977847628=>1,2977845554=>1,2978013397=>1,2978013426=>1,2978141052=>1,2978139067=>1,2978141172=>1,2978141509=>1,2978143536=>1,2978142312=>1,2978101922=>1,2978069209=>1,2978013438=>1,2978013434=>1,2978013633=>1,2978055024=>1,2978061828=>1,2978055263=>1,2977762974=>1,2977761434=>1,2976369979=>1,2976368212=>1,2976372295=>1,2976495428=>1,2976503095=>1,2976503068=>1,2976287753=>1,2976221130=>1,2976098199=>1,2976097850=>1,2976099489=>1,2976099610=>1,2976211446=>1,2976190232=>1,2976503097=>1,2976503098=>1,2977717234=>1,2976604662=>1,2977719320=>1,2977738718=>1,2977748866=>1,2977740955=>1,2976599581=>1,2976503328=>1,2976503105=>1,2976503099=>1,2976503113=>1,2976503114=>1,2976503115=>1,2978292993=>1,2978307397=>1,2979969513=>1,2979966680=>1,2980022223=>1,2980025347=>1,2981362398=>1,2981300207=>1,2979964432=>1,2979950722=>1,2979772426=>1,2979576190=>1,2979872948=>1,2979879874=>1,2979928637=>1,2979880616=>1,2981366293=>1,2981530129=>1,2981689371=>1,2981676677=>1,2981715516=>1,2982015139=>1,2982038745=>1,2982016117=>1,2981673862=>1,2981661918=>1,2981605391=>1,2981586650=>1,2981660641=>1,2981661093=>1,2981661757=>1,2979572592=>1,2979559106=>1,2978460533=>1,2978459786=>1,2978467853=>1,2978471386=>1,2978497794=>1,2978472629=>1,2978410552=>1,2978406098=>1,2978327919=>1,2978327422=>1,2978328485=>1,2978329333=>1,2978346743=>1,2978330153=>1,2978509094=>1,2978537489=>1,2978811954=>1,2978716287=>1,2978868588=>1,2978966532=>1,2979310007=>1,2979152374=>1,2978590036=>1,2978571163=>1,2978569009=>1,2978554124=>1,2978570775=>1,2978570872=>1,2978571090=>1,2971115618=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-26.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(3032335599=>1,3031982549=>1,3033706326=>1,3033706384=>1,3033706386=>1,3033706385=>1,3031950059=>1,3031949747=>1,3031933751=>1,3031931872=>1,3031934571=>1,3031938134=>1,3031943458=>1,3031939134=>1,3033712769=>1,3033713657=>1,3034048288=>1,3034047496=>1,3034465500=>1,3035693343=>1,3035693427=>1,3035693357=>1,3033986818=>1,3033986657=>1,3033757418=>1,3033756085=>1,3033764892=>1,3033772850=>1,3033777045=>1,3033772890=>1,3031931833=>1,3031931643=>1,3031916671=>1,3031915709=>1,3031917459=>1,3031919679=>1,3031921708=>1,3031921282=>1,3031909582=>1,3031905663=>1,3031719608=>1,3031708547=>1,3031726349=>1,3031726545=>1,3031899494=>1,3031895332=>1,3031921842=>1,3031922203=>1,3031929059=>1,3031925845=>1,3031929307=>1,3031929496=>1,3031930400=>1,3031930316=>1,3031925600=>1,3031924993=>1,3031923170=>1,3031922879=>1,3031923177=>1,3031923509=>1,3031923706=>1,3035701495=>1,3035732861=>1,3036291218=>1,3036290138=>1,3036292810=>1,3036294307=>1,3036295116=>1,3036294876=>1,3036270855=>1,3036219538=>1,3036132252=>1,3036120322=>1,3036155592=>1,3036178178=>1,3036219038=>1,3036218970=>1,3036296446=>1,3036296546=>1,3036308546=>1,3036306410=>1,3036308570=>1,3036308797=>1,3036316523=>1,3036308921=>1,3036305954=>1,3036302812=>1,3036296653=>1,3036296564=>1,3036297154=>1,3036297699=>1,3036302034=>1,3036299930=>1,3036119866=>1,3036105944=>1,3035988116=>1,3035928770=>1,3035988251=>1,3035988747=>1,3035995901=>1,3035989868=>1,3035884328=>1,3035835309=>1,3035736541=>1,3035733975=>1,3035760214=>1,3035761147=>1,3035778941=>1,3035778805=>1,3036007849=>1,3036008654=>1,3036077013=>1,3036074508=>1,3036091232=>1,3036091319=>1,3036105931=>1,3036097208=>1,3036058870=>1,3036037162=>1,3036013906=>1,3036009182=>1,3036035094=>1,3036035105=>1,3036035861=>1,3031684251=>1,3031608506=>1,3015412213=>1,3015343445=>1,3015423644=>1,3015614304=>1,3015699206=>1,3015660358=>1,3015314253=>1,3015272562=>1,3015224279=>1,3015195316=>1,3015262866=>1,3015265738=>1,3015265741=>1,3015265740=>1,3015699290=>1,3015700428=>1,3017127059=>1,3016864171=>1,3017269787=>1,3017320935=>1,3017340847=>1,3017322737=>1,3016854727=>1,3016798104=>1,3016048569=>1,3015700469=>1,3016049208=>1,3016195292=>1,3016796013=>1,3016794860=>1,3015140451=>1,3015112220=>1,3011497793=>1,3011489747=>1,3012650453=>1,3013292309=>1,3013300950=>1,3013298538=>1,3011489746=>1,3011387943=>1,3010452768=>1,3010285826=>1,3011326750=>1,3011342600=>1,3011357338=>1,3011345647=>1,3013330490=>1,3013348520=>1,3014965665=>1,3014955073=>1,3015014581=>1,3015064546=>1,3015099612=>1,3015086344=>1,3014840501=>1,3014806907=>1,3014660163=>1,3013470966=>1,3014670732=>1,3014671197=>1,3014795585=>1,3017456571=>1,3017475320=>1,3029653349=>1,3029652922=>1,3029689038=>1,3029764034=>1,3029937776=>1,3029777503=>1,3029644102=>1,3027607960=>1,3026263353=>1,3025989189=>1,3026303267=>1,3026704957=>1,3026905147=>1,3026858946=>1,3030001166=>1,3030058804=>1,3031409520=>1,3031409211=>1,3031410445=>1,3031424465=>1,3031575994=>1,3031433340=>1,3031405561=>1,3031392009=>1,3030122848=>1,3030059991=>1,3030921580=>1,3031242368=>1,3031389402=>1,3024928339=>1,3024914321=>1,3018589867=>1,3018451305=>1,3018602153=>1,3018619440=>1,3018638008=>1,3018633395=>1,3018419708=>1,3018419011=>1,3017531086=>1,3017477065=>1,3017533040=>1,3017691411=>1,3017777351=>1,3017772634=>1,3019655849=>1,3019707038=>1,3024683017=>1,3024683016=>1,3024683021=>1,3024683037=>1,3024700149=>1,3024683088=>1,3024683012=>1,3024683010=>1,3019713176=>1,3019707338=>1,3019771372=>1,3022009400=>1,3024683009=>1,3036316978=>1,3036320549=>1,3044162579=>1,3044162566=>1,3044162615=>1,3044162639=>1,3044274254=>1,3044205216=>1,3044159146=>1,3044087522=>1,3044053146=>1,3044026390=>1,3044056036=>1,3044056213=>1,3044074567=>1,3044071546=>1,3044436026=>1,3044441761=>1,3046017732=>1,3045993599=>1,3046050139=>1,3046061251=>1,3046063867=>1,3046063866=>1,3045986529=>1,3045973416=>1,3045284471=>1,3045258159=>1,3045356103=>1,3045522563=>1,3045649703=>1,3045609985=>1,3044008579=>1,3044005515=>1,3041592678=>1,3041592674=>1,3041593194=>1,3041593235=>1,3041596043=>1,3041596025=>1,3041592666=>1,3041592648=>1,3041588943=>1,3041578184=>1,3041590822=>1,3041591627=>1,3041592637=>1,3041592584=>1,3041596301=>1,3041602945=>1,3043944481=>1,3043937458=>1,3043944529=>1,3043996019=>1,3044004354=>1,3044001741=>1,3042669739=>1,3042645615=>1,3041623171=>1,3041613776=>1,3042582771=>1,3042594122=>1,3042642533=>1,3046063868=>1,3046063869=>1,3049011987=>1,3049011782=>1,3049014857=>1,3049014873=>1,3049016695=>1,3049014929=>1,3049011137=>1,3049010662=>1,3049008150=>1,3049008031=>1,3049008752=>1,3049009342=>1,3049010057=>1,3049009901=>1,3049017406=>1,3049017797=>1,3049021329=>1,3049021170=>1,3049021778=>1,3049021804=>1,3049022201=>1,3049021976=>1,3049021127=>1,3049020700=>1,3049018744=>1,3049017819=>1,3049019412=>1,3049020049=>1,3049020624=>1,3049007955=>1,3049007047=>1,3047716678=>1,3047608706=>1,3047722814=>1,3047723650=>1,3048108090=>1,3047879004=>1,3047578079=>1,3047478132=>1,3046085418=>1,3046070204=>1,3046103490=>1,3046108058=>1,3047445438=>1,3046108794=>1,3048163268=>1,3048336866=>1,3049002921=>1,3049000897=>1,3049004962=>1,3049005217=>1,3049006526=>1,3049005874=>1,3049000878=>1,3049000724=>1,3048998073=>1,3048997769=>1,3048999187=>1,3048999587=>1,3049000337=>1,3041574638=>1,3041574585=>1,3036515970=>1,3036515728=>1,3036516048=>1,3036517869=>1,3036559773=>1,3036541327=>1,3036514968=>1,3036513740=>1,3036498527=>1,3036497784=>1,3036499809=>1,3036506223=>1,3036513414=>1,3036507354=>1,3036562466=>1,3036563320=>1,3036598863=>1,3036594107=>1,3036599448=>1,3036599537=>1,3036600326=>1,3036600313=>1,3036588516=>1,3036579637=>1,3036564426=>1,3036564015=>1,3036566295=>1,3036568379=>1,3036569374=>1,3036568902=>1,3036495307=>1,3036494887=>1,3036331260=>1,3036330666=>1,3036331262=>1,3036332254=>1,3036336492=>1,3036335731=>1,3036329525=>1,3036329522=>1,3036321467=>1,3036321097=>1,3036324642=>1,3036326778=>1,3036328202=>1,3036327674=>1,3036337394=>1,3036337842=>1,3036390966=>1,3036390370=>1,3036392427=>1,3036396958=>1,3036492434=>1,3036431061=>1,3036373418=>1,3036372033=>1,3036345334=>1,3036338443=>1,3036347194=>1,3036359744=>1,3036363346=>1,3036600350=>1,3036600351=>1,3040971395=>1,3040959695=>1,3040980500=>1,3041126616=>1,3041444916=>1,3041420436=>1,3040930510=>1,3040888171=>1,3039943942=>1,3039896738=>1,3040525366=>1,3040673095=>1,3040869678=>1,3040803925=>1,3041449074=>1,3041449624=>1,3041519044=>1,3041499480=>1,3041520838=>1,3041555627=>1,3041574575=>1,3041574535=>1,3041490683=>1,3041490207=>1,3041468561=>1,3041465724=>1,3041473723=>1,3041486983=>1,3041490136=>1,3039889986=>1,3039880642=>1,3038645063=>1,3038515618=>1,3039036810=>1,3039419253=>1,3039426062=>1,3039425081=>1,3038490051=>1,3037765691=>1,3037656514=>1,3036608912=>1,3037656554=>1,3037682603=>1,3037704967=>1,3037688734=>1,3039569931=>1,3039579447=>1,3039860026=>1,3039858860=>1,3039860509=>1,3039878658=>1,3039880450=>1,3039880334=>1,3039844322=>1,3039842426=>1,3039805692=>1,3039728945=>1,3039821997=>1,3039829459=>1,3039831294=>1,3010214039=>1,3010214026=>1,2994493530=>1,2994493147=>1,2994517238=>1,2994530689=>1,2994534626=>1,2994533445=>1,2994492840=>1,2994489379=>1,2993707150=>1,2992629378=>1,2993773650=>1,2993990837=>1,2994165916=>1,2994043951=>1,2994802482=>1,2994832299=>1,2994845965=>1,2994845925=>1,2994846246=>1,2994853022=>1,2995047883=>1,2995015316=>1,2994845913=>1,2994845353=>1,2994835515=>1,2994834019=>1,2994836791=>1,2994843355=>1,2994844880=>1,2994844539=>1,2992478122=>1,2992420845=>1,2991563160=>1,2991562720=>1,2991563185=>1,2991564053=>1,2991567252=>1,2991566962=>1,2991562643=>1,2991562461=>1,2991556292=>1,2991556131=>1,2991556838=>1,2991557741=>1,2991561196=>1,2991557996=>1,2991568358=>1,2991570132=>1,2991880777=>1,2991864843=>1,2991951094=>1,2992115596=>1,2992240421=>1,2992177774=>1,2991854428=>1,2991853263=>1,2991758581=>1,2991727216=>1,2991761044=>1,2991816459=>1,2991832684=>1,2995050926=>1,2995149214=>1,2996258960=>1,2996258412=>1,2996278755=>1,2996281530=>1,2996287099=>1,2996285720=>1,2996258167=>1,2996257741=>1,2996211351=>1,2996197802=>1,2996235173=>1,2996237258=>1,2996256359=>1,2996245079=>1,2996288792=>1,2996291703=>1,2996746029=>1,2996744708=>1,2996757640=>1,2996760906=>1,2996764292=>1,2996764281=>1,2996733699=>1,2996685133=>1,2996302958=>1,2996301200=>1,2996337294=>1,2996378859=>1,2996643115=>1,2996197663=>1,2996192075=>1,2995555819=>1,2995550065=>1,2995579790=>1,2995585097=>1,2995587732=>1,2995585756=>1,2995546130=>1,2995540302=>1,2995369287=>1,2995369182=>1,2995369291=>1,2995369583=>1,2995525733=>1,2995369768=>1,2995588595=>1,2995591939=>1,2995633118=>1,2995628612=>1,2996065222=>1,2996138983=>1,2996181532=>1,2996165421=>1,2995621737=>1,2995621302=>1,2995596125=>1,2995596036=>1,2995597470=>1,2995599899=>1,2995604243=>1,2991510565=>1,2991453038=>1,2990471248=>1,2990471070=>1,2990471601=>1,2990471700=>1,2990471944=>1,2990471824=>1,2990471034=>1,2990470676=>1,2990467995=>1,2990467448=>1,2990469823=>1,2990470069=>1,2990470312=>1,2990470191=>1,2990472034=>1,2990472120=>1,2990490035=>1,2990488899=>1,2990493192=>1,2990494990=>1,2990498082=>1,2990497424=>1,2990485089=>1,2990477849=>1,2990472274=>1,2990472273=>1,2990472357=>1,2990472426=>1,2990477360=>1,2990475685=>1,2990467113=>1,2990466823=>1,2990458030=>1,2990457927=>1,2990458230=>1,2990458850=>1,2990459175=>1,2990459151=>1,2990457520=>1,2990454931=>1,2990447639=>1,2990446017=>1,2990450495=>1,2990452171=>1,2990454817=>1,2990452422=>1,2990459616=>1,2990459774=>1,2990463465=>1,2990463455=>1,2990463648=>1,2990463796=>1,2990466428=>1,2990464987=>1,2990463366=>1,2990463212=>1,2990460586=>1,2990460579=>1,2990461436=>1,2990461578=>1,2990462491=>1,2990499171=>1,2990499979=>1,2990828448=>1,2990717950=>1,2990828759=>1,2990830452=>1,2990832486=>1,2990832435=>1,2990716841=>1,2990713933=>1,2990649208=>1,2990648503=>1,2990649551=>1,2990651343=>1,2990709111=>1,2990653152=>1,2991057979=>1,2991178232=>1,2991364185=>1,2991298233=>1,2991422249=>1,2991422815=>1,2991450232=>1,2991444997=>1,2991249273=>1,2991226226=>1,2991182454=>1,2991178571=>1,2991182576=>1,2991184811=>1,2991184845=>1,2990648394=>1,2990647790=>1,2990554314=>1,2990526771=>1,2990633167=>1,2990634291=>1,2990637242=>1,2990637104=>1,2990524017=>1,2990514900=>1,2990501710=>1,2990501527=>1,2990503069=>1,2990509302=>1,2990510569=>1,2990510562=>1,2990638760=>1,2990639264=>1,2990646048=>1,2990646020=>1,2990646081=>1,2990646658=>1,2990647599=>1,2990646880=>1,2990645867=>1,2990645863=>1,2990643249=>1,2990642941=>1,2990643279=>1,2990643411=>1,2990644299=>1,2996797249=>1,2996797283=>1,3001999972=>1,3001999724=>1,3002000244=>1,3002000396=>1,3002001518=>1,3002000785=>1,3001999492=>1,3001999171=>1,3001787713=>1,3001761059=>1,3001821283=>1,3001847245=>1,3001972646=>1,3001952764=>1,3002002732=>1,3002023563=>1,3002893540=>1,3002893539=>1,3002893542=>1,3002896902=>1,3002908130=>1,3002904450=>1,3002884726=>1,3002883979=>1,3002829459=>1,3002625142=>1,3002848727=>1,3002849530=>1,3002866888=>1,3002852494=>1,3000761634=>1,3000761202=>1,3000457482=>1,3000426099=>1,3000458407=>1,3000463174=>1,3000509995=>1,3000502614=>1,3000388123=>1,3000354769=>1,3000184178=>1,3000120490=>1,3000219247=>1,3000285013=>1,3000312646=>1,3000289123=>1,3000523893=>1,3000560028=>1,3000706037=>1,3000698067=>1,3000718107=>1,3000733884=>1,3000741644=>1,3000740434=>1,3000687840=>1,3000660655=>1,3000612896=>1,3000564311=>1,3000613358=>1,3000613671=>1,3000649292=>1,3002908389=>1,3002991129=>1,3005985122=>1,3005982990=>1,3005988094=>1,3006330897=>1,3006915082=>1,3006550455=>1,3005976482=>1,3005973826=>1,3005760204=>1,3005760203=>1,3005760205=>1,3005760254=>1,3005973814=>1,3005971150=>1,3007143373=>1,3007189694=>1,3010207937=>1,3010207777=>1,3010208065=>1,3010208385=>1,3010209665=>1,3010209153=>1,3010169153=>1,3010121067=>1,3009472140=>1,3009468725=>1,3009478428=>1,3009946634=>1,3010120631=>1,3005760201=>1,3005760003=>1,3002998358=>1,3002997492=>1,3002998737=>1,3002999776=>1,3003000661=>1,3002999869=>1,3002996595=>1,3002996452=>1,3002992149=>1,3002991193=>1,3002994012=>1,3002994046=>1,3002996413=>1,3002995846=>1,3003000837=>1,3003000841=>1,3003418268=>1,3003412798=>1,3003431412=>1,3003437811=>1,3004732799=>1,3003440392=>1,3003394144=>1,3003171527=>1,3003004748=>1,3003001991=>1,3003004773=>1,3003004905=>1,3003029934=>1,3000119767=>1,3000119279=>1,2997013788=>1,2997013786=>1,2997014894=>1,2997015016=>1,2997015496=>1,2997015493=>1,2997013785=>1,2997013784=>1,2997013762=>1,2997013761=>1,2997013763=>1,2997013764=>1,2997013783=>1,2997013765=>1,2997015510=>1,2997015511=>1,2997133868=>1,2997129638=>1,2997135271=>1,2997165052=>1,2997307184=>1,2997174044=>1,2997106326=>1,2997018340=>1,2997015513=>1,2997015512=>1,2997015515=>1,2997015528=>1,2997017988=>1,2997016618=>1,2997012833=>1,2997012435=>1,2996920150=>1,2996917437=>1,2996923511=>1,2996932818=>1,2996970104=>1,2996940055=>1,2996910928=>1,2996908623=>1,2996825138=>1,2996797359=>1,2996829507=>1,2996830133=>1,2996899440=>1,2996898325=>1,2996978388=>1,2996982424=>1,2997012317=>1,2997012316=>1,2997012319=>1,2997012323=>1,2997012421=>1,2997012366=>1,2997012315=>1,2997012313=>1,2997011026=>1,2996988340=>1,2997011154=>1,2997012259=>1,2997012263=>1,2997364168=>1,2997365634=>1,3000001955=>1,3000001937=>1,3000001983=>1,3000002204=>1,3000002455=>1,3000002293=>1,3000001931=>1,2999995449=>1,2999804228=>1,2999734243=>1,2999829246=>1,2999852065=>1,2999950562=>1,2999903117=>1,3000002713=>1,3000002805=>1,3000054929=>1,3000054831=>1,3000054946=>1,3000054971=>1,3000118747=>1,3000071075=>1,3000054627=>1,3000054423=>1,3000009029=>1,3000002850=>1,3000009810=>1,3000028329=>1,3000053421=>1,2999710200=>1,2999697841=>1,2998424914=>1,2998415291=>1,2998543334=>1,2998754422=>1,2998829877=>1,2998774719=>1,2998368928=>1,2997846978=>1,2997406354=>1,2997369606=>1,2997514178=>1,2997812314=>1,2997846070=>1,2997846066=>1,2998883042=>1,2998932074=>1,2999590645=>1,2999588026=>1,2999619673=>1,2999623614=>1,2999684965=>1,2999679215=>1,2999508614=>1,2999470912=>1,2999211969=>1,2998967594=>1,2999458901=>1,2999460866=>1,2999465206=>1,2990442431=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-27.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(3107442688=>3107443711,3105445632=>3105445887,3105444864=>3105445119,3104957865=>1,3104946404=>1,3104976035=>1,3104978054=>1,3105052468=>1,3105016023=>1,3104936074=>1,3104848979=>1,3104877910=>1,3104877908=>1,3104884912=>1,3104903828=>1,3105054051=>1,3104877723=>1,3105054254=>1,3105186979=>1,3105186866=>1,3105216652=>1,3105216695=>1,3105270932=>1,3105216778=>1,3105180709=>1,3105180707=>1,3105077418=>1,3104842920=>1,3105089646=>1,3105124628=>1,3105180706=>1,3105054163=>1,3104830588=>1,3104646569=>1,3104630514=>1,3104646731=>1,3104646853=>1,3104647109=>1,3104646861=>1,3104575347=>1,3104574597=>1,3104370315=>1,3104370128=>1,3104432528=>1,3104458603=>1,3104521250=>1,3104511595=>1,3104709738=>1,3104709741=>1,3104779060=>1,3104779059=>1,3104779061=>1,3104779062=>1,3105270950=>1,3104792078=>1,3104766060=>1,3104766031=>1,3104710213=>1,3104709786=>1,3104710239=>1,3104740817=>1,3104750064=>1,3104749942=>1,3104830698=>1,3105325802=>1,3106013372=>1,3106013336=>1,3106017400=>1,3106021634=>1,3106109997=>1,3106028587=>1,3106008938=>1,3105938916=>1,3105872426=>1,3105851636=>1,3105875525=>1,3105887451=>1,3105938889=>1,3105923094=>1,3106110034=>1,3106130653=>1,3106444803=>1,3106313805=>1,3106446484=>1,3106604454=>1,3106604460=>1,3106604456=>1,3106279127=>1,3106267965=>1,3106224009=>1,3106170001=>1,3106231566=>1,3106246956=>1,3106247344=>1,3105836398=>1,3105836350=>1,3105497567=>1,3105478893=>1,3105497693=>1,3105520761=>1,3105528846=>1,3105528844=>1,3105462068=>1,3105453410=>1,3105413957=>1,3104370119=>1,3105414001=>1,3105435702=>1,3105436039=>1,3105528860=>1,3105528872=>1,3105687684=>1,3105669474=>1,3105707109=>1,3105744978=>1,3105775898=>1,3105775890=>1,3105669471=>1,3105625693=>1,3105528879=>1,3105528878=>1,3105539341=>1,3105548506=>1,3105599256=>1,3105270988=>1,3104369795=>1,3091753524=>1,3091734228=>1,3091872288=>1,3091914803=>1,3091978447=>1,3091915030=>1,3091603946=>1,3091547002=>1,3090811487=>1,3090748310=>1,3090897299=>1,3091076839=>1,3091349734=>1,3091207381=>1,3091978898=>1,3091978909=>1,3093339962=>1,3093312260=>1,3093936274=>1,3093945368=>1,3093998332=>1,3093982708=>1,3093248219=>1,3093247180=>1,3091978930=>1,3091978916=>1,3091978956=>1,3092157491=>1,3092937090=>1,3092931150=>1,3090279686=>1,3090278890=>1,3085936506=>1,3085931124=>1,3085938058=>1,3086008546=>1,3086008550=>1,3086008547=>1,3085862187=>1,3085825634=>1,3085317556=>1,3085317551=>1,3085317573=>1,3085317584=>1,3085578441=>1,3085334410=>1,3086217148=>1,3086370087=>1,3088395435=>1,3088331647=>1,3088497703=>1,3088564360=>1,3089305116=>1,3089139909=>1,3087413915=>1,3086751477=>1,3086458565=>1,3086458556=>1,3086460592=>1,3086660366=>1,3086750339=>1,3094009698=>1,3094036078=>1,3098479149=>1,3098375795=>1,3098556931=>1,3098556936=>1,3098760543=>1,3098579518=>1,3098306818=>1,3098192537=>1,3098166461=>1,3098031969=>1,3098166645=>1,3098169903=>1,3098175624=>1,3098171030=>1,3098860756=>1,3099002315=>1,3104170967=>1,3104169772=>1,3104247322=>1,3104276370=>1,3104325392=>1,3104281678=>1,3104169749=>1,3104169748=>1,3099579778=>1,3099269102=>1,3104064151=>1,3104070723=>1,3104115132=>1,3097997340=>1,3097793285=>1,3095391984=>1,3095391518=>1,3095392091=>1,3095392133=>1,3095395628=>1,3095395459=>1,3094805565=>1,3094805513=>1,3094061714=>1,3094060955=>1,3094061715=>1,3094061716=>1,3094061718=>1,3094061717=>1,3095395751=>1,3095396153=>1,3097286459=>1,3097138683=>1,3097727914=>1,3097774882=>1,3097793030=>1,3097789554=>1,3097115235=>1,3097109511=>1,3097048295=>1,3096775244=>1,3097073464=>1,3097080033=>1,3097102266=>1,3106604461=>1,3106604706=>1,3110360645=>1,3110360564=>1,3110360662=>1,3110360676=>1,3110360843=>1,3110360704=>1,3110360563=>1,3110360527=>1,3110360467=>1,3110360458=>1,3110360488=>1,3110360510=>1,3110360512=>1,3110360511=>1,3110360853=>1,3110381720=>1,3110463090=>1,3110444173=>1,3110465029=>1,3110465045=>1,3110581157=>1,3110536202=>1,3110431677=>1,3110431624=>1,3110413113=>1,3110381729=>1,3110428142=>1,3110428252=>1,3110431605=>1,3110431601=>1,3110360452=>1,3110360421=>1,3110058113=>1,3110057987=>1,3110058378=>1,3110058380=>1,3110071704=>1,3110058381=>1,3109926245=>1,3109877739=>1,3109520224=>1,3109509128=>1,3109527687=>1,3109767554=>1,3109871156=>1,3109870676=>1,3110071766=>1,3110071790=>1,3110360239=>1,3110360172=>1,3110360276=>1,3110360315=>1,3110360394=>1,3110360381=>1,3110360146=>1,3110267106=>1,3110122525=>1,3110098973=>1,3110173649=>1,3110173650=>1,3110173651=>1,3110603046=>1,3110631426=>1,3120615565=>1,3112306457=>1,3120619018=>1,3120619027=>1,3120860770=>1,3120674430=>1,3112306118=>1,3112255039=>1,3112182823=>1,3112182822=>1,3112182824=>1,3112182825=>1,3112255038=>1,3112182826=>1,3121175249=>1,3121218954=>1,3121498990=>1,3121495740=>1,3121504590=>1,3121504845=>1,3121510403=>1,3121508015=>1,3121488837=>1,3121482922=>1,3121218956=>1,3121218955=>1,3121218957=>1,3121218958=>1,3121482880=>1,3112182821=>1,3112182815=>1,3110763151=>1,3110763094=>1,3110895621=>1,3110965255=>1,3111122163=>1,3111117855=>1,3110762649=>1,3110762537=>1,3110631428=>1,3110631427=>1,3110631431=>1,3110636752=>1,3110755396=>1,3110726885=>1,3111163054=>1,3111165319=>1,3111649224=>1,3111560689=>1,3112032578=>1,3112032865=>1,3112182789=>1,3112032885=>1,3111507715=>1,3111473796=>1,3111354010=>1,3111165401=>1,3111441710=>1,3111471130=>1,3111471381=>1,3109459814=>1,3109459448=>1,3107818002=>1,3107804665=>1,3107820555=>1,3107820624=>1,3107820685=>1,3107820637=>1,3107754741=>1,3107754737=>1,3107751737=>1,3107751565=>1,3107754015=>1,3107754016=>1,3107754717=>1,3107754017=>1,3107820722=>1,3107820733=>1,3107821042=>1,3107820993=>1,3107896870=>1,3107930185=>1,3107962240=>1,3107939671=>1,3107820919=>1,3107820918=>1,3107820772=>1,3107820743=>1,3107820841=>1,3107820843=>1,3107820916=>1,3107820851=>1,3107698762=>1,3107659498=>1,3106802220=>1,3106752399=>1,3106802288=>1,3106877578=>1,3106960376=>1,3106878522=>1,3106737498=>1,3106727480=>1,3106604938=>1,3085317548=>1,3106604946=>1,3106604947=>1,3106727064=>1,3106604949=>1,3106962782=>1,3107017922=>1,3107463112=>1,3107301693=>1,3107476518=>1,3107589954=>1,3107643839=>1,3107591623=>1,3107272571=>1,3107272531=>1,3107110906=>1,3107026451=>1,3107116916=>1,3107121433=>1,3107193552=>1,3107962701=>1,3107962868=>1,3109214248=>1,3109210802=>1,3109214489=>1,3109214594=>1,3109280478=>1,3109275041=>1,3109210422=>1,3109210320=>1,3108864390=>1,3108802925=>1,3109033049=>1,3109084830=>1,3109164137=>1,3109084836=>1,3109389154=>1,3109441091=>1,3109459098=>1,3109459094=>1,3109459106=>1,3109459253=>1,3109459405=>1,3109459327=>1,3109459081=>1,3109459050=>1,3109458961=>1,3109441316=>1,3109458971=>1,3109458995=>1,3109459031=>1,3108802346=>1,3108714622=>1,3108246597=>1,3108239105=>1,3108269881=>1,3108281168=>1,3108458646=>1,3108333690=>1,3108174477=>1,3108112911=>1,3107983777=>1,3107978284=>1,3107983785=>1,3108075910=>1,3108096093=>1,3108079587=>1,3108548646=>1,3108548724=>1,3108580410=>1,3108580406=>1,3108625995=>1,3108714600=>1,3108714614=>1,3108714606=>1,3108579261=>1,3108578822=>1,3108549185=>1,3108548744=>1,3108563747=>1,3108566053=>1,3108566929=>1,3106604704=>1,3085317523=>1,3070042542=>1,3070042468=>1,3070042544=>1,3070042562=>1,3070042659=>1,3070042641=>1,3070042349=>1,3070042330=>1,3070038874=>1,3070034970=>1,3070039858=>1,3070040772=>1,3070042199=>1,3070040818=>1,3070042700=>1,3070042719=>1,3070043296=>1,3070043239=>1,3070043351=>1,3070043416=>1,3070043481=>1,3070043451=>1,3070043204=>1,3070043171=>1,3070042938=>1,3070042758=>1,3070042942=>1,3070043014=>1,3070043081=>1,3070043078=>1,3069410520=>1,3068985989=>1,3063700026=>1,3063698790=>1,3063965330=>1,3063968482=>1,3063971085=>1,3063969132=>1,3063698788=>1,3063258328=>1,3061772092=>1,3061415695=>1,3061772236=>1,3062685088=>1,3063258315=>1,3062685095=>1,3063971090=>1,3063971526=>1,3067674076=>1,3066626090=>1,3068491199=>1,3068839911=>1,3068911073=>1,3068878828=>1,3065988389=>1,3065298473=>1,3064106247=>1,3064105120=>1,3064150068=>1,3064150074=>1,3064150104=>1,3070043512=>1,3070043531=>1,3070065458=>1,3070065454=>1,3070065465=>1,3070065467=>1,3070065469=>1,3070065468=>1,3070065446=>1,3070065441=>1,3070065202=>1,3070065199=>1,3070065204=>1,3070065221=>1,3070065430=>1,3070065423=>1,3070065472=>1,3070065474=>1,3070079290=>1,3070079198=>1,3070079401=>1,3070079614=>1,3070079714=>1,3070079682=>1,3070073442=>1,3070073419=>1,3070070534=>1,3070067280=>1,3070070538=>1,3070072857=>1,3070072987=>1,3070065172=>1,3070065165=>1,3070044034=>1,3070043969=>1,3070044128=>1,3070044574=>1,3070046689=>1,3070046423=>1,3070043752=>1,3070043742=>1,3070043583=>1,3070043567=>1,3070043601=>1,3070043683=>1,3070043731=>1,3070043691=>1,3070052441=>1,3070052444=>1,3070064955=>1,3070064913=>1,3070065056=>1,3070065066=>1,3070065164=>1,3070065162=>1,3070052926=>1,3070052769=>1,3070052604=>1,3070052580=>1,3070052675=>1,3070052703=>1,3070052749=>1,3061310785=>1,3061302804=>1,3050792675=>1,3050791674=>1,3050802962=>1,3051292727=>1,3051436097=>1,3051329584=>1,3050664678=>1,3050553315=>1,3050320396=>1,3050312362=>1,3050329048=>1,3050331181=>1,3050514330=>1,3050352902=>1,3051436327=>1,3051436480=>1,3054971042=>1,3054969114=>1,3054972994=>1,3054972995=>1,3054974204=>1,3054972996=>1,3054965426=>1,3054712438=>1,3051645889=>1,3051437345=>1,3051657304=>1,3051711643=>1,3051776804=>1,3051719691=>1,3050308491=>1,3049751389=>1,3049027063=>1,3049027016=>1,3049027255=>1,3049028305=>1,3049028538=>1,3049028489=>1,3049025210=>1,3049024544=>1,3049023041=>1,3049022344=>1,3049024274=>1,3049024302=>1,3049024438=>1,3049024309=>1,3049028564=>1,3049028721=>1,3049559802=>1,3049557372=>1,3049559803=>1,3049634055=>1,3049751102=>1,3049673172=>1,3049525322=>1,3049113833=>1,3049029199=>1,3049028801=>1,3049029225=>1,3049029440=>1,3049046434=>1,3054981651=>1,3054981894=>1,3059366041=>1,3059356882=>1,3059366307=>1,3059379604=>1,3059502308=>1,3059449474=>1,3059355270=>1,3059287442=>1,3058365230=>1,3058365228=>1,3058422942=>1,3059272748=>1,3059287194=>1,3059278945=>1,3059520583=>1,3059521260=>1,3059608854=>1,3059608758=>1,3059608934=>1,3059610166=>1,3061188413=>1,3059891330=>1,3059605878=>1,3059603874=>1,3059537138=>1,3059530775=>1,3059542026=>1,3059544805=>1,3059546891=>1,3058365227=>1,3058285386=>1,3056763291=>1,3056652915=>1,3056763385=>1,3056769331=>1,3056876880=>1,3056769493=>1,3056650251=>1,3056625162=>1,3055420393=>1,3054981909=>1,3056469705=>1,3056622270=>1,3056625160=>1,3056625156=>1,3056890941=>1,3056900122=>1,3058216638=>1,3058180510=>1,3058229402=>1,3058232913=>1,3058268854=>1,3058238738=>1,3058130442=>1,3057931119=>1,3056979225=>1,3056961049=>1,3056979427=>1,3056985956=>1,3057458044=>1,3070079727=>1,3070079747=>1,3083854892=>1,3083842790=>1,3083854969=>1,3083854970=>1,3083880742=>1,3083855915=>1,3083820829=>1,3083540296=>1,3082180961=>1,3082179659=>1,3082180977=>1,3082181150=>1,3083108583=>1,3083048980=>1,3083914828=>1,3083936304=>1,3084520744=>1,3084520722=>1,3084520753=>1,3084520762=>1,3084520788=>1,3084520779=>1,3084508802=>1,3084437782=>1,3084076818=>1,3083985387=>1,3084168665=>1,3084421760=>1,3084430257=>1,3084427892=>1,3082134738=>1,3082134708=>1,3078854883=>1,3078854608=>1,3079198048=>1,3079204689=>1,3079321696=>1,3079313645=>1,3078835227=>1,3078747319=>1,3077548495=>1,3077548494=>1,3077548496=>1,3077548497=>1,3078747318=>1,3078719202=>1,3079446927=>1,3079447325=>1,3079491063=>1,3079490295=>1,3079491389=>1,3081856011=>1,3082107558=>1,3081983842=>1,3079489856=>1,3079487973=>1,3079448274=>1,3079447531=>1,3079448381=>1,3079487541=>1,3079487734=>1,3084520811=>1,3084520813=>1,3084880017=>1,3084855471=>1,3084880152=>1,3084932672=>1,3085044958=>1,3084935514=>1,3084851322=>1,3084796355=>1,3084751665=>1,3084751650=>1,3084751698=>1,3084751731=>1,3084796072=>1,3084770709=>1,3085144550=>1,3085175159=>1,3085317483=>1,3085317480=>1,3085317485=>1,3085317496=>1,3085317508=>1,3085317497=>1,3085317460=>1,3085317455=>1,3085191263=>1,3085175708=>1,3085203760=>1,3085317400=>1,3085317401=>1,3084751648=>1,3084749752=>1,3084520942=>1,3084520918=>1,3084520947=>1,3084520992=>1,3084521134=>1,3084521058=>1,3084520864=>1,3084520840=>1,3084520815=>1,3084520814=>1,3084520823=>1,3084520834=>1,3084520837=>1,3084520835=>1,3084529859=>1,3084533988=>1,3084618579=>1,3084590969=>1,3084621544=>1,3084624885=>1,3084749683=>1,3084687968=>1,3084590814=>1,3084590340=>1,3084534765=>1,3084534474=>1,3084548840=>1,3084556878=>1,3084585814=>1,3077548492=>1,3077548491=>1,3073973155=>1,3073940114=>1,3073987143=>1,3073987146=>1,3074199417=>1,3074197712=>1,3073637782=>1,3073135612=>1,3071385843=>1,3071375638=>1,3071673044=>1,3071754465=>1,3072718343=>1,3072439080=>1,3074215944=>1,3074216096=>1,3074346706=>1,3074341422=>1,3074358035=>1,3074391370=>1,3074755786=>1,3074392411=>1,3074308858=>1,3074288695=>1,3074216113=>1,3074216112=>1,3074216116=>1,3074232339=>1,3074288694=>1,3074288693=>1,3071286321=>1,3071284002=>1,3070085452=>1,3070085387=>1,3070085454=>1,3070086244=>1,3070086770=>1,3070086714=>1,3070085386=>1,3070082922=>1,3070079820=>1,3070079814=>1,3070080119=>1,3070080237=>1,3070082722=>1,3070082450=>1,3070087627=>1,3070091148=>1,3070161982=>1,3070158227=>1,3071273764=>1,3071274774=>1,3071276520=>1,3071275060=>1,3070157473=>1,3070155416=>1,3070135424=>1,3070091364=>1,3070137691=>1,3070138678=>1,3070139341=>1,3075385660=>1,3075385661=>1,3076103330=>1,3076103023=>1,3076103586=>1,3076117026=>1,3076117281=>1,3076117140=>1,3076102875=>1,3076102296=>1,3076100229=>1,3076097780=>1,3076100662=>1,3076101223=>1,3076101873=>1,3076101668=>1,3076117449=>1,3076117652=>1,3076216612=>1,3076216611=>1,3076477284=>1,3076632134=>1,3077548490=>1,3077548489=>1,3076216610=>1,3076211800=>1,3076176217=>1,3076120789=>1,3076197815=>1,3076211794=>1,3076211799=>1,3076096199=>1,3076092756=>1,3076006046=>1,3075965426=>1,3076006247=>1,3076008781=>1,3076010123=>1,3076010096=>1,3075962382=>1,3075962381=>1,3075605420=>1,3075558819=>1,3075622096=>1,3075639415=>1,3075920583=>1,3075686964=>1,3076011366=>1,3076011824=>1,3076083134=>1,3076083041=>1,3076083812=>1,3076084060=>1,3076085265=>1,3076084865=>1,3076082374=>1,3076082219=>1,3076027013=>1,3076023674=>1,3076030884=>1,3076078894=>1,3076082034=>1,3049022310=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-28.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(3126773562=>1,3126772643=>1,3126773781=>1,3126774163=>1,3126776163=>1,3126776074=>1,3126771718=>1,3126771716=>1,3126764437=>1,3126764338=>1,3126765502=>1,3126765808=>1,3126769994=>1,3126769154=>1,3126776732=>1,3126777085=>1,3126786651=>1,3126784858=>1,3126787523=>1,3126787622=>1,3126788298=>1,3126788160=>1,3126783132=>1,3126781050=>1,3126779017=>1,3126778639=>1,3126779264=>1,3126779402=>1,3126779945=>1,3126779775=>1,3126762945=>1,3126762481=>1,3126748778=>1,3126747228=>1,3126751260=>1,3126751275=>1,3126751829=>1,3126751645=>1,3126741603=>1,3126739899=>1,3126734995=>1,3126734882=>1,3126735309=>1,3126736177=>1,3126737607=>1,3126736880=>1,3126752217=>1,3126752286=>1,3126755119=>1,3126754823=>1,3126756833=>1,3126758500=>1,3126760979=>1,3126759703=>1,3126754179=>1,3126754108=>1,3126753103=>1,3126752472=>1,3126753499=>1,3126753862=>1,3126753889=>1,3126788516=>1,3126789346=>1,3126808760=>1,3126808606=>1,3126809188=>1,3126809464=>1,3126810223=>1,3126809930=>1,3126808469=>1,3126807877=>1,3126806371=>1,3126806329=>1,3126806632=>1,3126807073=>1,3126807843=>1,3126807555=>1,3126810374=>1,3126810990=>1,3126818663=>1,3126817611=>1,3126821336=>1,3126823049=>1,3126827181=>1,3126826011=>1,3126817153=>1,3126815322=>1,3126811579=>1,3126811008=>1,3126811940=>1,3126812004=>1,3126813400=>1,3126812607=>1,3126805841=>1,3126805327=>1,3126796599=>1,3126796533=>1,3126797184=>1,3126797712=>1,3126799008=>1,3126798359=>1,3126795340=>1,3126792960=>1,3126789879=>1,3126789543=>1,3126790874=>1,3126790985=>1,3126792469=>1,3126791111=>1,3126799237=>1,3126799914=>1,3126803032=>1,3126802979=>1,3126803295=>1,3126803837=>1,3126803880=>1,3126803852=>1,3126802940=>1,3126801364=>1,3126800765=>1,3126800261=>1,3126800813=>1,3126800837=>1,3126800981=>1,3126734297=>1,3126734010=>1,3126683187=>1,3126683100=>1,3126683951=>1,3126684175=>1,3126684440=>1,3126684280=>1,3126683092=>1,3126682794=>1,3126665030=>1,3126664628=>1,3126675279=>1,3126681693=>1,3126682186=>1,3126681847=>1,3126684492=>1,3126684586=>1,3126691395=>1,3126691386=>1,3126691757=>1,3126691842=>1,3126692012=>1,3126691865=>1,3126691299=>1,3126691282=>1,3126685275=>1,3126684735=>1,3126688299=>1,3126688614=>1,3126691058=>1,3126690953=>1,3126663705=>1,3126663481=>1,3126644495=>1,3126644357=>1,3126645704=>1,3126645969=>1,3126646627=>1,3126646141=>1,3126643596=>1,3126642771=>1,3126639643=>1,3126639099=>1,3126639908=>1,3126640135=>1,3126641977=>1,3126640854=>1,3126646719=>1,3126648893=>1,3126658937=>1,3126658897=>1,3126660572=>1,3126661484=>1,3126662443=>1,3126662017=>1,3126658387=>1,3126654313=>1,3126650089=>1,3126649898=>1,3126652047=>1,3126652594=>1,3126653714=>1,3126692516=>1,3126692547=>1,3126709529=>1,3126709145=>1,3126709951=>1,3126710080=>1,3126711478=>1,3126710127=>1,3126708861=>1,3126708288=>1,3126706836=>1,3126706792=>1,3126706869=>1,3126707112=>1,3126707511=>1,3126707117=>1,3126712059=>1,3126712672=>1,3126728795=>1,3126727561=>1,3126728840=>1,3126731433=>1,3126733626=>1,3126732199=>1,3126723165=>1,3126720937=>1,3126713521=>1,3126713283=>1,3126713850=>1,3126717254=>1,3126720570=>1,3126706263=>1,3126706208=>1,3126693451=>1,3126693442=>1,3126693713=>1,3126693755=>1,3126696283=>1,3126696259=>1,3126693410=>1,3126693138=>1,3126692669=>1,3126692636=>1,3126692737=>1,3126692916=>1,3126693021=>1,3126692924=>1,3126696656=>1,3126697102=>1,3126701679=>1,3126701472=>1,3126701683=>1,3126704522=>1,3126705360=>1,3126704621=>1,3126700619=>1,3126699232=>1,3126697577=>1,3126697446=>1,3126697992=>1,3126698274=>1,3126698440=>1,3126827598=>1,3126828369=>1,3135443488=>1,3135443477=>1,3135443511=>1,3135443528=>1,3135443563=>1,3135443554=>1,3135443463=>1,3135443460=>1,3135373166=>1,3135369158=>1,3135373178=>1,3135421998=>1,3135438347=>1,3135438027=>1,3135443566=>1,3135443580=>1,3135443696=>1,3135443686=>1,3135443814=>1,3135443857=>1,3135444496=>1,3135444486=>1,3135443673=>1,3135443671=>1,3135443592=>1,3135443586=>1,3135443605=>1,3135443620=>1,3135443668=>1,3135443638=>1,3135355509=>1,3135339586=>1,3134923818=>1,3134923816=>1,3134923821=>1,3134923822=>1,3134923833=>1,3134923826=>1,3134923807=>1,3134923804=>1,3134759365=>1,3134759362=>1,3134884796=>1,3134914696=>1,3134923796=>1,3134923778=>1,3135115317=>1,3135124170=>1,3135320346=>1,3135320329=>1,3135321145=>1,3135321193=>1,3135337262=>1,3135335474=>1,3135319093=>1,3135318637=>1,3135125266=>1,3135124821=>1,3135187853=>1,3135316065=>1,3135318473=>1,3135444500=>1,3135444503=>1,3135446223=>1,3135446134=>1,3135446231=>1,3135446261=>1,3135457788=>1,3135453342=>1,3135446122=>1,3135446107=>1,3135445978=>1,3135445948=>1,3135445986=>1,3135446064=>1,3135446106=>1,3135446101=>1,3135463742=>1,3135464070=>1,3135480242=>1,3135476716=>1,3135480722=>1,3135481222=>1,3135482735=>1,3135481259=>1,3135476605=>1,3135476588=>1,3135465991=>1,3135464508=>1,3135466985=>1,3135467040=>1,3135476563=>1,3135445936=>1,3135445931=>1,3135444617=>1,3135444603=>1,3135444633=>1,3135444640=>1,3135444661=>1,3135444643=>1,3135444598=>1,3135444590=>1,3135444511=>1,3135444510=>1,3135444514=>1,3135444533=>1,3135444565=>1,3135444563=>1,3135444670=>1,3135444674=>1,3135445816=>1,3135445769=>1,3135445834=>1,3135445837=>1,3135445918=>1,3135445859=>1,3135445761=>1,3135445225=>1,3135444705=>1,3135444691=>1,3135445154=>1,3135445202=>1,3135445224=>1,3134628545=>1,3134609962=>1,3126851222=>1,3126850847=>1,3126851232=>1,3126851332=>1,3126853583=>1,3126852500=>1,3126850846=>1,3126850686=>1,3126846410=>1,3126844459=>1,3126848243=>1,3126849331=>1,3126850521=>1,3126850498=>1,3126874042=>1,3126918329=>1,3127369412=>1,3127361846=>1,3127378358=>1,3127378375=>1,3127380138=>1,3127378617=>1,3127355814=>1,3127355813=>1,3127204495=>1,3127182066=>1,3127350578=>1,3127351493=>1,3127355812=>1,3127355811=>1,3126843356=>1,3126842911=>1,3126832708=>1,3126832206=>1,3126832818=>1,3126833066=>1,3126833777=>1,3126833658=>1,3126831214=>1,3126830207=>1,3126829283=>1,3126828538=>1,3126829287=>1,3126829648=>1,3126829883=>1,3126829709=>1,3126833947=>1,3126834442=>1,3126839774=>1,3126839461=>1,3126840182=>1,3126841291=>1,3126841640=>1,3126841495=>1,3126838865=>1,3126837875=>1,3126834743=>1,3126834465=>1,3126835125=>1,3126835807=>1,3126836083=>1,3127382058=>1,3127382520=>1,3133835490=>1,3133384743=>1,3133932826=>1,3133938824=>1,3133988051=>1,3133976157=>1,3133324822=>1,3133223796=>1,3133053098=>1,3132912017=>1,3133154319=>1,3133215242=>1,3133223412=>1,3133221787=>1,3134046883=>1,3134111128=>1,3134524606=>1,3134515763=>1,3134536743=>1,3134587544=>1,3134601672=>1,3134590865=>1,3134485888=>1,3134416551=>1,3134267942=>1,3134153899=>1,3134299410=>1,3134392628=>1,3134406971=>1,3132896196=>1,3132542375=>1,3127945578=>1,3127922842=>1,3128084159=>1,3128259099=>1,3128545000=>1,3128264342=>1,3127760830=>1,3127760766=>1,3127385238=>1,3127384222=>1,3127385455=>1,3127390419=>1,3127391379=>1,3127390661=>1,3128545001=>1,3128545002=>1,3130708122=>1,3130634194=>1,3130771999=>1,3131011334=>1,3132524952=>1,3132229258=>1,3130622905=>1,3130255082=>1,3128546418=>1,3128546394=>1,3128594373=>1,3129564710=>1,3129680723=>1,3126638814=>1,3126638681=>1,3126414471=>1,3126413713=>1,3126415517=>1,3126416507=>1,3126417830=>1,3126416882=>1,3126412581=>1,3126408227=>1,3126400880=>1,3126400609=>1,3126401852=>1,3126402337=>1,3126408193=>1,3126402599=>1,3126419050=>1,3126419560=>1,3126425761=>1,3126425316=>1,3126425919=>1,3126427067=>1,3126427471=>1,3126427143=>1,3126424876=>1,3126424373=>1,3126420700=>1,3126419843=>1,3126423700=>1,3126423993=>1,3126424202=>1,3126424154=>1,3126400461=>1,3126400187=>1,3126387889=>1,3126386856=>1,3126387891=>1,3126388013=>1,3126388422=>1,3126388062=>1,3126386842=>1,3126386697=>1,3126380067=>1,3126379920=>1,3126380463=>1,3126382229=>1,3126382704=>1,3126382525=>1,3126389333=>1,3126390021=>1,3126397346=>1,3126395955=>1,3126397536=>1,3126399053=>1,3126400086=>1,3126399687=>1,3126395521=>1,3126394939=>1,3126390539=>1,3126390487=>1,3126390788=>1,3126392070=>1,3126393297=>1,3126427951=>1,3126432503=>1,3126479237=>1,3126478141=>1,3126481083=>1,3126481484=>1,3126481925=>1,3126481907=>1,3126477468=>1,3126475448=>1,3126466413=>1,3126465887=>1,3126467311=>1,3126468047=>1,3126474719=>1,3126469673=>1,3126482057=>1,3126482511=>1,3126491107=>1,3126490623=>1,3126491260=>1,3126491299=>1,3126492753=>1,3126491471=>1,3126490488=>1,3126488583=>1,3126486250=>1,3126483927=>1,3126486487=>1,3126487481=>1,3126487613=>1,3126464947=>1,3126464402=>1,3126440744=>1,3126440673=>1,3126441149=>1,3126442096=>1,3126447460=>1,3126443156=>1,3126440135=>1,3126439808=>1,3126434105=>1,3126433702=>1,3126435304=>1,3126435687=>1,3126436001=>1,3126435969=>1,3126447543=>1,3126448221=>1,3126457022=>1,3126456577=>1,3126457798=>1,3126458258=>1,3126461560=>1,3126458316=>1,3126456569=>1,3126452555=>1,3126448690=>1,3126448474=>1,3126449752=>1,3126450394=>1,3126452094=>1,3126379268=>1,3126379229=>1,3126337635=>1,3126332325=>1,3126337758=>1,3126337856=>1,3126338655=>1,3126338403=>1,3126329967=>1,3126154605=>1,3124992250=>1,3124984814=>1,3124993579=>1,3125002690=>1,3125469822=>1,3125178400=>1,3126338703=>1,3126339096=>1,3126340359=>1,3126340178=>1,3126340400=>1,3126341539=>1,3126343245=>1,3126342183=>1,3126339846=>1,3126339842=>1,3126339342=>1,3126339214=>1,3126339367=>1,3126339409=>1,3126339678=>1,3126339626=>1,3124977958=>1,3124819390=>1,3122364034=>1,3122137530=>1,3122461899=>1,3122671336=>1,3122803389=>1,3122803387=>1,3122083117=>1,3121809514=>1,3121530739=>1,3121520853=>1,3121542956=>1,3121544715=>1,3121784384=>1,3121782880=>1,3122803403=>1,3122805603=>1,3123618550=>1,3123609972=>1,3123662771=>1,3123696798=>1,3124788482=>1,3124239371=>1,3123606465=>1,3123606295=>1,3123059722=>1,3122975242=>1,3123063780=>1,3123372548=>1,3123577558=>1,3126343653=>1,3126343672=>1,3126371195=>1,3126371056=>1,3126372420=>1,3126372490=>1,3126374262=>1,3126373881=>1,3126370846=>1,3126369321=>1,3126363819=>1,3126361907=>1,3126365655=>1,3126366401=>1,3126367326=>1,3126366971=>1,3126374548=>1,3126374550=>1,3126376683=>1,3126376657=>1,3126376801=>1,3126376981=>1,3126377574=>1,3126377492=>1,3126376503=>1,3126376494=>1,3126374860=>1,3126374689=>1,3126375139=>1,3126375263=>1,3126375697=>1,3126361875=>1,3126361620=>1,3126354242=>1,3126353991=>1,3126354836=>1,3126354850=>1,3126355002=>1,3126354973=>1,3126353965=>1,3126353625=>1,3126347112=>1,3126345938=>1,3126348431=>1,3126349605=>1,3126352334=>1,3126351068=>1,3126355388=>1,3126356008=>1,3126358317=>1,3126358150=>1,3126358507=>1,3126359223=>1,3126361463=>1,3126360835=>1,3126357482=>1,3126357332=>1,3126356661=>1,3126356142=>1,3126356744=>1,3126356754=>1,3126357314=>1,3126492774=>1,3126492920=>1,3126597747=>1,3126597644=>1,3126598064=>1,3126598206=>1,3126598904=>1,3126598573=>1,3126597387=>1,3126597169=>1,3126596197=>1,3126595765=>1,3126596355=>1,3126596686=>1,3126597154=>1,3126596780=>1,3126599619=>1,3126600472=>1,3126608800=>1,3126605692=>1,3126609087=>1,3126609094=>1,3126609972=>1,3126609891=>1,3126605661=>1,3126605466=>1,3126601158=>1,3126600879=>1,3126602237=>1,3126602470=>1,3126605361=>1,3126603723=>1,3126595326=>1,3126593568=>1,3126584896=>1,3126584012=>1,3126584999=>1,3126585257=>1,3126585749=>1,3126585489=>1,3126583842=>1,3126583822=>1,3126582875=>1,3126582595=>1,3126583070=>1,3126583103=>1,3126583691=>1,3126583437=>1,3126586496=>1,3126587170=>1,3126591562=>1,3126591358=>1,3126592325=>1,3126592411=>1,3126592936=>1,3126592447=>1,3126591341=>1,3126590982=>1,3126589649=>1,3126588832=>1,3126589909=>1,3126589937=>1,3126590283=>1,3126610219=>1,3126611379=>1,3126627678=>1,3126627333=>1,3126628538=>1,3126629354=>1,3126630819=>1,3126629998=>1,3126627084=>1,3126627021=>1,3126624033=>1,3126623931=>1,3126624471=>1,3126625389=>1,3126626940=>1,3126625439=>1,3126630900=>1,3126631420=>1,3126637865=>1,3126637490=>1,3126637943=>1,3126638145=>1,3126638330=>1,3126638308=>1,3126634929=>1,3126634558=>1,3126632713=>1,3126632474=>1,3126632919=>1,3126633061=>1,3126634235=>1,3126623886=>1,3126623119=>1,3126616410=>1,3126616386=>1,3126616819=>1,3126616890=>1,3126617272=>1,3126616910=>1,3126616170=>1,3126615883=>1,3126613187=>1,3126611894=>1,3126613327=>1,3126613699=>1,3126614541=>1,3126613983=>1,3126617315=>1,3126618327=>1,3126621015=>1,3126620887=>1,3126621090=>1,3126621183=>1,3126622046=>1,3126621452=>1,3126620637=>1,3126620580=>1,3126618427=>1,3126618423=>1,3126619748=>1,3126619956=>1,3126620235=>1,3126582361=>1,3126581721=>1,3126542713=>1,3126542604=>1,3126542717=>1,3126543115=>1,3126543531=>1,3126543390=>1,3126542579=>1,3126542507=>1,3126538198=>1,3126538005=>1,3126540366=>1,3126540448=>1,3126542051=>1,3126541933=>1,3126543554=>1,3126543789=>1,3126545994=>1,3126545983=>1,3126546228=>1,3126546279=>1,3126549166=>1,3126549130=>1,3126545947=>1,3126545897=>1,3126543942=>1,3126543884=>1,3126544681=>1,3126544898=>1,3126545875=>1,3126545597=>1,3126537867=>1,3126537731=>1,3126511059=>1,3126511009=>1,3126511642=>1,3126513987=>1,3126516540=>1,3126516022=>1,3126510818=>1,3126510608=>1,3126494530=>1,3126494019=>1,3126499948=>1,3126500399=>1,3126501336=>1,3126500477=>1,3126518805=>1,3126522802=>1,3126536195=>1,3126535941=>1,3126536623=>1,3126536854=>1,3126537704=>1,3126537596=>1,3126535911=>1,3126535908=>1,3126523562=>1,3126523033=>1,3126524436=>1,3126534455=>1,3126534563=>1,3126549363=>1,3126549422=>1,3126573265=>1,3126572968=>1,3126574361=>1,3126574593=>1,3126575097=>1,3126574656=>1,3126571537=>1,3126570577=>1,3126568595=>1,3126568123=>1,3126568817=>1,3126569132=>1,3126569272=>1,3126569239=>1,3126575445=>1,3126575647=>1,3126578436=>1,3126578404=>1,3126578949=>1,3126581098=>1,3126581506=>1,3126581111=>1,3126578219=>1,3126578015=>1,3126576502=>1,3126576043=>1,3126576893=>1,3126577873=>1,3126578001=>1,3126567647=>1,3126566886=>1,3126553142=>1,3126552918=>1,3126553361=>1,3126554110=>1,3126554418=>1,3126554311=>1,3126552553=>1,3126552293=>1,3126549952=>1,3126549541=>1,3126551144=>1,3126551316=>1,3126552016=>1,3126551779=>1,3126554572=>1,3126555574=>1,3126560532=>1,3126559201=>1,3126561972=>1,3126562725=>1,3126566869=>1,3126565367=>1,3126559095=>1,3126557798=>1,3126557363=>1,3126556895=>1,3126557415=>1,3126557671=>1,3126557705=>1,3121515936=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-29.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(3147857931=>1,3147857909=>1,3147857971=>1,3147858011=>1,3147858045=>1,3147858023=>1,3147857901=>1,3147857899=>1,3147857843=>1,3147857831=>1,3147857850=>1,3147857859=>1,3147857878=>1,3147857869=>1,3147858062=>1,3147858077=>1,3147858248=>1,3147858243=>1,3147858280=>1,3147858322=>1,3147858408=>1,3147858342=>1,3147858222=>1,3147858202=>1,3147858136=>1,3147858124=>1,3147858142=>1,3147858154=>1,3147858196=>1,3147858195=>1,3147857806=>1,3147857793=>1,3147857283=>1,3147857261=>1,3147857319=>1,3147857328=>1,3147857380=>1,3147857358=>1,3147857260=>1,3147857236=>1,3147857155=>1,3147857140=>1,3147857170=>1,3147857172=>1,3147857214=>1,3147857205=>1,3147857389=>1,3147857395=>1,3147857682=>1,3147857622=>1,3147857720=>1,3147857753=>1,3147857769=>1,3147857765=>1,3147857590=>1,3147857570=>1,3147857424=>1,3147857397=>1,3147857439=>1,3147857476=>1,3147857566=>1,3147858414=>1,3147858418=>1,3147862664=>1,3147862629=>1,3147862734=>1,3147862759=>1,3147862800=>1,3147862798=>1,3147862615=>1,3147862605=>1,3147862532=>1,3147862529=>1,3147862538=>1,3147862545=>1,3147862597=>1,3147862575=>1,3147862801=>1,3147862803=>1,3147864205=>1,3147864154=>1,3147864254=>1,3147864292=>1,3147864324=>1,3147864295=>1,3147864147=>1,3147864142=>1,3147862875=>1,3147862864=>1,3147862992=>1,3147863158=>1,3147864087=>1,3147863770=>1,3147862518=>1,3147862440=>1,3147861271=>1,3147861151=>1,3147861325=>1,3147861334=>1,3147862048=>1,3147862038=>1,3147861121=>1,3147861114=>1,3147861036=>1,3147858427=>1,3147861058=>1,3147861063=>1,3147861109=>1,3147861085=>1,3147862124=>1,3147862129=>1,3147862362=>1,3147862300=>1,3147862371=>1,3147862389=>1,3147862434=>1,3147862394=>1,3147862269=>1,3147862252=>1,3147862162=>1,3147862144=>1,3147862166=>1,3147862171=>1,3147862242=>1,3147857134=>1,3147857124=>1,3147852955=>1,3147852924=>1,3147852977=>1,3147853023=>1,3147853041=>1,3147853039=>1,3147852900=>1,3147852885=>1,3147851829=>1,3147850728=>1,3147852810=>1,3147852831=>1,3147852883=>1,3147852867=>1,3147853044=>1,3147853047=>1,3147853902=>1,3147853897=>1,3147853926=>1,3147854006=>1,3147854059=>1,3147854022=>1,3147853891=>1,3147853872=>1,3147853180=>1,3147853153=>1,3147853183=>1,3147853195=>1,3147853842=>1,3147853278=>1,3147850709=>1,3147850700=>1,3147850203=>1,3147850173=>1,3147850209=>1,3147850233=>1,3147850281=>1,3147850252=>1,3147850114=>1,3147850087=>1,3147849865=>1,3147849855=>1,3147849973=>1,3147850027=>1,3147850054=>1,3147850048=>1,3147850284=>1,3147850347=>1,3147850671=>1,3147850665=>1,3147850672=>1,3147850677=>1,3147850687=>1,3147850683=>1,3147850630=>1,3147850509=>1,3147850452=>1,3147850443=>1,3147850477=>1,3147850488=>1,3147850494=>1,3147854073=>1,3147854107=>1,3147856642=>1,3147856612=>1,3147856653=>1,3147856693=>1,3147856725=>1,3147856702=>1,3147856605=>1,3147856590=>1,3147856518=>1,3147856459=>1,3147856540=>1,3147856554=>1,3147856570=>1,3147856558=>1,3147856729=>1,3147856740=>1,3147856971=>1,3147856935=>1,3147856981=>1,3147857068=>1,3147857110=>1,3147857077=>1,3147856837=>1,3147856806=>1,3147856764=>1,3147856761=>1,3147856782=>1,3147856783=>1,3147856801=>1,3147856408=>1,3147856370=>1,3147854362=>1,3147854320=>1,3147854391=>1,3147854468=>1,3147854568=>1,3147854565=>1,3147854301=>1,3147854223=>1,3147854151=>1,3147854150=>1,3147854177=>1,3147854181=>1,3147854206=>1,3147854190=>1,3147854656=>1,3147854770=>1,3147856059=>1,3147856044=>1,3147856102=>1,3147856200=>1,3147856287=>1,3147856282=>1,3147856030=>1,3147856000=>1,3147854828=>1,3147854793=>1,3147854839=>1,3147855943=>1,3147855955=>1,3147864333=>1,3147864337=>1,3147876870=>1,3147875896=>1,3147876876=>1,3147876879=>1,3147876912=>1,3147876885=>1,3147875517=>1,3147875412=>1,3147874462=>1,3147874399=>1,3147874518=>1,3147875349=>1,3147875385=>1,3147875358=>1,3147876920=>1,3147876953=>1,3147877116=>1,3147877077=>1,3147877173=>1,3147877186=>1,3147877216=>1,3147877213=>1,3147877069=>1,3147877056=>1,3147876996=>1,3147876984=>1,3147876997=>1,3147876999=>1,3147877038=>1,3147877014=>1,3147874381=>1,3147874375=>1,3147874010=>1,3147874003=>1,3147874015=>1,3147874035=>1,3147874077=>1,3147874057=>1,3147873921=>1,3147873916=>1,3147873692=>1,3147873688=>1,3147873802=>1,3147873817=>1,3147873864=>1,3147873855=>1,3147874090=>1,3147874104=>1,3147874254=>1,3147874252=>1,3147874279=>1,3147874359=>1,3147874374=>1,3147874366=>1,3147874249=>1,3147874222=>1,3147874118=>1,3147874116=>1,3147874146=>1,3147874168=>1,3147874197=>1,3147877219=>1,3147877225=>1,3147879372=>1,3147879333=>1,3147879375=>1,3147879378=>1,3147879420=>1,3147879415=>1,3147879255=>1,3147879229=>1,3147879105=>1,3147879093=>1,3147879110=>1,3147879212=>1,3147879228=>1,3147879221=>1,3147879427=>1,3147879500=>1,3147879846=>1,3147879814=>1,3147879899=>1,3147879924=>1,3147879963=>1,3147879957=>1,3147879789=>1,3147879729=>1,3147879633=>1,3147879540=>1,3147879648=>1,3147879660=>1,3147879718=>1,3147879085=>1,3147879082=>1,3147877347=>1,3147877342=>1,3147877361=>1,3147877452=>1,3147877506=>1,3147877470=>1,3147877336=>1,3147877333=>1,3147877269=>1,3147877233=>1,3147877284=>1,3147877300=>1,3147877320=>1,3147877318=>1,3147877537=>1,3147877585=>1,3147877794=>1,3147877780=>1,3147877857=>1,3147878926=>1,3147879037=>1,3147878967=>1,3147877776=>1,3147877759=>1,3147877659=>1,3147877641=>1,3147877662=>1,3147877716=>1,3147877728=>1,3147873625=>1,3147873558=>1,3147865399=>1,3147865369=>1,3147865425=>1,3147865442=>1,3147865517=>1,3147865475=>1,3147865353=>1,3147865350=>1,3147865261=>1,3147865257=>1,3147865264=>1,3147865287=>1,3147865293=>1,3147865291=>1,3147865540=>1,3147865547=>1,3147865767=>1,3147865752=>1,3147865770=>1,3147865793=>1,3147865851=>1,3147865794=>1,3147865740=>1,3147865696=>1,3147865620=>1,3147865561=>1,3147865662=>1,3147865663=>1,3147865695=>1,3147865692=>1,3147865244=>1,3147865199=>1,3147864621=>1,3147864615=>1,3147864665=>1,3147864744=>1,3147864757=>1,3147864750=>1,3147864604=>1,3147864595=>1,3147864403=>1,3147864386=>1,3147864502=>1,3147864504=>1,3147864553=>1,3147864550=>1,3147864768=>1,3147864772=>1,3147865000=>1,3147864991=>1,3147865016=>1,3147865131=>1,3147865189=>1,3147865143=>1,3147864930=>1,3147864924=>1,3147864808=>1,3147864778=>1,3147864835=>1,3147864890=>1,3147864901=>1,3147865883=>1,3147865887=>1,3147871697=>1,3147871684=>1,3147871713=>1,3147871846=>1,3147871890=>1,3147871863=>1,3147871657=>1,3147871651=>1,3147871614=>1,3147871603=>1,3147871624=>1,3147871632=>1,3147871637=>1,3147871633=>1,3147871952=>1,3147871955=>1,3147872127=>1,3147872113=>1,3147872179=>1,3147872196=>1,3147872231=>1,3147872203=>1,3147872108=>1,3147872085=>1,3147872012=>1,3147871998=>1,3147872013=>1,3147872041=>1,3147872047=>1,3147871581=>1,3147871565=>1,3147869979=>1,3147866092=>1,3147869986=>1,3147870175=>1,3147871267=>1,3147871257=>1,3147866091=>1,3147866004=>1,3147865908=>1,3147865893=>1,3147865914=>1,3147865963=>1,3147865975=>1,3147865965=>1,3147871287=>1,3147871297=>1,3147871493=>1,3147871467=>1,3147871518=>1,3147871531=>1,3147871542=>1,3147871540=>1,3147871459=>1,3147871419=>1,3147871312=>1,3147871305=>1,3147871353=>1,3147871386=>1,3147871417=>1,3147849817=>1,3147849766=>1,3142886193=>1,3142885994=>1,3142890278=>1,3142892292=>1,3142983018=>1,3142899787=>1,3142885841=>1,3142517756=>1,3141655340=>1,3141618167=>1,3141707350=>1,3142068548=>1,3142504820=>1,3142115395=>1,3142994141=>1,3143000150=>1,3143525318=>1,3143525317=>1,3143588371=>1,3143594469=>1,3143626241=>1,3143597620=>1,3143525314=>1,3143521433=>1,3143022114=>1,3143012589=>1,3143394746=>1,3143520289=>1,3143520313=>1,3143520305=>1,3141584270=>1,3141564479=>1,3140989498=>1,3140828435=>1,3141140749=>1,3141150635=>1,3141226707=>1,3141159275=>1,3140826458=>1,3140826134=>1,3140774395=>1,3140691282=>1,3140823752=>1,3140823919=>1,3140825913=>1,3140824848=>1,3141262638=>1,3141266050=>1,3141457170=>1,3141455650=>1,3141457174=>1,3141493784=>1,3141543427=>1,3141540973=>1,3141454161=>1,3141315094=>1,3141280721=>1,3141280682=>1,3141283630=>1,3141283636=>1,3141311138=>1,3143628593=>1,3144153339=>1,3146804989=>1,3146131385=>1,3147674878=>1,3147825669=>1,3147825886=>1,3147825873=>1,3145699270=>1,3145569202=>1,3145273716=>1,3145229382=>1,3145305847=>1,3145360693=>1,3145559162=>1,3145539709=>1,3147825925=>1,3147825987=>1,3147826813=>1,3147826777=>1,3147826845=>1,3147826915=>1,3147827052=>1,3147827040=>1,3147826755=>1,3147826750=>1,3147826557=>1,3147826020=>1,3147826719=>1,3147826739=>1,3147826741=>1,3145212629=>1,3145204626=>1,3144536292=>1,3144536291=>1,3144536293=>1,3144536294=>1,3144546290=>1,3144542116=>1,3144536290=>1,3144483152=>1,3144310220=>1,3144169386=>1,3144427906=>1,3144435155=>1,3144466135=>1,3144460858=>1,3144547038=>1,3144614062=>1,3144838398=>1,3144837781=>1,3144840870=>1,3144874549=>1,3144914061=>1,3144913981=>1,3144819369=>1,3144818126=>1,3144659052=>1,3144627397=>1,3144670986=>1,3144750094=>1,3144753885=>1,3140611013=>1,3140583338=>1,3136834217=>1,3136156547=>1,3136836586=>1,3136882637=>1,3136970753=>1,3136886198=>1,3136156505=>1,3136150996=>1,3136011005=>1,3136010938=>1,3136021405=>1,3136026872=>1,3136148795=>1,3136141620=>1,3136970818=>1,3136970829=>1,3137523550=>1,3137397186=>1,3137614641=>1,3137618466=>1,3137666299=>1,3137654169=>1,3137396391=>1,3137386183=>1,3136979474=>1,3136971265=>1,3136986390=>1,3136993968=>1,3137347664=>1,3137011655=>1,3136010830=>1,3135982039=>1,3135570230=>1,3135570229=>1,3135574170=>1,3135577389=>1,3135725952=>1,3135580220=>1,3135570226=>1,3135505778=>1,3135486610=>1,3135483548=>1,3135492258=>1,3135498057=>1,3135498160=>1,3135498108=>1,3135795385=>1,3135796250=>1,3135861444=>1,3135861315=>1,3135877158=>1,3135877836=>1,3135981296=>1,3135965234=>1,3135856718=>1,3135843846=>1,3135821785=>1,3135796254=>1,3135821808=>1,3135830866=>1,3135843501=>1,3137739002=>1,3137739064=>1,3139885193=>1,3139787949=>1,3139982865=>1,3139988608=>1,3140231756=>1,3140223286=>1,3139710135=>1,3139669962=>1,3139514530=>1,3139492473=>1,3139514532=>1,3139559994=>1,3139649326=>1,3139560803=>1,3140250422=>1,3140250423=>1,3140571413=>1,3140571412=>1,3140573821=>1,3140575016=>1,3140579841=>1,3140579366=>1,3140571408=>1,3140522806=>1,3140260979=>1,3140260906=>1,3140287598=>1,3140288266=>1,3140317189=>1,3139221842=>1,3139193490=>1,3138402730=>1,3138402486=>1,3138418803=>1,3138459094=>1,3138550483=>1,3138511746=>1,3138307189=>1,3138174429=>1,3137797266=>1,3137796411=>1,3137896501=>1,3138091656=>1,3138125545=>1,3138109994=>1,3138550575=>1,3138562605=>1,3138681658=>1,3138678515=>1,3138693791=>1,3138701629=>1,3138905258=>1,3138881193=>1,3138646326=>1,3138578376=>1,3138572580=>1,3138570953=>1,3138572725=>1,3138572803=>1,3138572838=>1,3147827059=>1,3147827066=>1,3147842089=>1,3147842085=>1,3147842122=>1,3147842265=>1,3147842278=>1,3147842266=>1,3147842068=>1,3147842061=>1,3147841629=>1,3147841576=>1,3147841639=>1,3147841729=>1,3147841786=>1,3147841741=>1,3147842315=>1,3147842398=>1,3147842449=>1,3147842448=>1,3147842451=>1,3147842474=>1,3147843614=>1,3147843589=>1,3147842446=>1,3147842444=>1,3147842418=>1,3147842415=>1,3147842424=>1,3147842431=>1,3147842434=>1,3147842433=>1,3147841555=>1,3147841554=>1,3147837855=>1,3147837801=>1,3147837874=>1,3147837888=>1,3147837934=>1,3147837893=>1,3147837789=>1,3147837766=>1,3147837711=>1,3147837709=>1,3147837713=>1,3147837720=>1,3147837763=>1,3147837756=>1,3147837940=>1,3147839533=>1,3147839704=>1,3147839683=>1,3147839717=>1,3147839723=>1,3147839921=>1,3147839727=>1,3147839682=>1,3147839661=>1,3147839571=>1,3147839565=>1,3147839589=>1,3147839599=>1,3147839635=>1,3147843628=>1,3147843634=>1,3147846136=>1,3147846135=>1,3147846181=>1,3147846187=>1,3147846247=>1,3147846220=>1,3147846124=>1,3147846115=>1,3147845814=>1,3147845737=>1,3147845821=>1,3147845934=>1,3147846058=>1,3147846049=>1,3147846274=>1,3147846285=>1,3147846489=>1,3147846452=>1,3147846592=>1,3147846648=>1,3147849751=>1,3147849657=>1,3147846447=>1,3147846427=>1,3147846357=>1,3147846286=>1,3147846369=>1,3147846379=>1,3147846389=>1,3147845706=>1,3147845695=>1,3147843840=>1,3147843798=>1,3147843843=>1,3147843860=>1,3147843990=>1,3147843891=>1,3147843789=>1,3147843768=>1,3147843697=>1,3147843679=>1,3147843723=>1,3147843726=>1,3147843750=>1,3147843747=>1,3147844003=>1,3147844045=>1,3147844423=>1,3147844410=>1,3147844455=>1,3147844462=>1,3147844497=>1,3147844477=>1,3147844386=>1,3147844345=>1,3147844201=>1,3147844134=>1,3147844215=>1,3147844233=>1,3147844287=>1,3147837704=>1,3147837702=>1,3147831216=>1,3147831204=>1,3147831223=>1,3147831232=>1,3147831439=>1,3147831387=>1,3147831190=>1,3147831184=>1,3147830917=>1,3147830916=>1,3147830928=>1,3147830982=>1,3147831105=>1,3147831010=>1,3147831459=>1,3147831464=>1,3147831639=>1,3147831615=>1,3147831641=>1,3147831661=>1,3147831672=>1,3147831669=>1,3147831595=>1,3147831584=>1,3147831510=>1,3147831502=>1,3147831537=>1,3147831566=>1,3147831571=>1,3147831570=>1,3147830901=>1,3147830899=>1,3147830353=>1,3147830341=>1,3147830376=>1,3147830382=>1,3147830449=>1,3147830448=>1,3147830314=>1,3147830290=>1,3147827085=>1,3147827079=>1,3147827086=>1,3147827118=>1,3147827196=>1,3147827173=>1,3147830465=>1,3147830520=>1,3147830707=>1,3147830704=>1,3147830719=>1,3147830727=>1,3147830808=>1,3147830800=>1,3147830703=>1,3147830692=>1,3147830548=>1,3147830538=>1,3147830583=>1,3147830586=>1,3147830611=>1,3147831673=>1,3147831676=>1,3147837254=>1,3147837238=>1,3147837273=>1,3147837291=>1,3147837334=>1,3147837318=>1,3147837215=>1,3147837115=>1,3147834934=>1,3147834919=>1,3147836937=>1,3147836989=>1,3147837080=>1,3147837048=>1,3147837350=>1,3147837460=>1,3147837594=>1,3147837532=>1,3147837610=>1,3147837616=>1,3147837675=>1,3147837652=>1,3147837526=>1,3147837525=>1,3147837495=>1,3147837463=>1,3147837505=>1,3147837510=>1,3147837511=>1,3147834918=>1,3147834870=>1,3147832482=>1,3147832436=>1,3147832490=>1,3147832493=>1,3147832694=>1,3147832549=>1,3147832425=>1,3147832418=>1,3147831722=>1,3147831700=>1,3147831769=>1,3147831798=>1,3147832398=>1,3147832347=>1,3147834449=>1,3147834492=>1,3147834701=>1,3147834688=>1,3147834723=>1,3147834741=>1,3147834753=>1,3147834751=>1,3147834652=>1,3147834626=>1,3147834515=>1,3147834499=>1,3147834519=>1,3147834580=>1,3147834613=>1,3135483320=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-3.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(787881984=>787890175,778672208=>778672231,774163416=>774163455,774163392=>774163399,774163352=>774163359,774163128=>774163199,774163016=>774163071,774162992=>774162999,773033728=>773033983,773032192=>773032447,772808704=>772810751,782418102=>1,782418086=>1,782418730=>1,782113267=>1,782138659=>1,782340683=>1,781701569=>1,782393481=>1,782452877=>1,782618818=>1,782615904=>1,782618827=>1,782618831=>1,782620738=>1,782619153=>1,782540154=>1,782538470=>1,782453792=>1,781696355=>1,782477355=>1,782490029=>1,782538426=>1,782422341=>1,781619501=>1,781066143=>1,781065035=>1,781073254=>1,781182129=>1,781363463=>1,781182726=>1,781063947=>1,781063873=>1,780154483=>1,780152182=>1,780155964=>1,780211087=>1,780226840=>1,781373613=>1,781378279=>1,781457991=>1,781455946=>1,781457998=>1,782621903=>1,781685245=>1,781654885=>1,781455906=>1,781455602=>1,781380339=>1,781380338=>1,781393278=>1,781409829=>1,781448508=>1,781688159=>1,782621908=>1,782679280=>1,782679275=>1,782679273=>1,782679683=>1,782679728=>1,782679732=>1,782679730=>1,782679269=>1,782679265=>1,782679245=>1,782679241=>1,782679251=>1,782679255=>1,782679259=>1,782679257=>1,782679733=>1,782679741=>1,783098931=>1,782977415=>1,783133694=>1,783137895=>1,783157653=>1,783157610=>1,782895722=>1,782759340=>1,782679743=>1,782679742=>1,782679757=>1,782716141=>1,782759219=>1,782759211=>1,782679240=>1,782679237=>1,782629699=>1,782629348=>1,782629780=>1,782629787=>1,782630324=>1,782630055=>1,782628756=>1,782627494=>1,782622251=>1,782622118=>1,782622554=>1,782622681=>1,782624261=>1,782623863=>1,782663945=>1,782671889=>1,782678767=>1,782678762=>1,782678769=>1,782678772=>1,782678779=>1,782678774=>1,782678760=>1,782678743=>1,782673710=>1,782673170=>1,782674435=>1,782674436=>1,782674438=>1,782674437=>1,780133110=>1,780036226=>1,778403060=>1,778402619=>1,778403378=>1,778403961=>1,778406446=>1,778405870=>1,778402282=>1,778402075=>1,778400185=>1,778400183=>1,778400211=>1,778400235=>1,778400803=>1,778400446=>1,778406791=>1,778407151=>1,778412162=>1,778411954=>1,778412249=>1,778413563=>1,778414764=>1,778414730=>1,778410673=>1,778409950=>1,778407853=>1,778407598=>1,778408049=>1,778408543=>1,778409321=>1,778395846=>1,778394315=>1,776817371=>1,776554434=>1,776989040=>1,778109114=>1,778225433=>1,778218995=>1,776554195=>1,776554048=>1,776501948=>1,776501735=>1,776531592=>1,776552548=>1,776553352=>1,776553250=>1,778225587=>1,778226735=>1,778385514=>1,778385395=>1,778386642=>1,778393148=>1,778393749=>1,778393365=>1,778380374=>1,778376591=>1,778274289=>1,778274186=>1,778319145=>1,778371521=>1,778373427=>1,778415892=>1,778417122=>1,778672201=>1,778672200=>1,778672203=>1,778672207=>1,778840027=>1,778696497=>1,778672199=>1,778672198=>1,778648974=>1,778647663=>1,778664570=>1,778672193=>1,778672195=>1,778672194=>1,778869904=>1,779408104=>1,779709001=>1,779596774=>1,783157722=>1,780046791=>1,780125796=>1,780082703=>1,779568022=>1,779549406=>1,779490867=>1,779490393=>1,779491082=>1,779495177=>1,779496934=>1,778645833=>1,778475523=>1,778421464=>1,778421294=>1,778421727=>1,778421929=>1,778423450=>1,778422153=>1,778421213=>1,778421150=>1,778417816=>1,778417556=>1,778418080=>1,778418841=>1,778421130=>1,778425395=>1,778425737=>1,778432796=>1,778432640=>1,778432815=>1,778434240=>1,778449097=>1,778435613=>1,778430449=>1,778429633=>1,778426439=>1,778426334=>1,778427043=>1,778427223=>1,778427553=>1,780126983=>1,783268149=>1,794303456=>1,794302504=>1,794303469=>1,794303618=>1,794304604=>1,794304180=>1,794301969=>1,794300371=>1,794298144=>1,794298139=>1,794298385=>1,794299962=>1,794300198=>1,794300059=>1,794304627=>1,794309429=>1,794337905=>1,794335077=>1,794337984=>1,794344451=>1,794344613=>1,794344610=>1,794334900=>1,794332137=>1,794331222=>1,794331182=>1,794331591=>1,794331932=>1,794332082=>1,794332000=>1,794298120=>1,794297922=>1,788133860=>1,788133086=>1,788273208=>1,788273657=>1,788367341=>1,788273666=>1,788132864=>1,788132797=>1,787897670=>1,787896745=>1,788071219=>1,788079981=>1,788081405=>1,788080015=>1,788382750=>1,788385156=>1,794296673=>1,794296632=>1,794296780=>1,794297088=>1,794297528=>1,794297378=>1,794296466=>1,794296424=>1,788403125=>1,788385157=>1,788522723=>1,790692870=>1,792128086=>1,794344745=>1,794371439=>1,839008462=>1,839004098=>1,839040548=>1,839061739=>1,839162100=>1,839125861=>1,838939415=>1,838893694=>1,837285333=>1,837285314=>1,837606421=>1,837836027=>1,838367130=>1,838347034=>1,839163344=>1,839170260=>1,839358240=>1,839355666=>1,839358255=>1,839360986=>1,839365220=>1,839365154=>1,839355650=>1,839354378=>1,839339609=>1,839339608=>1,839351484=>1,839351534=>1,839352450=>1,839351539=>1,837274966=>1,837226860=>1,827084867=>1,826925524=>1,827184591=>1,829868804=>1,831793143=>1,831275859=>1,825380037=>1,822211723=>1,803154150=>1,794372011=>1,803180606=>1,822092242=>1,822204434=>1,822093809=>1,831911920=>1,831994429=>1,836046746=>1,836046474=>1,836046859=>1,836073171=>1,837046356=>1,837043883=>1,836019750=>1,836010557=>1,835609054=>1,832319262=>1,835614567=>1,835673442=>1,836010461=>1,787895037=>1,787894651=>1,784085552=>1,784083632=>1,784086826=>1,784087949=>1,784305068=>1,784304910=>1,784082192=>1,784080626=>1,784014807=>1,784008092=>1,784073444=>1,784073765=>1,784076298=>1,784075287=>1,784305213=>1,784317105=>1,785487964=>1,785466956=>1,785504360=>1,785505955=>1,785908681=>1,785509514=>1,785466955=>1,785462251=>1,784325258=>1,784324100=>1,784330102=>1,784639919=>1,785453018=>1,785426692=>1,783983920=>1,783981566=>1,783713370=>1,783706814=>1,783778199=>1,783800413=>1,783801030=>1,783800560=>1,783684583=>1,783684503=>1,783268269=>1,776501367=>1,783684132=>1,783684207=>1,783684341=>1,783684319=>1,783801031=>1,783801479=>1,783908166=>1,783898574=>1,783977632=>1,783977865=>1,783981203=>1,783980563=>1,783898521=>1,783898202=>1,783801770=>1,783801489=>1,783801831=>1,783802022=>1,783802027=>1,785911340=>1,785917544=>1,787440300=>1,787361207=>1,787442506=>1,787442882=>1,787628784=>1,787445172=>1,787361206=>1,787353502=>1,787210978=>1,787210779=>1,787211078=>1,787256800=>1,787348953=>1,787339132=>1,787750950=>1,787801883=>1,787886487=>1,787886264=>1,787889436=>1,787889489=>1,787894474=>1,787894373=>1,787884836=>1,787884488=>1,787823471=>1,787806395=>1,787883915=>1,787884171=>1,787884359=>1,787884191=>1,787210394=>1,787106895=>1,786528108=>1,786432680=>1,786558858=>1,786558898=>1,786591394=>1,786590746=>1,786423014=>1,786398675=>1,786060645=>1,785919353=>1,786112926=>1,786128341=>1,786371550=>1,786134018=>1,786591453=>1,786634893=>1,786820780=>1,786804203=>1,786920858=>1,787009446=>1,787081835=>1,787021894=>1,786796528=>1,786795180=>1,786654035=>1,786653402=>1,786741537=>1,786745107=>1,786782898=>1,783200460=>1,776494673=>1,758592099=>1,758591271=>1,758592227=>1,758593356=>1,758594937=>1,758594469=>1,758590684=>1,758590132=>1,758584776=>1,758584555=>1,758586182=>1,758587343=>1,758590118=>1,758589890=>1,758595233=>1,758599667=>1,758625824=>1,758625075=>1,758633689=>1,758644481=>1,758665913=>1,758644507=>1,758622785=>1,758621985=>1,758603280=>1,758602450=>1,758612263=>1,758618939=>1,758620055=>1,758582295=>1,758582036=>1,757149900=>1,757147474=>1,757150883=>1,757151847=>1,757156636=>1,757154116=>1,757139502=>1,757135512=>1,757132901=>1,757131825=>1,757133811=>1,757135069=>1,757135334=>1,757135086=>1,757206661=>1,757206907=>1,758096498=>1,758094052=>1,758271284=>1,758579602=>1,758579757=>1,758579635=>1,758076302=>1,758008569=>1,757286775=>1,757239558=>1,757291554=>1,757443314=>1,757993486=>1,758676773=>1,758677393=>1,759211649=>1,759211526=>1,759211653=>1,759211657=>1,759211662=>1,759211661=>1,759211522=>1,759189725=>1,759130813=>1,759130747=>1,759133398=>1,759136228=>1,759189713=>1,759184577=>1,759211665=>1,759211669=>1,759237429=>1,759223798=>1,759767931=>1,759797419=>1,760094183=>1,760091046=>1,759211745=>1,759211729=>1,759211677=>1,759211673=>1,759211681=>1,759211689=>1,759211693=>1,759130562=>1,759130527=>1,759097082=>1,759096101=>1,759098569=>1,759098858=>1,759107297=>1,759105186=>1,759095520=>1,759067680=>1,758788296=>1,758682760=>1,758788415=>1,758839709=>1,758870538=>1,758839764=>1,759116077=>1,759116447=>1,759124785=>1,759124495=>1,759124973=>1,759125209=>1,759130340=>1,759128379=>1,759121463=>1,759121194=>1,759119164=>1,759117953=>1,759119222=>1,759120753=>1,759121192=>1,757128288=>1,757127537=>1,736128369=>1,736128289=>1,736128371=>1,736180274=>1,736220868=>1,736204514=>1,736128146=>1,736109166=>1,715124765=>1,712601555=>1,715125977=>1,717759259=>1,717918769=>1,717850759=>1,736330986=>1,736330987=>1,737174729=>1,737174699=>1,737271495=>1,737271806=>1,737341907=>1,737306667=>1,737174534=>1,737169754=>1,736494727=>1,736395992=>1,736573990=>1,737156646=>1,737156647=>1,712577443=>1,712511909=>1,710976252=>1,710968152=>1,710982507=>1,710984935=>1,711166736=>1,711074380=>1,710967924=>1,708752166=>1,707986457=>1,704279681=>1,707988839=>1,708187472=>1,708711099=>1,708650910=>1,711987242=>1,711987400=>1,712431834=>1,712312693=>1,712431835=>1,712431836=>1,712431838=>1,712431837=>1,711992993=>1,711988169=>1,711988033=>1,711987985=>1,711988121=>1,711988136=>1,711988142=>1,737374216=>1,737374217=>1,757087009=>1,757086522=>1,757088330=>1,757088986=>1,757089470=>1,757089012=>1,757086007=>1,757084612=>1,757074634=>1,757074532=>1,757074981=>1,757077137=>1,757083174=>1,757082980=>1,757090798=>1,757092113=>1,757111585=>1,757110601=>1,757113117=>1,757117139=>1,757121068=>1,757121067=>1,757109483=>1,757109333=>1,757094293=>1,757092393=>1,757104802=>1,757104932=>1,757105496=>1,757073940=>1,737944846=>1,737374296=>1,737374295=>1,737374321=>1,737374322=>1,737374330=>1,737374323=>1,737374294=>1,737374287=>1,737374231=>1,737374218=>1,737374232=>1,737374233=>1,737374286=>1,737374285=>1,737374331=>1,737374332=>1,737825474=>1,737675738=>1,737874046=>1,737939932=>1,737939959=>1,737939938=>1,737595527=>1,737528440=>1,737382018=>1,737381650=>1,737397962=>1,737498605=>1,737502209=>1,760096322=>1,760152979=>1,774216991=>1,774163231=>1,774242383=>1,774254604=>1,774254817=>1,774254775=>1,774163015=>1,774162974=>1,774162788=>1,774162739=>1,774162943=>1,774162944=>1,774162973=>1,774162972=>1,774255378=>1,774255492=>1,774334202=>1,774315014=>1,774357040=>1,774360321=>1,774366081=>1,774361086=>1,774306507=>1,774306343=>1,774274828=>1,774273406=>1,774301649=>1,774302194=>1,774304016=>1,774162688=>1,774162432=>1,773615233=>1,773615079=>1,773615240=>1,773615348=>1,773639447=>1,773615482=>1,773615011=>1,773614374=>1,773277379=>1,773272500=>1,773277777=>1,773281055=>1,773604510=>1,773293598=>1,773639594=>1,773639955=>1,774013482=>1,773908718=>1,774107003=>1,774120575=>1,774121266=>1,774120999=>1,773858876=>1,773849698=>1,773672468=>1,773640077=>1,773716206=>1,773729751=>1,773729868=>1,774366088=>1,774405385=>1,775905627=>1,775887626=>1,775905718=>1,775905767=>1,775905869=>1,775905862=>1,775769562=>1,775682039=>1,775654598=>1,775653330=>1,775658359=>1,775658945=>1,775680692=>1,775674024=>1,776488851=>1,776489465=>1,704278921=>1,776494426=>1,776495981=>1,776497683=>1,776500743=>1,776499581=>1,776494054=>1,776493918=>1,776489898=>1,776489615=>1,776490220=>1,776491800=>1,776492714=>1,775652537=>1,775643941=>1,774705019=>1,774597479=>1,774730261=>1,774736199=>1,774807866=>1,774792992=>1,774582877=>1,774472788=>1,774411330=>1,774405589=>1,774445013=>1,774454239=>1,774472327=>1,774469417=>1,774852345=>1,774934980=>1,775278348=>1,775272719=>1,775278555=>1,775377972=>1,775630423=>1,775628399=>1,775201950=>1,775063494=>1,774943206=>1,774935930=>1,774954414=>1,774976271=>1,774994363=>1,773272397=>1,773269267=>1,762556192=>1,762556163=>1,762556263=>1,762556292=>1,762556386=>1,762556328=>1,762556025=>1,762555962=>1,762555600=>1,762555539=>1,762555613=>1,762555698=>1,762555904=>1,762555789=>1,762870082=>1,762886279=>1,771803768=>1,771753964=>1,772014236=>1,772019721=>1,772023026=>1,772020694=>1,763297213=>1,763297026=>1,763046206=>1,762886508=>1,763046230=>1,763117912=>1,763118414=>1,762555453=>1,762555405=>1,760187208=>1,760180078=>1,760187435=>1,760189667=>1,760193498=>1,760192532=>1,760180023=>1,760179808=>1,760154819=>1,760154814=>1,760174981=>1,760175486=>1,760177509=>1,760176829=>1,760195921=>1,760196765=>1,760207280=>1,760207067=>1,762347130=>1,762347186=>1,762475618=>1,762468373=>1,760206952=>1,760206891=>1,760199723=>1,760199282=>1,760203956=>1,760205232=>1,760206843=>1,772023947=>1,772024299=>1,772846446=>1,772828194=>1,772858378=>1,772858451=>1,772860547=>1,772859822=>1,772804231=>1,772803393=>1,772459879=>1,772435807=>1,772472891=>1,772476178=>1,772707373=>1,772490355=>1,772882390=>1,772891101=>1,773071227=>1,773066179=>1,773080913=>1,773141905=>1,773250997=>1,773155814=>1,773066171=>1,773063011=>1,773032308=>1,773021142=>1,773032327=>1,773056306=>1,773063010=>1,772409995=>1,772391700=>1,772041423=>1,772041123=>1,772042620=>1,772045485=>1,772051025=>1,772046910=>1,772040483=>1,772040291=>1,772028337=>1,772026825=>1,772029659=>1,772031526=>1,772036811=>1,772036524=>1,772051749=>1,772058676=>1,772285888=>1,772214414=>1,772285889=>1,772288538=>1,772339980=>1,772339978=>1,772131319=>1,772122228=>1,772079042=>1,772061358=>1,772079481=>1,772096819=>1,772122078=>1,776501007=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-30.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(3147947385=>1,3147947379=>1,3147947420=>1,3147947434=>1,3147947455=>1,3147947439=>1,3147947346=>1,3147947336=>1,3147946411=>1,3147946387=>1,3147946434=>1,3147946446=>1,3147947275=>1,3147946479=>1,3147947461=>1,3147947509=>1,3147947866=>1,3147947727=>1,3147947905=>1,3147947913=>1,3147947959=>1,3147947944=>1,3147947688=>1,3147947673=>1,3147947524=>1,3147947523=>1,3147947625=>1,3147947644=>1,3147947668=>1,3147947667=>1,3147946376=>1,3147946374=>1,3147945274=>1,3147945253=>1,3147945307=>1,3147945345=>1,3147945491=>1,3147945347=>1,3147945235=>1,3147945230=>1,3147944104=>1,3147944084=>1,3147944109=>1,3147944112=>1,3147944134=>1,3147944131=>1,3147945512=>1,3147945603=>1,3147946303=>1,3147946299=>1,3147946325=>1,3147946341=>1,3147946373=>1,3147946357=>1,3147946275=>1,3147946252=>1,3147945633=>1,3147945616=>1,3147945645=>1,3147945670=>1,3147945701=>1,3147947982=>1,3147948006=>1,3147949570=>1,3147949561=>1,3147949581=>1,3147949646=>1,3147949663=>1,3147949657=>1,3147949545=>1,3147949522=>1,3147949474=>1,3147949466=>1,3147949485=>1,3147949491=>1,3147949509=>1,3147949502=>1,3147949678=>1,3147949681=>1,3147949905=>1,3147949896=>1,3147949940=>1,3147949980=>1,3147950056=>1,3147949995=>1,3147949858=>1,3147949822=>1,3147949752=>1,3147949725=>1,3147949783=>1,3147949796=>1,3147949801=>1,3147949799=>1,3147949465=>1,3147949464=>1,3147948915=>1,3147948881=>1,3147948916=>1,3147948934=>1,3147948955=>1,3147948954=>1,3147948715=>1,3147948705=>1,3147948648=>1,3147948015=>1,3147948653=>1,3147948661=>1,3147948679=>1,3147948666=>1,3147948970=>1,3147949002=>1,3147949324=>1,3147949297=>1,3147949372=>1,3147949392=>1,3147949458=>1,3147949413=>1,3147949291=>1,3147949272=>1,3147949140=>1,3147949110=>1,3147949167=>1,3147949171=>1,3147949261=>1,3147943999=>1,3147943986=>1,3147931410=>1,3147931386=>1,3147931419=>1,3147931420=>1,3147931441=>1,3147931434=>1,3147931372=>1,3147931371=>1,3147931183=>1,3147931168=>1,3147931215=>1,3147931246=>1,3147931328=>1,3147931315=>1,3147931453=>1,3147931462=>1,3147932171=>1,3147931632=>1,3147932196=>1,3147932203=>1,3147932271=>1,3147932226=>1,3147931584=>1,3147931562=>1,3147931504=>1,3147931497=>1,3147931510=>1,3147931517=>1,3147931561=>1,3147931527=>1,3147931159=>1,3147931104=>1,3147930689=>1,3147930655=>1,3147930708=>1,3147930718=>1,3147930795=>1,3147930738=>1,3147930609=>1,3147930580=>1,3147930507=>1,3147930487=>1,3147930516=>1,3147930538=>1,3147930550=>1,3147930539=>1,3147930817=>1,3147930823=>1,3147931023=>1,3147931009=>1,3147931027=>1,3147931066=>1,3147931098=>1,3147931069=>1,3147930992=>1,3147930973=>1,3147930831=>1,3147930828=>1,3147930874=>1,3147930910=>1,3147930967=>1,3147932310=>1,3147932319=>1,3147938651=>1,3147938396=>1,3147940938=>1,3147941068=>1,3147941312=>1,3147941218=>1,3147937240=>1,3147937132=>1,3147935683=>1,3147935671=>1,3147935691=>1,3147935710=>1,3147937114=>1,3147936483=>1,3147941391=>1,3147941398=>1,3147941909=>1,3147941857=>1,3147942151=>1,3147942364=>1,3147943977=>1,3147943942=>1,3147941851=>1,3147941850=>1,3147941586=>1,3147941566=>1,3147941734=>1,3147941803=>1,3147941828=>1,3147935593=>1,3147935562=>1,3147933747=>1,3147933702=>1,3147933816=>1,3147933850=>1,3147933968=>1,3147933876=>1,3147932444=>1,3147932438=>1,3147932383=>1,3147932344=>1,3147932398=>1,3147932419=>1,3147932437=>1,3147932423=>1,3147933969=>1,3147933986=>1,3147934302=>1,3147934231=>1,3147934317=>1,3147934384=>1,3147935529=>1,3147934497=>1,3147934182=>1,3147934156=>1,3147934096=>1,3147933997=>1,3147934113=>1,3147934120=>1,3147934137=>1,3147950073=>1,3147951487=>1,3149516313=>1,3149515707=>1,3149516601=>1,3149518221=>1,3149524177=>1,3149523381=>1,3149514624=>1,3149514543=>1,3149504830=>1,3149504823=>1,3149504841=>1,3149505294=>1,3149505343=>1,3149505333=>1,3149527714=>1,3149527967=>1,3149739764=>1,3149737402=>1,3149746943=>1,3149789930=>1,3149789932=>1,3149789931=>1,3149737298=>1,3149729772=>1,3149681188=>1,3149527998=>1,3149694005=>1,3149702418=>1,3149712547=>1,3149710146=>1,3149504745=>1,3149502790=>1,3149475159=>1,3149474913=>1,3149475390=>1,3149475877=>1,3149481391=>1,3149476026=>1,3149474883=>1,3149465715=>1,3149464957=>1,3149464796=>1,3149465005=>1,3149465635=>1,3149465652=>1,3149465640=>1,3149481451=>1,3149481822=>1,3149496910=>1,3149496803=>1,3149498302=>1,3149498499=>1,3149502074=>1,3149500677=>1,3149496779=>1,3149495890=>1,3149492738=>1,3149488357=>1,3149493574=>1,3149493996=>1,3149494553=>1,3149863183=>1,3149863188=>1,3153236774=>1,3153233812=>1,3153237347=>1,3153237914=>1,3153239438=>1,3153238160=>1,3153223885=>1,3153213114=>1,3153202252=>1,3153193463=>1,3153207153=>1,3153210949=>1,3153212494=>1,3153211176=>1,3153240580=>1,3153255450=>1,3153308850=>1,3153301215=>1,3153309699=>1,3153311881=>1,3153316909=>1,3153314994=>1,3153297149=>1,3153282756=>1,3153259906=>1,3153259841=>1,3153261634=>1,3153265211=>1,3153274917=>1,3153182457=>1,3153148993=>1,3153136857=>1,3153112187=>1,3153137091=>1,3153137378=>1,3153137598=>1,3153137552=>1,3153108216=>1,3153106421=>1,3151583603=>1,3151526499=>1,3153071667=>1,3153088651=>1,3153092103=>1,3153090720=>1,3153138379=>1,3153138584=>1,3153141409=>1,3153141272=>1,3153141415=>1,3153142667=>1,3153147533=>1,3153146576=>1,3153141151=>1,3153140857=>1,3153139298=>1,3153138885=>1,3153140368=>1,3153140392=>1,3153140823=>1,3149464779=>1,3149464704=>1,3149406874=>1,3149406412=>1,3149407402=>1,3149407714=>1,3149409639=>1,3149408899=>1,3149406117=>1,3149405755=>1,3149404801=>1,3149404521=>1,3149405088=>1,3149405091=>1,3149405605=>1,3149405557=>1,3149411349=>1,3149411570=>1,3149425899=>1,3149423839=>1,3149427235=>1,3149427516=>1,3149428519=>1,3149428348=>1,3149423574=>1,3149423344=>1,3149411653=>1,3149411615=>1,3149413603=>1,3149418610=>1,3149423208=>1,3149419621=>1,3149404489=>1,3149404420=>1,3147952428=>1,3147952425=>1,3147952434=>1,3147952435=>1,3147953700=>1,3147952449=>1,3147952370=>1,3147952368=>1,3147952227=>1,3147952152=>1,3147952264=>1,3147952282=>1,3147952348=>1,3147952296=>1,3147953972=>1,3148773075=>1,3149401698=>1,3149401521=>1,3149402142=>1,3149402154=>1,3149403901=>1,3149403117=>1,3149400214=>1,3149371158=>1,3149063520=>1,3148806787=>1,3149227748=>1,3149229946=>1,3149239120=>1,3149429817=>1,3149429976=>1,3149452501=>1,3149452482=>1,3149452588=>1,3149452726=>1,3149455866=>1,3149453175=>1,3149449740=>1,3149447835=>1,3149444598=>1,3149442721=>1,3149446306=>1,3149446419=>1,3149446660=>1,3149446594=>1,3149455944=>1,3149456119=>1,3149461560=>1,3149461117=>1,3149461986=>1,3149462098=>1,3149464633=>1,3149462479=>1,3149460755=>1,3149460717=>1,3149456401=>1,3149456356=>1,3149456754=>1,3149457481=>1,3149460693=>1,3149442541=>1,3149441863=>1,3149432472=>1,3149432094=>1,3149433547=>1,3149435011=>1,3149435067=>1,3149435065=>1,3149431707=>1,3149431168=>1,3149430318=>1,3149430279=>1,3149430382=>1,3149430747=>1,3149430957=>1,3149430835=>1,3149435652=>1,3149435980=>1,3149439129=>1,3149438758=>1,3149440286=>1,3149441202=>1,3149441605=>1,3149441418=>1,3149438634=>1,3149438532=>1,3149436484=>1,3149436172=>1,3149436577=>1,3149437318=>1,3149437997=>1,3147930471=>1,3147930410=>1,3147897654=>1,3147897216=>1,3147897895=>1,3147897906=>1,3147898048=>1,3147897942=>1,3147896775=>1,3147896772=>1,3147896502=>1,3147896490=>1,3147896554=>1,3147896566=>1,3147896749=>1,3147896702=>1,3147898052=>1,3147898068=>1,3147898588=>1,3147898476=>1,3147898594=>1,3147898611=>1,3147898627=>1,3147898620=>1,3147898465=>1,3147898320=>1,3147898153=>1,3147898123=>1,3147898219=>1,3147898222=>1,3147898285=>1,3147898276=>1,3147896415=>1,3147896404=>1,3147895824=>1,3147895813=>1,3147895854=>1,3147895888=>1,3147895909=>1,3147895897=>1,3147895806=>1,3147895798=>1,3147895670=>1,3147895662=>1,3147895713=>1,3147895756=>1,3147895797=>1,3147895766=>1,3147896001=>1,3147896050=>1,3147896365=>1,3147896355=>1,3147896388=>1,3147896397=>1,3147896403=>1,3147896398=>1,3147896343=>1,3147896286=>1,3147896244=>1,3147896086=>1,3147896251=>1,3147896254=>1,3147896269=>1,3147898683=>1,3147898714=>1,3147904127=>1,3147904108=>1,3147904157=>1,3147904171=>1,3147904195=>1,3147904192=>1,3147904097=>1,3147904083=>1,3147904050=>1,3147904027=>1,3147904053=>1,3147904058=>1,3147904079=>1,3147904078=>1,3147904198=>1,3147904218=>1,3147906587=>1,3147906562=>1,3147906675=>1,3147906708=>1,3147906817=>1,3147906814=>1,3147906486=>1,3147906397=>1,3147905514=>1,3147904225=>1,3147906142=>1,3147906280=>1,3147906283=>1,3147903712=>1,3147903595=>1,3147902638=>1,3147902602=>1,3147902709=>1,3147902751=>1,3147902857=>1,3147902856=>1,3147902583=>1,3147902509=>1,3147898842=>1,3147898818=>1,3147898849=>1,3147899667=>1,3147902498=>1,3147899797=>1,3147903277=>1,3147903283=>1,3147903397=>1,3147903396=>1,3147903400=>1,3147903457=>1,3147903541=>1,3147903510=>1,3147903393=>1,3147903390=>1,3147903342=>1,3147903308=>1,3147903348=>1,3147903361=>1,3147903373=>1,3147895627=>1,3147895563=>1,3147880896=>1,3147880885=>1,3147881004=>1,3147881037=>1,3147881095=>1,3147881094=>1,3147880855=>1,3147880804=>1,3147880554=>1,3147880546=>1,3147880590=>1,3147880693=>1,3147880780=>1,3147880746=>1,3147881101=>1,3147881116=>1,3147881352=>1,3147881348=>1,3147881457=>1,3147885556=>1,3147891348=>1,3147891330=>1,3147881340=>1,3147881335=>1,3147881137=>1,3147881122=>1,3147881148=>1,3147881205=>1,3147881227=>1,3147881213=>1,3147880500=>1,3147880497=>1,3147880181=>1,3147880159=>1,3147880183=>1,3147880185=>1,3147880192=>1,3147880187=>1,3147880143=>1,3147880081=>1,3147879978=>1,3147879976=>1,3147879982=>1,3147879985=>1,3147880063=>1,3147880038=>1,3147880197=>1,3147880210=>1,3147880402=>1,3147880401=>1,3147880413=>1,3147880419=>1,3147880494=>1,3147880440=>1,3147880381=>1,3147880353=>1,3147880256=>1,3147880222=>1,3147880288=>1,3147880312=>1,3147880315=>1,3147891381=>1,3147891382=>1,3147895054=>1,3147895038=>1,3147895060=>1,3147895077=>1,3147895095=>1,3147895093=>1,3147895030=>1,3147894964=>1,3147894756=>1,3147894715=>1,3147894766=>1,3147894814=>1,3147894833=>1,3147894822=>1,3147895142=>1,3147895153=>1,3147895360=>1,3147895354=>1,3147895389=>1,3147895434=>1,3147895471=>1,3147895459=>1,3147895326=>1,3147895302=>1,3147895204=>1,3147895155=>1,3147895261=>1,3147895275=>1,3147895290=>1,3147894681=>1,3147894660=>1,3147893803=>1,3147893788=>1,3147893844=>1,3147893848=>1,3147893914=>1,3147893908=>1,3147892562=>1,3147892544=>1,3147891493=>1,3147891386=>1,3147891519=>1,3147891565=>1,3147892089=>1,3147891615=>1,3147893923=>1,3147893955=>1,3147894412=>1,3147894355=>1,3147894415=>1,3147894422=>1,3147894546=>1,3147894529=>1,3147894348=>1,3147894327=>1,3147894010=>1,3147893956=>1,3147894279=>1,3147894280=>1,3147894286=>1,3147906858=>1,3147906904=>1,3147921883=>1,3147921870=>1,3147921964=>1,3147922002=>1,3147922009=>1,3147922004=>1,3147921777=>1,3147921765=>1,3147921679=>1,3147921604=>1,3147921702=>1,3147921709=>1,3147921741=>1,3147921718=>1,3147922011=>1,3147922035=>1,3147922293=>1,3147922282=>1,3147925276=>1,3147925537=>1,3147925569=>1,3147925549=>1,3147922251=>1,3147922245=>1,3147922099=>1,3147922053=>1,3147922105=>1,3147922156=>1,3147922214=>1,3147922204=>1,3147921540=>1,3147921516=>1,3147920779=>1,3147920761=>1,3147920815=>1,3147920829=>1,3147920890=>1,3147920872=>1,3147920665=>1,3147920641=>1,3147920430=>1,3147920424=>1,3147920463=>1,3147920475=>1,3147920612=>1,3147920496=>1,3147920919=>1,3147920929=>1,3147921322=>1,3147921312=>1,3147921337=>1,3147921372=>1,3147921463=>1,3147921387=>1,3147921310=>1,3147921279=>1,3147921013=>1,3147920982=>1,3147921058=>1,3147921123=>1,3147921224=>1,3147925605=>1,3147925687=>1,3147929713=>1,3147929662=>1,3147929773=>1,3147929844=>1,3147929920=>1,3147929866=>1,3147929632=>1,3147929628=>1,3147929566=>1,3147929564=>1,3147929578=>1,3147929583=>1,3147929612=>1,3147929590=>1,3147929921=>1,3147929976=>1,3147930262=>1,3147930236=>1,3147930268=>1,3147930282=>1,3147930370=>1,3147930332=>1,3147930208=>1,3147930186=>1,3147930049=>1,3147930027=>1,3147930079=>1,3147930143=>1,3147930159=>1,3147929545=>1,3147929533=>1,3147925904=>1,3147925900=>1,3147925969=>1,3147925971=>1,3147926136=>1,3147925975=>1,3147925896=>1,3147925895=>1,3147925712=>1,3147925689=>1,3147925756=>1,3147925821=>1,3147925858=>1,3147925831=>1,3147926148=>1,3147926206=>1,3147929362=>1,3147929334=>1,3147929376=>1,3147929404=>1,3147929508=>1,3147929487=>1,3147929256=>1,3147929250=>1,3147929130=>1,3147929091=>1,3147929142=>1,3147929199=>1,3147929233=>1,3147919950=>1,3147918270=>1,3147911025=>1,3147911021=>1,3147911031=>1,3147911097=>1,3147911166=>1,3147911101=>1,3147911015=>1,3147910929=>1,3147910781=>1,3147910757=>1,3147910784=>1,3147910873=>1,3147910914=>1,3147910886=>1,3147912231=>1,3147912306=>1,3147912483=>1,3147912478=>1,3147912484=>1,3147912513=>1,3147912568=>1,3147912560=>1,3147912459=>1,3147912450=>1,3147912339=>1,3147912330=>1,3147912375=>1,3147912379=>1,3147912445=>1,3147912423=>1,3147910684=>1,3147910678=>1,3147907772=>1,3147907572=>1,3147908153=>1,3147908154=>1,3147908627=>1,3147908613=>1,3147907482=>1,3147907441=>1,3147906982=>1,3147906970=>1,3147907077=>1,3147907225=>1,3147907417=>1,3147907401=>1,3147908672=>1,3147908721=>1,3147909043=>1,3147909035=>1,3147909044=>1,3147909094=>1,3147910665=>1,3147909100=>1,3147909025=>1,3147908964=>1,3147908775=>1,3147908769=>1,3147908868=>1,3147908871=>1,3147908918=>1,3147912609=>1,3147912634=>1,3147917922=>1,3147917920=>1,3147917930=>1,3147917943=>1,3147917953=>1,3147917945=>1,3147917858=>1,3147917857=>1,3147917733=>1,3147917715=>1,3147917743=>1,3147917793=>1,3147917853=>1,3147917817=>1,3147917962=>1,3147917970=>1,3147918147=>1,3147918146=>1,3147918175=>1,3147918214=>1,3147918254=>1,3147918216=>1,3147918097=>1,3147918079=>1,3147917986=>1,3147917985=>1,3147918016=>1,3147918067=>1,3147918072=>1,3147917703=>1,3147917701=>1,3147913628=>1,3147913553=>1,3147913632=>1,3147913641=>1,3147913707=>1,3147913659=>1,3147913497=>1,3147913430=>1,3147913240=>1,3147912637=>1,3147913362=>1,3147913366=>1,3147913408=>1,3147913406=>1,3147913720=>1,3147917320=>1,3147917572=>1,3147917571=>1,3147917593=>1,3147917610=>1,3147917694=>1,3147917666=>1,3147917553=>1,3147917496=>1,3147917389=>1,3147917332=>1,3147917397=>1,3147917418=>1,3147917490=>1,3147879973=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-31.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(3161728000=>3161728255,3176428013=>1,3176354437=>1,3176429841=>1,3176448194=>1,3176468762=>1,3176453130=>1,3176329979=>1,3176170390=>1,3175976550=>1,3175976291=>1,3175976673=>1,3176038702=>1,3176154838=>1,3176139702=>1,3176469518=>1,3176469524=>1,3176801949=>1,3176770230=>1,3176804642=>1,3176856222=>1,3176897644=>1,3176857237=>1,3176471918=>1,3176471906=>1,3176469601=>1,3176469525=>1,3176469617=>1,3176469633=>1,3176469641=>1,3175976198=>1,3175975866=>1,3174777842=>1,3174761690=>1,3174799963=>1,3174800487=>1,3174924566=>1,3174807365=>1,3174715719=>1,3174505534=>1,3174059657=>1,3173894626=>1,3174173204=>1,3174267181=>1,3174344070=>1,3174323906=>1,3175034731=>1,3175040993=>1,3175964305=>1,3175964286=>1,3175965716=>1,3175965986=>1,3175975358=>1,3175975141=>1,3175964180=>1,3175964014=>1,3175491489=>1,3175062882=>1,3175518124=>1,3175524563=>1,3175933962=>1,3175928990=>1,3177462180=>1,3177662399=>1,3183491922=>1,3183491633=>1,3183492865=>1,3183493566=>1,3183494073=>1,3183493627=>1,3183490890=>1,3183489383=>1,3183486268=>1,3183485560=>1,3183486781=>1,3183487335=>1,3183489227=>1,3183487545=>1,3183495856=>1,3183499696=>1,3183526110=>1,3183518006=>1,3183532206=>1,3183534937=>1,3183540344=>1,3183537736=>1,3183511610=>1,3183509025=>1,3183505621=>1,3183505403=>1,3183505982=>1,3183506402=>1,3183508979=>1,3183485122=>1,3183484569=>1,3178434909=>1,3178424368=>1,3178778735=>1,3178827851=>1,3178831695=>1,3178831327=>1,3178334182=>1,3178263372=>1,3178002114=>1,3177795468=>1,3178022422=>1,3178144744=>1,3178234710=>1,3178204752=>1,3179023494=>1,3179024774=>1,3182387806=>1,3182364567=>1,3183476774=>1,3183478115=>1,3183480240=>1,3183480028=>1,3182277175=>1,3182124060=>1,3179206090=>1,3179193527=>1,3179564865=>1,3179625558=>1,3180227266=>1,3173857378=>1,3173846665=>1,3168438852=>1,3168205608=>1,3168648606=>1,3168807919=>1,3168943790=>1,3168909091=>1,3168174421=>1,3168147323=>1,3168147304=>1,3168147299=>1,3168147307=>1,3168147310=>1,3168147319=>1,3168147315=>1,3168960576=>1,3168960945=>1,3168978400=>1,3168976944=>1,3168979160=>1,3168980680=>1,3168983438=>1,3168981948=>1,3168975754=>1,3168973732=>1,3168963909=>1,3168961112=>1,3168966012=>1,3168967877=>1,3168972370=>1,3168971631=>1,3168147289=>1,3168147286=>1,3168147218=>1,3168147216=>1,3168147219=>1,3168147221=>1,3168147235=>1,3168147224=>1,3168147215=>1,3168147213=>1,3168147205=>1,3168147203=>1,3168147206=>1,3168147208=>1,3168147212=>1,3168147211=>1,3168147236=>1,3168147239=>1,3168147272=>1,3168147266=>1,3168147273=>1,3168147274=>1,3168147283=>1,3168147278=>1,3168147263=>1,3168147261=>1,3168147244=>1,3168147242=>1,3168147247=>1,3168147249=>1,3168147259=>1,3168984563=>1,3168984595=>1,3171468034=>1,3171270931=>1,3171691346=>1,3171976308=>1,3172158469=>1,3172006258=>1,3171259502=>1,3171228497=>1,3171092690=>1,3171001897=>1,3171092691=>1,3171151266=>1,3171182418=>1,3171155590=>1,3172311633=>1,3172311871=>1,3173385433=>1,3173384969=>1,3173402498=>1,3173513564=>1,3173755457=>1,3173588319=>1,3173243968=>1,3173127044=>1,3172473562=>1,3172369623=>1,3172637218=>1,3172771444=>1,3173048788=>1,3170857695=>1,3170803211=>1,3169205469=>1,3169044870=>1,3169324011=>1,3169345739=>1,3169416179=>1,3169347286=>1,3169007702=>1,3168992693=>1,3168985363=>1,3168985202=>1,3168985519=>1,3168986006=>1,3168991201=>1,3168988570=>1,3169418827=>1,3169419152=>1,3170070451=>1,3170009722=>1,3170118425=>1,3170154514=>1,3170784667=>1,3170290755=>1,3169928295=>1,3169560489=>1,3169513690=>1,3169425693=>1,3169523564=>1,3169528351=>1,3169554475=>1,3183542431=>1,3183543489=>1,3183894539=>1,3183894474=>1,3183894541=>1,3183894591=>1,3183897680=>1,3183894802=>1,3183893151=>1,3183891553=>1,3183879609=>1,3183879205=>1,3183880145=>1,3183880275=>1,3183891107=>1,3183890711=>1,3183899858=>1,3183900005=>1,3183901594=>1,3183900831=>1,3183901610=>1,3183911373=>1,3183917883=>1,3183916894=>1,3183900760=>1,3183900667=>1,3183900348=>1,3183900299=>1,3183900352=>1,3183900360=>1,3183900430=>1,3183900376=>1,3183877319=>1,3183876405=>1,3183852378=>1,3183847010=>1,3183866269=>1,3183866551=>1,3183870523=>1,3183870163=>1,3183846944=>1,3183827614=>1,3183815504=>1,3183815468=>1,3183815906=>1,3183816332=>1,3183822795=>1,3183821648=>1,3183870617=>1,3183870814=>1,3183874634=>1,3183874514=>1,3183874637=>1,3183874653=>1,3183876322=>1,3183876244=>1,3183874467=>1,3183874278=>1,3183874119=>1,3183874076=>1,3183874169=>1,3183874193=>1,3183874273=>1,3183917886=>1,3183918325=>1,3184162384=>1,3184161133=>1,3184162496=>1,3184164113=>1,3184188608=>1,3184187529=>1,3184159887=>1,3184159389=>1,3184132314=>1,3184132259=>1,3184132518=>1,3184133882=>1,3184135072=>1,3184135026=>1,3184190314=>1,3184233757=>1,3184828502=>1,3184755421=>1,3184869730=>1,3184869731=>1,3184929388=>1,3184869740=>1,3184708483=>1,3184497120=>1,3184402002=>1,3184235287=>1,3184421893=>1,3184428364=>1,3184447194=>1,3184132101=>1,3184128613=>1,3183942367=>1,3183942047=>1,3183943689=>1,3183944405=>1,3183946876=>1,3183946691=>1,3183942043=>1,3183931657=>1,3183918568=>1,3183918505=>1,3183918637=>1,3183918718=>1,3183931490=>1,3183918770=>1,3183947525=>1,3183951448=>1,3183984292=>1,3183983931=>1,3183984339=>1,3183998344=>1,3184128488=>1,3183998628=>1,3183983719=>1,3183983122=>1,3183970705=>1,3183951641=>1,3183970853=>1,3183982375=>1,3183982381=>1,3183815252=>1,3183815246=>1,3183616519=>1,3183616421=>1,3183616655=>1,3183616798=>1,3183617118=>1,3183617031=>1,3183616392=>1,3183616387=>1,3183598993=>1,3183598378=>1,3183599128=>1,3183610040=>1,3183616105=>1,3183611252=>1,3183617185=>1,3183617465=>1,3183670014=>1,3183648684=>1,3183703524=>1,3183704556=>1,3183714874=>1,3183709734=>1,3183638724=>1,3183637346=>1,3183617554=>1,3183617498=>1,3183617821=>1,3183619496=>1,3183619871=>1,3183619794=>1,3183598365=>1,3183597318=>1,3183558853=>1,3183555856=>1,3183558925=>1,3183559095=>1,3183572506=>1,3183567642=>1,3183554986=>1,3183550842=>1,3183544294=>1,3183544110=>1,3183547068=>1,3183547258=>1,3183549268=>1,3183548592=>1,3183572982=>1,3183574131=>1,3183582852=>1,3183581739=>1,3183584068=>1,3183593328=>1,3183596204=>1,3183596157=>1,3183580698=>1,3183580039=>1,3183575201=>1,3183574377=>1,3183576188=>1,3183578115=>1,3183578870=>1,3183718524=>1,3183719175=>1,3183807733=>1,3183806127=>1,3183807772=>1,3183807863=>1,3183808098=>1,3183807882=>1,3183805510=>1,3183805354=>1,3183791185=>1,3183790925=>1,3183798958=>1,3183800207=>1,3183804607=>1,3183804451=>1,3183808155=>1,3183809542=>1,3183813938=>1,3183813282=>1,3183814151=>1,3183814870=>1,3183815198=>1,3183814995=>1,3183812978=>1,3183811773=>1,3183810304=>1,3183810295=>1,3183810366=>1,3183810569=>1,3183811742=>1,3183790368=>1,3183775375=>1,3183744547=>1,3183744261=>1,3183744606=>1,3183744934=>1,3183752603=>1,3183744997=>1,3183744035=>1,3183739104=>1,3183726263=>1,3183725821=>1,3183727665=>1,3183732882=>1,3183738907=>1,3183733962=>1,3183752754=>1,3183752972=>1,3183765030=>1,3183758500=>1,3183765465=>1,3183768108=>1,3183774485=>1,3183774161=>1,3183755891=>1,3183755787=>1,3183753180=>1,3183753048=>1,3183753208=>1,3183754142=>1,3183755497=>1,3168147202=>1,3168005945=>1,3155473454=>1,3155430334=>1,3155561724=>1,3155605603=>1,3155671591=>1,3155648715=>1,3155381490=>1,3155271589=>1,3154177028=>1,3154145427=>1,3154272822=>1,3154552123=>1,3155177676=>1,3155122940=>1,3155726630=>1,3155745623=>1,3156226983=>1,3156222702=>1,3156248512=>1,3156263459=>1,3156413620=>1,3156274309=>1,3156217242=>1,3155930918=>1,3155777928=>1,3155760902=>1,3155789898=>1,3155823404=>1,3155925321=>1,3155899441=>1,3154040989=>1,3153984264=>1,3153952846=>1,3153950649=>1,3153952872=>1,3153953038=>1,3153953347=>1,3153953199=>1,3153949413=>1,3153934450=>1,3153932742=>1,3153927864=>1,3153932775=>1,3153933348=>1,3153933837=>1,3153933439=>1,3153953413=>1,3153953434=>1,3153983458=>1,3153964204=>1,3153983588=>1,3153983607=>1,3153984159=>1,3153983612=>1,3153963642=>1,3153963421=>1,3153957000=>1,3153953472=>1,3153959037=>1,3153959776=>1,3153963135=>1,3156415769=>1,3156494365=>1,3158175799=>1,3158086386=>1,3158373760=>1,3158436370=>1,3158631824=>1,3158625917=>1,3157732870=>1,3157647979=>1,3157610535=>1,3157602416=>1,3157612742=>1,3157619390=>1,3157622764=>1,3157620870=>1,3158637144=>1,3158944916=>1,3160239694=>1,3160146640=>1,3160245715=>1,3160265245=>1,3160266059=>1,3160265280=>1,3159847577=>1,3159389056=>1,3159058467=>1,3159058466=>1,3159116050=>1,3159124970=>1,3159282131=>1,3157596483=>1,3157594022=>1,3156765645=>1,3156763461=>1,3156766098=>1,3156771023=>1,3156771062=>1,3156771056=>1,3156757619=>1,3156754058=>1,3156513566=>1,3156500455=>1,3156748659=>1,3156750923=>1,3156753650=>1,3156751336=>1,3156773975=>1,3156777458=>1,3156924499=>1,3156801593=>1,3156933899=>1,3156934191=>1,3157584618=>1,3156966164=>1,3156798423=>1,3156796194=>1,3156780573=>1,3156778874=>1,3156783621=>1,3156783946=>1,3156790789=>1,3153927035=>1,3153926669=>1,3153409904=>1,3153409802=>1,3153410081=>1,3153412206=>1,3153416328=>1,3153416220=>1,3153404686=>1,3153398951=>1,3153393897=>1,3153393745=>1,3153394494=>1,3153394578=>1,3153395558=>1,3153394615=>1,3153416990=>1,3153417018=>1,3153483639=>1,3153473348=>1,3153485670=>1,3153487176=>1,3153488297=>1,3153487924=>1,3153465892=>1,3153464406=>1,3153424382=>1,3153423579=>1,3153436393=>1,3153439963=>1,3153454379=>1,3153451142=>1,3153393185=>1,3153392229=>1,3153335107=>1,3153333916=>1,3153344458=>1,3153353899=>1,3153363596=>1,3153358435=>1,3153333902=>1,3153331099=>1,3153321348=>1,3153320990=>1,3153327700=>1,3153328053=>1,3153330541=>1,3153330421=>1,3153363849=>1,3153365137=>1,3153381496=>1,3153380882=>1,3153382112=>1,3153391218=>1,3153391397=>1,3153391305=>1,3153380831=>1,3153380222=>1,3153367202=>1,3153366093=>1,3153370020=>1,3153372225=>1,3153380185=>1,3153492308=>1,3153492990=>1,3153900131=>1,3153899950=>1,3153901589=>1,3153901611=>1,3153901755=>1,3153901639=>1,3153893452=>1,3153892343=>1,3153871090=>1,3153868969=>1,3153871148=>1,3153871956=>1,3153873194=>1,3153872626=>1,3153901972=>1,3153902031=>1,3153923151=>1,3153923095=>1,3153923448=>1,3153923497=>1,3153923577=>1,3153923538=>1,3153912829=>1,3153903048=>1,3153902821=>1,3153902695=>1,3153902835=>1,3153902893=>1,3153902940=>1,3153867291=>1,3153866902=>1,3153553099=>1,3153551916=>1,3153555974=>1,3153559360=>1,3153567128=>1,3153564813=>1,3153550484=>1,3153537387=>1,3153501403=>1,3153493235=>1,3153502065=>1,3153503914=>1,3153522037=>1,3153512819=>1,3153572037=>1,3153575664=>1,3153856096=>1,3153856089=>1,3153856120=>1,3153856270=>1,3153859225=>1,3153857209=>1,3153855985=>1,3153854811=>1,3153581892=>1,3153575689=>1,3153582009=>1,3153854703=>1,3153854767=>1,3160328228=>1,3160431920=>1,3165004991=>1,3165001941=>1,3165008443=>1,3165010650=>1,3165013158=>1,3165012967=>1,3165001505=>1,3165001123=>1,3164999459=>1,3164997784=>1,3164999771=>1,3165000003=>1,3165001016=>1,3165000040=>1,3165013547=>1,3165015117=>1,3165027284=>1,3165026874=>1,3165027799=>1,3165028192=>1,3165035148=>1,3165028399=>1,3165026007=>1,3165024453=>1,3165016217=>1,3165015158=>1,3165018017=>1,3165018046=>1,3165023729=>1,3165022621=>1,3164997253=>1,3164997126=>1,3164945195=>1,3164936717=>1,3164950456=>1,3164954218=>1,3164966295=>1,3164961780=>1,3164931650=>1,3164930219=>1,3164127890=>1,3164106684=>1,3164129604=>1,3164755468=>1,3164755589=>1,3164755573=>1,3164967325=>1,3164969726=>1,3164990482=>1,3164989480=>1,3164990775=>1,3164991960=>1,3164996717=>1,3164996174=>1,3164987085=>1,3164984732=>1,3164979907=>1,3164970579=>1,3164981144=>1,3164981839=>1,3164982389=>1,3165035766=>1,3165036132=>1,3166769172=>1,3166756940=>1,3166785356=>1,3166802949=>1,3166879955=>1,3166830978=>1,3166726784=>1,3166725392=>1,3166642558=>1,3166638401=>1,3166702921=>1,3166706569=>1,3166725218=>1,3166724976=>1,3166893750=>1,3166894351=>1,3167827073=>1,3167827063=>1,3167850625=>1,3167851555=>1,3153320971=>1,3168005908=>1,3167827053=>1,3167826210=>1,3166902618=>1,3166897733=>1,3166922871=>1,3166934767=>1,3166940565=>1,3166638314=>1,3166586918=>1,3165057839=>1,3165057218=>1,3165058090=>1,3165058424=>1,3165058521=>1,3165058455=>1,3165055926=>1,3165053551=>1,3165041208=>1,3165036188=>1,3165041820=>1,3165042299=>1,3165051855=>1,3165049050=>1,3165058666=>1,3165079008=>1,3166002517=>1,3165728822=>1,3166352666=>1,3166405123=>1,3166421067=>1,3166405172=>1,3165568472=>1,3165541884=>1,3165133312=>1,3165132051=>1,3165135450=>1,3165147779=>1,3165541364=>1,3163514794=>1,3163507670=>1,3161231656=>1,3161226710=>1,3161241332=>1,3161249261=>1,3161467853=>1,3161372699=>1,3161226595=>1,3161038196=>1,3160851214=>1,3160812182=>1,3160858993=>1,3160935141=>1,3161022302=>1,3161010747=>1,3161472150=>1,3161548648=>1,3161905644=>1,3161895566=>1,3161954156=>1,3162038496=>1,3162039245=>1,3162038847=>1,3161886690=>1,3161857643=>1,3161552709=>1,3161551185=>1,3161553907=>1,3161554533=>1,3161623663=>1,3161554572=>1,3160759024=>1,3160656675=>1,3160619835=>1,3160594939=>1,3160620614=>1,3160620979=>1,3160625703=>1,3160625606=>1,3160552764=>1,3160551782=>1,3160460657=>1,3160453062=>1,3160541905=>1,3160542474=>1,3160542895=>1,3160542561=>1,3160625790=>1,3160625928=>1,3160628818=>1,3160628575=>1,3160654229=>1,3160654533=>1,3160655192=>1,3160655027=>1,3160628136=>1,3160627668=>1,3160626240=>1,3160626056=>1,3160626657=>1,3160626692=>1,3160626713=>1,3162039859=>1,3162039886=>1,3162900034=>1,3162899804=>1,3162901358=>1,3162903028=>1,3163067672=>1,3162917843=>1,3162698508=>1,3162698507=>1,3162588121=>1,3162583453=>1,3162589458=>1,3162592763=>1,3162636258=>1,3162627460=>1,3163078305=>1,3163160998=>1,3163191840=>1,3163189308=>1,3163436101=>1,3163485936=>1,3163502000=>1,3163488279=>1,3163183532=>1,3163183146=>1,3163164965=>1,3163162929=>1,3163176271=>1,3163181713=>1,3163183121=>1,3162581364=>1,3162580858=>1,3162042661=>1,3162041894=>1,3162042668=>1,3162042835=>1,3162043904=>1,3162043168=>1,3162041771=>1,3162041579=>1,3162040134=>1,3162040065=>1,3162040263=>1,3162040388=>1,3162040858=>1,3162040523=>1,3162044996=>1,3162045304=>1,3162320005=>1,3162264122=>1,3162393721=>1,3162394390=>1,3162397385=>1,3162395035=>1,3162234246=>1,3162113441=>1,3162045735=>1,3162045313=>1,3162046434=>1,3162046444=>1,3162072838=>1,3168082348=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-32.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(3185224087=>1,3185224086=>1,3185224098=>1,3185224099=>1,3185224107=>1,3185224102=>1,3185224081=>1,3185224080=>1,3185223991=>1,3185223964=>1,3185224023=>1,3185224038=>1,3185224065=>1,3185224062=>1,3185224109=>1,3185224111=>1,3185224976=>1,3185224972=>1,3185224988=>1,3185225005=>1,3185225065=>1,3185225008=>1,3185224935=>1,3185224860=>1,3185224129=>1,3185224113=>1,3185224131=>1,3185224726=>1,3185224854=>1,3185224833=>1,3185223904=>1,3185223885=>1,3185222803=>1,3185222800=>1,3185222833=>1,3185222862=>1,3185222874=>1,3185222863=>1,3185222799=>1,3185222782=>1,3185222665=>1,3185222408=>1,3185222676=>1,3185222694=>1,3185222749=>1,3185222698=>1,3185222875=>1,3185222898=>1,3185223460=>1,3185223438=>1,3185223717=>1,3185223745=>1,3185223873=>1,3185223801=>1,3185223433=>1,3185223427=>1,3185222934=>1,3185222903=>1,3185222955=>1,3185222959=>1,3185222967=>1,3185225077=>1,3185225104=>1,3185232184=>1,3185232165=>1,3185232195=>1,3185232223=>1,3185232286=>1,3185232273=>1,3185232098=>1,3185232042=>1,3185231898=>1,3185231295=>1,3185231904=>1,3185231961=>1,3185232012=>1,3185232005=>1,3185232364=>1,3185232898=>1,3185233071=>1,3185233032=>1,3185233091=>1,3185233102=>1,3185233153=>1,3185233115=>1,3185233030=>1,3185233008=>1,3185232939=>1,3185232934=>1,3185232957=>1,3185232978=>1,3185233000=>1,3185232982=>1,3185231210=>1,3185231049=>1,3185228442=>1,3185225889=>1,3185229336=>1,3185229403=>1,3185229534=>1,3185229501=>1,3185225184=>1,3185225181=>1,3185225138=>1,3185225119=>1,3185225146=>1,3185225154=>1,3185225167=>1,3185225165=>1,3185229570=>1,3185229589=>1,3185229747=>1,3185229739=>1,3185229774=>1,3185229808=>1,3185230981=>1,3185229820=>1,3185229721=>1,3185229708=>1,3185229645=>1,3185229613=>1,3185229660=>1,3185229676=>1,3185229694=>1,3185222322=>1,3185221283=>1,3185213149=>1,3185213148=>1,3185213212=>1,3185213234=>1,3185213269=>1,3185213263=>1,3185213128=>1,3185213104=>1,3185212977=>1,3185212932=>1,3185212994=>1,3185213026=>1,3185213065=>1,3185213054=>1,3185213286=>1,3185213400=>1,3185216665=>1,3185216488=>1,3185216972=>1,3185217048=>1,3185217111=>1,3185217084=>1,3185216467=>1,3185216446=>1,3185213437=>1,3185213429=>1,3185216034=>1,3185216194=>1,3185216353=>1,3185216295=>1,3185212890=>1,3185212851=>1,3185212429=>1,3185211900=>1,3185212432=>1,3185212458=>1,3185212479=>1,3185212470=>1,3185211873=>1,3185211855=>1,3185211714=>1,3185211706=>1,3185211742=>1,3185211810=>1,3185211828=>1,3185211824=>1,3185212536=>1,3185212552=>1,3185212736=>1,3185212716=>1,3185212752=>1,3185212792=>1,3185212837=>1,3185212815=>1,3185212700=>1,3185212681=>1,3185212585=>1,3185212570=>1,3185212587=>1,3185212632=>1,3185212674=>1,3185217117=>1,3185217135=>1,3185217990=>1,3185217919=>1,3185218020=>1,3185218566=>1,3185218660=>1,3185218567=>1,3185217908=>1,3185217853=>1,3185217773=>1,3185217765=>1,3185217787=>1,3185217813=>1,3185217850=>1,3185217847=>1,3185218709=>1,3185218755=>1,3185219023=>1,3185218998=>1,3185219299=>1,3185219560=>1,3185221102=>1,3185220783=>1,3185218980=>1,3185218910=>1,3185218768=>1,3185218765=>1,3185218848=>1,3185218884=>1,3185218909=>1,3185217762=>1,3185217742=>1,3185217229=>1,3185217228=>1,3185217235=>1,3185217250=>1,3185217303=>1,3185217256=>1,3185217223=>1,3185217205=>1,3185217144=>1,3185217142=>1,3185217151=>1,3185217154=>1,3185217203=>1,3185217166=>1,3185217318=>1,3185217358=>1,3185217679=>1,3185217654=>1,3185217688=>1,3185217702=>1,3185217741=>1,3185217724=>1,3185217634=>1,3185217632=>1,3185217577=>1,3185217363=>1,3185217579=>1,3185217601=>1,3185217618=>1,3185233169=>1,3185233234=>1,3185242021=>1,3185241960=>1,3185242024=>1,3185242053=>1,3185242183=>1,3185242072=>1,3185241939=>1,3185241936=>1,3185241762=>1,3185241744=>1,3185241826=>1,3185241885=>1,3185241915=>1,3185241891=>1,3185242212=>1,3185242219=>1,3185242453=>1,3185242391=>1,3185242455=>1,3185242458=>1,3185242506=>1,3185242497=>1,3185242384=>1,3185242380=>1,3185242237=>1,3185242232=>1,3185242254=>1,3185242269=>1,3185242345=>1,3185242297=>1,3185241741=>1,3185241630=>1,3185240059=>1,3185240049=>1,3185241126=>1,3185241129=>1,3185241228=>1,3185241198=>1,3185240040=>1,3185240008=>1,3185239752=>1,3185239749=>1,3185239809=>1,3185239866=>1,3185239923=>1,3185239904=>1,3185241235=>1,3185241276=>1,3185241568=>1,3185241561=>1,3185241579=>1,3185241586=>1,3185241628=>1,3185241618=>1,3185241517=>1,3185241451=>1,3185241325=>1,3185241297=>1,3185241351=>1,3185241399=>1,3185241414=>1,3185242550=>1,3185242552=>1,3185243301=>1,3185243295=>1,3185243302=>1,3185243308=>1,3185243317=>1,3185243311=>1,3185243289=>1,3185243288=>1,3185243281=>1,3185243276=>1,3185243283=>1,3185243284=>1,3185243287=>1,3185243286=>1,3185243319=>1,3185243332=>1,3185244480=>1,3185244474=>1,3185244483=>1,3185244486=>1,3185244505=>1,3185244493=>1,3185244471=>1,3185244468=>1,3185243361=>1,3185243355=>1,3185243365=>1,3185243366=>1,3185244442=>1,3185243268=>1,3185243235=>1,3185242788=>1,3185242783=>1,3185242815=>1,3185242861=>1,3185242894=>1,3185242876=>1,3185242731=>1,3185242693=>1,3185242591=>1,3185242588=>1,3185242600=>1,3185242608=>1,3185242691=>1,3185242677=>1,3185242938=>1,3185242971=>1,3185243133=>1,3185243109=>1,3185243144=>1,3185243146=>1,3185243210=>1,3185243209=>1,3185243107=>1,3185243090=>1,3185243011=>1,3185243009=>1,3185243040=>1,3185243060=>1,3185243062=>1,3185239731=>1,3185239701=>1,3185235528=>1,3185235500=>1,3185235547=>1,3185235565=>1,3185235593=>1,3185235591=>1,3185235490=>1,3185235469=>1,3185233903=>1,3185233879=>1,3185234156=>1,3185234344=>1,3185234500=>1,3185234444=>1,3185235604=>1,3185235637=>1,3185235890=>1,3185235844=>1,3185235898=>1,3185235904=>1,3185236998=>1,3185235948=>1,3185235838=>1,3185235836=>1,3185235678=>1,3185235675=>1,3185235780=>1,3185235813=>1,3185235832=>1,3185235823=>1,3185233831=>1,3185233810=>1,3185233469=>1,3185233467=>1,3185233479=>1,3185233481=>1,3185233525=>1,3185233500=>1,3185233460=>1,3185233457=>1,3185233376=>1,3185233259=>1,3185233389=>1,3185233404=>1,3185233410=>1,3185233408=>1,3185233572=>1,3185233575=>1,3185233740=>1,3185233738=>1,3185233757=>1,3185233758=>1,3185233804=>1,3185233798=>1,3185233716=>1,3185233707=>1,3185233627=>1,3185233592=>1,3185233648=>1,3185233654=>1,3185233702=>1,3185237002=>1,3185237026=>1,3185237830=>1,3185237819=>1,3185237838=>1,3185237854=>1,3185237874=>1,3185237862=>1,3185237797=>1,3185237787=>1,3185237679=>1,3185237673=>1,3185237695=>1,3185237748=>1,3185237772=>1,3185237749=>1,3185237878=>1,3185237914=>1,3185239581=>1,3185239564=>1,3185239644=>1,3185239663=>1,3185239678=>1,3185239671=>1,3185238825=>1,3185238819=>1,3185237980=>1,3185237956=>1,3185237994=>1,3185238541=>1,3185238658=>1,3185237665=>1,3185237658=>1,3185237359=>1,3185237323=>1,3185237377=>1,3185237387=>1,3185237424=>1,3185237392=>1,3185237301=>1,3185237284=>1,3185237088=>1,3185237035=>1,3185237114=>1,3185237134=>1,3185237220=>1,3185237185=>1,3185237425=>1,3185237446=>1,3185237580=>1,3185237548=>1,3185237617=>1,3185237618=>1,3185237650=>1,3185237634=>1,3185237535=>1,3185237529=>1,3185237477=>1,3185237452=>1,3185237484=>1,3185237505=>1,3185237520=>1,3185211630=>1,3185211601=>1,3185192025=>1,3185192010=>1,3185192040=>1,3185192064=>1,3185192119=>1,3185192100=>1,3185191963=>1,3185191906=>1,3185191808=>1,3185191761=>1,3185191846=>1,3185191861=>1,3185191882=>1,3185191867=>1,3185192127=>1,3185192157=>1,3185192514=>1,3185192403=>1,3185192545=>1,3185192554=>1,3185192562=>1,3185192556=>1,3185192400=>1,3185192382=>1,3185192200=>1,3185192175=>1,3185192218=>1,3185192225=>1,3185192340=>1,3185192287=>1,3185191740=>1,3185191736=>1,3185191392=>1,3185191386=>1,3185191393=>1,3185191414=>1,3185191445=>1,3185191420=>1,3185191363=>1,3185191347=>1,3185191291=>1,3185191284=>1,3185191297=>1,3185191309=>1,3185191318=>1,3185191315=>1,3185191459=>1,3185191461=>1,3185191593=>1,3185191586=>1,3185191600=>1,3185191612=>1,3185191665=>1,3185191651=>1,3185191568=>1,3185191558=>1,3185191470=>1,3185191468=>1,3185191488=>1,3185191542=>1,3185191548=>1,3185192587=>1,3185192601=>1,3185196123=>1,3185196076=>1,3185196147=>1,3185196201=>1,3185196219=>1,3185196213=>1,3185196040=>1,3185193595=>1,3185193474=>1,3185193336=>1,3185193476=>1,3185193537=>1,3185193561=>1,3185193550=>1,3185196220=>1,3185196300=>1,3185196489=>1,3185196468=>1,3185196514=>1,3185196516=>1,3185196568=>1,3185196520=>1,3185196447=>1,3185196444=>1,3185196352=>1,3185196318=>1,3185196390=>1,3185196436=>1,3185196442=>1,3185193309=>1,3185193299=>1,3185192812=>1,3185192756=>1,3185192836=>1,3185192869=>1,3185192898=>1,3185192882=>1,3185192748=>1,3185192746=>1,3185192636=>1,3185192613=>1,3185192688=>1,3185192691=>1,3185192737=>1,3185192719=>1,3185192911=>1,3185192917=>1,3185193097=>1,3185193089=>1,3185193162=>1,3185193191=>1,3185193202=>1,3185193199=>1,3185193041=>1,3185193019=>1,3185192931=>1,3185192922=>1,3185192940=>1,3185192978=>1,3185193013=>1,3185191282=>1,3185191276=>1,3184970953=>1,3184968018=>1,3184973011=>1,3184975227=>1,3184993263=>1,3184985094=>1,3184967927=>1,3184967862=>1,3184962026=>1,3184961549=>1,3184962271=>1,3184962325=>1,3184967795=>1,3184967684=>1,3184994399=>1,3184994568=>1,3185015697=>1,3185015409=>1,3185015847=>1,3185016068=>1,3185028586=>1,3185016225=>1,3185015137=>1,3185014582=>1,3184996080=>1,3184995706=>1,3185005561=>1,3185007310=>1,3185014309=>1,3185007522=>1,3184960894=>1,3184959130=>1,3184938640=>1,3184938022=>1,3184940379=>1,3184946329=>1,3184953504=>1,3184950836=>1,3184933445=>1,3184930887=>1,3184929595=>1,3184929591=>1,3184929904=>1,3184930389=>1,3184930479=>1,3184930416=>1,3184955991=>1,3184956549=>1,3184958607=>1,3184958561=>1,3184958742=>1,3184958767=>1,3184959033=>1,3184958853=>1,3184958557=>1,3184958458=>1,3184957104=>1,3184956942=>1,3184957395=>1,3184957863=>1,3184958143=>1,3185029465=>1,3185031285=>1,3185191042=>1,3185190996=>1,3185191065=>1,3185191090=>1,3185191124=>1,3185191110=>1,3185190988=>1,3185190960=>1,3185189853=>1,3185189739=>1,3185189867=>1,3185189994=>1,3185190640=>1,3185190373=>1,3185191128=>1,3185191134=>1,3185191233=>1,3185191221=>1,3185191247=>1,3185191249=>1,3185191270=>1,3185191254=>1,3185191206=>1,3185191191=>1,3185191172=>1,3185191150=>1,3185191173=>1,3185191177=>1,3185191189=>1,3185189508=>1,3185189277=>1,3185037109=>1,3185034879=>1,3185037240=>1,3185038887=>1,3185047275=>1,3185038932=>1,3185034766=>1,3185034204=>1,3185031453=>1,3185031415=>1,3185031457=>1,3185033494=>1,3185033716=>1,3185033548=>1,3185180950=>1,3185180993=>1,3185184138=>1,3185184133=>1,3185184262=>1,3185184362=>1,3185188913=>1,3185188866=>1,3185184099=>1,3185184098=>1,3185182992=>1,3185182924=>1,3185183034=>1,3185183059=>1,3185183236=>1,3185196574=>1,3185196579=>1,3185207472=>1,3185207433=>1,3185207503=>1,3185207671=>1,3185207784=>1,3185207697=>1,3185207417=>1,3185207376=>1,3185206505=>1,3185206492=>1,3185206523=>1,3185207312=>1,3185207364=>1,3185207331=>1,3185207820=>1,3185207838=>1,3185208592=>1,3185208579=>1,3185208615=>1,3185208616=>1,3185208660=>1,3185208628=>1,3185208533=>1,3185208358=>1,3185207874=>1,3185207871=>1,3185207905=>1,3185207934=>1,3185208052=>1,3185207983=>1,3185206483=>1,3185206449=>1,3185205801=>1,3185205766=>1,3185205856=>1,3185205865=>1,3185205898=>1,3185205879=>1,3185205750=>1,3185205703=>1,3185205564=>1,3185205562=>1,3185205591=>1,3185205648=>1,3185205694=>1,3185205661=>1,3185205937=>1,3185205942=>1,3185206305=>1,3185206293=>1,3185206330=>1,3185206339=>1,3185206447=>1,3185206434=>1,3185206288=>1,3185205991=>1,3185205966=>1,3185205949=>1,3185205978=>1,3185205981=>1,3185205990=>1,3185208682=>1,3185208721=>1,3185211234=>1,3185211159=>1,3185211236=>1,3185211250=>1,3185211276=>1,3185211255=>1,3185211138=>1,3185211096=>1,3185210853=>1,3185210766=>1,3185210932=>1,3185211063=>1,3185211091=>1,3185211067=>1,3185211303=>1,3185211315=>1,3185211523=>1,3185211495=>1,3185211529=>1,3185211540=>1,3185211558=>1,3185211552=>1,3185211485=>1,3185211442=>1,3185211358=>1,3185211357=>1,3185211372=>1,3185211404=>1,3185211429=>1,3185210757=>1,3185210740=>1,3185208804=>1,3185208801=>1,3185208808=>1,3185208811=>1,3185208823=>1,3185208820=>1,3185208800=>1,3185208789=>1,3185208745=>1,3185208744=>1,3185208759=>1,3185208772=>1,3185208786=>1,3185208781=>1,3185209080=>1,3185210243=>1,3185210674=>1,3185210670=>1,3185210683=>1,3185210690=>1,3185210739=>1,3185210733=>1,3185210629=>1,3185210588=>1,3185210383=>1,3185210376=>1,3185210454=>1,3185210508=>1,3185210531=>1,3185205556=>1,3185205546=>1,3185198023=>1,3185197973=>1,3185198131=>1,3185198172=>1,3185198242=>1,3185198208=>1,3185197722=>1,3185197701=>1,3185197578=>1,3185197528=>1,3185197593=>1,3185197603=>1,3185197678=>1,3185197669=>1,3185198289=>1,3185198301=>1,3185198533=>1,3185198528=>1,3185198535=>1,3185198569=>1,3185199130=>1,3185198573=>1,3185198506=>1,3185198476=>1,3185198367=>1,3185198302=>1,3185198385=>1,3185198394=>1,3185198403=>1,3185198399=>1,3185197449=>1,3185197363=>1,3185196885=>1,3185196817=>1,3185196918=>1,3185196936=>1,3185196947=>1,3185196946=>1,3185196730=>1,3185196675=>1,3185196589=>1,3185196582=>1,3185196595=>1,3185196615=>1,3185196672=>1,3185196657=>1,3185196981=>1,3185196993=>1,3185197219=>1,3185197197=>1,3185197228=>1,3185197238=>1,3185197318=>1,3185197293=>1,3185197071=>1,3185197053=>1,3185197027=>1,3185197014=>1,3185197034=>1,3185197038=>1,3185197044=>1,3185199306=>1,3185199352=>1,3185202392=>1,3185201316=>1,3185202439=>1,3185202726=>1,3185205256=>1,3185202806=>1,3185201109=>1,3185201082=>1,3185200902=>1,3185200734=>1,3185200910=>1,3185200917=>1,3185200978=>1,3185200935=>1,3185205259=>1,3185205286=>1,3185205431=>1,3185205429=>1,3185205438=>1,3185205448=>1,3185205532=>1,3185205505=>1,3185205414=>1,3185205397=>1,3185205298=>1,3185205297=>1,3185205343=>1,3185205351=>1,3185205384=>1,3185200672=>1,3185200653=>1,3185200345=>1,3185200341=>1,3185200354=>1,3185200375=>1,3185200408=>1,3185200390=>1,3185200285=>1,3185200222=>1,3185199960=>1,3185199908=>1,3185200004=>1,3185200195=>1,3185200218=>1,3185200214=>1,3185200410=>1,3185200459=>1,3185200593=>1,3185200584=>1,3185200615=>1,3185200617=>1,3185200624=>1,3185200621=>1,3185200572=>1,3185200537=>1,3185200485=>1,3185200473=>1,3185200498=>1,3185200512=>1,3185200513=>1,3184929450=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-33.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(3185279819=>1,3185279803=>1,3185279825=>1,3185279827=>1,3185279924=>1,3185279898=>1,3185279790=>1,3185279769=>1,3185279718=>1,3185279614=>1,3185279727=>1,3185279747=>1,3185279767=>1,3185279760=>1,3185279925=>1,3185279953=>1,3185280421=>1,3185280409=>1,3185280433=>1,3185280463=>1,3185280547=>1,3185280502=>1,3185280258=>1,3185280218=>1,3185279989=>1,3185279955=>1,3185279995=>1,3185280052=>1,3185280153=>1,3185280139=>1,3185279482=>1,3185279469=>1,3185275881=>1,3185275878=>1,3185275889=>1,3185278990=>1,3185279014=>1,3185279006=>1,3185275863=>1,3185275862=>1,3185275703=>1,3185275683=>1,3185275705=>1,3185275766=>1,3185275807=>1,3185275767=>1,3185279038=>1,3185279082=>1,3185279286=>1,3185279274=>1,3185279302=>1,3185279307=>1,3185279422=>1,3185279314=>1,3185279260=>1,3185279226=>1,3185279121=>1,3185279096=>1,3185279145=>1,3185279161=>1,3185279215=>1,3185280583=>1,3185280615=>1,3185285155=>1,3185285144=>1,3185285158=>1,3185285190=>1,3185285238=>1,3185285203=>1,3185285136=>1,3185285126=>1,3185283661=>1,3185283639=>1,3185283676=>1,3185283690=>1,3185284047=>1,3185284036=>1,3185285266=>1,3185285276=>1,3185285483=>1,3185285445=>1,3185285558=>1,3185286448=>1,3185286829=>1,3185286750=>1,3185285442=>1,3185285385=>1,3185285312=>1,3185285310=>1,3185285332=>1,3185285337=>1,3185285355=>1,3185285338=>1,3185282742=>1,3185282652=>1,3185281154=>1,3185281142=>1,3185281179=>1,3185281180=>1,3185281237=>1,3185281231=>1,3185281141=>1,3185281140=>1,3185281048=>1,3185281029=>1,3185281053=>1,3185281110=>1,3185281132=>1,3185281119=>1,3185281257=>1,3185281544=>1,3185282335=>1,3185281788=>1,3185282478=>1,3185282580=>1,3185282637=>1,3185282583=>1,3185281753=>1,3185281689=>1,3185281608=>1,3185281587=>1,3185281638=>1,3185281654=>1,3185281674=>1,3185275641=>1,3185275618=>1,3185272497=>1,3185272493=>1,3185272501=>1,3185272503=>1,3185272539=>1,3185272506=>1,3185272482=>1,3185272477=>1,3185272440=>1,3185272417=>1,3185272452=>1,3185272459=>1,3185272470=>1,3185272465=>1,3185272543=>1,3185272552=>1,3185273131=>1,3185273092=>1,3185273160=>1,3185273185=>1,3185273242=>1,3185273229=>1,3185273085=>1,3185273049=>1,3185272613=>1,3185272573=>1,3185272857=>1,3185272886=>1,3185273004=>1,3185272969=>1,3185272407=>1,3185272405=>1,3185272070=>1,3185272069=>1,3185272095=>1,3185272170=>1,3185272176=>1,3185272173=>1,3185272068=>1,3185272062=>1,3185271918=>1,3185271904=>1,3185271994=>1,3185272040=>1,3185272053=>1,3185272047=>1,3185272187=>1,3185272189=>1,3185272368=>1,3185272365=>1,3185272388=>1,3185272390=>1,3185272402=>1,3185272392=>1,3185272363=>1,3185272333=>1,3185272272=>1,3185272230=>1,3185272297=>1,3185272320=>1,3185272329=>1,3185273251=>1,3185273253=>1,3185275084=>1,3185275065=>1,3185275086=>1,3185275090=>1,3185275110=>1,3185275098=>1,3185275038=>1,3185275033=>1,3185274982=>1,3185274961=>1,3185274987=>1,3185274990=>1,3185275018=>1,3185275005=>1,3185275158=>1,3185275159=>1,3185275383=>1,3185275362=>1,3185275419=>1,3185275510=>1,3185275608=>1,3185275549=>1,3185275332=>1,3185275306=>1,3185275192=>1,3185275161=>1,3185275284=>1,3185275291=>1,3185275299=>1,3185274958=>1,3185274951=>1,3185273701=>1,3185273616=>1,3185273728=>1,3185273782=>1,3185273887=>1,3185273821=>1,3185273580=>1,3185273547=>1,3185273283=>1,3185273281=>1,3185273317=>1,3185273333=>1,3185273379=>1,3185273357=>1,3185273897=>1,3185273902=>1,3185274480=>1,3185274461=>1,3185274597=>1,3185274612=>1,3185274912=>1,3185274898=>1,3185274406=>1,3185274403=>1,3185273983=>1,3185273916=>1,3185274054=>1,3185274058=>1,3185274375=>1,3185286849=>1,3185286850=>1,3185292069=>1,3185292048=>1,3185292078=>1,3185292100=>1,3185292118=>1,3185292111=>1,3185292013=>1,3185291908=>1,3185291477=>1,3185291468=>1,3185291790=>1,3185291808=>1,3185291904=>1,3185291853=>1,3185292126=>1,3185292142=>1,3185292349=>1,3185292345=>1,3185292364=>1,3185292406=>1,3185292509=>1,3185292442=>1,3185292300=>1,3185292298=>1,3185292181=>1,3185292156=>1,3185292193=>1,3185292235=>1,3185292253=>1,3185292250=>1,3185291397=>1,3185291370=>1,3185290509=>1,3185290476=>1,3185290513=>1,3185290531=>1,3185290557=>1,3185290536=>1,3185290446=>1,3185290441=>1,3185290307=>1,3185290244=>1,3185290317=>1,3185290324=>1,3185290429=>1,3185290367=>1,3185290566=>1,3185290607=>1,3185291087=>1,3185290975=>1,3185291118=>1,3185291137=>1,3185291340=>1,3185291148=>1,3185290924=>1,3185290923=>1,3185290666=>1,3185290659=>1,3185290739=>1,3185290873=>1,3185290884=>1,3185292545=>1,3185292562=>1,3185294330=>1,3185294310=>1,3185294340=>1,3185294358=>1,3185294388=>1,3185294359=>1,3185294245=>1,3185294238=>1,3185294097=>1,3185293998=>1,3185294163=>1,3185294176=>1,3185294232=>1,3185294208=>1,3185294402=>1,3185294455=>1,3185294584=>1,3185294572=>1,3185294595=>1,3185294602=>1,3185294635=>1,3185294610=>1,3185294569=>1,3185294558=>1,3185294472=>1,3185294470=>1,3185294484=>1,3185294502=>1,3185294530=>1,3185293990=>1,3185293857=>1,3185292781=>1,3185292766=>1,3185292786=>1,3185292796=>1,3185293405=>1,3185293342=>1,3185292751=>1,3185292744=>1,3185292625=>1,3185292615=>1,3185292659=>1,3185292696=>1,3185292736=>1,3185292718=>1,3185293420=>1,3185293489=>1,3185293809=>1,3185293744=>1,3185293814=>1,3185293830=>1,3185293855=>1,3185293848=>1,3185293697=>1,3185293696=>1,3185293555=>1,3185293539=>1,3185293635=>1,3185293666=>1,3185293674=>1,3185290194=>1,3185290168=>1,3185287762=>1,3185287756=>1,3185287775=>1,3185287776=>1,3185287875=>1,3185287821=>1,3185287750=>1,3185287749=>1,3185287661=>1,3185287587=>1,3185287663=>1,3185287714=>1,3185287740=>1,3185287725=>1,3185287881=>1,3185287924=>1,3185288112=>1,3185288080=>1,3185288149=>1,3185288175=>1,3185288221=>1,3185288199=>1,3185288052=>1,3185288040=>1,3185287931=>1,3185287926=>1,3185287960=>1,3185287995=>1,3185288029=>1,3185288014=>1,3185287580=>1,3185287565=>1,3185287092=>1,3185286981=>1,3185287127=>1,3185287166=>1,3185287200=>1,3185287179=>1,3185286974=>1,3185286971=>1,3185286904=>1,3185286866=>1,3185286906=>1,3185286907=>1,3185286955=>1,3185286945=>1,3185287239=>1,3185287254=>1,3185287402=>1,3185287396=>1,3185287420=>1,3185287447=>1,3185287534=>1,3185287517=>1,3185287384=>1,3185287381=>1,3185287284=>1,3185287282=>1,3185287286=>1,3185287339=>1,3185287361=>1,3185288238=>1,3185288248=>1,3185289439=>1,3185289396=>1,3185289458=>1,3185289523=>1,3185289634=>1,3185289583=>1,3185289387=>1,3185289376=>1,3185289262=>1,3185289199=>1,3185289270=>1,3185289303=>1,3185289355=>1,3185289306=>1,3185289665=>1,3185289736=>1,3185290003=>1,3185289951=>1,3185290006=>1,3185290055=>1,3185290162=>1,3185290144=>1,3185289914=>1,3185289904=>1,3185289832=>1,3185289787=>1,3185289838=>1,3185289844=>1,3185289893=>1,3185289172=>1,3185289163=>1,3185288569=>1,3185288545=>1,3185288579=>1,3185288587=>1,3185288616=>1,3185288607=>1,3185288543=>1,3185288535=>1,3185288398=>1,3185288250=>1,3185288472=>1,3185288476=>1,3185288483=>1,3185288481=>1,3185288644=>1,3185288657=>1,3185289124=>1,3185289057=>1,3185289127=>1,3185289133=>1,3185289155=>1,3185289151=>1,3185289031=>1,3185289016=>1,3185288817=>1,3185288737=>1,3185288883=>1,3185288922=>1,3185288923=>1,3185271886=>1,3185271860=>1,3185265121=>1,3185265098=>1,3185265133=>1,3185265153=>1,3185265220=>1,3185265202=>1,3185265093=>1,3185265033=>1,3185264850=>1,3185264841=>1,3185264851=>1,3185264865=>1,3185265019=>1,3185265016=>1,3185265247=>1,3185265406=>1,3185265847=>1,3185265694=>1,3185265874=>1,3185265904=>1,3185266019=>1,3185265910=>1,3185265670=>1,3185265642=>1,3185265438=>1,3185265435=>1,3185265535=>1,3185265603=>1,3185265631=>1,3185265612=>1,3185264784=>1,3185264757=>1,3185260255=>1,3185260249=>1,3185260257=>1,3185260269=>1,3185260336=>1,3185260326=>1,3185260225=>1,3185260192=>1,3185260084=>1,3185260040=>1,3185260122=>1,3185260135=>1,3185260180=>1,3185260171=>1,3185260363=>1,3185260391=>1,3185262810=>1,3185261176=>1,3185263072=>1,3185264390=>1,3185264731=>1,3185264703=>1,3185261031=>1,3185260681=>1,3185260453=>1,3185260447=>1,3185260461=>1,3185260499=>1,3185260504=>1,3185266051=>1,3185266057=>1,3185267833=>1,3185267817=>1,3185267841=>1,3185267866=>1,3185267874=>1,3185267872=>1,3185267815=>1,3185267800=>1,3185267691=>1,3185267685=>1,3185267733=>1,3185267761=>1,3185267785=>1,3185267783=>1,3185267878=>1,3185267884=>1,3185267932=>1,3185267928=>1,3185267943=>1,3185267968=>1,3185267987=>1,3185267986=>1,3185267927=>1,3185267923=>1,3185267893=>1,3185267887=>1,3185267896=>1,3185267908=>1,3185267922=>1,3185267683=>1,3185267671=>1,3185266788=>1,3185266768=>1,3185266815=>1,3185266833=>1,3185266859=>1,3185266858=>1,3185266740=>1,3185266648=>1,3185266234=>1,3185266216=>1,3185266474=>1,3185266557=>1,3185266643=>1,3185266569=>1,3185266923=>1,3185267008=>1,3185267553=>1,3185267550=>1,3185267560=>1,3185267655=>1,3185267667=>1,3185267662=>1,3185267400=>1,3185267241=>1,3185267050=>1,3185267011=>1,3185267085=>1,3185267091=>1,3185267102=>1,3185260014=>1,3185259864=>1,3185247843=>1,3185247826=>1,3185247846=>1,3185247861=>1,3185247879=>1,3185247867=>1,3185247798=>1,3185247769=>1,3185247669=>1,3185247635=>1,3185247690=>1,3185247714=>1,3185247762=>1,3185247727=>1,3185247925=>1,3185247939=>1,3185250978=>1,3185250955=>1,3185251000=>1,3185251001=>1,3185251018=>1,3185251007=>1,3185250896=>1,3185250891=>1,3185247997=>1,3185247991=>1,3185250622=>1,3185250705=>1,3185250876=>1,3185250857=>1,3185247621=>1,3185247619=>1,3185245830=>1,3185245731=>1,3185245836=>1,3185245874=>1,3185245897=>1,3185245875=>1,3185244667=>1,3185244660=>1,3185244556=>1,3185244534=>1,3185244588=>1,3185244596=>1,3185244659=>1,3185244598=>1,3185245929=>1,3185245988=>1,3185246113=>1,3185246103=>1,3185246278=>1,3185247492=>1,3185247541=>1,3185247508=>1,3185246091=>1,3185246083=>1,3185246029=>1,3185245989=>1,3185246031=>1,3185246049=>1,3185246071=>1,3185251023=>1,3185251032=>1,3185258976=>1,3185258954=>1,3185258980=>1,3185259002=>1,3185259529=>1,3185259528=>1,3185258952=>1,3185258935=>1,3185258874=>1,3185258844=>1,3185258875=>1,3185258889=>1,3185258911=>1,3185258897=>1,3185259531=>1,3185259534=>1,3185259760=>1,3185259739=>1,3185259817=>1,3185259831=>1,3185259854=>1,3185259832=>1,3185259727=>1,3185259722=>1,3185259586=>1,3185259561=>1,3185259630=>1,3185259640=>1,3185259665=>1,3185258838=>1,3185258832=>1,3185251306=>1,3185251285=>1,3185256663=>1,3185257025=>1,3185257184=>1,3185257174=>1,3185251261=>1,3185251226=>1,3185251152=>1,3185251097=>1,3185251153=>1,3185251166=>1,3185251191=>1,3185251171=>1,3185257245=>1,3185257322=>1,3185258752=>1,3185258721=>1,3185258760=>1,3185258784=>1,3185258811=>1,3185258790=>1,3185258697=>1,3185258671=>1,3185258416=>1,3185257347=>1,3185258547=>1,3185258574=>1,3185258603=>1,3185267994=>1,3185268002=>1,3185270391=>1,3185270383=>1,3185270402=>1,3185270409=>1,3185270421=>1,3185270415=>1,3185270381=>1,3185270379=>1,3185270355=>1,3185270341=>1,3185270359=>1,3185270363=>1,3185270371=>1,3185270368=>1,3185270427=>1,3185270431=>1,3185270940=>1,3185270913=>1,3185270958=>1,3185270959=>1,3185270974=>1,3185270965=>1,3185270890=>1,3185270839=>1,3185270446=>1,3185270436=>1,3185270460=>1,3185270461=>1,3185270631=>1,3185270463=>1,3185270330=>1,3185270323=>1,3185270171=>1,3185270161=>1,3185270184=>1,3185270198=>1,3185270209=>1,3185270202=>1,3185270158=>1,3185270154=>1,3185270130=>1,3185270125=>1,3185270134=>1,3185270140=>1,3185270152=>1,3185270143=>1,3185270220=>1,3185270232=>1,3185270305=>1,3185270298=>1,3185270309=>1,3185270317=>1,3185270320=>1,3185270319=>1,3185270293=>1,3185270284=>1,3185270242=>1,3185270235=>1,3185270245=>1,3185270256=>1,3185270262=>1,3185271061=>1,3185271067=>1,3185271525=>1,3185271523=>1,3185271528=>1,3185271533=>1,3185271542=>1,3185271534=>1,3185271519=>1,3185271516=>1,3185271503=>1,3185271498=>1,3185271508=>1,3185271510=>1,3185271514=>1,3185271513=>1,3185271546=>1,3185271549=>1,3185271643=>1,3185271595=>1,3185271745=>1,3185271835=>1,3185271859=>1,3185271852=>1,3185271591=>1,3185271582=>1,3185271559=>1,3185271552=>1,3185271567=>1,3185271574=>1,3185271577=>1,3185271496=>1,3185271493=>1,3185271314=>1,3185271208=>1,3185271316=>1,3185271328=>1,3185271349=>1,3185271329=>1,3185271178=>1,3185271143=>1,3185271073=>1,3185271072=>1,3185271098=>1,3185271100=>1,3185271108=>1,3185271102=>1,3185271356=>1,3185271357=>1,3185271468=>1,3185271435=>1,3185271470=>1,3185271480=>1,3185271490=>1,3185271487=>1,3185271431=>1,3185271406=>1,3185271370=>1,3185271367=>1,3185271378=>1,3185271382=>1,3185271391=>1,3185270119=>1,3185270107=>1,3185268356=>1,3185268348=>1,3185268388=>1,3185268393=>1,3185268396=>1,3185268395=>1,3185268343=>1,3185268331=>1,3185268282=>1,3185268279=>1,3185268291=>1,3185268293=>1,3185268327=>1,3185268325=>1,3185268401=>1,3185268436=>1,3185268700=>1,3185268684=>1,3185268768=>1,3185268796=>1,3185268887=>1,3185268798=>1,3185268617=>1,3185268576=>1,3185268451=>1,3185268442=>1,3185268471=>1,3185268513=>1,3185268574=>1,3185268551=>1,3185268262=>1,3185268257=>1,3185268073=>1,3185268067=>1,3185268084=>1,3185268101=>1,3185268105=>1,3185268103=>1,3185268061=>1,3185268054=>1,3185268011=>1,3185268004=>1,3185268039=>1,3185268043=>1,3185268050=>1,3185268045=>1,3185268106=>1,3185268117=>1,3185268194=>1,3185268191=>1,3185268219=>1,3185268220=>1,3185268232=>1,3185268226=>1,3185268183=>1,3185268172=>1,3185268123=>1,3185268118=>1,3185268133=>1,3185268136=>1,3185268138=>1,3185268897=>1,3185268990=>1,3185269954=>1,3185269938=>1,3185269960=>1,3185269965=>1,3185269978=>1,3185269974=>1,3185269930=>1,3185269917=>1,3185269822=>1,3185269806=>1,3185269854=>1,3185269860=>1,3185269911=>1,3185269873=>1,3185269980=>1,3185269985=>1,3185270071=>1,3185270067=>1,3185270093=>1,3185270094=>1,3185270101=>1,3185270097=>1,3185270064=>1,3185270061=>1,3185269997=>1,3185269987=>1,3185270001=>1,3185270018=>1,3185270019=>1,3185269803=>1,3185269799=>1,3185269131=>1,3185269128=>1,3185269134=>1,3185269176=>1,3185269183=>1,3185269178=>1,3185269120=>1,3185269117=>1,3185269065=>1,3185269044=>1,3185269083=>1,3185269095=>1,3185269114=>1,3185269106=>1,3185269336=>1,3185269406=>1,3185269758=>1,3185269747=>1,3185269768=>1,3185269783=>1,3185269796=>1,3185269785=>1,3185269742=>1,3185269714=>1,3185269482=>1,3185269419=>1,3185269573=>1,3185269673=>1,3185269696=>1,3185244533=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-34.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(3190257866=>1,3190257404=>1,3190258110=>1,3190258191=>1,3190259260=>1,3190258893=>1,3190257275=>1,3190256580=>1,3190255066=>1,3190255027=>1,3190255531=>1,3190255882=>1,3190255952=>1,3190255920=>1,3190259437=>1,3190259532=>1,3190285396=>1,3190267717=>1,3190286664=>1,3190287929=>1,3190289150=>1,3190289122=>1,3190267021=>1,3190266120=>1,3190261068=>1,3190259842=>1,3190263347=>1,3190263610=>1,3190264516=>1,3190263612=>1,3190254211=>1,3190253825=>1,3190244652=>1,3190244067=>1,3190245269=>1,3190245349=>1,3190246331=>1,3190245704=>1,3190243626=>1,3190236468=>1,3190213797=>1,3190210392=>1,3190218256=>1,3190231431=>1,3190233831=>1,3190233552=>1,3190246392=>1,3190247003=>1,3190251398=>1,3190251069=>1,3190252648=>1,3190253158=>1,3190253642=>1,3190253333=>1,3190250606=>1,3190250453=>1,3190247407=>1,3190247241=>1,3190247588=>1,3190248581=>1,3190248924=>1,3190291271=>1,3190297392=>1,3192419868=>1,3192411739=>1,3192422108=>1,3192422610=>1,3192423632=>1,3192422999=>1,3192411001=>1,3192397648=>1,3192394022=>1,3192391148=>1,3192394405=>1,3192394565=>1,3192397515=>1,3192395883=>1,3192424411=>1,3192424882=>1,3192428867=>1,3192427895=>1,3192429407=>1,3192439361=>1,3192451020=>1,3192447959=>1,3192427869=>1,3192427814=>1,3192426186=>1,3192425639=>1,3192426245=>1,3192426861=>1,3192427487=>1,3192427099=>1,3192390798=>1,3192390091=>1,3191125978=>1,3191125389=>1,3191126490=>1,3191127166=>1,3191227609=>1,3191221452=>1,3191123788=>1,3190534887=>1,3190434732=>1,3190318827=>1,3190439311=>1,3190478743=>1,3190507629=>1,3190501207=>1,3191227701=>1,3191227801=>1,3191835719=>1,3191832964=>1,3191839498=>1,3191840226=>1,3192002503=>1,3191844596=>1,3191804195=>1,3191619213=>1,3191238815=>1,3191228108=>1,3191466142=>1,3191616150=>1,3191619067=>1,3190209700=>1,3190209543=>1,3190117757=>1,3190116583=>1,3190120398=>1,3190120437=>1,3190120972=>1,3190120595=>1,3190116063=>1,3190115669=>1,3190108785=>1,3190108655=>1,3190109665=>1,3190110993=>1,3190111561=>1,3190111472=>1,3190121134=>1,3190121870=>1,3190124482=>1,3190123880=>1,3190124502=>1,3190124890=>1,3190126740=>1,3190125559=>1,3190123818=>1,3190122843=>1,3190122002=>1,3190121959=>1,3190122107=>1,3190122131=>1,3190122810=>1,3190122459=>1,3190108615=>1,3190108589=>1,3190079138=>1,3190079071=>1,3190080364=>1,3190080528=>1,3190082075=>1,3190081949=>1,3190078555=>1,3190078391=>1,3190072204=>1,3190071403=>1,3190075847=>1,3190076894=>1,3190078010=>1,3190077408=>1,3190082470=>1,3190087142=>1,3190105386=>1,3190105181=>1,3190105469=>1,3190105879=>1,3190108299=>1,3190107631=>1,3190105066=>1,3190104107=>1,3190098879=>1,3190087602=>1,3190102337=>1,3190102406=>1,3190102815=>1,3190127556=>1,3190127910=>1,3190185839=>1,3190185798=>1,3190189300=>1,3190189579=>1,3190194221=>1,3190192150=>1,3190185563=>1,3190184098=>1,3190179675=>1,3190179451=>1,3190181798=>1,3190182187=>1,3190183659=>1,3190182851=>1,3190195061=>1,3190196849=>1,3190207354=>1,3190207068=>1,3190208651=>1,3190208871=>1,3190209326=>1,3190208995=>1,3190206924=>1,3190206414=>1,3190203689=>1,3190200887=>1,3190204557=>1,3190205572=>1,3190206057=>1,3190179418=>1,3190179265=>1,3190140881=>1,3190138189=>1,3190141552=>1,3190145196=>1,3190149424=>1,3190149068=>1,3190138180=>1,3190133124=>1,3190130642=>1,3190128460=>1,3190130831=>1,3190131457=>1,3190132398=>1,3190131667=>1,3190149543=>1,3190153440=>1,3190172148=>1,3190171388=>1,3190174273=>1,3190175601=>1,3190178709=>1,3190178052=>1,3190168098=>1,3190165104=>1,3190155114=>1,3190154649=>1,3190155770=>1,3190163161=>1,3190163225=>1,3192451361=>1,3192464198=>1,3192723414=>1,3192723236=>1,3192724542=>1,3192726546=>1,3192730740=>1,3192730387=>1,3192723030=>1,3192721455=>1,3192643833=>1,3192643798=>1,3192643909=>1,3192644360=>1,3192718969=>1,3192650940=>1,3192731051=>1,3192731928=>1,3192756899=>1,3192756427=>1,3192757230=>1,3192757703=>1,3192758540=>1,3192758276=>1,3192752365=>1,3192752214=>1,3192733176=>1,3192732197=>1,3192741642=>1,3192743716=>1,3192751777=>1,3192751712=>1,3192638273=>1,3192632838=>1,3192603744=>1,3192602588=>1,3192604625=>1,3192605866=>1,3192607377=>1,3192606742=>1,3192602150=>1,3192602138=>1,3192601067=>1,3192600935=>1,3192601668=>1,3192601696=>1,3192601838=>1,3192601702=>1,3192607952=>1,3192612632=>1,3192629620=>1,3192628960=>1,3192629963=>1,3192630755=>1,3192632202=>1,3192631822=>1,3192628662=>1,3192628146=>1,3192614873=>1,3192614714=>1,3192619511=>1,3192624108=>1,3192627985=>1,3192758650=>1,3192758721=>1,3192782514=>1,3192782211=>1,3192783096=>1,3192784218=>1,3192784766=>1,3192784369=>1,3192782116=>1,3192780638=>1,3192777096=>1,3192776267=>1,3192777573=>1,3192778323=>1,3192780599=>1,3192779153=>1,3192786364=>1,3192786774=>1,3192794483=>1,3192793566=>1,3192796069=>1,3192796130=>1,3192798432=>1,3192798123=>1,3192793204=>1,3192790749=>1,3192787975=>1,3192787416=>1,3192788913=>1,3192789832=>1,3192789906=>1,3192774444=>1,3192774246=>1,3192767312=>1,3192765054=>1,3192767520=>1,3192767899=>1,3192768807=>1,3192768148=>1,3192764483=>1,3192764330=>1,3192760066=>1,3192759667=>1,3192760283=>1,3192762638=>1,3192763959=>1,3192763384=>1,3192769403=>1,3192769824=>1,3192772860=>1,3192772326=>1,3192772979=>1,3192773011=>1,3192773720=>1,3192773605=>1,3192772024=>1,3192771881=>1,3192770965=>1,3192770279=>1,3192771078=>1,3192771211=>1,3192771288=>1,3192600870=>1,3192600512=>1,3192494629=>1,3192494495=>1,3192494840=>1,3192495124=>1,3192495668=>1,3192495301=>1,3192494271=>1,3192494096=>1,3192491521=>1,3192491497=>1,3192491674=>1,3192491686=>1,3192492892=>1,3192491794=>1,3192498994=>1,3192499006=>1,3192518642=>1,3192517559=>1,3192524162=>1,3192524440=>1,3192533567=>1,3192531718=>1,3192517386=>1,3192517164=>1,3192513739=>1,3192499041=>1,3192513801=>1,3192514176=>1,3192515304=>1,3192514656=>1,3192491030=>1,3192490830=>1,3192483522=>1,3192482673=>1,3192483901=>1,3192483958=>1,3192485077=>1,3192484704=>1,3192481885=>1,3192480420=>1,3192474760=>1,3192466723=>1,3192478997=>1,3192479268=>1,3192480364=>1,3192480039=>1,3192485147=>1,3192485256=>1,3192489917=>1,3192489888=>1,3192490158=>1,3192490266=>1,3192490529=>1,3192490447=>1,3192489227=>1,3192489064=>1,3192487998=>1,3192487953=>1,3192488517=>1,3192488538=>1,3192488898=>1,3192533620=>1,3192540619=>1,3192569945=>1,3192569433=>1,3192570174=>1,3192570330=>1,3192571260=>1,3192570859=>1,3192569415=>1,3192569387=>1,3192567810=>1,3192567743=>1,3192567853=>1,3192568202=>1,3192568857=>1,3192568766=>1,3192572590=>1,3192575089=>1,3192595827=>1,3192595774=>1,3192597636=>1,3192598750=>1,3192599441=>1,3192599110=>1,3192594728=>1,3192583401=>1,3192579016=>1,3192575359=>1,3192580873=>1,3192581262=>1,3192583275=>1,3192567352=>1,3192567141=>1,3192561962=>1,3192561953=>1,3192561979=>1,3192562010=>1,3192562206=>1,3192562122=>1,3192561754=>1,3192561742=>1,3192542590=>1,3192541812=>1,3192544130=>1,3192544820=>1,3192549552=>1,3192544853=>1,3192562312=>1,3192562596=>1,3192566214=>1,3192565971=>1,3192566262=>1,3192566471=>1,3192567009=>1,3192567000=>1,3192565791=>1,3192565459=>1,3192562932=>1,3192562781=>1,3192563520=>1,3192564133=>1,3192564796=>1,3190071319=>1,3190071172=>1,3185300395=>1,3185300371=>1,3185300409=>1,3185300428=>1,3185300445=>1,3185300442=>1,3185300353=>1,3185300352=>1,3185300251=>1,3185300225=>1,3185300293=>1,3185300320=>1,3185300348=>1,3185300340=>1,3185300497=>1,3185300498=>1,3185302687=>1,3185302666=>1,3185302762=>1,3185302847=>1,3185302887=>1,3185302869=>1,3185302663=>1,3185302658=>1,3185300581=>1,3185300578=>1,3185300590=>1,3185300621=>1,3185302627=>1,3185302597=>1,3185300175=>1,3185300118=>1,3185299818=>1,3185299791=>1,3185299825=>1,3185299864=>1,3185299882=>1,3185299873=>1,3185299786=>1,3185299770=>1,3185299636=>1,3185299624=>1,3185299649=>1,3185299683=>1,3185299764=>1,3185299759=>1,3185299889=>1,3185299890=>1,3185299998=>1,3185299993=>1,3185299999=>1,3185300007=>1,3185300100=>1,3185300086=>1,3185299986=>1,3185299968=>1,3185299912=>1,3185299903=>1,3185299930=>1,3185299943=>1,3185299954=>1,3185302932=>1,3185302941=>1,3185304790=>1,3185304780=>1,3185304806=>1,3185304816=>1,3185304847=>1,3185304833=>1,3185304777=>1,3185304762=>1,3185304694=>1,3185304670=>1,3185304712=>1,3185304720=>1,3185304746=>1,3185304723=>1,3185304879=>1,3185304907=>1,3185307146=>1,3185307139=>1,3185307162=>1,3185307277=>1,3185307306=>1,3185307304=>1,3185305382=>1,3185305260=>1,3185305016=>1,3185304985=>1,3185305090=>1,3185305246=>1,3185305249=>1,3185304652=>1,3185304631=>1,3185303033=>1,3185303023=>1,3185303607=>1,3185303637=>1,3185303683=>1,3185303664=>1,3185303022=>1,3185302999=>1,3185302952=>1,3185302944=>1,3185302956=>1,3185302969=>1,3185302984=>1,3185302972=>1,3185303686=>1,3185303688=>1,3185304288=>1,3185304262=>1,3185304302=>1,3185304311=>1,3185304592=>1,3185304582=>1,3185304247=>1,3185304229=>1,3185304100=>1,3185304069=>1,3185304141=>1,3185304171=>1,3185304226=>1,3185299597=>1,3185299553=>1,3185295261=>1,3185295253=>1,3185295278=>1,3185295288=>1,3185295332=>1,3185295307=>1,3185295231=>1,3185295226=>1,3185295155=>1,3185295154=>1,3185295159=>1,3185295196=>1,3185295222=>1,3185295211=>1,3185295339=>1,3185295343=>1,3185295723=>1,3185295679=>1,3185295730=>1,3185295747=>1,3185295819=>1,3185295765=>1,3185295655=>1,3185295645=>1,3185295385=>1,3185295378=>1,3185295502=>1,3185295534=>1,3185295612=>1,3185295603=>1,3185295144=>1,3185295141=>1,3185294823=>1,3185294775=>1,3185294838=>1,3185294848=>1,3185294898=>1,3185294862=>1,3185294734=>1,3185294722=>1,3185294641=>1,3185294640=>1,3185294664=>1,3185294677=>1,3185294721=>1,3185294693=>1,3185294919=>1,3185294926=>1,3185295083=>1,3185295069=>1,3185295099=>1,3185295119=>1,3185295134=>1,3185295126=>1,3185295045=>1,3185295004=>1,3185294933=>1,3185294928=>1,3185294939=>1,3185294992=>1,3185294995=>1,3185295897=>1,3185296440=>1,3185298151=>1,3185298146=>1,3185298174=>1,3185298435=>1,3185298483=>1,3185298453=>1,3185298124=>1,3185298102=>1,3185297399=>1,3185297391=>1,3185297826=>1,3185297910=>1,3185298066=>1,3185297998=>1,3185298558=>1,3185298570=>1,3185299484=>1,3185298927=>1,3185299494=>1,3185299498=>1,3185299544=>1,3185299515=>1,3185298884=>1,3185298756=>1,3185298670=>1,3185298625=>1,3185298702=>1,3185298720=>1,3185298751=>1,3185297367=>1,3185297358=>1,3185296782=>1,3185296764=>1,3185296814=>1,3185296834=>1,3185296881=>1,3185296855=>1,3185296715=>1,3185296704=>1,3185296606=>1,3185296522=>1,3185296675=>1,3185296677=>1,3185296699=>1,3185296684=>1,3185296962=>1,3185296991=>1,3185297206=>1,3185297194=>1,3185297245=>1,3185297250=>1,3185297296=>1,3185297275=>1,3185297170=>1,3185297167=>1,3185297031=>1,3185297002=>1,3185297059=>1,3185297122=>1,3185297133=>1,3185307387=>1,3185307441=>1,3187221560=>1,3187218450=>1,3187225365=>1,3187671598=>1,3187679506=>1,3187674066=>1,3186375089=>1,3185440597=>1,3185432369=>1,3185432304=>1,3185435365=>1,3185438024=>1,3185440589=>1,3185440347=>1,3187686390=>1,3187771750=>1,3188075897=>1,3188073980=>1,3188118183=>1,3188121224=>1,3188123540=>1,3188122141=>1,3188071877=>1,3188038734=>1,3187888675=>1,3187772397=>1,3187934299=>1,3187941042=>1,3188013209=>1,3187943730=>1,3185431483=>1,3185430471=>1,3185397145=>1,3185378004=>1,3185398773=>1,3185399224=>1,3185402179=>1,3185402013=>1,3185377950=>1,3185377903=>1,3185377214=>1,3185376987=>1,3185377238=>1,3185377320=>1,3185377651=>1,3185377386=>1,3185409043=>1,3185412310=>1,3185428611=>1,3185428600=>1,3185429338=>1,3185429342=>1,3185429832=>1,3185429343=>1,3185428590=>1,3185428533=>1,3185416876=>1,3185412588=>1,3185416890=>1,3185426463=>1,3185426530=>1,3188125081=>1,3188137690=>1,3190051317=>1,3190050299=>1,3190051646=>1,3190051748=>1,3190054871=>1,3190054243=>1,3190050162=>1,3190048093=>1,3189658360=>1,3189577463=>1,3189668361=>1,3189678319=>1,3190043386=>1,3189687112=>1,3190056906=>1,3190058974=>1,3190069072=>1,3190068638=>1,3190069143=>1,3190069692=>1,3190069976=>1,3190069860=>1,3190068045=>1,3190067947=>1,3190062350=>1,3190060245=>1,3190063351=>1,3190063815=>1,3190067694=>1,3189070803=>1,3189068899=>1,3188328600=>1,3188328498=>1,3188328624=>1,3188425939=>1,3188433832=>1,3188433373=>1,3188275951=>1,3188275725=>1,3188158480=>1,3188137692=>1,3188158482=>1,3188184594=>1,3188261769=>1,3188237861=>1,3188434436=>1,3188449758=>1,3188710966=>1,3188710962=>1,3188776501=>1,3188852307=>1,3189068765=>1,3189067819=>1,3188705112=>1,3188703352=>1,3188464662=>1,3188457834=>1,3188471658=>1,3188494348=>1,3188632260=>1,3185376903=>1,3185376699=>1,3185309079=>1,3185309050=>1,3185309128=>1,3185309175=>1,3185310060=>1,3185309890=>1,3185309010=>1,3185308992=>1,3185308701=>1,3185308623=>1,3185308825=>1,3185308827=>1,3185308915=>1,3185308898=>1,3185310750=>1,3185310789=>1,3185311251=>1,3185311121=>1,3185311267=>1,3185311313=>1,3185311335=>1,3185311315=>1,3185311117=>1,3185311058=>1,3185310877=>1,3185310813=>1,3185310905=>1,3185310980=>1,3185311054=>1,3185311039=>1,3185308612=>1,3185308602=>1,3185308019=>1,3185308011=>1,3185308034=>1,3185308065=>1,3185308074=>1,3185308072=>1,3185308009=>1,3185307962=>1,3185307592=>1,3185307468=>1,3185307604=>1,3185307635=>1,3185307958=>1,3185307943=>1,3185308090=>1,3185308124=>1,3185308408=>1,3185308353=>1,3185308420=>1,3185308456=>1,3185308600=>1,3185308462=>1,3185308284=>1,3185308281=>1,3185308129=>1,3185308127=>1,3185308183=>1,3185308231=>1,3185308273=>1,3185311338=>1,3185311347=>1,3185325712=>1,3185325585=>1,3185325849=>1,3185325924=>1,3185326200=>1,3185325973=>1,3185325465=>1,3185325169=>1,3185323648=>1,3185323016=>1,3185323660=>1,3185323834=>1,3185325148=>1,3185325129=>1,3185326588=>1,3185330320=>1,3185375352=>1,3185375292=>1,3185375402=>1,3185375432=>1,3185375746=>1,3185375610=>1,3185375286=>1,3185371749=>1,3185360463=>1,3185359714=>1,3185371000=>1,3185371131=>1,3185371246=>1,3185321889=>1,3185321787=>1,3185311537=>1,3185311536=>1,3185311541=>1,3185311551=>1,3185311605=>1,3185311575=>1,3185311528=>1,3185311527=>1,3185311375=>1,3185311369=>1,3185311380=>1,3185311465=>1,3185311503=>1,3185311489=>1,3185311630=>1,3185311641=>1,3185320905=>1,3185320770=>1,3185321097=>1,3185321284=>1,3185321783=>1,3185321463=>1,3185320080=>1,3185318962=>1,3185311734=>1,3185311683=>1,3185316936=>1,3185317518=>1,3185317795=>1,3185294639=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-35.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(3201016506=>1,3201014559=>1,3201016725=>1,3201016730=>1,3201017713=>1,3201017706=>1,3201014435=>1,3201012890=>1,3201010141=>1,3201009095=>1,3201010674=>1,3201010900=>1,3201011275=>1,3201011149=>1,3201018232=>1,3201018698=>1,3201029330=>1,3201027531=>1,3201030717=>1,3201033060=>1,3201040370=>1,3201036205=>1,3201025979=>1,3201024932=>1,3201019024=>1,3201018763=>1,3201021711=>1,3201021848=>1,3201024712=>1,3201024015=>1,3201008709=>1,3201008613=>1,3200995295=>1,3200994836=>1,3200996178=>1,3200998347=>1,3200999521=>1,3200999469=>1,3200994800=>1,3200994265=>1,3200993012=>1,3200992308=>1,3200993122=>1,3200993530=>1,3200993658=>1,3200993555=>1,3200999937=>1,3200999960=>1,3201005335=>1,3201005250=>1,3201005442=>1,3201005454=>1,3201008115=>1,3201006108=>1,3201003208=>1,3201003010=>1,3201000200=>1,3201000090=>1,3201000810=>1,3201001139=>1,3201001420=>1,3201040494=>1,3201040934=>1,3201070989=>1,3201070516=>1,3201071217=>1,3201072461=>1,3201074767=>1,3201073572=>1,3201069642=>1,3201069624=>1,3201066876=>1,3201066602=>1,3201067336=>1,3201067345=>1,3201069537=>1,3201069440=>1,3201078101=>1,3201082068=>1,3201092016=>1,3201089860=>1,3201092738=>1,3201093240=>1,3201098964=>1,3201098587=>1,3201089665=>1,3201089067=>1,3201082821=>1,3201082583=>1,3201084261=>1,3201085250=>1,3201086532=>1,3201085869=>1,3201066008=>1,3201065330=>1,3201049091=>1,3201046044=>1,3201051252=>1,3201053914=>1,3201054374=>1,3201054245=>1,3201044660=>1,3201044608=>1,3201041063=>1,3201040952=>1,3201041434=>1,3201041974=>1,3201042495=>1,3201042162=>1,3201056818=>1,3201057292=>1,3201064014=>1,3201063737=>1,3201064612=>1,3201064614=>1,3201065150=>1,3201064963=>1,3201063084=>1,3201062555=>1,3201058101=>1,3201057673=>1,3201059567=>1,3201060088=>1,3201062104=>1,3200992136=>1,3200991629=>1,3200848526=>1,3200848076=>1,3200850288=>1,3200850457=>1,3200868111=>1,3200852457=>1,3200848045=>1,3200847821=>1,3200843288=>1,3200842882=>1,3200844105=>1,3200844521=>1,3200847564=>1,3200844530=>1,3200868674=>1,3200869084=>1,3200871872=>1,3200871502=>1,3200872644=>1,3200873347=>1,3200875093=>1,3200873903=>1,3200871394=>1,3200871226=>1,3200869496=>1,3200869449=>1,3200869511=>1,3200869786=>1,3200871095=>1,3200870395=>1,3200842171=>1,3200842169=>1,3200792764=>1,3200792660=>1,3200793038=>1,3200794011=>1,3200835780=>1,3200806656=>1,3200790042=>1,3200789352=>1,3200786748=>1,3200785561=>1,3200787214=>1,3200787413=>1,3200788692=>1,3200788562=>1,3200835825=>1,3200835864=>1,3200841339=>1,3200840568=>1,3200841480=>1,3200841554=>1,3200841840=>1,3200841726=>1,3200840434=>1,3200840103=>1,3200837938=>1,3200837919=>1,3200838183=>1,3200839528=>1,3200839664=>1,3200875118=>1,3200876508=>1,3200957191=>1,3200956676=>1,3200957577=>1,3200958139=>1,3200976222=>1,3200975927=>1,3200956265=>1,3200955127=>1,3200931052=>1,3200931010=>1,3200942762=>1,3200951063=>1,3200954836=>1,3200951866=>1,3200976504=>1,3200977571=>1,3200984148=>1,3200982599=>1,3200984159=>1,3200985012=>1,3200990053=>1,3200985149=>1,3200981996=>1,3200981848=>1,3200980281=>1,3200979007=>1,3200980680=>1,3200980802=>1,3200980816=>1,3200930542=>1,3200915522=>1,3200884858=>1,3200884849=>1,3200885591=>1,3200886309=>1,3200888119=>1,3200887816=>1,3200880708=>1,3200879600=>1,3200876585=>1,3200876576=>1,3200877402=>1,3200877903=>1,3200879520=>1,3200878490=>1,3200888807=>1,3200888879=>1,3200899031=>1,3200896464=>1,3200904317=>1,3200908455=>1,3200915115=>1,3200915075=>1,3200896236=>1,3200895256=>1,3200890744=>1,3200889074=>1,3200891414=>1,3200893146=>1,3200895206=>1,3201099237=>1,3201099574=>1,3201273813=>1,3201273672=>1,3201274771=>1,3201275942=>1,3201276092=>1,3201275989=>1,3201273346=>1,3201273207=>1,3201271596=>1,3201271520=>1,3201271881=>1,3201272102=>1,3201273152=>1,3201272374=>1,3201276532=>1,3201276958=>1,3201278957=>1,3201278912=>1,3201279394=>1,3201279831=>1,3201280260=>1,3201279894=>1,3201278900=>1,3201278835=>1,3201277802=>1,3201277179=>1,3201277914=>1,3201278704=>1,3201278792=>1,3201278746=>1,3201271508=>1,3201270972=>1,3201235918=>1,3201234409=>1,3201236577=>1,3201237349=>1,3201238569=>1,3201237976=>1,3201232295=>1,3201228613=>1,3201227002=>1,3201226663=>1,3201227327=>1,3201227984=>1,3201228540=>1,3201228413=>1,3201239074=>1,3201243060=>1,3201264860=>1,3201252570=>1,3201265003=>1,3201269921=>1,3201270644=>1,3201270206=>1,3201251413=>1,3201250778=>1,3201247496=>1,3201246487=>1,3201247641=>1,3201248512=>1,3201250671=>1,3201280684=>1,3201281145=>1,3201348938=>1,3201314269=>1,3201349012=>1,3201365572=>1,3201475170=>1,3201458778=>1,3201302136=>1,3201301467=>1,3201297362=>1,3201297210=>1,3201298199=>1,3201298333=>1,3201301144=>1,3201300987=>1,3201485839=>1,3201525676=>1,3201638063=>1,3201637907=>1,3201638422=>1,3201638742=>1,3201640752=>1,3201639695=>1,3201637392=>1,3201637171=>1,3201553641=>1,3201552851=>1,3201634074=>1,3201634284=>1,3201637129=>1,3201296768=>1,3201296229=>1,3201285192=>1,3201285124=>1,3201286685=>1,3201287023=>1,3201287891=>1,3201287725=>1,3201285103=>1,3201285077=>1,3201283884=>1,3201281615=>1,3201284270=>1,3201284299=>1,3201285051=>1,3201284870=>1,3201287967=>1,3201288353=>1,3201294563=>1,3201294542=>1,3201294596=>1,3201295523=>1,3201295836=>1,3201295613=>1,3201294368=>1,3201293266=>1,3201289421=>1,3201288578=>1,3201289480=>1,3201289934=>1,3201290007=>1,3201226497=>1,3201225942=>1,3201156761=>1,3201156746=>1,3201157298=>1,3201157448=>1,3201157907=>1,3201157889=>1,3201156582=>1,3201150449=>1,3201144472=>1,3201144048=>1,3201145297=>1,3201145697=>1,3201149807=>1,3201149552=>1,3201158077=>1,3201159038=>1,3201172812=>1,3201172517=>1,3201172937=>1,3201173809=>1,3201174622=>1,3201174412=>1,3201172099=>1,3201166057=>1,3201160350=>1,3201160332=>1,3201162515=>1,3201162624=>1,3201164377=>1,3201162705=>1,3201143504=>1,3201143415=>1,3201106417=>1,3201105990=>1,3201109881=>1,3201111327=>1,3201113530=>1,3201112660=>1,3201103624=>1,3201102620=>1,3201099996=>1,3201099753=>1,3201100049=>1,3201100460=>1,3201101728=>1,3201101148=>1,3201125422=>1,3201125915=>1,3201140720=>1,3201137972=>1,3201140936=>1,3201142319=>1,3201143330=>1,3201142793=>1,3201136838=>1,3201136753=>1,3201134959=>1,3201134815=>1,3201135842=>1,3201136035=>1,3201136635=>1,3201174843=>1,3201175573=>1,3201214492=>1,3201213282=>1,3201215092=>1,3201215147=>1,3201215500=>1,3201215213=>1,3201212395=>1,3201212086=>1,3201210416=>1,3201210099=>1,3201210635=>1,3201211242=>1,3201211534=>1,3201211453=>1,3201215866=>1,3201216398=>1,3201222919=>1,3201222302=>1,3201223388=>1,3201223902=>1,3201225408=>1,3201224652=>1,3201221801=>1,3201220285=>1,3201218051=>1,3201217809=>1,3201218059=>1,3201218919=>1,3201218995=>1,3201209347=>1,3201209031=>1,3201178794=>1,3201178721=>1,3201179379=>1,3201179914=>1,3201185868=>1,3201180617=>1,3201178438=>1,3201178236=>1,3201175785=>1,3201175745=>1,3201175792=>1,3201175827=>1,3201177245=>1,3201176109=>1,3201190377=>1,3201191065=>1,3201205532=>1,3201205090=>1,3201205549=>1,3201205771=>1,3201208881=>1,3201206394=>1,3201204723=>1,3201203935=>1,3201197137=>1,3201194667=>1,3201198655=>1,3201200439=>1,3201201867=>1,3200785394=>1,3200782984=>1,3194087443=>1,3194085728=>1,3194088519=>1,3194089793=>1,3194092507=>1,3194092463=>1,3194037791=>1,3193949114=>1,3193890406=>1,3193889453=>1,3193893345=>1,3193893366=>1,3193947378=>1,3193893801=>1,3194093122=>1,3194182669=>1,3194493258=>1,3194484740=>1,3194530538=>1,3194541483=>1,3194553281=>1,3194549922=>1,3194464703=>1,3194429387=>1,3194360244=>1,3194322631=>1,3194360304=>1,3194394603=>1,3194416960=>1,3194415339=>1,3193887138=>1,3193885472=>1,3193175111=>1,3193174559=>1,3193175363=>1,3193248914=>1,3193274898=>1,3193254523=>1,3193173821=>1,3193173516=>1,3193165022=>1,3193163579=>1,3193166404=>1,3193172088=>1,3193172502=>1,3193172467=>1,3193281453=>1,3193289558=>1,3193834447=>1,3193811010=>1,3193881016=>1,3193881987=>1,3193884447=>1,3193884307=>1,3193731090=>1,3193618808=>1,3193357723=>1,3193354460=>1,3193610834=>1,3193610837=>1,3193610842=>1,3194625350=>1,3194711228=>1,3195713998=>1,3195713989=>1,3195713999=>1,3195714004=>1,3195714209=>1,3195714010=>1,3195713986=>1,3195713621=>1,3195641466=>1,3195641458=>1,3195641545=>1,3195643998=>1,3195660362=>1,3195660146=>1,3195714245=>1,3195714249=>1,3195714277=>1,3195714269=>1,3195714278=>1,3195741701=>1,3196085025=>1,3195744116=>1,3195714268=>1,3195714266=>1,3195714258=>1,3195714250=>1,3195714260=>1,3195714262=>1,3195714263=>1,3195641097=>1,3195641094=>1,3195003890=>1,3194966932=>1,3195004747=>1,3195034432=>1,3195204581=>1,3195118222=>1,3194938411=>1,3194928749=>1,3194736129=>1,3194716130=>1,3194748406=>1,3194856529=>1,3194927619=>1,3194861962=>1,3195282694=>1,3195372174=>1,3195637265=>1,3195636386=>1,3195638930=>1,3195638945=>1,3195641089=>1,3195639031=>1,3195599429=>1,3195599130=>1,3195535286=>1,3195385148=>1,3195563234=>1,3195566850=>1,3195566851=>1,3193163462=>1,3193163382=>1,3192829355=>1,3192829340=>1,3192829612=>1,3192829849=>1,3192830502=>1,3192830467=>1,3192829298=>1,3192829005=>1,3192827983=>1,3192827340=>1,3192828152=>1,3192828182=>1,3192828878=>1,3192828793=>1,3192830558=>1,3192831710=>1,3192843653=>1,3192842950=>1,3192843717=>1,3192843951=>1,3192844254=>1,3192844076=>1,3192842537=>1,3192842445=>1,3192839857=>1,3192831937=>1,3192841281=>1,3192841585=>1,3192842056=>1,3192841801=>1,3192827185=>1,3192826773=>1,3192807180=>1,3192807009=>1,3192807522=>1,3192810064=>1,3192811232=>1,3192811032=>1,3192803773=>1,3192803437=>1,3192800276=>1,3192800023=>1,3192802118=>1,3192802133=>1,3192803163=>1,3192802887=>1,3192814551=>1,3192814802=>1,3192824907=>1,3192824869=>1,3192825501=>1,3192825990=>1,3192825997=>1,3192825992=>1,3192824407=>1,3192824224=>1,3192821830=>1,3192821711=>1,3192823423=>1,3192823648=>1,3192824146=>1,3192844503=>1,3192846328=>1,3193069069=>1,3193068262=>1,3193143774=>1,3193145318=>1,3193147475=>1,3193147378=>1,3193068261=>1,3193068259=>1,3192956370=>1,3192899015=>1,3192956398=>1,3192956410=>1,3193068258=>1,3193006898=>1,3193147761=>1,3193148024=>1,3193158250=>1,3193156592=>1,3193161366=>1,3193161940=>1,3193162901=>1,3193162469=>1,3193156425=>1,3193156207=>1,3193150093=>1,3193148499=>1,3193150777=>1,3193150832=>1,3193154081=>1,3192888393=>1,3192888381=>1,3192853740=>1,3192853338=>1,3192854326=>1,3192855453=>1,3192855873=>1,3192855692=>1,3192852349=>1,3192851575=>1,3192846750=>1,3192846689=>1,3192846776=>1,3192848148=>1,3192850853=>1,3192849258=>1,3192856017=>1,3192856040=>1,3192884643=>1,3192884493=>1,3192885529=>1,3192886027=>1,3192887532=>1,3192886380=>1,3192884048=>1,3192883038=>1,3192859888=>1,3192859521=>1,3192862768=>1,3192864569=>1,3192870280=>1,3196147155=>1,3196178110=>1,3200705417=>1,3200704879=>1,3200705939=>1,3200707014=>1,3200708249=>1,3200707780=>1,3200704038=>1,3200696827=>1,3200695241=>1,3200695086=>1,3200695266=>1,3200695878=>1,3200696164=>1,3200696137=>1,3200708474=>1,3200709555=>1,3200732899=>1,3200732173=>1,3200733086=>1,3200733260=>1,3200734180=>1,3200733408=>1,3200729923=>1,3200727527=>1,3200709968=>1,3200709845=>1,3200712570=>1,3200721189=>1,3200725129=>1,3200723438=>1,3200694398=>1,3200694233=>1,3200689903=>1,3200689515=>1,3200690174=>1,3200690593=>1,3200691413=>1,3200691323=>1,3200689392=>1,3200689122=>1,3200687391=>1,3200686553=>1,3200687432=>1,3200687752=>1,3200688764=>1,3200688577=>1,3200691438=>1,3200692058=>1,3200692792=>1,3200692758=>1,3200692878=>1,3200692908=>1,3200693865=>1,3200693323=>1,3200692606=>1,3200692519=>1,3200692155=>1,3200692132=>1,3200692402=>1,3200692430=>1,3200692509=>1,3200735048=>1,3200735597=>1,3200767181=>1,3200766594=>1,3200767244=>1,3200767428=>1,3200770002=>1,3200767581=>1,3200766531=>1,3200764890=>1,3200763908=>1,3200763864=>1,3200764028=>1,3200764075=>1,3200764730=>1,3200764271=>1,3200772675=>1,3200773605=>1,3200781456=>1,3200781067=>1,3200781943=>1,3200782499=>1,3200782858=>1,3200782520=>1,3200781038=>1,3200779776=>1,3200774728=>1,3200774097=>1,3200775177=>1,3200776503=>1,3200778420=>1,3200763641=>1,3200763440=>1,3200739627=>1,3200739549=>1,3200740076=>1,3200740395=>1,3200741544=>1,3200741335=>1,3200739202=>1,3200739188=>1,3200737090=>1,3200736849=>1,3200737168=>1,3200738004=>1,3200739001=>1,3200738927=>1,3200741700=>1,3200741968=>1,3200756242=>1,3200753731=>1,3200757686=>1,3200761603=>1,3200762921=>1,3200762311=>1,3200749337=>1,3200748963=>1,3200742188=>1,3200742037=>1,3200744427=>1,3200745352=>1,3200746554=>1,3200686074=>1,3200685818=>1,3199355430=>1,3198677774=>1,3199356338=>1,3199360996=>1,3199540145=>1,3199537896=>1,3198665228=>1,3198608898=>1,3197729142=>1,3197727523=>1,3197745899=>1,3197760517=>1,3198250405=>1,3198088546=>1,3199564834=>1,3199604289=>1,3200000147=>1,3199966810=>1,3200067936=>1,3200072011=>1,3200111602=>1,3200082341=>1,3199955898=>1,3199921849=>1,3199766702=>1,3199612017=>1,3199837665=>1,3199871612=>1,3199921847=>1,3199895890=>1,3197726852=>1,3197726189=>1,3197013584=>1,3197002605=>1,3197013913=>1,3197024776=>1,3197028312=>1,3197024877=>1,3196967218=>1,3196890557=>1,3196311348=>1,3196311340=>1,3196312068=>1,3196628661=>1,3196853850=>1,3196853842=>1,3197031904=>1,3197041018=>1,3197643329=>1,3197635458=>1,3197706118=>1,3197706647=>1,3197718781=>1,3197715132=>1,3197569762=>1,3197368693=>1,3197170116=>1,3197131858=>1,3197170117=>1,3197309617=>1,3197355404=>1,3200118122=>1,3200244074=>1,3200669120=>1,3200668990=>1,3200669703=>1,3200671020=>1,3200671601=>1,3200671548=>1,3200668797=>1,3200668729=>1,3200665404=>1,3200664465=>1,3200665468=>1,3200665472=>1,3200667988=>1,3200665560=>1,3200677014=>1,3200678288=>1,3200684002=>1,3200683639=>1,3200684271=>1,3200684453=>1,3200685396=>1,3200684477=>1,3200682619=>1,3200682317=>1,3200680267=>1,3200679173=>1,3200680278=>1,3200680317=>1,3200682205=>1,3200659941=>1,3200659536=>1,3200649057=>1,3200648805=>1,3200649229=>1,3200649570=>1,3200650951=>1,3200650008=>1,3200648686=>1,3200648426=>1,3200270195=>1,3200256316=>1,3200350296=>1,3200647197=>1,3200648416=>1,3200648329=>1,3200651610=>1,3200652027=>1,3200655282=>1,3200654910=>1,3200655831=>1,3200657330=>1,3200658398=>1,3200657642=>1,3200654084=>1,3200653711=>1,3200652222=>1,3200652095=>1,3200652742=>1,3200653611=>1,3200653696=>1,3192799158=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-36.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(3236828416=>3236828671,3263647998=>1,3263083599=>1,3263650330=>1,3263718868=>1,3263696883=>1,3263082397=>1,3263047006=>1,3261595748=>1,3261085795=>1,3261976276=>1,3263044253=>1,3263047005=>1,3263044254=>1,3263729010=>1,3263729202=>1,3264410506=>1,3264405844=>1,3264653391=>1,3264653407=>1,3264891602=>1,3264653420=>1,3264336268=>1,3264336093=>1,3263729363=>1,3263729233=>1,3263729396=>1,3263729426=>1,3263990917=>1,3263729458=>1,3260371537=>1,3260360026=>1,3257713077=>1,3257687953=>1,3257718840=>1,3258590857=>1,3258592844=>1,3258591260=>1,3257585177=>1,3257582646=>1,3255341962=>1,3255316230=>1,3255585850=>1,3256302842=>1,3257455121=>1,3256726030=>1,3258593001=>1,3258593128=>1,3258945035=>1,3258944888=>1,3258945200=>1,3259922267=>1,3260006684=>1,3259943139=>1,3258944486=>1,3258611524=>1,3258596775=>1,3258593184=>1,3258606685=>1,3258606831=>1,3258608654=>1,3258607417=>1,3265087283=>1,3265152179=>1,3273179426=>1,3273031584=>1,3273182617=>1,3273231446=>1,3273438774=>1,3273438252=>1,3273031287=>1,3272852076=>1,3271743067=>1,3271508594=>1,3271743291=>1,3271912947=>1,3272422099=>1,3272392230=>1,3273550812=>1,3273678099=>1,3275419642=>1,3274619173=>1,3275420994=>1,3275420998=>1,3275624172=>1,3275421000=>1,3274575886=>1,3274410722=>1,3273822895=>1,3273810950=>1,3273846426=>1,3274180139=>1,3274224931=>1,3270970518=>1,3270665900=>1,3266820798=>1,3266819555=>1,3266981192=>1,3267002834=>1,3267099015=>1,3267088173=>1,3266410908=>1,3266001228=>1,3265675940=>1,3265187274=>1,3265692458=>1,3265701334=>1,3265793329=>1,3265720412=>1,3267099363=>1,3267252317=>1,3269522201=>1,3269154044=>1,3269600084=>1,3269600085=>1,3269600088=>1,3269600087=>1,3269067599=>1,3268852005=>1,3268153769=>1,3268094141=>1,3268416210=>1,3268424119=>1,3268765082=>1,3255159688=>1,3254895023=>1,3245016294=>1,3244998881=>1,3245019463=>1,3245036856=>1,3245036861=>1,3245036857=>1,3244945409=>1,3244874806=>1,3243904089=>1,3243904088=>1,3243904090=>1,3244010351=>1,3244874787=>1,3244290773=>1,3245036862=>1,3245072082=>1,3246175283=>1,3246141018=>1,3246176439=>1,3246374425=>1,3246967925=>1,3246941871=>1,3245448942=>1,3245340307=>1,3245179037=>1,3245073473=>1,3245216927=>1,3245217675=>1,3245313403=>1,3245312162=>1,3243904087=>1,3243904086=>1,3239641501=>1,3239629438=>1,3239667452=>1,3239672043=>1,3239740406=>1,3239685397=>1,3239572724=>1,3239541509=>1,3238765811=>1,3238752815=>1,3238766274=>1,3238871493=>1,3239466052=>1,3238871550=>1,3240220695=>1,3240260734=>1,3243364437=>1,3243353216=>1,3243447798=>1,3243554841=>1,3243728002=>1,3243628340=>1,3241880188=>1,3240795242=>1,3240309813=>1,3240275270=>1,3240466631=>1,3240688753=>1,3240710124=>1,3247076958=>1,3247102954=>1,3251171600=>1,3251131379=>1,3251171779=>1,3251196017=>1,3252724523=>1,3251552316=>1,3251032365=>1,3250856962=>1,3250737078=>1,3250734538=>1,3250739170=>1,3250739171=>1,3250742898=>1,3250739173=>1,3252860008=>1,3252882349=>1,3253899464=>1,3253728020=>1,3254263900=>1,3254521844=>1,3275633978=>1,3254596060=>1,3253727833=>1,3253639610=>1,3252981521=>1,3252891987=>1,3252981729=>1,3253221693=>1,3253254285=>1,3250734372=>1,3250714154=>1,3248784693=>1,3248784265=>1,3248806229=>1,3248851402=>1,3249261202=>1,3249087816=>1,3248575831=>1,3248445775=>1,3247675679=>1,3247188053=>1,3247836732=>1,3247836775=>1,3247864130=>1,3247864090=>1,3249261206=>1,3249261210=>1,3249967157=>1,3249841459=>1,3250025670=>1,3250419108=>1,3250595202=>1,3250497589=>1,3249829814=>1,3249737244=>1,3249716155=>1,3249407508=>1,3249716215=>1,3249730864=>1,3249734002=>1,3254906483=>1,3275668393=>1,3282689886=>1,3282689032=>1,3283045202=>1,3283189397=>1,3283236896=>1,3283231062=>1,3282688191=>1,3282685750=>1,3282029662=>1,3282019010=>1,3282526872=>1,3282664930=>1,3282685654=>1,3282683068=>1,3283236897=>1,3283236899=>1,3284724933=>1,3284134365=>1,3284726810=>1,3284818380=>1,3284848674=>1,3284846140=>1,3284124747=>1,3284115248=>1,3283275595=>1,3283236901=>1,3283356612=>1,3283767644=>1,3284037574=>1,3283767646=>1,3281984744=>1,3281713945=>1,3281682322=>1,3281682236=>1,3281682422=>1,3281682490=>1,3281684114=>1,3281682583=>1,3281681998=>1,3281681963=>1,3281680315=>1,3281680044=>1,3281680838=>1,3281680928=>1,3281681379=>1,3281681374=>1,3281688267=>1,3281691301=>1,3281695573=>1,3281694091=>1,3281707617=>1,3281708843=>1,3281710489=>1,3281709858=>1,3281693718=>1,3281693464=>1,3281691891=>1,3281691308=>1,3281692131=>1,3281692865=>1,3281692998=>1,3284855612=>1,3285035824=>1,3291317249=>1,3291317173=>1,3291320700=>1,3291321089=>1,3291324309=>1,3291324305=>1,3291317153=>1,3291316953=>1,3290425217=>1,3290295738=>1,3290425546=>1,3290984501=>1,3291056592=>1,3291052816=>1,3291324333=>1,3291396825=>1,3302101038=>1,3302097984=>1,3302134046=>1,3302160321=>1,3302350458=>1,3302343498=>1,3301821284=>1,3301772357=>1,3301454761=>1,3301142594=>1,3301566318=>1,3301647612=>1,3301652242=>1,3290294368=>1,3289977890=>1,3286673491=>1,3286582701=>1,3286930478=>1,3286931542=>1,3287265214=>1,3286981950=>1,3286518659=>1,3286511024=>1,3285227433=>1,3285224324=>1,3285411642=>1,3285902970=>1,3286356762=>1,3286116530=>1,3287280718=>1,3287449945=>1,3288071394=>1,3288049299=>1,3288237900=>1,3288345106=>1,3289365978=>1,3289078329=>1,3288049169=>1,3288041729=>1,3287692911=>1,3287557297=>1,3287693722=>1,3287983025=>1,3287989226=>1,3281679798=>1,3281679779=>1,3281289060=>1,3281288391=>1,3281651149=>1,3281651320=>1,3281651521=>1,3281651489=>1,3281115207=>1,3281115185=>1,3280623216=>1,3280621278=>1,3280623268=>1,3280797273=>1,3281115184=>1,3281053861=>1,3281651787=>1,3281652129=>1,3281661530=>1,3281661528=>1,3281661557=>1,3281664044=>1,3281664133=>1,3281664129=>1,3281660517=>1,3281660434=>1,3281652802=>1,3281652330=>1,3281652882=>1,3281653088=>1,3281659217=>1,3281653731=>1,3279958850=>1,3279671609=>1,3276828305=>1,3276725494=>1,3276907541=>1,3276962927=>1,3277328218=>1,3277326232=>1,3276720337=>1,3276563794=>1,3275800854=>1,3275677518=>1,3276068638=>1,3276107234=>1,3276227668=>1,3276126890=>1,3277345851=>1,3277348174=>1,3278928121=>1,3278098082=>1,3279240659=>1,3279255810=>1,3279671568=>1,3279671567=>1,3277714057=>1,3277685002=>1,3277575938=>1,3277569851=>1,3277578549=>1,3277581718=>1,3277583458=>1,3281664749=>1,3281666037=>1,3281677207=>1,3281677079=>1,3281677324=>1,3281677390=>1,3281677725=>1,3281677443=>1,3281676601=>1,3281676597=>1,3281674656=>1,3281674587=>1,3281674659=>1,3281674691=>1,3281676272=>1,3281675088=>1,3281677900=>1,3281677941=>1,3281678755=>1,3281678671=>1,3281678792=>1,3281678946=>1,3281679592=>1,3281678954=>1,3281678646=>1,3281678400=>1,3281678023=>1,3281677945=>1,3281678056=>1,3281678197=>1,3281678382=>1,3281674539=>1,3281674506=>1,3281669525=>1,3281669108=>1,3281669747=>1,3281670016=>1,3281670393=>1,3281670087=>1,3281669029=>1,3281668948=>1,3281667714=>1,3281666333=>1,3281667755=>1,3281668315=>1,3281668647=>1,3281668564=>1,3281670508=>1,3281670510=>1,3281673021=>1,3281672826=>1,3281673099=>1,3281673286=>1,3281673616=>1,3281673371=>1,3281672167=>1,3281671073=>1,3281670627=>1,3281670569=>1,3281670645=>1,3281670744=>1,3281670836=>1,3238752814=>1,3238752811=>1,3211070328=>1,3211069985=>1,3211070340=>1,3211070584=>1,3211081800=>1,3211072901=>1,3211069941=>1,3211068288=>1,3208020273=>1,3206914141=>1,3209796704=>1,3210917771=>1,3211068214=>1,3211067831=>1,3211125666=>1,3211131786=>1,3211211158=>1,3211210550=>1,3211212849=>1,3211214410=>1,3216233820=>1,3211217434=>1,3211210272=>1,3211206130=>1,3211158403=>1,3211131820=>1,3211161974=>1,3211202145=>1,3211205178=>1,3211202897=>1,3206880769=>1,3206880274=>1,3204958293=>1,3204908861=>1,3204960346=>1,3204960359=>1,3205580513=>1,3204961829=>1,3204829917=>1,3204805258=>1,3203958938=>1,3203958662=>1,3203963298=>1,3204267038=>1,3204382997=>1,3204311002=>1,3206561311=>1,3206561477=>1,3206695256=>1,3206678037=>1,3206696590=>1,3206727168=>1,3206880273=>1,3206880272=>1,3206656946=>1,3206643837=>1,3206597535=>1,3206561506=>1,3206604863=>1,3206624237=>1,3206630460=>1,3216234376=>1,3216242903=>1,3221445244=>1,3221428579=>1,3221446198=>1,3221459995=>1,3221465948=>1,3221464291=>1,3221425406=>1,3221425275=>1,3221046649=>1,3221046562=>1,3221222528=>1,3221259589=>1,3221425156=>1,3221265705=>1,3221466217=>1,3221466348=>1,3223207481=>1,3223207449=>1,3223227171=>1,3223468666=>1,3223469125=>1,3223469060=>1,3223207435=>1,3223199788=>1,3221471095=>1,3221467559=>1,3221474145=>1,3221474500=>1,3221562393=>1,3220896435=>1,3220861382=>1,3216993443=>1,3216992566=>1,3216997577=>1,3217017274=>1,3219788941=>1,3219661967=>1,3216990907=>1,3216988134=>1,3216551887=>1,3216516759=>1,3216557791=>1,3216728673=>1,3216932108=>1,3216890220=>1,3219897631=>1,3220090309=>1,3220322308=>1,3220302598=>1,3220328262=>1,3220328286=>1,3220758682=>1,3220353290=>1,3220250894=>1,3220221628=>1,3220217657=>1,3220165596=>1,3220220276=>1,3220220445=>1,3220221460=>1,3203941394=>1,3203766099=>1,3201666101=>1,3201666020=>1,3201666430=>1,3201666573=>1,3201669799=>1,3201668984=>1,3201665849=>1,3201665563=>1,3201664463=>1,3201664168=>1,3201664856=>1,3201665274=>1,3201665473=>1,3201665441=>1,3201671310=>1,3201671606=>1,3201678688=>1,3201678577=>1,3201679304=>1,3201680036=>1,3201681347=>1,3201681248=>1,3201677211=>1,3201676548=>1,3201674131=>1,3201673711=>1,3201674339=>1,3201674355=>1,3201676197=>1,3201675628=>1,3201663942=>1,3201663795=>1,3201653646=>1,3201653560=>1,3201653956=>1,3201655773=>1,3201656457=>1,3201655953=>1,3201652604=>1,3201648373=>1,3201647292=>1,3201645285=>1,3201647661=>1,3201647837=>1,3201648266=>1,3201648027=>1,3201656899=>1,3201657562=>1,3201661219=>1,3201661176=>1,3201661948=>1,3201662094=>1,3201663199=>1,3201663079=>1,3201661070=>1,3201659566=>1,3201658097=>1,3201657804=>1,3201658464=>1,3201658683=>1,3201659406=>1,3201682535=>1,3201683368=>1,3202928561=>1,3202913177=>1,3202928578=>1,3202943066=>1,3202955374=>1,3202944165=>1,3202903684=>1,3202902871=>1,3202641602=>1,3202621810=>1,3202642459=>1,3202886914=>1,3202889460=>1,3202889248=>1,3202998906=>1,3203003442=>1,3203293771=>1,3203288200=>1,3203300851=>1,3203370534=>1,3203723821=>1,3203723425=>1,3203287429=>1,3203218557=>1,3203030013=>1,3203004498=>1,3203105598=>1,3203152078=>1,3203218475=>1,3202595753=>1,3202587314=>1,3201693069=>1,3201692961=>1,3201694149=>1,3201694364=>1,3201694653=>1,3201694405=>1,3201692331=>1,3201691752=>1,3201686479=>1,3201685323=>1,3201686852=>1,3201688723=>1,3201689564=>1,3201689392=>1,3201708157=>1,3201827464=>1,3202162130=>1,3202160542=>1,3202162133=>1,3202162134=>1,3202407408=>1,3202362883=>1,3202158506=>1,3202092437=>1,3201853510=>1,3201828354=>1,3201978640=>1,3202082985=>1,3202087641=>1,3223469687=>1,3223469961=>1,3232160673=>1,3232130616=>1,3232447857=>1,3232492052=>1,3232606866=>1,3232606721=>1,3232028919=>1,3232004030=>1,3231822897=>1,3231797676=>1,3231822973=>1,3231868244=>1,3231965310=>1,3231965235=>1,3233304992=>1,3233305216=>1,3234026370=>1,3233512546=>1,3234222378=>1,3234222652=>1,3234938470=>1,3234225770=>1,3233512510=>1,3233512508=>1,3233308271=>1,3233305371=>1,3233370740=>1,3233507947=>1,3233507986=>1,3233507948=>1,3231656333=>1,3231656064=>1,3231175774=>1,3231175770=>1,3231175776=>1,3231175782=>1,3231175792=>1,3231175788=>1,3231175766=>1,3231175764=>1,3231175551=>1,3231175482=>1,3231175699=>1,3231175722=>1,3231175735=>1,3231175724=>1,3231175796=>1,3231175800=>1,3231408094=>1,3231407461=>1,3231573721=>1,3231576051=>1,3231577470=>1,3231576423=>1,3231404901=>1,3231292148=>1,3231175826=>1,3231175814=>1,3231175863=>1,3231175920=>1,3231180813=>1,3235024122=>1,3235024123=>1,3237073345=>1,3237072995=>1,3237073509=>1,3237073569=>1,3237079499=>1,3237075321=>1,3237072555=>1,3237071574=>1,3237066106=>1,3237066092=>1,3237066217=>1,3237066728=>1,3237071202=>1,3237070442=>1,3237082483=>1,3237084223=>1,3238041659=>1,3238028418=>1,3238057258=>1,3238506975=>1,3201644096=>1,3238599860=>1,3238021778=>1,3237891938=>1,3237178849=>1,3237084422=>1,3237560215=>1,3237890262=>1,3237890362=>1,3237065891=>1,3237065755=>1,3236191800=>1,3236165554=>1,3236214080=>1,3236333815=>1,3236346213=>1,3236334627=>1,3236165553=>1,3236147183=>1,3235040621=>1,3235040016=>1,3235042171=>1,3236033134=>1,3236137955=>1,3236137751=>1,3236646419=>1,3236793548=>1,3237057592=>1,3237054677=>1,3237057644=>1,3237058931=>1,3237065287=>1,3237064602=>1,3237054014=>1,3237053417=>1,3236814224=>1,3236811316=>1,3236978852=>1,3237042996=>1,3237052988=>1,3231175437=>1,3231175429=>1,3226984744=>1,3226934354=>1,3227255787=>1,3227256050=>1,3227452959=>1,3227452720=>1,3226934300=>1,3226598006=>1,3226567726=>1,3226560516=>1,3226587326=>1,3226588997=>1,3226589566=>1,3226589227=>1,3227457920=>1,3227457994=>1,3227714185=>1,3227714016=>1,3227716411=>1,3227716552=>1,3227716831=>1,3227716757=>1,3227467478=>1,3227461362=>1,3227458444=>1,3227458106=>1,3227458447=>1,3227458853=>1,3227461271=>1,3227459764=>1,3226543988=>1,3226517231=>1,3224116776=>1,3224011285=>1,3224676166=>1,3224676167=>1,3225430411=>1,3224676221=>1,3224007841=>1,3224007696=>1,3223594520=>1,3223474352=>1,3223735299=>1,3224007014=>1,3224007526=>1,3224007525=>1,3225430462=>1,3225441051=>1,3226072185=>1,3226070867=>1,3226074137=>1,3226505898=>1,3226517230=>1,3226516075=>1,3226070034=>1,3225941386=>1,3225933075=>1,3225917220=>1,3225933215=>1,3225941284=>1,3225941385=>1,3227716912=>1,3227716997=>1,3229172423=>1,3229172240=>1,3229172433=>1,3229172814=>1,3229172817=>1,3229172816=>1,3229172235=>1,3229172232=>1,3228537945=>1,3228516852=>1,3228538618=>1,3228978348=>1,3229172231=>1,3228978619=>1,3229219993=>1,3229416019=>1,3231174989=>1,3231174988=>1,3231174999=>1,3231175031=>1,3231175112=>1,3231175049=>1,3231174973=>1,3231174952=>1,3231079985=>1,3229506054=>1,3231174693=>1,3231174740=>1,3231174927=>1,3228514720=>1,3228075717=>1,3227727685=>1,3227727470=>1,3227727777=>1,3227728293=>1,3227728779=>1,3227728654=>1,3227727401=>1,3227724750=>1,3227723164=>1,3227722142=>1,3227723306=>1,3227724249=>1,3227724739=>1,3227724657=>1,3227728780=>1,3227728781=>1,3227775126=>1,3227767995=>1,3227776560=>1,3227776613=>1,3228074270=>1,3227778016=>1,3227767947=>1,3227756646=>1,3227731847=>1,3227728825=>1,3227740818=>1,3227753194=>1,3227754541=>1,3238752813=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-37.php CHANGED
@@ -1 +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,);?>
1
+ <?php return array(3355430912=>3355432959,3351047168=>3351047679,3346194176=>3346194431,3361479233=>1,3361479459=>1,3361482300=>1,3361481484=>1,3361481160=>1,3361479055=>1,3361478801=>1,3361476981=>1,3361476079=>1,3361477048=>1,3361477488=>1,3361477687=>1,3361477668=>1,3361482699=>1,3361483570=>1,3361488873=>1,3361488834=>1,3361490114=>1,3361492341=>1,3361493997=>1,3361492455=>1,3361487947=>1,3361487638=>1,3361483748=>1,3361476057=>1,3361484741=>1,3361485137=>1,3361487320=>1,3361482725=>1,3361474341=>1,3361023486=>1,3361013610=>1,3361029062=>1,3361044741=>1,3361153230=>1,3361135393=>1,3361012940=>1,3361012827=>1,3361006341=>1,3361003454=>1,3361007452=>1,3361008182=>1,3361010528=>1,3361008382=>1,3361180517=>1,3361194019=>1,3361368376=>1,3361368130=>1,3361369657=>1,3361472807=>1,3361494024=>1,3361473534=>1,3361367147=>1,3361366793=>1,3361253966=>1,3361253955=>1,3361303326=>1,3361308786=>1,3361338364=>1,3361476036=>1,3361495969=>1,3361706977=>1,3361706624=>1,3361707027=>1,3361707546=>1,3361731113=>1,3361707928=>1,3361706500=>1,3361706265=>1,3361570269=>1,3361569447=>1,3361589819=>1,3361623918=>1,3361706251=>1,3361703333=>1,3361785462=>1,3361834594=>1,3362362442=>1,3362127052=>1,3362376677=>1,3362437633=>1,3362437638=>1,3362437635=>1,3362089377=>1,3362088801=>1,3361902156=>1,3361901517=>1,3361902349=>1,3362069461=>1,3362084791=>1,3362083544=>1,3361569228=>1,3361568613=>1,3361504476=>1,3361504435=>1,3361504497=>1,3361504693=>1,3361508527=>1,3361507322=>1,3361504368=>1,3361503513=>1,3361498545=>1,3360999584=>1,3361498890=>1,3361500076=>1,3361501957=>1,3361500593=>1,3361511365=>1,3361515720=>1,3361566151=>1,3361565025=>1,3361566619=>1,3361567336=>1,3361568060=>1,3361567355=>1,3361563677=>1,3361551617=>1,3361521363=>1,3361519683=>1,3361529360=>1,3361532527=>1,3361539626=>1,3361495928=>1,3360997204=>1,3359579482=>1,3359577036=>1,3359582027=>1,3359584010=>1,3359905893=>1,3359902044=>1,3359521684=>1,3359446347=>1,3359264962=>1,3359153861=>1,3359281194=>1,3359285428=>1,3359394660=>1,3359290843=>1,3359922985=>1,3359991235=>1,3360435358=>1,3360386119=>1,3360469746=>1,3360473045=>1,3360496480=>1,3360488358=>1,3360373459=>1,3360371604=>1,3360037260=>1,3360001322=>1,3360045260=>1,3360109936=>1,3360219294=>1,3359146415=>1,3359062738=>1,3358276093=>1,3358275837=>1,3358277979=>1,3358308322=>1,3358410534=>1,3358389757=>1,3358188092=>1,3358173186=>1,3357932748=>1,3357927234=>1,3357932750=>1,3358007336=>1,3358146044=>1,3358064964=>1,3358464114=>1,3358482114=>1,3358872931=>1,3358869009=>1,3358887265=>1,3358887267=>1,3359010500=>1,3358973244=>1,3358694956=>1,3358662820=>1,3358607438=>1,3358482122=>1,3358613083=>1,3358624555=>1,3358630026=>1,3360500928=>1,3360506021=>1,3360976756=>1,3360975505=>1,3360976889=>1,3360977370=>1,3360978886=>1,3360978277=>1,3360975370=>1,3360972445=>1,3360970155=>1,3360969888=>1,3360970268=>1,3360970326=>1,3360971412=>1,3360971405=>1,3360979101=>1,3360981335=>1,3360992948=>1,3360992693=>1,3360993582=>1,3360994283=>1,3362437756=>1,3360994418=>1,3360991765=>1,3360991247=>1,3360983379=>1,3360982975=>1,3360985803=>1,3360986685=>1,3360987588=>1,3360968978=>1,3360968595=>1,3360540933=>1,3360539606=>1,3360542403=>1,3360681688=>1,3360799030=>1,3360682116=>1,3360539347=>1,3360539046=>1,3360510955=>1,3360507371=>1,3360514980=>1,3360515785=>1,3360538696=>1,3360525404=>1,3360854367=>1,3360863978=>1,3360964906=>1,3360964849=>1,3360965034=>1,3360965713=>1,3360967162=>1,3360966739=>1,3360953827=>1,3360950891=>1,3360873850=>1,3360869545=>1,3360949602=>1,3360949865=>1,3360949995=>1,3360997297=>1,3362437759=>1,3369917970=>1,3369917723=>1,3369997586=>1,3370081082=>1,3370082754=>1,3370081083=>1,3369917722=>1,3369792713=>1,3369614243=>1,3369576195=>1,3369614720=>1,3369717618=>1,3369778163=>1,3369726478=>1,3370117595=>1,3370188834=>1,3370189065=>1,3370189038=>1,3370189087=>1,3370189113=>1,3370189144=>1,3370189138=>1,3370189008=>1,3370189002=>1,3370188854=>1,3370188850=>1,3370188903=>1,3370188983=>1,3370188998=>1,3370188984=>1,3369575957=>1,3369504517=>1,3368091332=>1,3368091331=>1,3368091333=>1,3368256154=>1,3368258994=>1,3368257475=>1,3368091031=>1,3368090754=>1,3367802037=>1,3367801971=>1,3367828875=>1,3368081029=>1,3368089674=>1,3368081034=>1,3368265498=>1,3368267818=>1,3369122726=>1,3368881490=>1,3369177538=>1,3369442867=>1,3369501795=>1,3369479730=>1,3368648915=>1,3368601800=>1,3368348190=>1,3368323994=>1,3368473773=>1,3368493626=>1,3368514274=>1,3370189201=>1,3370189219=>1,3371107850=>1,3371067116=>1,3371107862=>1,3371107913=>1,3371107978=>1,3371107974=>1,3371064426=>1,3371039031=>1,3370195092=>1,3370195014=>1,3370195669=>1,3370508729=>1,3370534018=>1,3370511482=>1,3371107982=>1,3371108012=>1,3371108141=>1,3371108122=>1,3371108173=>1,3371108225=>1,3371108239=>1,3371108226=>1,3371108111=>1,3371108101=>1,3371108029=>1,3371108014=>1,3371108040=>1,3371108065=>1,3371108094=>1,3371108085=>1,3370194958=>1,3370192231=>1,3370191046=>1,3370191034=>1,3370191085=>1,3370191141=>1,3370191229=>1,3370191223=>1,3370190976=>1,3370190975=>1,3370189270=>1,3370189254=>1,3370189281=>1,3370189285=>1,3370189294=>1,3370189286=>1,3370191241=>1,3370191244=>1,3370192103=>1,3370192057=>1,3370192108=>1,3370192121=>1,3370192150=>1,3370192134=>1,3370192012=>1,3370192008=>1,3370191304=>1,3370191275=>1,3370191931=>1,3370191936=>1,3370191963=>1,3367801909=>1,3367801822=>1,3363900377=>1,3363628733=>1,3363915522=>1,3363939853=>1,3364033994=>1,3364033648=>1,3363565929=>1,3363548820=>1,3363028747=>1,3362987201=>1,3363046243=>1,3363063961=>1,3363265133=>1,3363071178=>1,3364215301=>1,3364358172=>1,3364949634=>1,3364949508=>1,3364949931=>1,3364949932=>1,3365020218=>1,3364988265=>1,3364949386=>1,3364949173=>1,3364669354=>1,3364438697=>1,3364739554=>1,3364788505=>1,3364948773=>1,3364789822=>1,3362987137=>1,3362985310=>1,3362557819=>1,3362530108=>1,3362595475=>1,3362600809=>1,3362601293=>1,3362601274=>1,3362438069=>1,3362438026=>1,3362437811=>1,3362437779=>1,3362437814=>1,3362437817=>1,3362437869=>1,3362437818=>1,3362602012=>1,3362637739=>1,3362661225=>1,3362645059=>1,3362673326=>1,3362720618=>1,3362963337=>1,3362853653=>1,3362643550=>1,3362640494=>1,3362638032=>1,3362637769=>1,3362638349=>1,3362639792=>1,3362640485=>1,3365033012=>1,3365033410=>1,3367801401=>1,3367801380=>1,3367801404=>1,3367801405=>1,3367801467=>1,3367801462=>1,3367801355=>1,3367801347=>1,3367801000=>1,3367800981=>1,3367801035=>1,3367801040=>1,3367801077=>1,3367801075=>1,3367801518=>1,3367801519=>1,3367801692=>1,3367801666=>1,3367801701=>1,3367801765=>1,3367801813=>1,3367801798=>1,3367801632=>1,3367801626=>1,3367801552=>1,3367801538=>1,3367801560=>1,3367801594=>1,3367801608=>1,3367800910=>1,3367800877=>1,3365497089=>1,3365403050=>1,3365649018=>1,3365854393=>1,3366191834=>1,3366133787=>1,3365302884=>1,3365302883=>1,3365291134=>1,3365158444=>1,3365291298=>1,3365298459=>1,3365302644=>1,3365298462=>1,3366386094=>1,3366436835=>1,3367159491=>1,3366952396=>1,3367301258=>1,3367317949=>1,3367800839=>1,3367800834=>1,3366741828=>1,3366687055=>1,3366617299=>1,3366466730=>1,3366617303=>1,3366617304=>1,3366617307=>1,3357913181=>1,3357796639=>1,3323675159=>1,3323674839=>1,3323675345=>1,3323676105=>1,3323683256=>1,3323679414=>1,3323457147=>1,3323457145=>1,3323432731=>1,3323430179=>1,3323432898=>1,3323437456=>1,3323455939=>1,3323447879=>1,3323683286=>1,3323684320=>1,3324941743=>1,3324939850=>1,3324942643=>1,3324942713=>1,3325172253=>1,3325087051=>1,3324939823=>1,3324879082=>1,3323688493=>1,3323686180=>1,3323688796=>1,3323690974=>1,3324394273=>1,3324196755=>1,3323412005=>1,3322960998=>1,3322071610=>1,3322071609=>1,3322071612=>1,3322362451=>1,3322362716=>1,3322362472=>1,3322071608=>1,3322071607=>1,3322071596=>1,3322071594=>1,3322071597=>1,3322071599=>1,3322071605=>1,3322071602=>1,3322362731=>1,3322362734=>1,3322654809=>1,3322654304=>1,3322655217=>1,3322656499=>1,3322892229=>1,3322715817=>1,3322654087=>1,3322654081=>1,3322363596=>1,3322362834=>1,3322433553=>1,3322433623=>1,3322653735=>1,3325198601=>1,3325199514=>1,3326758191=>1,3326754099=>1,3327435575=>1,3327442628=>1,3327793044=>1,3327455369=>1,3326753818=>1,3326752959=>1,3325719506=>1,3325718239=>1,3325937995=>1,3326562626=>1,3326685767=>1,3326666729=>1,3327793530=>1,3327793995=>1,3328337320=>1,3328324925=>1,3328339008=>1,3328339009=>1,3328450163=>1,3328434310=>1,3328324757=>1,3328324476=>1,3328204386=>1,3327794459=>1,3328204410=>1,3328219907=>1,3328324111=>1,3325717301=>1,3325716202=>1,3325214559=>1,3325206156=>1,3325216071=>1,3325216899=>1,3325216903=>1,3325216900=>1,3325205582=>1,3325204497=>1,3325200341=>1,3325199861=>1,3325202760=>1,3325202895=>1,3325203270=>1,3325203196=>1,3325219492=>1,3325219504=>1,3325612069=>1,3325595650=>1,3325622352=>1,3325639482=>1,3325665995=>1,3325639878=>1,3325347622=>1,3325250469=>1,3325219638=>1,3325219505=>1,3325222034=>1,3325222058=>1,3325224726=>1,3322071591=>1,3322071589=>1,3307804736=>1,3307781289=>1,3307817363=>1,3307817739=>1,3307837197=>1,3307827266=>1,3307780711=>1,3307777642=>1,3307738077=>1,3307736843=>1,3307744888=>1,3307747657=>1,3307751122=>1,3307748789=>1,3307839110=>1,3307839208=>1,3310727446=>1,3310727426=>1,3310727513=>1,3310952731=>1,3310960202=>1,3310955923=>1,3310727421=>1,3310481095=>1,3307859075=>1,3307843710=>1,3308017835=>1,3308046533=>1,3308051578=>1,3308047700=>1,3307735120=>1,3307734656=>1,3307280023=>1,3307277562=>1,3307280797=>1,3307289184=>1,3307319591=>1,3307289225=>1,3307277340=>1,3307217182=>1,3302628187=>1,3302504186=>1,3302700830=>1,3302708963=>1,3307216037=>1,3302710910=>1,3307369823=>1,3307383985=>1,3307709372=>1,3307709219=>1,3307709699=>1,3307709835=>1,3307710159=>1,3307709992=>1,3307660829=>1,3307589633=>1,3307401470=>1,3307389189=>1,3307507601=>1,3307531751=>1,3307587941=>1,3310960329=>1,3310974592=>1,3320173761=>1,3319580421=>1,3320307155=>1,3320327075=>1,3320471342=>1,3320471314=>1,3319532532=>1,3319450826=>1,3318951172=>1,3318948876=>1,3318952058=>1,3319258366=>1,3319449129=>1,3319268099=>1,3321034500=>1,3321049842=>1,3322034428=>1,3321976878=>1,3322039331=>1,3322071585=>1,3322071588=>1,3322071587=>1,3321784930=>1,3321694820=>1,3321233843=>1,3321213214=>1,3321293547=>1,3321693765=>1,3321693896=>1,3318939542=>1,3318938668=>1,3315457345=>1,3315288333=>1,3315901527=>1,3315901770=>1,3315905682=>1,3315904794=>1,3315270671=>1,3314879374=>1,3310978989=>1,3310976933=>1,3310981587=>1,3314034949=>1,3314039567=>1,3314039564=>1,3315905910=>1,3315906479=>1,3318924354=>1,3318921718=>1,3318924942=>1,3318925982=>1,3318937118=>1,3318929430=>1,3317553403=>1,3316067836=>1,3315907583=>1,3315907478=>1,3315907914=>1,3315908402=>1,3316056123=>1,3328472844=>1,3328480311=>1,3353832705=>1,3353823709=>1,3353858839=>1,3353998423=>1,3354495689=>1,3354467807=>1,3353823593=>1,3353823551=>1,3353769589=>1,3353767402=>1,3353823327=>1,3353823361=>1,3353823528=>1,3353823485=>1,3354507267=>1,3354508531=>1,3354516632=>1,3354516552=>1,3354516656=>1,3354516794=>1,3354517248=>1,3354516937=>1,3354516536=>1,3354516525=>1,3354514359=>1,3354514332=>1,3354514425=>1,3354514823=>1,3354515309=>1,3354515245=>1,3353552924=>1,3352916144=>1,3351036469=>1,3351017729=>1,3351090525=>1,3351269130=>1,3351287760=>1,3351286993=>1,3351009099=>1,3351008330=>1,3351007337=>1,3351007285=>1,3351007548=>1,3351007661=>1,3351007787=>1,3351007757=>1,3351302543=>1,3351339015=>1,3351509469=>1,3351509460=>1,3351509909=>1,3351804018=>1,3351870288=>1,3351869703=>1,3351509386=>1,3351493586=>1,3351375062=>1,3351375034=>1,3351492668=>1,3351492923=>1,3351493310=>1,3354517269=>1,3354517347=>1,3356776717=>1,3356565844=>1,3356824988=>1,3357066994=>1,3357140806=>1,3357077946=>1,3356523563=>1,3356522351=>1,3356008997=>1,3356008248=>1,3356021847=>1,3356029181=>1,3356222548=>1,3356115876=>1,3357140850=>1,3357141403=>1,3357457734=>1,3357430446=>1,3357757570=>1,3357784946=>1,3357797535=>1,3302502467=>1,3357400118=>1,3357257858=>1,3357142006=>1,3357141563=>1,3357142081=>1,3357226698=>1,3357232970=>1,3356007735=>1,3356007531=>1,3355434840=>1,3355424956=>1,3355452294=>1,3355555198=>1,3355800850=>1,3355800010=>1,3355424935=>1,3355402021=>1,3354517429=>1,3354517357=>1,3354517468=>1,3354517476=>1,3355373109=>1,3354519013=>1,3355800851=>1,3355800852=>1,3355973646=>1,3355955085=>1,3355976405=>1,3355997599=>1,3356005766=>1,3355999044=>1,3355952777=>1,3355945685=>1,3355835882=>1,3355828854=>1,3355835884=>1,3355881940=>1,3355926595=>1,3351007277=>1,3350962608=>1,3334960774=>1,3334960548=>1,3334962952=>1,3334962953=>1,3334963195=>1,3334963155=>1,3334959243=>1,3334959225=>1,3334952380=>1,3334949873=>1,3334953523=>1,3334954184=>1,3334958124=>1,3334956978=>1,3335321044=>1,3335747236=>1,3337961064=>1,3337958216=>1,3337961377=>1,3337972218=>1,3338349374=>1,3337972463=>1,3337906350=>1,3337211045=>1,3335748477=>1,3335748287=>1,3335748822=>1,3335749106=>1,3335749601=>1,3334081828=>1,3334078612=>1,3331260835=>1,3330702670=>1,3331295469=>1,3331352920=>1,3331608999=>1,3331592173=>1,3328827282=>1,3328827194=>1,3328480402=>1,3328480368=>1,3328482102=>1,3328482139=>1,3328782027=>1,3328483126=>1,3332008502=>1,3332868453=>1,3332927081=>1,3332926923=>1,3332927260=>1,3332927391=>1,3333723657=>1,3332927460=>1,3332926817=>1,3332926694=>1,3332869965=>1,3332869763=>1,3332926515=>1,3332926609=>1,3332926623=>1,3338397062=>1,3338434895=>1,3346232273=>1,3346232037=>1,3346232274=>1,3346232277=>1,3346232812=>1,3346232788=>1,3346196168=>1,3345333080=>1,3343172734=>1,3343172733=>1,3343572651=>1,3344407291=>1,3344980258=>1,3344407295=>1,3346255352=>1,3346490086=>1,3347052827=>1,3347047122=>1,3349713084=>1,3350495369=>1,3350527977=>1,3350523278=>1,3347047062=>1,3346689223=>1,3346499911=>1,3346499910=>1,3346499912=>1,3346518167=>1,3346689069=>1,3343172732=>1,3343008417=>1,3340481042=>1,3340460594=>1,3340481506=>1,3340666996=>1,3341216472=>1,3341048499=>1,3340071538=>1,3339965872=>1,3338443115=>1,3338443077=>1,3338659021=>1,3339713748=>1,3339933180=>1,3339771129=>1,3341216484=>1,3341216495=>1,3342563715=>1,3342563700=>1,3342563739=>1,3342563783=>1,3342582661=>1,3342564342=>1,3342563637=>1,3342559515=>1,3341705938=>1,3341216498=>1,3341764619=>1,3341799258=>1,3342496116=>1,3357887509=>1,);?>
includes/vendor/MchHttp/bad-ip-lists/anonymizers-ips-38.php CHANGED
@@ -1 +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