BulletProof Security - Version 6.7

Version Description

Download this release

Release Info

Developer AITpro
Plugin Icon 128x128 BulletProof Security
Version 6.7
Comparing to
See all releases

Code changes from version 6.6 to 6.7

admin/htaccess/secure.htaccess CHANGED
@@ -1,4 +1,4 @@
1
- # BULLETPROOF 6.6 SECURE .HTACCESS
2
 
3
  # PHP/PHP.INI HANDLER/CACHE CODE
4
  # Use BPS Custom Code to add php/php.ini Handler and Cache htaccess code and to save it permanently.
1
+ # BULLETPROOF 6.7 SECURE .HTACCESS
2
 
3
  # PHP/PHP.INI HANDLER/CACHE CODE
4
  # Use BPS Custom Code to add php/php.ini Handler and Cache htaccess code and to save it permanently.
admin/htaccess/wpadmin-secure.htaccess CHANGED
@@ -1,4 +1,4 @@
1
- # BULLETPROOF 6.6 WP-ADMIN SECURE .HTACCESS
2
 
3
  # DO NOT ADD URL REWRITING IN THIS FILE OR WORDPRESS WILL BREAK
4
  # RewriteRule ^(.*)$ - [F] works in /wp-admin without breaking WordPress
1
+ # BULLETPROOF 6.7 WP-ADMIN SECURE .HTACCESS
2
 
3
  # DO NOT ADD URL REWRITING IN THIS FILE OR WORDPRESS WILL BREAK
4
  # RewriteRule ^(.*)$ - [F] works in /wp-admin without breaking WordPress
admin/js/bps-mscan-ajax.js CHANGED
@@ -1,6 +1,6 @@
1
  // BPS MScan AJAX
2
- // CAUTION: The AJAX post object/url: $.post(bps_mscan_ajax.ajaxurl... is different than BPS Pro.
3
- // This simply means that the AJAX url is different in the BPS free (wp_localize_script call). All other actions/code is the same.
4
  jQuery(document).ready( function($) {
5
 
6
  // MScan Malware Scanner: Start. MScan Status: 1
@@ -9,12 +9,12 @@ jQuery(document).ready( function($) {
9
 
10
  var data = {
11
  action: 'bps_mscan_scan_processing',
 
12
  post_var: 'bps_mscan'
13
  };
14
 
15
  $.post(bps_mscan_ajax.ajaxurl, data, function(response) {
16
- // Object {action: "bps_mscan_scan_processing", post_var: "bps_mscan"}
17
- //console.log( data );
18
  });
19
  console.log( "clicked!" );
20
  },
@@ -24,16 +24,17 @@ jQuery(document).ready( function($) {
24
  });
25
 
26
  // MScan Malware Scanner: Scan Time Estimate Tool. MScan Status: 5
 
27
  $( "input#bps-mscan-time-estimate-button" ).on({ "click": function() {
28
 
29
  var data = {
30
  action: 'bps_mscan_scan_estimate',
 
31
  post_var: 'bps_mscan_estimate'
32
  };
33
 
34
  $.post(bps_mscan_ajax.ajaxurl, data, function(response) {
35
- // Object {action: "bps_mscan_scan_estimate", post_var: "bps_mscan_estimate"}
36
- //console.log( data );
37
  });
38
  console.log( "clicked!" );
39
  },
1
  // BPS MScan AJAX
2
+ // CAUTION: The AJAX post object/url: $.post(bps_mscan_ajax.ajaxurl... is different in BPS Pro.
3
+ // Note: BPS free code is a simplified version of BPS Pro code > Here and everywhere else.
4
  jQuery(document).ready( function($) {
5
 
6
  // MScan Malware Scanner: Start. MScan Status: 1
9
 
10
  var data = {
11
  action: 'bps_mscan_scan_processing',
12
+ mscan_nonce: $( "input#_wpnonce" ).val(),
13
  post_var: 'bps_mscan'
14
  };
15
 
16
  $.post(bps_mscan_ajax.ajaxurl, data, function(response) {
17
+
 
18
  });
19
  console.log( "clicked!" );
20
  },
24
  });
25
 
26
  // MScan Malware Scanner: Scan Time Estimate Tool. MScan Status: 5
27
+ // The Scan Estimate button and Form no longer exist on the MScan page. The Form processing and mscan AJAX code still exist.
28
  $( "input#bps-mscan-time-estimate-button" ).on({ "click": function() {
29
 
30
  var data = {
31
  action: 'bps_mscan_scan_estimate',
32
+ mscan_nonce: $( "input#_wpnonce" ).val(),
33
  post_var: 'bps_mscan_estimate'
34
  };
35
 
36
  $.post(bps_mscan_ajax.ajaxurl, data, function(response) {
37
+
 
38
  });
39
  console.log( "clicked!" );
40
  },
admin/mscan/mscan-help-text.php CHANGED
@@ -57,7 +57,7 @@ if ( ! current_user_can('manage_options') ) {
57
 
58
  '<br><br><strong>'.__('Upload Theme Zip Files', 'bulletproof-security').'</strong><br>'.__('You can upload multiple zip files at the same time by using your Ctrl or Shift keyboard keys on Windows. This upload form allows you to upload premium, paid and custom theme zip files that are not in the WordPress Theme Repository on wordpress.org. MScan will automatically extract any uploaded theme zip files, create file hashes and delete the theme zip files on the next MScan scan. If you do not choose to upload premium, paid and custom theme zip files then those premium, paid and custom theme files will not be scanned. Important Note: Theme zip files MUST be named/renamed using the version number in this exact format: theme-name.x.x.zip where x is the actual current theme version number. The reason for that is MScan keeps track of the version numbers for themes in order to create new theme file hashes for newer versions of themes when you update them. This process is completely automated for any/all free themes that you have installed from the WordPress Theme Repository on wordpress.org. Important Note: Some theme zip files in the WP Theme Repository are not named with a version number. If you would like to scan those themes you will need to download the theme zip file and rename it using this exact format: theme-name.x.x.zip and then upload the renamed theme zip file. Child Themes are a custom Theme. Zip a known good/clean copy of your Child Theme folder and upload it if you would like your Child Theme files scanned. Use the same zip file naming convention: theme-name-child.x.x.zip.', 'bulletproof-security').
59
 
60
- '<br><br><strong>'.__('View|Ignore|Delete Suspicious Files', 'bulletproof-security').'</strong><br>'.__('This form allows you to view, ignore, unignore or delete suspicious and skipped files. If you are not sure if code is malicious or safe you can copy the code and post the code in the MScan Troubleshooting & Code Posting form topic. See the link above. If you are unsure if a file is a hacker file or not then download a copy of that file before deleting it. When you ignore a file it will no longer be scanned in any future scans. When you unignore an ignored file it will be scanned in future scans.', 'bulletproof-security').
61
 
62
  '<br><br><strong>'.__('View|Ignore Suspicious DB Entries', 'bulletproof-security').'</strong><br>'.__('This form allows you to view, ignore or unignore suspicious DB Entries. Note: The view option displays the DB Table, Column, Row ID and the MScan Pattern Match that was detected by the MScan scan. Use phpMyAdmin or a similar tool to check your database Row where the suspicious code was found. When you ignore a DB Entry it will no longer be scanned in any future scans. When you unignore an ignored DB Entry it will be scanned in future scans.', 'bulletproof-security');
63
 
57
 
58
  '<br><br><strong>'.__('Upload Theme Zip Files', 'bulletproof-security').'</strong><br>'.__('You can upload multiple zip files at the same time by using your Ctrl or Shift keyboard keys on Windows. This upload form allows you to upload premium, paid and custom theme zip files that are not in the WordPress Theme Repository on wordpress.org. MScan will automatically extract any uploaded theme zip files, create file hashes and delete the theme zip files on the next MScan scan. If you do not choose to upload premium, paid and custom theme zip files then those premium, paid and custom theme files will not be scanned. Important Note: Theme zip files MUST be named/renamed using the version number in this exact format: theme-name.x.x.zip where x is the actual current theme version number. The reason for that is MScan keeps track of the version numbers for themes in order to create new theme file hashes for newer versions of themes when you update them. This process is completely automated for any/all free themes that you have installed from the WordPress Theme Repository on wordpress.org. Important Note: Some theme zip files in the WP Theme Repository are not named with a version number. If you would like to scan those themes you will need to download the theme zip file and rename it using this exact format: theme-name.x.x.zip and then upload the renamed theme zip file. Child Themes are a custom Theme. Zip a known good/clean copy of your Child Theme folder and upload it if you would like your Child Theme files scanned. Use the same zip file naming convention: theme-name-child.x.x.zip.', 'bulletproof-security').
59
 
60
+ '<br><br><strong>'.__('View|Ignore|Delete Suspicious Files', 'bulletproof-security').'</strong><br>'.__('This form allows you to view, ignore, unignore or delete suspicious and skipped files. If you are not sure if code is malicious or safe you can copy the code and post the code in the MScan Troubleshooting & Code Posting forum topic. See the link above. If you are unsure if a file is a hacker file or not then download a copy of that file before deleting it. When you ignore a file it will no longer be scanned in any future scans. When you unignore an ignored file it will be scanned in future scans.', 'bulletproof-security').
61
 
62
  '<br><br><strong>'.__('View|Ignore Suspicious DB Entries', 'bulletproof-security').'</strong><br>'.__('This form allows you to view, ignore or unignore suspicious DB Entries. Note: The view option displays the DB Table, Column, Row ID and the MScan Pattern Match that was detected by the MScan scan. Use phpMyAdmin or a similar tool to check your database Row where the suspicious code was found. When you ignore a DB Entry it will no longer be scanned in any future scans. When you unignore an ignored DB Entry it will be scanned in future scans.', 'bulletproof-security');
63
 
admin/mscan/mscan.php CHANGED
@@ -663,6 +663,7 @@ bpsPro_mscan_displayed_messages();
663
  if ( isset( $_POST['Submit-MScan-Report'] ) && current_user_can('manage_options') ) {
664
  check_admin_referer( 'bulletproof_security_mscan_report' );
665
  }
 
666
  ?>
667
 
668
  <div id="MscanStartStopResetTable" style="position:relative;top:5px;left:-2px;margin:0px;">
@@ -672,24 +673,28 @@ bpsPro_mscan_displayed_messages();
672
  <td>
673
  <form name="MScanStart" action="<?php echo admin_url( 'admin.php?page=bulletproof-security/admin/mscan/mscan.php' ); ?>" method="post">
674
  <?php wp_nonce_field('bulletproof_security_mscan_start'); ?>
 
675
  <input type="submit" id="bps-mscan-start-button" name="Submit-MScan-Start" style="margin:0px 5px 15px 0px;" value="<?php esc_attr_e('Start Scan', 'bulletproof-security') ?>" class="button bps-button" onclick="openWin()" />
676
  </form>
677
  </td>
678
  <td>
679
  <form name="MScanStop" action="<?php echo admin_url( 'admin.php?page=bulletproof-security/admin/mscan/mscan.php' ); ?>" method="post">
680
  <?php wp_nonce_field('bulletproof_security_mscan_stop'); ?>
 
681
  <input type="submit" id="bps-mscan-stop-button" name="Submit-MScan-Stop" style="margin:0px 5px 15px 0px;" value="<?php esc_attr_e('Stop Scan', 'bulletproof-security') ?>" class="button bps-button" onclick="return confirm('<?php $text = __('Click OK to stop scanning or click Cancel.', 'bulletproof-security'); echo $text; ?>')" />
682
  </form>
683
  </td>
684
  <td>
685
  <form name="MScanReport" action="<?php echo admin_url( 'admin.php?page=bulletproof-security/admin/mscan/mscan.php#bps-tabs-3' ); ?>" method="post">
686
  <?php wp_nonce_field('bulletproof_security_mscan_report'); ?>
 
687
  <input type="submit" id="bps-mscan-report-button" name="Submit-MScan-Report" style="margin:0px 5px 15px 0px;" value="<?php esc_attr_e('View Report', 'bulletproof-security') ?>" class="button bps-button" />
688
  </form>
689
  </td>
690
  <td>
691
  <form name="MScanReset" action="<?php echo admin_url( 'admin.php?page=bulletproof-security/admin/mscan/mscan.php' ); ?>" method="post">
692
  <?php wp_nonce_field('bulletproof_security_mscan_reset'); ?>
 
693
  <input type="submit" id="bps-mscan-reset-button" name="Submit-MScan-Reset" style="margin:0px 0px 15px 0px;" value="<?php esc_attr_e('Reset MScan', 'bulletproof-security') ?>" class="button bps-button" onclick="return confirm('<?php $text = __('Click OK to reset/delete all MScan scan results and data or click Cancel. Note: MScan option settings will not be reset/deleted.', 'bulletproof-security'); echo $text; ?>')" />
694
  </form>
695
  </td>
663
  if ( isset( $_POST['Submit-MScan-Report'] ) && current_user_can('manage_options') ) {
664
  check_admin_referer( 'bulletproof_security_mscan_report' );
665
  }
666
+
667
  ?>
668
 
669
  <div id="MscanStartStopResetTable" style="position:relative;top:5px;left:-2px;margin:0px;">
673
  <td>
674
  <form name="MScanStart" action="<?php echo admin_url( 'admin.php?page=bulletproof-security/admin/mscan/mscan.php' ); ?>" method="post">
675
  <?php wp_nonce_field('bulletproof_security_mscan_start'); ?>
676
+
677
  <input type="submit" id="bps-mscan-start-button" name="Submit-MScan-Start" style="margin:0px 5px 15px 0px;" value="<?php esc_attr_e('Start Scan', 'bulletproof-security') ?>" class="button bps-button" onclick="openWin()" />
678
  </form>
679
  </td>
680
  <td>
681
  <form name="MScanStop" action="<?php echo admin_url( 'admin.php?page=bulletproof-security/admin/mscan/mscan.php' ); ?>" method="post">
682
  <?php wp_nonce_field('bulletproof_security_mscan_stop'); ?>
683
+
684
  <input type="submit" id="bps-mscan-stop-button" name="Submit-MScan-Stop" style="margin:0px 5px 15px 0px;" value="<?php esc_attr_e('Stop Scan', 'bulletproof-security') ?>" class="button bps-button" onclick="return confirm('<?php $text = __('Click OK to stop scanning or click Cancel.', 'bulletproof-security'); echo $text; ?>')" />
685
  </form>
686
  </td>
687
  <td>
688
  <form name="MScanReport" action="<?php echo admin_url( 'admin.php?page=bulletproof-security/admin/mscan/mscan.php#bps-tabs-3' ); ?>" method="post">
689
  <?php wp_nonce_field('bulletproof_security_mscan_report'); ?>
690
+
691
  <input type="submit" id="bps-mscan-report-button" name="Submit-MScan-Report" style="margin:0px 5px 15px 0px;" value="<?php esc_attr_e('View Report', 'bulletproof-security') ?>" class="button bps-button" />
692
  </form>
693
  </td>
694
  <td>
695
  <form name="MScanReset" action="<?php echo admin_url( 'admin.php?page=bulletproof-security/admin/mscan/mscan.php' ); ?>" method="post">
696
  <?php wp_nonce_field('bulletproof_security_mscan_reset'); ?>
697
+
698
  <input type="submit" id="bps-mscan-reset-button" name="Submit-MScan-Reset" style="margin:0px 0px 15px 0px;" value="<?php esc_attr_e('Reset MScan', 'bulletproof-security') ?>" class="button bps-button" onclick="return confirm('<?php $text = __('Click OK to reset/delete all MScan scan results and data or click Cancel. Note: MScan option settings will not be reset/deleted.', 'bulletproof-security'); echo $text; ?>')" />
699
  </form>
700
  </td>
bulletproof-security.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://forum.ait-pro.com/read-me-first/
5
  Text Domain: bulletproof-security
6
  Domain Path: /languages/
7
  Description: <strong>Feature Highlights:</strong> Setup Wizard &bull; MScan Malware Scanner &bull; .htaccess Website Security Protection (Firewalls) &bull; Security Logging|HTTP Error Logging &bull; DB Backup &bull; DB Table Prefix Changer &bull; Login Security & Monitoring &bull; JTC-Lite Login Form Bot Lockout Protection &bull; Idle Session Logout (ISL) &bull; Auth Cookie Expiration (ACE) &bull; System Info: Extensive System, Server and Security Status Information &bull; FrontEnd|BackEnd Maintenance Mode &bull; WP Automatic Update Options (BPS MU Tools must-use plugin) &bull; Force Strong Passwords &bull; Email Alerts When New Plugins And Themes Are Available.
8
- Version: 6.6
9
  Author: AITpro Website Security
10
  Author URI: https://forum.ait-pro.com/read-me-first/
11
  */
@@ -33,9 +33,9 @@ Author URI: https://forum.ait-pro.com/read-me-first/
33
  // and cannot access the global variables within functions in BPS. Luckily this does not break BPS or WordPress in any way and PHP.net states this is technically not an error.
34
  global $bps_last_version, $bps_version, $bps_footer, $aitpro_bullet, $bps_topDiv, $bps_bottomDiv, $bpsPro_remote_addr, $bpsPro_http_client_ip, $bpsPro_http_forwarded, $bpsPro_http_x_forwarded_for, $bpsPro_http_x_cluster_client_ip, $bps_wpcontent_dir, $bps_plugin_dir, $plugin_hashes, $theme_hashes;
35
 
36
- define( 'BULLETPROOF_VERSION', '6.6' );
37
- $bps_last_version = '6.5';
38
- $bps_version = '6.6';
39
  $bps_footer = '<div id="AITpro-link">' . __('BulletProof Security ', 'bulletproof-security') . esc_html($bps_version) . __(' Plugin by ', 'bulletproof-security') . '<a href="'.esc_url('https://www.ait-pro.com/').'" target="_blank" title="AITpro Website Security">' . __( 'AITpro Website Security', 'bulletproof-security') . '</a></div>';
40
  $aitpro_bullet = '<img src="'.plugins_url('/bulletproof-security/admin/images/aitpro-bullet.png').'" style="padding:0px 3px 0px 3px;" />';
41
  // Top div & bottom div
5
  Text Domain: bulletproof-security
6
  Domain Path: /languages/
7
  Description: <strong>Feature Highlights:</strong> Setup Wizard &bull; MScan Malware Scanner &bull; .htaccess Website Security Protection (Firewalls) &bull; Security Logging|HTTP Error Logging &bull; DB Backup &bull; DB Table Prefix Changer &bull; Login Security & Monitoring &bull; JTC-Lite Login Form Bot Lockout Protection &bull; Idle Session Logout (ISL) &bull; Auth Cookie Expiration (ACE) &bull; System Info: Extensive System, Server and Security Status Information &bull; FrontEnd|BackEnd Maintenance Mode &bull; WP Automatic Update Options (BPS MU Tools must-use plugin) &bull; Force Strong Passwords &bull; Email Alerts When New Plugins And Themes Are Available.
8
+ Version: 6.7
9
  Author: AITpro Website Security
10
  Author URI: https://forum.ait-pro.com/read-me-first/
11
  */
33
  // and cannot access the global variables within functions in BPS. Luckily this does not break BPS or WordPress in any way and PHP.net states this is technically not an error.
34
  global $bps_last_version, $bps_version, $bps_footer, $aitpro_bullet, $bps_topDiv, $bps_bottomDiv, $bpsPro_remote_addr, $bpsPro_http_client_ip, $bpsPro_http_forwarded, $bpsPro_http_x_forwarded_for, $bpsPro_http_x_cluster_client_ip, $bps_wpcontent_dir, $bps_plugin_dir, $plugin_hashes, $theme_hashes;
35
 
36
+ define( 'BULLETPROOF_VERSION', '6.7' );
37
+ $bps_last_version = '6.6';
38
+ $bps_version = '6.7';
39
  $bps_footer = '<div id="AITpro-link">' . __('BulletProof Security ', 'bulletproof-security') . esc_html($bps_version) . __(' Plugin by ', 'bulletproof-security') . '<a href="'.esc_url('https://www.ait-pro.com/').'" target="_blank" title="AITpro Website Security">' . __( 'AITpro Website Security', 'bulletproof-security') . '</a></div>';
40
  $aitpro_bullet = '<img src="'.plugins_url('/bulletproof-security/admin/images/aitpro-bullet.png').'" style="padding:0px 3px 0px 3px;" />';
41
  // Top div & bottom div
includes/mscan-ajax-functions.php CHANGED
@@ -19,7 +19,8 @@ if ( file_exists($filename) ) {
19
 
20
  function bpsPro_mscan_scan_processing() {
21
 
22
- if ( isset( $_POST['post_var'] ) && $_POST['post_var'] == 'bps_mscan' ) {
 
23
 
24
  $MScanStop = WP_CONTENT_DIR . '/bps-backup/master-backups/mscan-stop.txt';
25
  file_put_contents($MScanStop, "run");
@@ -61,8 +62,9 @@ add_action('wp_ajax_bps_mscan_scan_processing', 'bpsPro_mscan_scan_processing');
61
 
62
  function bpsPro_mscan_scan_estimate() {
63
 
64
- if ( isset( $_POST['post_var'] ) && $_POST['post_var'] == 'bps_mscan_estimate' ) {
65
-
 
66
  $MScanStop = WP_CONTENT_DIR . '/bps-backup/master-backups/mscan-stop.txt';
67
  file_put_contents($MScanStop, "run");
68
 
19
 
20
  function bpsPro_mscan_scan_processing() {
21
 
22
+ if ( isset( $_POST['post_var'] ) && $_POST['post_var'] == 'bps_mscan' && current_user_can('manage_options') ) {
23
+ check_ajax_referer( 'bulletproof_security_mscan_start', 'mscan_nonce' );
24
 
25
  $MScanStop = WP_CONTENT_DIR . '/bps-backup/master-backups/mscan-stop.txt';
26
  file_put_contents($MScanStop, "run");
62
 
63
  function bpsPro_mscan_scan_estimate() {
64
 
65
+ if ( isset( $_POST['post_var'] ) && $_POST['post_var'] == 'bps_mscan_estimate' && current_user_can('manage_options') ) {
66
+ check_ajax_referer( 'bulletproof_security_mscan_time_estimate', 'mscan_nonce' );
67
+
68
  $MScanStop = WP_CONTENT_DIR . '/bps-backup/master-backups/mscan-stop.txt';
69
  file_put_contents($MScanStop, "run");
70
 
languages/bulletproof-security.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: bulletproof-security\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2022-09-25 11:20-0700\n"
7
  "PO-Revision-Date: 2015-06-20 19:13-0800\n"
8
  "Last-Translator: Ed Alexander <edward@ait-pro.com>\n"
9
  "Language-Team: AITpro <info@ait-pro.com>\n"
@@ -1836,8 +1836,8 @@ msgstr ""
1836
  #: admin/login/login.php:205 admin/login/login.php:830
1837
  #: admin/login/login.php:1361 admin/login/login.php:1930
1838
  #: admin/maintenance/maintenance.php:207 admin/mscan/mscan.php:242
1839
- #: admin/mscan/mscan.php:2140 admin/mscan/mscan.php:2369
1840
- #: admin/mscan/mscan.php:3085 admin/security-log/security-log.php:225
1841
  #: admin/system-info/system-info.php:82 admin/theme-skin/theme-skin.php:82
1842
  #: admin/wizard/wizard.php:1102 admin/wizard/wizard.php:1173
1843
  #: admin/wizard/wizard.php:1771 bulletproof-security.php:183
@@ -1859,8 +1859,8 @@ msgstr ""
1859
  #: admin/login/login.php:1358 admin/login/login.php:1927
1860
  #: admin/maintenance/maintenance.php:204 admin/mscan/mscan-help-text.php:65
1861
  #: admin/mscan/mscan-help-text.php:78 admin/mscan/mscan-help-text.php:85
1862
- #: admin/mscan/mscan.php:239 admin/mscan/mscan.php:2137
1863
- #: admin/mscan/mscan.php:2366 admin/mscan/mscan.php:3082
1864
  #: admin/security-log/security-log.php:222 admin/system-info/system-info.php:79
1865
  #: admin/theme-skin/theme-skin.php:78 admin/wizard/wizard.php:1099
1866
  #: admin/wizard/wizard.php:1170 admin/wizard/wizard.php:1768
@@ -1879,8 +1879,8 @@ msgstr ""
1879
  #: admin/login/login.php:205 admin/login/login.php:830
1880
  #: admin/login/login.php:1361 admin/login/login.php:1930
1881
  #: admin/maintenance/maintenance.php:207 admin/mscan/mscan.php:242
1882
- #: admin/mscan/mscan.php:2140 admin/mscan/mscan.php:2369
1883
- #: admin/mscan/mscan.php:3085 admin/security-log/security-log.php:225
1884
  #: admin/system-info/system-info.php:82 admin/theme-skin/theme-skin.php:82
1885
  #: admin/wizard/wizard.php:1102 admin/wizard/wizard.php:1173
1886
  #: admin/wizard/wizard.php:1771
@@ -1899,8 +1899,8 @@ msgstr ""
1899
  #: admin/login/login.php:205 admin/login/login.php:830
1900
  #: admin/login/login.php:1361 admin/login/login.php:1930
1901
  #: admin/maintenance/maintenance.php:207 admin/mscan/mscan.php:242
1902
- #: admin/mscan/mscan.php:2140 admin/mscan/mscan.php:2369
1903
- #: admin/mscan/mscan.php:3085 admin/security-log/security-log.php:225
1904
  #: admin/system-info/system-info.php:82 admin/theme-skin/theme-skin.php:82
1905
  #: admin/wizard/wizard.php:1102 admin/wizard/wizard.php:1173
1906
  #: admin/wizard/wizard.php:1771
@@ -1919,8 +1919,8 @@ msgstr ""
1919
  #: admin/login/login.php:205 admin/login/login.php:830
1920
  #: admin/login/login.php:1361 admin/login/login.php:1930
1921
  #: admin/maintenance/maintenance.php:207 admin/mscan/mscan.php:242
1922
- #: admin/mscan/mscan.php:2140 admin/mscan/mscan.php:2369
1923
- #: admin/mscan/mscan.php:3085 admin/security-log/security-log.php:225
1924
  #: admin/system-info/system-info.php:82 admin/theme-skin/theme-skin.php:82
1925
  #: admin/wizard/wizard.php:1102 admin/wizard/wizard.php:1173
1926
  #: admin/wizard/wizard.php:1771
@@ -1939,8 +1939,8 @@ msgstr ""
1939
  #: admin/login/login.php:205 admin/login/login.php:830
1940
  #: admin/login/login.php:1361 admin/login/login.php:1930
1941
  #: admin/maintenance/maintenance.php:207 admin/mscan/mscan.php:242
1942
- #: admin/mscan/mscan.php:2140 admin/mscan/mscan.php:2369
1943
- #: admin/mscan/mscan.php:3085 admin/security-log/security-log.php:225
1944
  #: admin/system-info/system-info.php:82 admin/theme-skin/theme-skin.php:82
1945
  #: admin/wizard/wizard.php:1102 admin/wizard/wizard.php:1173
1946
  #: admin/wizard/wizard.php:1771
@@ -2579,7 +2579,7 @@ msgstr ""
2579
 
2580
  #: admin/core/core.php:2088
2581
  #: admin/db-backup-security/db-backup-security.php:1796
2582
- #: admin/mscan/mscan.php:3693 admin/theme-skin/theme-skin.php:234
2583
  msgid "Whats New in "
2584
  msgstr ""
2585
 
@@ -2640,7 +2640,7 @@ msgstr ""
2640
  #: admin/db-backup-security/db-backup-security.php:1800
2641
  #: admin/email-log-settings/email-log-settings.php:451
2642
  #: admin/login/login.php:2054 admin/maintenance/maintenance.php:2243
2643
- #: admin/mscan/mscan.php:3696 admin/security-log/security-log.php:848
2644
  #: admin/system-info/system-info.php:1271 admin/theme-skin/theme-skin.php:237
2645
  msgid "Forum: Search, Troubleshooting Steps & Post Questions For Assistance"
2646
  msgstr ""
@@ -3716,7 +3716,7 @@ msgstr ""
3716
  #: admin/db-backup-security/db-backup-security.php:917
3717
  #: admin/login/login.php:576 admin/login/login.php:605
3718
  #: admin/login/login.php:677 admin/login/login.php:706
3719
- #: admin/mscan/mscan.php:1769 admin/mscan/mscan.php:3209
3720
  msgid "Delete"
3721
  msgstr ""
3722
 
@@ -3827,7 +3827,7 @@ msgid "Backup Job Settings|Independent Options"
3827
  msgstr ""
3828
 
3829
  #: admin/db-backup-security/db-backup-security.php:1011
3830
- #: admin/mscan/mscan.php:1055
3831
  msgid "All"
3832
  msgstr ""
3833
 
@@ -4281,7 +4281,7 @@ msgid ""
4281
  msgstr ""
4282
 
4283
  #: admin/db-backup-security/db-backup-security.php:1296
4284
- #: admin/mscan/mscan.php:2197
4285
  msgid ""
4286
  "Then click the Delete Log button to delete the contents of this Log file."
4287
  msgstr ""
@@ -4301,7 +4301,7 @@ msgid "Clicking OK will delete the contents of your DB Backup Log file."
4301
  msgstr ""
4302
 
4303
  #: admin/db-backup-security/db-backup-security.php:1335
4304
- #: admin/mscan/mscan.php:2241 admin/security-log/security-log.php:509
4305
  msgid "Click OK to Delete the Log file contents or click Cancel."
4306
  msgstr ""
4307
 
@@ -4443,12 +4443,12 @@ msgid ""
4443
  msgstr ""
4444
 
4445
  #: admin/db-backup-security/db-backup-security.php:1797
4446
- #: admin/mscan/mscan.php:3694 admin/theme-skin/theme-skin.php:235
4447
  msgid "BPS Pro Features & Version Release Dates"
4448
  msgstr ""
4449
 
4450
  #: admin/db-backup-security/db-backup-security.php:1798
4451
- #: admin/mscan/mscan.php:3695 admin/theme-skin/theme-skin.php:236
4452
  msgid "Video Tutorials"
4453
  msgstr ""
4454
 
@@ -5123,7 +5123,7 @@ msgid "Go Daddy Managed WordPress Hosting"
5123
  msgstr ""
5124
 
5125
  #: admin/login/login.php:223 admin/login/login.php:320
5126
- #: admin/mscan/mscan.php:1547 admin/mscan/mscan.php:1919
5127
  msgid "Submit"
5128
  msgstr ""
5129
 
@@ -5352,7 +5352,7 @@ msgid ""
5352
  msgstr ""
5353
 
5354
  #: admin/login/login.php:645 admin/login/login.php:746
5355
- #: admin/mscan/mscan.php:1806 admin/mscan/mscan.php:2079
5356
  msgid "Clear|Refresh"
5357
  msgstr ""
5358
 
@@ -7665,7 +7665,7 @@ msgid ""
7665
  "will be deleted."
7666
  msgstr ""
7667
 
7668
- #: admin/mscan/mscan-help-text.php:32 admin/mscan/mscan.php:1041
7669
  msgid "Website Folders & Files To Scan"
7670
  msgstr ""
7671
 
@@ -7704,7 +7704,7 @@ msgid ""
7704
  "than 300 seconds."
7705
  msgstr ""
7706
 
7707
- #: admin/mscan/mscan-help-text.php:38 admin/mscan/mscan.php:1149
7708
  msgid "Exclude Individual Folders"
7709
  msgstr ""
7710
 
@@ -7721,7 +7721,7 @@ msgid ""
7721
  "particular cache folder under the wp-content folder."
7722
  msgstr ""
7723
 
7724
- #: admin/mscan/mscan-help-text.php:40 admin/mscan/mscan.php:1155
7725
  msgid "Scan Database"
7726
  msgstr ""
7727
 
@@ -7731,7 +7731,7 @@ msgid ""
7731
  "suspicious code."
7732
  msgstr ""
7733
 
7734
- #: admin/mscan/mscan-help-text.php:42 admin/mscan/mscan.php:1161
7735
  msgid "Scan Skipped Files Only"
7736
  msgstr ""
7737
 
@@ -7744,7 +7744,7 @@ msgid ""
7744
  "to On."
7745
  msgstr ""
7746
 
7747
- #: admin/mscan/mscan-help-text.php:44 admin/mscan/mscan.php:1167
7748
  msgid "Automatically Delete /tmp Files"
7749
  msgstr ""
7750
 
@@ -7754,7 +7754,7 @@ msgid ""
7754
  "commonly hide hacker files in the /tmp folder."
7755
  msgstr ""
7756
 
7757
- #: admin/mscan/mscan-help-text.php:46 admin/mscan/mscan.php:1173
7758
  msgid "Exclude /tmp Files"
7759
  msgstr ""
7760
 
@@ -7854,7 +7854,7 @@ msgid ""
7854
  "convention: theme-name-child.x.x.zip."
7855
  msgstr ""
7856
 
7857
- #: admin/mscan/mscan-help-text.php:60 admin/mscan/mscan.php:1475
7858
  msgid "View|Ignore|Delete Suspicious Files"
7859
  msgstr ""
7860
 
@@ -7862,14 +7862,14 @@ msgstr ""
7862
  msgid ""
7863
  "This form allows you to view, ignore, unignore or delete suspicious and "
7864
  "skipped files. If you are not sure if code is malicious or safe you can copy "
7865
- "the code and post the code in the MScan Troubleshooting & Code Posting form "
7866
  "topic. See the link above. If you are unsure if a file is a hacker file or "
7867
  "not then download a copy of that file before deleting it. When you ignore a "
7868
  "file it will no longer be scanned in any future scans. When you unignore an "
7869
  "ignored file it will be scanned in future scans."
7870
  msgstr ""
7871
 
7872
- #: admin/mscan/mscan-help-text.php:62 admin/mscan/mscan.php:1850
7873
  msgid "View|Ignore Suspicious DB Entries"
7874
  msgstr ""
7875
 
@@ -8031,18 +8031,18 @@ msgstr ""
8031
  msgid "MScan Scan"
8032
  msgstr ""
8033
 
8034
- #: admin/mscan/mscan.php:217 admin/mscan/mscan.php:2130
8035
- #: admin/mscan/mscan.php:2132
8036
  msgid "MScan Log"
8037
  msgstr ""
8038
 
8039
- #: admin/mscan/mscan.php:218 admin/mscan/mscan.php:2358
8040
- #: admin/mscan/mscan.php:2361
8041
  msgid "MScan Report"
8042
  msgstr ""
8043
 
8044
- #: admin/mscan/mscan.php:219 admin/mscan/mscan.php:3074
8045
- #: admin/mscan/mscan.php:3077
8046
  msgid "MScan Saved Reports"
8047
  msgstr ""
8048
 
@@ -8098,7 +8098,7 @@ msgid ""
8098
  msgstr ""
8099
 
8100
  #: admin/mscan/mscan.php:520 admin/mscan/mscan.php:540
8101
- #: admin/mscan/mscan.php:842
8102
  msgid "Skipped file scanning is turned On. Only skipped files will be scanned."
8103
  msgstr ""
8104
 
@@ -8119,36 +8119,36 @@ msgid ""
8119
  "scan after the File Hash Maker has completed."
8120
  msgstr ""
8121
 
8122
- #: admin/mscan/mscan.php:681
8123
  msgid "Click OK to stop scanning or click Cancel."
8124
  msgstr ""
8125
 
8126
- #: admin/mscan/mscan.php:693
8127
  msgid ""
8128
  "Click OK to reset/delete all MScan scan results and data or click Cancel. "
8129
  "Note: MScan option settings will not be reset/deleted."
8130
  msgstr ""
8131
 
8132
- #: admin/mscan/mscan.php:701
8133
  msgid "MScan Options & Tools"
8134
  msgstr ""
8135
 
8136
- #: admin/mscan/mscan.php:712
8137
  msgid "Save MScan Options"
8138
  msgstr ""
8139
 
8140
- #: admin/mscan/mscan.php:846
8141
  msgid ""
8142
  "Skipped file scanning is turned On. There are no skipped files to be "
8143
  "scanned. Either there really are not any skipped files to scan or you have "
8144
  "not run a regular scan yet with the Skipped File Scan option turned Off."
8145
  msgstr ""
8146
 
8147
- #: admin/mscan/mscan.php:850
8148
  msgid "Warning: "
8149
  msgstr ""
8150
 
8151
- #: admin/mscan/mscan.php:850
8152
  msgid ""
8153
  "On some web hosts (Known host issues: SiteGround, Cyon) turning On the "
8154
  "\"Automatically Delete /tmp Files\" option setting will cause your website/"
@@ -8159,31 +8159,31 @@ msgid ""
8159
  "the names of those tmp files to exclude."
8160
  msgstr ""
8161
 
8162
- #: admin/mscan/mscan.php:854
8163
  msgid "MScan Options saved."
8164
  msgstr ""
8165
 
8166
- #: admin/mscan/mscan.php:1041
8167
  msgid "Files are not displayed, but will be scanned"
8168
  msgstr ""
8169
 
8170
- #: admin/mscan/mscan.php:1042
8171
  msgid "MScan Options"
8172
  msgstr ""
8173
 
8174
- #: admin/mscan/mscan.php:1043
8175
  msgid "MScan Tools"
8176
  msgstr ""
8177
 
8178
- #: admin/mscan/mscan.php:1056
8179
  msgid "Folder Name"
8180
  msgstr ""
8181
 
8182
- #: admin/mscan/mscan.php:1075
8183
  msgid "Folder is not readable"
8184
  msgstr ""
8185
 
8186
- #: admin/mscan/mscan.php:1106
8187
  msgid ""
8188
  "This folder contains another WordPress website. This checkbox cannot be "
8189
  "checked. To scan that site run MScan from that site. Click the MScan "
@@ -8191,95 +8191,95 @@ msgid ""
8191
  "\" help section."
8192
  msgstr ""
8193
 
8194
- #: admin/mscan/mscan.php:1140
8195
  msgid "Max File Size Limit to Scan:"
8196
  msgstr ""
8197
 
8198
- #: admin/mscan/mscan.php:1145
8199
  msgid "Max Time Limit to Scan:"
8200
  msgstr ""
8201
 
8202
- #: admin/mscan/mscan.php:1149
8203
  msgid "Enter one folder path per line. Include folder slashes."
8204
  msgstr ""
8205
 
8206
- #: admin/mscan/mscan.php:1149 admin/mscan/mscan.php:1173
8207
  msgid "Example:"
8208
  msgstr ""
8209
 
8210
- #: admin/mscan/mscan.php:1149 admin/mscan/mscan.php:1161
8211
- #: admin/mscan/mscan.php:1173
8212
  msgid "Click the MScan Question Mark help button for more help info."
8213
  msgstr ""
8214
 
8215
- #: admin/mscan/mscan.php:1157
8216
  msgid "Database Scan On"
8217
  msgstr ""
8218
 
8219
- #: admin/mscan/mscan.php:1158
8220
  msgid "Database Scan Off"
8221
  msgstr ""
8222
 
8223
- #: admin/mscan/mscan.php:1161
8224
  msgid ""
8225
  "When Skipped File Scan is On only skipped files will be scanned. Note: No "
8226
  "other MScan option settings have any effect while Skipped File Scan is set "
8227
  "to On."
8228
  msgstr ""
8229
 
8230
- #: admin/mscan/mscan.php:1163
8231
  msgid "Skipped File Scan Off"
8232
  msgstr ""
8233
 
8234
- #: admin/mscan/mscan.php:1164
8235
  msgid "Skipped File Scan On"
8236
  msgstr ""
8237
 
8238
- #: admin/mscan/mscan.php:1169
8239
  msgid "Delete Tmp Files Off"
8240
  msgstr ""
8241
 
8242
- #: admin/mscan/mscan.php:1170
8243
  msgid "Delete Tmp Files On"
8244
  msgstr ""
8245
 
8246
- #: admin/mscan/mscan.php:1173
8247
  msgid "Enter one file name per line."
8248
  msgstr ""
8249
 
8250
- #: admin/mscan/mscan.php:1179
8251
  msgid "Scheduled Scan Frequency (BPS Pro only)"
8252
  msgstr ""
8253
 
8254
- #: admin/mscan/mscan.php:1181
8255
  msgid "Scheduled Scan Off"
8256
  msgstr ""
8257
 
8258
- #: admin/mscan/mscan.php:1182
8259
  msgid "Run Scan Every 60 Minutes"
8260
  msgstr ""
8261
 
8262
- #: admin/mscan/mscan.php:1183
8263
  msgid "Run Scan Every 3 Hours"
8264
  msgstr ""
8265
 
8266
- #: admin/mscan/mscan.php:1184
8267
  msgid "Run Scan Every 6 Hours"
8268
  msgstr ""
8269
 
8270
- #: admin/mscan/mscan.php:1185
8271
  msgid "Run Scan Every 12 Hours"
8272
  msgstr ""
8273
 
8274
- #: admin/mscan/mscan.php:1186
8275
  msgid "Run Scan Every 24 Hours"
8276
  msgstr ""
8277
 
8278
- #: admin/mscan/mscan.php:1189
8279
  msgid "Click OK to save MScan Options or click Cancel"
8280
  msgstr ""
8281
 
8282
- #: admin/mscan/mscan.php:1198
8283
  msgid ""
8284
  "CAUTION: Please click the MScan Question Mark help button before using this "
8285
  "tool. This tool allows you to delete the Plugin and Theme file hashes.\\n"
@@ -8290,61 +8290,61 @@ msgid ""
8290
  "OK to delete Plugin and Theme file hashes or click Cancel"
8291
  msgstr ""
8292
 
8293
- #: admin/mscan/mscan.php:1208
8294
  msgid ""
8295
  "Clicking OK will upload Plugin Zip files to the /wp-content/bps-backup/"
8296
  "plugin-hashes/ folder. The zip files will be extracted, MD5 file hashes will "
8297
  "be created and the zip files will be deleted."
8298
  msgstr ""
8299
 
8300
- #: admin/mscan/mscan.php:1208
8301
  msgid ""
8302
  "Zip files MUST be named using this exact format: plugin-name.x.x.zip where x "
8303
  "is the actual current version number of the plugin in the zip file."
8304
  msgstr ""
8305
 
8306
- #: admin/mscan/mscan.php:1208
8307
  msgid "Click OK to upload Plugin Zip files or click Cancel."
8308
  msgstr ""
8309
 
8310
- #: admin/mscan/mscan.php:1218
8311
  msgid ""
8312
  "Clicking OK will upload Theme Zip files to the /wp-content/bps-backup/theme-"
8313
  "hashes/ folder. The zip files will be extracted, MD5 file hashes will be "
8314
  "created and the zip files will be deleted."
8315
  msgstr ""
8316
 
8317
- #: admin/mscan/mscan.php:1218
8318
  msgid ""
8319
  "Zip files MUST be named using this exact format: theme-name.x.x.zip where x "
8320
  "is the actual current version number of the theme in the zip file."
8321
  msgstr ""
8322
 
8323
- #: admin/mscan/mscan.php:1218
8324
  msgid "Click OK to upload Theme Zip files or click Cancel."
8325
  msgstr ""
8326
 
8327
- #: admin/mscan/mscan.php:1259
8328
  msgid "Plugin Zip File Upload Successful: "
8329
  msgstr ""
8330
 
8331
- #: admin/mscan/mscan.php:1322 admin/mscan/mscan.php:1434
8332
  msgid "Error: Zip File Upload Failed: "
8333
  msgstr ""
8334
 
8335
- #: admin/mscan/mscan.php:1322 admin/mscan/mscan.php:1434
8336
  msgid "Unable to move this uploaded zip file: "
8337
  msgstr ""
8338
 
8339
- #: admin/mscan/mscan.php:1322 admin/mscan/mscan.php:1434
8340
  msgid " to this folder: "
8341
  msgstr ""
8342
 
8343
- #: admin/mscan/mscan.php:1328 admin/mscan/mscan.php:1440
8344
  msgid "File Extension/Type or Filename Error: "
8345
  msgstr ""
8346
 
8347
- #: admin/mscan/mscan.php:1328
8348
  msgid ""
8349
  " is either not a .zip file or the .zip file is not named correctly. Only ."
8350
  "zip files are allowed to be uploaded. Zip files MUST be named using this "
@@ -8352,21 +8352,21 @@ msgid ""
8352
  "version of the plugin in the zip file."
8353
  msgstr ""
8354
 
8355
- #: admin/mscan/mscan.php:1334 admin/mscan/mscan.php:1446
8356
  msgid "Error: No zip file chosen: "
8357
  msgstr ""
8358
 
8359
- #: admin/mscan/mscan.php:1334
8360
  msgid ""
8361
  "You need to choose zip files before clicking the Upload Plugin Zip Files "
8362
  "button."
8363
  msgstr ""
8364
 
8365
- #: admin/mscan/mscan.php:1371
8366
  msgid "Theme Zip File Upload Successful: "
8367
  msgstr ""
8368
 
8369
- #: admin/mscan/mscan.php:1440
8370
  msgid ""
8371
  " is either not a .zip file or the .zip file is not named correctly. Only ."
8372
  "zip files are allowed to be uploaded. Zip files MUST be named using this "
@@ -8374,199 +8374,199 @@ msgid ""
8374
  "version of the theme in the zip file."
8375
  msgstr ""
8376
 
8377
- #: admin/mscan/mscan.php:1446
8378
  msgid ""
8379
  "You need to choose zip files before clicking the Upload Theme Zip Files "
8380
  "button."
8381
  msgstr ""
8382
 
8383
- #: admin/mscan/mscan.php:1588
8384
  msgid " has been deleted."
8385
  msgstr ""
8386
 
8387
- #: admin/mscan/mscan.php:1609
8388
  msgid ""
8389
  " Current Status has been changed to Ignored File and this file will not be "
8390
  "scanned in any future MScan Scans."
8391
  msgstr ""
8392
 
8393
- #: admin/mscan/mscan.php:1630
8394
  msgid ""
8395
  " Ignored File Status has been removed. The previous Status of the file will "
8396
  "be displayed again and this file will be scanned in future MScan scans."
8397
  msgstr ""
8398
 
8399
- #: admin/mscan/mscan.php:1652 admin/mscan/mscan.php:1663
8400
- #: admin/mscan/mscan.php:1669
8401
  msgid "Close File"
8402
  msgstr ""
8403
 
8404
- #: admin/mscan/mscan.php:1652 admin/mscan/mscan.php:1669
8405
- #: admin/mscan/mscan.php:1996
8406
  msgid "MScan Pattern Match"
8407
  msgstr ""
8408
 
8409
- #: admin/mscan/mscan.php:1652
8410
  msgid ""
8411
  "Only the MScan Pattern Match is displayed for images instead of the image "
8412
  "file code."
8413
  msgstr ""
8414
 
8415
- #: admin/mscan/mscan.php:1652
8416
  msgid ""
8417
  "Opening image files to view image file code does not work well in a Browser."
8418
  msgstr ""
8419
 
8420
- #: admin/mscan/mscan.php:1652
8421
  msgid ""
8422
  "You can download suspicious image files and use a code editor like Notepad++ "
8423
  "to check image file code for any malicious code."
8424
  msgstr ""
8425
 
8426
- #: admin/mscan/mscan.php:1652 admin/mscan/mscan.php:1663
8427
- #: admin/mscan/mscan.php:1669 admin/mscan/mscan.php:1996
8428
  msgid ""
8429
  "If you are not sure what to check for or what is and is not malicious code "
8430
  "then click the MScan Question Mark help button."
8431
  msgstr ""
8432
 
8433
- #: admin/mscan/mscan.php:1663
8434
  msgid "MScan File Hash Mismatch"
8435
  msgstr ""
8436
 
8437
- #: admin/mscan/mscan.php:1663
8438
  msgid ""
8439
  "Known Issues: Some plugins and themes alter or create new files after they "
8440
  "are installed. That will create false positives."
8441
  msgstr ""
8442
 
8443
- #: admin/mscan/mscan.php:1663
8444
  msgid ""
8445
  "You can download files that are seen as suspicious and compare them to new "
8446
  "plugin or theme files using a code editor like Notepad++."
8447
  msgstr ""
8448
 
8449
- #: admin/mscan/mscan.php:1669
8450
  msgid ""
8451
  "You can use your Browser's Search or Find feature to search the file "
8452
  "contents/code displayed below using the MScan Pattern Match above for the "
8453
  "suspicious code that was detected by MScan."
8454
  msgstr ""
8455
 
8456
- #: admin/mscan/mscan.php:1669
8457
  msgid ""
8458
  "You can download suspicious files if you would like to check the file "
8459
  "contents/code more extensively with a code editor like Notepad++."
8460
  msgstr ""
8461
 
8462
- #: admin/mscan/mscan.php:1686 admin/mscan/mscan.php:2729
8463
- #: admin/mscan/mscan.php:3559
8464
  msgid ""
8465
  "File hash comparison scan results are 100% accurate. WP Core, Plugin and "
8466
  "Theme files are scanned using file hash comparison scanning."
8467
  msgstr ""
8468
 
8469
- #: admin/mscan/mscan.php:1686 admin/mscan/mscan.php:2729
8470
- #: admin/mscan/mscan.php:3559
8471
  msgid ""
8472
  "Pattern matching scan results are less accurate and will usually detect some "
8473
  "false positive matches. All other files that are not WP Core, Plugin and "
8474
  "Theme files are scanned using pattern matching scanning."
8475
  msgstr ""
8476
 
8477
- #: admin/mscan/mscan.php:1686
8478
  msgid ""
8479
  "You can View, Ignore and Delete files detected as suspicious using the Form "
8480
  "below. Before deleting any files make a backup of those files on your "
8481
  "computer not on your hosting account."
8482
  msgstr ""
8483
 
8484
- #: admin/mscan/mscan.php:1686 admin/mscan/mscan.php:2729
8485
- #: admin/mscan/mscan.php:3559
8486
  msgid ""
8487
  "And of course check the file contents of suspicious files to see if they "
8488
  "contain hacker code or are false positive matches. Use the Ignore File "
8489
  "checkbox option to ignore false postive matches."
8490
  msgstr ""
8491
 
8492
- #: admin/mscan/mscan.php:1686 admin/mscan/mscan.php:2729
8493
- #: admin/mscan/mscan.php:3559
8494
  msgid ""
8495
  "When you ignore a file it will no longer be scanned in any future scans. "
8496
  "When you unignore an ignored file it will be scanned in future scans."
8497
  msgstr ""
8498
 
8499
- #: admin/mscan/mscan.php:1718 admin/mscan/mscan.php:2021
8500
- #: admin/mscan/mscan.php:2744 admin/mscan/mscan.php:2822
8501
- #: admin/mscan/mscan.php:3566 admin/mscan/mscan.php:3613
8502
  msgid "Current Status"
8503
  msgstr ""
8504
 
8505
- #: admin/mscan/mscan.php:1719
8506
  msgid "View<br>File"
8507
  msgstr ""
8508
 
8509
- #: admin/mscan/mscan.php:1720
8510
  msgid "Ignore<br>File"
8511
  msgstr ""
8512
 
8513
- #: admin/mscan/mscan.php:1721
8514
  msgid "Unignore<br>File"
8515
  msgstr ""
8516
 
8517
- #: admin/mscan/mscan.php:1722
8518
  msgid "Delete<br>File"
8519
  msgstr ""
8520
 
8521
- #: admin/mscan/mscan.php:1723 admin/mscan/mscan.php:2745
8522
- #: admin/mscan/mscan.php:3567 admin/system-info/system-info.php:1031
8523
  #: admin/system-info/system-info.php:1097
8524
  msgid "File Path"
8525
  msgstr ""
8526
 
8527
- #: admin/mscan/mscan.php:1724
8528
  msgid "File Hash or<br>Pattern Match"
8529
  msgstr ""
8530
 
8531
- #: admin/mscan/mscan.php:1725 admin/mscan/mscan.php:2029
8532
  msgid "Scan<br>Time"
8533
  msgstr ""
8534
 
8535
- #: admin/mscan/mscan.php:1738 admin/mscan/mscan.php:2760
8536
  msgid "Skipped File"
8537
  msgstr ""
8538
 
8539
- #: admin/mscan/mscan.php:1738 admin/mscan/mscan.php:2760
8540
  msgid "Not Scanned"
8541
  msgstr ""
8542
 
8543
- #: admin/mscan/mscan.php:1742 admin/mscan/mscan.php:1749
8544
- #: admin/mscan/mscan.php:2764 admin/mscan/mscan.php:2771
8545
  msgid "Ignored File"
8546
  msgstr ""
8547
 
8548
- #: admin/mscan/mscan.php:1754 admin/mscan/mscan.php:2776
8549
  msgid "Suspicious File"
8550
  msgstr ""
8551
 
8552
- #: admin/mscan/mscan.php:1760 admin/mscan/mscan.php:2050
8553
- #: admin/mscan/mscan.php:3208
8554
  msgid "View"
8555
  msgstr ""
8556
 
8557
- #: admin/mscan/mscan.php:1761 admin/mscan/mscan.php:2051
8558
  msgid "Ignore"
8559
  msgstr ""
8560
 
8561
- #: admin/mscan/mscan.php:1763 admin/mscan/mscan.php:2052
8562
  msgid "Unignore"
8563
  msgstr ""
8564
 
8565
- #: admin/mscan/mscan.php:1791 admin/mscan/mscan.php:2799
8566
  msgid "No Suspicious Files were detected"
8567
  msgstr ""
8568
 
8569
- #: admin/mscan/mscan.php:1805
8570
  msgid ""
8571
  "View File Option: Selecting the View File Checkbox Form option will display "
8572
  "the contents of the file that you have selected to view.\\n"
@@ -8586,45 +8586,45 @@ msgid ""
8586
  "OK to proceed or click Cancel"
8587
  msgstr ""
8588
 
8589
- #: admin/mscan/mscan.php:1953
8590
  msgid "Current Status has been changed to Ignored for DB Row ID"
8591
  msgstr ""
8592
 
8593
- #: admin/mscan/mscan.php:1953 admin/mscan/mscan.php:1972
8594
  msgid "in DB Column"
8595
  msgstr ""
8596
 
8597
- #: admin/mscan/mscan.php:1953
8598
  msgid "This DB Entry will not be scanned in any future MScan Scans."
8599
  msgstr ""
8600
 
8601
- #: admin/mscan/mscan.php:1972
8602
  msgid "The Ignored DB Entry Status has been removed for DB Row ID"
8603
  msgstr ""
8604
 
8605
- #: admin/mscan/mscan.php:1972
8606
  msgid ""
8607
  "The previous Status of the DB Entry will be displayed again and this DB "
8608
  "Entry will be scanned in future MScan scans."
8609
  msgstr ""
8610
 
8611
- #: admin/mscan/mscan.php:1991 admin/mscan/mscan.php:1996
8612
  msgid "Close"
8613
  msgstr ""
8614
 
8615
- #: admin/mscan/mscan.php:1991
8616
  msgid "Pharma Hack DB Table and Column"
8617
  msgstr ""
8618
 
8619
- #: admin/mscan/mscan.php:1991
8620
  msgid "Pharma Hack cleanup/removal steps"
8621
  msgstr ""
8622
 
8623
- #: admin/mscan/mscan.php:1991
8624
  msgid "Edit your theme's header.php file and delete this code: "
8625
  msgstr ""
8626
 
8627
- #: admin/mscan/mscan.php:1991
8628
  msgid ""
8629
  "Delete this file in your theme's root folder: nav.php. Login to your web "
8630
  "host control panel, login to your WP Database using phpMyAdmin and delete "
@@ -8633,102 +8633,102 @@ msgid ""
8633
  "any that you do see."
8634
  msgstr ""
8635
 
8636
- #: admin/mscan/mscan.php:1996
8637
  msgid "DB Table, Column and Row ID"
8638
  msgstr ""
8639
 
8640
- #: admin/mscan/mscan.php:1996
8641
  msgid "Steps to view the database data that MScan detected as suspicious"
8642
  msgstr ""
8643
 
8644
- #: admin/mscan/mscan.php:1996
8645
  msgid ""
8646
  "Login to your web host control panel, login to your WP Database using "
8647
  "phpMyAdmin and check the data in the DB Table, Column and Row ID shown "
8648
  "above. Note: Look for code that matches the MScan Pattern Match."
8649
  msgstr ""
8650
 
8651
- #: admin/mscan/mscan.php:2007 admin/mscan/mscan.php:2809
8652
- #: admin/mscan/mscan.php:3604
8653
  msgid "Database scanning uses pattern matching scanning."
8654
  msgstr ""
8655
 
8656
- #: admin/mscan/mscan.php:2007 admin/mscan/mscan.php:2809
8657
- #: admin/mscan/mscan.php:3604
8658
  msgid ""
8659
  "Pattern matching scan results will usually detect some false positive "
8660
  "matches."
8661
  msgstr ""
8662
 
8663
- #: admin/mscan/mscan.php:2007
8664
  msgid ""
8665
  "This form allows you to view, ignore or unignore suspicious DB Entries. "
8666
  "Note: The view option displays the DB Table, Column, Row ID and the MScan "
8667
  "Pattern Match that was detected by the MScan scan."
8668
  msgstr ""
8669
 
8670
- #: admin/mscan/mscan.php:2007
8671
  msgid "Before deleting any database data make a backup of your database."
8672
  msgstr ""
8673
 
8674
- #: admin/mscan/mscan.php:2007 admin/mscan/mscan.php:2809
8675
- #: admin/mscan/mscan.php:3604
8676
  msgid ""
8677
  "Use phpMyAdmin or a similar tool to check your database Row where the "
8678
  "suspicious code was found."
8679
  msgstr ""
8680
 
8681
- #: admin/mscan/mscan.php:2007 admin/mscan/mscan.php:2809
8682
- #: admin/mscan/mscan.php:3604
8683
  msgid ""
8684
  "When you ignore a DB Entry it will no longer be scanned in any future scans. "
8685
  "When you unignore an ignored DB Entry it will be scanned in future scans."
8686
  msgstr ""
8687
 
8688
- #: admin/mscan/mscan.php:2022
8689
  msgid "View<br>DB Entry"
8690
  msgstr ""
8691
 
8692
- #: admin/mscan/mscan.php:2023
8693
  msgid "Ignore<br>DB Entry"
8694
  msgstr ""
8695
 
8696
- #: admin/mscan/mscan.php:2024
8697
  msgid "Unignore<br>DB Entry"
8698
  msgstr ""
8699
 
8700
- #: admin/mscan/mscan.php:2025 admin/mscan/mscan.php:2823
8701
- #: admin/mscan/mscan.php:3614
8702
  msgid "DB Table"
8703
  msgstr ""
8704
 
8705
- #: admin/mscan/mscan.php:2026 admin/mscan/mscan.php:2824
8706
- #: admin/mscan/mscan.php:3615
8707
  msgid "DB Column"
8708
  msgstr ""
8709
 
8710
- #: admin/mscan/mscan.php:2027 admin/mscan/mscan.php:2825
8711
- #: admin/mscan/mscan.php:3616
8712
  msgid "DB Row ID"
8713
  msgstr ""
8714
 
8715
- #: admin/mscan/mscan.php:2028
8716
  msgid "Pattern<br>Match"
8717
  msgstr ""
8718
 
8719
- #: admin/mscan/mscan.php:2040 admin/mscan/mscan.php:2838
8720
  msgid "Ignored DB Entry"
8721
  msgstr ""
8722
 
8723
- #: admin/mscan/mscan.php:2045 admin/mscan/mscan.php:2843
8724
  msgid "Suspicious DB Entry"
8725
  msgstr ""
8726
 
8727
- #: admin/mscan/mscan.php:2063 admin/mscan/mscan.php:2860
8728
  msgid "No Suspicious DB Entries were detected"
8729
  msgstr ""
8730
 
8731
- #: admin/mscan/mscan.php:2078
8732
  msgid ""
8733
  "View DB Entry Option: Selecting the View DB Entry Checkbox Form option will "
8734
  "display the contents of the DB Table, Column and Row ID that you have "
@@ -8746,183 +8746,183 @@ msgid ""
8746
  "OK to proceed or click Cancel"
8747
  msgstr ""
8748
 
8749
- #: admin/mscan/mscan.php:2169
8750
  msgid "Click the Reset Last Modified Time in DB button"
8751
  msgstr ""
8752
 
8753
- #: admin/mscan/mscan.php:2169
8754
  msgid "to set the"
8755
  msgstr ""
8756
 
8757
- #: admin/mscan/mscan.php:2174 admin/mscan/mscan.php:2179
8758
  msgid "Last Modified Time in DB:"
8759
  msgstr ""
8760
 
8761
- #: admin/mscan/mscan.php:2192 admin/mscan/mscan.php:2197
8762
  msgid "MScan Log File Size: "
8763
  msgstr ""
8764
 
8765
- #: admin/mscan/mscan.php:2197
8766
  msgid ""
8767
  "The Display & Alert Options Email Logging options will only send log files "
8768
  "up to 2MB in size."
8769
  msgstr ""
8770
 
8771
- #: admin/mscan/mscan.php:2197
8772
  msgid ""
8773
  "Copy and paste the MScan Log file contents into a Notepad text file on your "
8774
  "computer and save it."
8775
  msgstr ""
8776
 
8777
- #: admin/mscan/mscan.php:2210
8778
  msgid "MScan Log Last Modified Time:"
8779
  msgstr ""
8780
 
8781
- #: admin/mscan/mscan.php:2212
8782
  msgid "Last Modified Time in File:"
8783
  msgstr ""
8784
 
8785
- #: admin/mscan/mscan.php:2231
8786
  msgid ""
8787
  "Success! Your MScan Log has been deleted and replaced with a new blank MScan "
8788
  "Log file."
8789
  msgstr ""
8790
 
8791
- #: admin/mscan/mscan.php:2241
8792
  msgid "Clicking OK will delete the contents of your MScan Log file."
8793
  msgstr ""
8794
 
8795
- #: admin/mscan/mscan.php:2260
8796
  msgid ""
8797
  "The MScan Log File Was Not Found! Check that the file really exists here - /"
8798
  msgstr ""
8799
 
8800
- #: admin/mscan/mscan.php:2260
8801
  msgid "/bps-backup/logs/mscan_log.txt and is named correctly."
8802
  msgstr ""
8803
 
8804
- #: admin/mscan/mscan.php:2282
8805
  msgid "File Open and Write test successful! Your MScan Log file is writable."
8806
  msgstr ""
8807
 
8808
- #: admin/mscan/mscan.php:2296 admin/mscan/mscan.php:2300
8809
  msgid "Success! Your MScan Log file has been updated."
8810
  msgstr ""
8811
 
8812
- #: admin/mscan/mscan.php:2379
8813
  msgid "Click OK to save the MScan Report or click Cancel."
8814
  msgstr ""
8815
 
8816
- #: admin/mscan/mscan.php:2399
8817
  msgid ""
8818
  "No Scan Results To Display: No scans have been run yet or you clicked the "
8819
  "MScan Reset button."
8820
  msgstr ""
8821
 
8822
- #: admin/mscan/mscan.php:2413
8823
  msgid "Scan Date|Time: "
8824
  msgstr ""
8825
 
8826
- #: admin/mscan/mscan.php:2416
8827
  msgid "Website: "
8828
  msgstr ""
8829
 
8830
- #: admin/mscan/mscan.php:2419
8831
  msgid "Scan Completion Time: "
8832
  msgstr ""
8833
 
8834
- #: admin/mscan/mscan.php:2423 admin/mscan/mscan.php:2426
8835
- #: admin/mscan/mscan.php:2429
8836
  msgid "Total Files Scanned: "
8837
  msgstr ""
8838
 
8839
- #: admin/mscan/mscan.php:2434
8840
  msgid "Total Skipped Files: "
8841
  msgstr ""
8842
 
8843
- #: admin/mscan/mscan.php:2443
8844
  msgid "Total Suspicious Files: "
8845
  msgstr ""
8846
 
8847
- #: admin/mscan/mscan.php:2452
8848
  msgid "Total Suspicious DB Entries: "
8849
  msgstr ""
8850
 
8851
- #: admin/mscan/mscan.php:2455 admin/mscan/mscan.php:3525
8852
  msgid "MScan Option Settings: "
8853
  msgstr ""
8854
 
8855
- #: admin/mscan/mscan.php:2469 admin/mscan/mscan.php:2472
8856
  msgid "Website Folders & Files To Scan: "
8857
  msgstr ""
8858
 
8859
- #: admin/mscan/mscan.php:2472 admin/mscan/mscan.php:2483
8860
- #: admin/mscan/mscan.php:2510
8861
  msgid "None"
8862
  msgstr ""
8863
 
8864
- #: admin/mscan/mscan.php:2480 admin/mscan/mscan.php:2483
8865
  msgid "Excluded Folders: "
8866
  msgstr ""
8867
 
8868
- #: admin/mscan/mscan.php:2487
8869
  msgid "Max File Size Limit to Scan: "
8870
  msgstr ""
8871
 
8872
- #: admin/mscan/mscan.php:2490
8873
  msgid "Max Time Limit to Scan: "
8874
  msgstr ""
8875
 
8876
- #: admin/mscan/mscan.php:2493
8877
  msgid "Scan Database: "
8878
  msgstr ""
8879
 
8880
- #: admin/mscan/mscan.php:2496
8881
  msgid "Scan Skipped Files Only: "
8882
  msgstr ""
8883
 
8884
- #: admin/mscan/mscan.php:2499
8885
  msgid "Automatically Delete /tmp Files: "
8886
  msgstr ""
8887
 
8888
- #: admin/mscan/mscan.php:2507 admin/mscan/mscan.php:2510
8889
  msgid "Exclude /tmp Files: "
8890
  msgstr ""
8891
 
8892
- #: admin/mscan/mscan.php:2528
8893
  msgid "Scheduled Scan Frequency: "
8894
  msgstr ""
8895
 
8896
- #: admin/mscan/mscan.php:2531 admin/mscan/mscan.php:3536
8897
  msgid "WP Core|Plugin|Theme File Hashes: "
8898
  msgstr ""
8899
 
8900
- #: admin/mscan/mscan.php:2545
8901
  msgid "WP Core Hash File Version: "
8902
  msgstr ""
8903
 
8904
- #: admin/mscan/mscan.php:2545
8905
  msgid "WP Installed Version: "
8906
  msgstr ""
8907
 
8908
- #: admin/mscan/mscan.php:2550 admin/mscan/mscan.php:2570
8909
- #: admin/mscan/mscan.php:2674
8910
  msgid "Error|Problem: "
8911
  msgstr ""
8912
 
8913
- #: admin/mscan/mscan.php:2550
8914
  msgid "The WP Core Hash File Does Not Exist"
8915
  msgstr ""
8916
 
8917
- #: admin/mscan/mscan.php:2564 admin/mscan/mscan.php:3539
8918
  msgid "Plugin File Hashes: "
8919
  msgstr ""
8920
 
8921
- #: admin/mscan/mscan.php:2570
8922
  msgid "The Plugin Hash File Does Not Exist"
8923
  msgstr ""
8924
 
8925
- #: admin/mscan/mscan.php:2630
8926
  msgid ""
8927
  "File hashes do not exist for this plugin. This plugin's files were not "
8928
  "scanned. If you would like to scan this plugin's files then use the \"Upload "
@@ -8931,7 +8931,7 @@ msgid ""
8931
  "\"Upload Plugin Zip Files\" help section for more help info."
8932
  msgstr ""
8933
 
8934
- #: admin/mscan/mscan.php:2632
8935
  msgid ""
8936
  "File hashes do not exist for this theme. This theme's files were not "
8937
  "scanned. If you would like to scan this themes's files then use the \"Upload "
@@ -8940,43 +8940,43 @@ msgid ""
8940
  "\"Upload Theme Zip Files\" help section for more help info."
8941
  msgstr ""
8942
 
8943
- #: admin/mscan/mscan.php:2642 admin/mscan/mscan.php:2652
8944
- #: admin/mscan/mscan.php:2658
8945
  msgid " Plugin Hash File Version: "
8946
  msgstr ""
8947
 
8948
- #: admin/mscan/mscan.php:2642 admin/mscan/mscan.php:2652
8949
- #: admin/mscan/mscan.php:2658 admin/mscan/mscan.php:2698
8950
- #: admin/mscan/mscan.php:2707 admin/mscan/mscan.php:2713
8951
  msgid " Installed Version: "
8952
  msgstr ""
8953
 
8954
- #: admin/mscan/mscan.php:2658
8955
  msgid "No File Hashes for This Plugin"
8956
  msgstr ""
8957
 
8958
- #: admin/mscan/mscan.php:2668 admin/mscan/mscan.php:3546
8959
  msgid "Theme File Hashes: "
8960
  msgstr ""
8961
 
8962
- #: admin/mscan/mscan.php:2674
8963
  msgid "The Theme Hash File Does Not Exist"
8964
  msgstr ""
8965
 
8966
- #: admin/mscan/mscan.php:2698 admin/mscan/mscan.php:2707
8967
- #: admin/mscan/mscan.php:2713
8968
  msgid " Theme Hash File Version: "
8969
  msgstr ""
8970
 
8971
- #: admin/mscan/mscan.php:2713
8972
  msgid "No File Hashes for This Theme"
8973
  msgstr ""
8974
 
8975
- #: admin/mscan/mscan.php:2726 admin/mscan/mscan.php:3556
8976
  msgid "Scan Results "
8977
  msgstr ""
8978
 
8979
- #: admin/mscan/mscan.php:2729 admin/mscan/mscan.php:3559
8980
  msgid ""
8981
  "You can View, Ignore and Delete files detected as suspicious using the View|"
8982
  "Ignore|Delete Suspicious Files Form on the MScan Scan tab page. Before "
@@ -8984,92 +8984,92 @@ msgid ""
8984
  "hosting account."
8985
  msgstr ""
8986
 
8987
- #: admin/mscan/mscan.php:2746 admin/mscan/mscan.php:3568
8988
  msgid "File Hash or Pattern Match"
8989
  msgstr ""
8990
 
8991
- #: admin/mscan/mscan.php:2747 admin/mscan/mscan.php:2827
8992
- #: admin/mscan/mscan.php:3569 admin/mscan/mscan.php:3618
8993
  msgid "Scan Time"
8994
  msgstr ""
8995
 
8996
- #: admin/mscan/mscan.php:2809 admin/mscan/mscan.php:3604
8997
  msgid ""
8998
  "You can View, Ignore and Unignore suspicious DB Entries using the View|"
8999
  "Ignore Suspicious DB Entries Form on the MScan Scan tab page. Before "
9000
  "deleting any database data make a backup of your database."
9001
  msgstr ""
9002
 
9003
- #: admin/mscan/mscan.php:2826 admin/mscan/mscan.php:3617
9004
  msgid "Pattern Match"
9005
  msgstr ""
9006
 
9007
- #: admin/mscan/mscan.php:2936 admin/mscan/mscan.php:3046
9008
  msgid ""
9009
  "The MScan Report was saved successfully. Saved MScan Reports can be viewed "
9010
  "on the MScan Saved Reports tab page."
9011
  msgstr ""
9012
 
9013
- #: admin/mscan/mscan.php:2969
9014
  msgid "The MScan Report was not saved"
9015
  msgstr ""
9016
 
9017
- #: admin/mscan/mscan.php:2969
9018
  msgid ""
9019
  "The maximum number of Reports that can be saved is 20 Reports. In order to "
9020
  "save the current Report you will need to delete an older saved Report."
9021
  msgstr ""
9022
 
9023
- #: admin/mscan/mscan.php:3097
9024
  msgid ""
9025
  "No Saved MScan Reports To Display: No MScan Reports have been saved yet."
9026
  msgstr ""
9027
 
9028
- #: admin/mscan/mscan.php:3186
9029
  msgid "MScan Saved Reports Form"
9030
  msgstr ""
9031
 
9032
- #: admin/mscan/mscan.php:3195
9033
  msgid "Report Date"
9034
  msgstr ""
9035
 
9036
- #: admin/mscan/mscan.php:3196
9037
  msgid "View Report"
9038
  msgstr ""
9039
 
9040
- #: admin/mscan/mscan.php:3197
9041
  msgid "Delete Report"
9042
  msgstr ""
9043
 
9044
- #: admin/mscan/mscan.php:3218
9045
  msgid "Click OK to proceed or click Cancel"
9046
  msgstr ""
9047
 
9048
- #: admin/mscan/mscan.php:3243
9049
  msgid "View|Delete Reports"
9050
  msgstr ""
9051
 
9052
- #: admin/mscan/mscan.php:3262
9053
  msgid "You did not select an MScan Report to view or delete"
9054
  msgstr ""
9055
 
9056
- #: admin/mscan/mscan.php:3262
9057
  msgid ""
9058
  "Click the checkbox for the MScan Report that you would like to view or "
9059
  "delete and then click the View|Delete Reports button."
9060
  msgstr ""
9061
 
9062
- #: admin/mscan/mscan.php:3423
9063
  msgid "Report: "
9064
  msgstr ""
9065
 
9066
- #: admin/mscan/mscan.php:3423
9067
  msgid ""
9068
  " has been deleted. Refresh/reload the page to see current MScan Saved "
9069
  "Reports Form data."
9070
  msgstr ""
9071
 
9072
- #: admin/mscan/mscan.php:3431
9073
  msgid ""
9074
  "The MScan Saved Report scan data is displayed below the MScan Saved Reports "
9075
  "Form."
3
  msgstr ""
4
  "Project-Id-Version: bulletproof-security\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2022-10-23 15:41-0700\n"
7
  "PO-Revision-Date: 2015-06-20 19:13-0800\n"
8
  "Last-Translator: Ed Alexander <edward@ait-pro.com>\n"
9
  "Language-Team: AITpro <info@ait-pro.com>\n"
1836
  #: admin/login/login.php:205 admin/login/login.php:830
1837
  #: admin/login/login.php:1361 admin/login/login.php:1930
1838
  #: admin/maintenance/maintenance.php:207 admin/mscan/mscan.php:242
1839
+ #: admin/mscan/mscan.php:2145 admin/mscan/mscan.php:2374
1840
+ #: admin/mscan/mscan.php:3090 admin/security-log/security-log.php:225
1841
  #: admin/system-info/system-info.php:82 admin/theme-skin/theme-skin.php:82
1842
  #: admin/wizard/wizard.php:1102 admin/wizard/wizard.php:1173
1843
  #: admin/wizard/wizard.php:1771 bulletproof-security.php:183
1859
  #: admin/login/login.php:1358 admin/login/login.php:1927
1860
  #: admin/maintenance/maintenance.php:204 admin/mscan/mscan-help-text.php:65
1861
  #: admin/mscan/mscan-help-text.php:78 admin/mscan/mscan-help-text.php:85
1862
+ #: admin/mscan/mscan.php:239 admin/mscan/mscan.php:2142
1863
+ #: admin/mscan/mscan.php:2371 admin/mscan/mscan.php:3087
1864
  #: admin/security-log/security-log.php:222 admin/system-info/system-info.php:79
1865
  #: admin/theme-skin/theme-skin.php:78 admin/wizard/wizard.php:1099
1866
  #: admin/wizard/wizard.php:1170 admin/wizard/wizard.php:1768
1879
  #: admin/login/login.php:205 admin/login/login.php:830
1880
  #: admin/login/login.php:1361 admin/login/login.php:1930
1881
  #: admin/maintenance/maintenance.php:207 admin/mscan/mscan.php:242
1882
+ #: admin/mscan/mscan.php:2145 admin/mscan/mscan.php:2374
1883
+ #: admin/mscan/mscan.php:3090 admin/security-log/security-log.php:225
1884
  #: admin/system-info/system-info.php:82 admin/theme-skin/theme-skin.php:82
1885
  #: admin/wizard/wizard.php:1102 admin/wizard/wizard.php:1173
1886
  #: admin/wizard/wizard.php:1771
1899
  #: admin/login/login.php:205 admin/login/login.php:830
1900
  #: admin/login/login.php:1361 admin/login/login.php:1930
1901
  #: admin/maintenance/maintenance.php:207 admin/mscan/mscan.php:242
1902
+ #: admin/mscan/mscan.php:2145 admin/mscan/mscan.php:2374
1903
+ #: admin/mscan/mscan.php:3090 admin/security-log/security-log.php:225
1904
  #: admin/system-info/system-info.php:82 admin/theme-skin/theme-skin.php:82
1905
  #: admin/wizard/wizard.php:1102 admin/wizard/wizard.php:1173
1906
  #: admin/wizard/wizard.php:1771
1919
  #: admin/login/login.php:205 admin/login/login.php:830
1920
  #: admin/login/login.php:1361 admin/login/login.php:1930
1921
  #: admin/maintenance/maintenance.php:207 admin/mscan/mscan.php:242
1922
+ #: admin/mscan/mscan.php:2145 admin/mscan/mscan.php:2374
1923
+ #: admin/mscan/mscan.php:3090 admin/security-log/security-log.php:225
1924
  #: admin/system-info/system-info.php:82 admin/theme-skin/theme-skin.php:82
1925
  #: admin/wizard/wizard.php:1102 admin/wizard/wizard.php:1173
1926
  #: admin/wizard/wizard.php:1771
1939
  #: admin/login/login.php:205 admin/login/login.php:830
1940
  #: admin/login/login.php:1361 admin/login/login.php:1930
1941
  #: admin/maintenance/maintenance.php:207 admin/mscan/mscan.php:242
1942
+ #: admin/mscan/mscan.php:2145 admin/mscan/mscan.php:2374
1943
+ #: admin/mscan/mscan.php:3090 admin/security-log/security-log.php:225
1944
  #: admin/system-info/system-info.php:82 admin/theme-skin/theme-skin.php:82
1945
  #: admin/wizard/wizard.php:1102 admin/wizard/wizard.php:1173
1946
  #: admin/wizard/wizard.php:1771
2579
 
2580
  #: admin/core/core.php:2088
2581
  #: admin/db-backup-security/db-backup-security.php:1796
2582
+ #: admin/mscan/mscan.php:3698 admin/theme-skin/theme-skin.php:234
2583
  msgid "Whats New in "
2584
  msgstr ""
2585
 
2640
  #: admin/db-backup-security/db-backup-security.php:1800
2641
  #: admin/email-log-settings/email-log-settings.php:451
2642
  #: admin/login/login.php:2054 admin/maintenance/maintenance.php:2243
2643
+ #: admin/mscan/mscan.php:3701 admin/security-log/security-log.php:848
2644
  #: admin/system-info/system-info.php:1271 admin/theme-skin/theme-skin.php:237
2645
  msgid "Forum: Search, Troubleshooting Steps & Post Questions For Assistance"
2646
  msgstr ""
3716
  #: admin/db-backup-security/db-backup-security.php:917
3717
  #: admin/login/login.php:576 admin/login/login.php:605
3718
  #: admin/login/login.php:677 admin/login/login.php:706
3719
+ #: admin/mscan/mscan.php:1774 admin/mscan/mscan.php:3214
3720
  msgid "Delete"
3721
  msgstr ""
3722
 
3827
  msgstr ""
3828
 
3829
  #: admin/db-backup-security/db-backup-security.php:1011
3830
+ #: admin/mscan/mscan.php:1060
3831
  msgid "All"
3832
  msgstr ""
3833
 
4281
  msgstr ""
4282
 
4283
  #: admin/db-backup-security/db-backup-security.php:1296
4284
+ #: admin/mscan/mscan.php:2202
4285
  msgid ""
4286
  "Then click the Delete Log button to delete the contents of this Log file."
4287
  msgstr ""
4301
  msgstr ""
4302
 
4303
  #: admin/db-backup-security/db-backup-security.php:1335
4304
+ #: admin/mscan/mscan.php:2246 admin/security-log/security-log.php:509
4305
  msgid "Click OK to Delete the Log file contents or click Cancel."
4306
  msgstr ""
4307
 
4443
  msgstr ""
4444
 
4445
  #: admin/db-backup-security/db-backup-security.php:1797
4446
+ #: admin/mscan/mscan.php:3699 admin/theme-skin/theme-skin.php:235
4447
  msgid "BPS Pro Features & Version Release Dates"
4448
  msgstr ""
4449
 
4450
  #: admin/db-backup-security/db-backup-security.php:1798
4451
+ #: admin/mscan/mscan.php:3700 admin/theme-skin/theme-skin.php:236
4452
  msgid "Video Tutorials"
4453
  msgstr ""
4454
 
5123
  msgstr ""
5124
 
5125
  #: admin/login/login.php:223 admin/login/login.php:320
5126
+ #: admin/mscan/mscan.php:1552 admin/mscan/mscan.php:1924
5127
  msgid "Submit"
5128
  msgstr ""
5129
 
5352
  msgstr ""
5353
 
5354
  #: admin/login/login.php:645 admin/login/login.php:746
5355
+ #: admin/mscan/mscan.php:1811 admin/mscan/mscan.php:2084
5356
  msgid "Clear|Refresh"
5357
  msgstr ""
5358
 
7665
  "will be deleted."
7666
  msgstr ""
7667
 
7668
+ #: admin/mscan/mscan-help-text.php:32 admin/mscan/mscan.php:1046
7669
  msgid "Website Folders & Files To Scan"
7670
  msgstr ""
7671
 
7704
  "than 300 seconds."
7705
  msgstr ""
7706
 
7707
+ #: admin/mscan/mscan-help-text.php:38 admin/mscan/mscan.php:1154
7708
  msgid "Exclude Individual Folders"
7709
  msgstr ""
7710
 
7721
  "particular cache folder under the wp-content folder."
7722
  msgstr ""
7723
 
7724
+ #: admin/mscan/mscan-help-text.php:40 admin/mscan/mscan.php:1160
7725
  msgid "Scan Database"
7726
  msgstr ""
7727
 
7731
  "suspicious code."
7732
  msgstr ""
7733
 
7734
+ #: admin/mscan/mscan-help-text.php:42 admin/mscan/mscan.php:1166
7735
  msgid "Scan Skipped Files Only"
7736
  msgstr ""
7737
 
7744
  "to On."
7745
  msgstr ""
7746
 
7747
+ #: admin/mscan/mscan-help-text.php:44 admin/mscan/mscan.php:1172
7748
  msgid "Automatically Delete /tmp Files"
7749
  msgstr ""
7750
 
7754
  "commonly hide hacker files in the /tmp folder."
7755
  msgstr ""
7756
 
7757
+ #: admin/mscan/mscan-help-text.php:46 admin/mscan/mscan.php:1178
7758
  msgid "Exclude /tmp Files"
7759
  msgstr ""
7760
 
7854
  "convention: theme-name-child.x.x.zip."
7855
  msgstr ""
7856
 
7857
+ #: admin/mscan/mscan-help-text.php:60 admin/mscan/mscan.php:1480
7858
  msgid "View|Ignore|Delete Suspicious Files"
7859
  msgstr ""
7860
 
7862
  msgid ""
7863
  "This form allows you to view, ignore, unignore or delete suspicious and "
7864
  "skipped files. If you are not sure if code is malicious or safe you can copy "
7865
+ "the code and post the code in the MScan Troubleshooting & Code Posting forum "
7866
  "topic. See the link above. If you are unsure if a file is a hacker file or "
7867
  "not then download a copy of that file before deleting it. When you ignore a "
7868
  "file it will no longer be scanned in any future scans. When you unignore an "
7869
  "ignored file it will be scanned in future scans."
7870
  msgstr ""
7871
 
7872
+ #: admin/mscan/mscan-help-text.php:62 admin/mscan/mscan.php:1855
7873
  msgid "View|Ignore Suspicious DB Entries"
7874
  msgstr ""
7875
 
8031
  msgid "MScan Scan"
8032
  msgstr ""
8033
 
8034
+ #: admin/mscan/mscan.php:217 admin/mscan/mscan.php:2135
8035
+ #: admin/mscan/mscan.php:2137
8036
  msgid "MScan Log"
8037
  msgstr ""
8038
 
8039
+ #: admin/mscan/mscan.php:218 admin/mscan/mscan.php:2363
8040
+ #: admin/mscan/mscan.php:2366
8041
  msgid "MScan Report"
8042
  msgstr ""
8043
 
8044
+ #: admin/mscan/mscan.php:219 admin/mscan/mscan.php:3079
8045
+ #: admin/mscan/mscan.php:3082
8046
  msgid "MScan Saved Reports"
8047
  msgstr ""
8048
 
8098
  msgstr ""
8099
 
8100
  #: admin/mscan/mscan.php:520 admin/mscan/mscan.php:540
8101
+ #: admin/mscan/mscan.php:847
8102
  msgid "Skipped file scanning is turned On. Only skipped files will be scanned."
8103
  msgstr ""
8104
 
8119
  "scan after the File Hash Maker has completed."
8120
  msgstr ""
8121
 
8122
+ #: admin/mscan/mscan.php:684
8123
  msgid "Click OK to stop scanning or click Cancel."
8124
  msgstr ""
8125
 
8126
+ #: admin/mscan/mscan.php:698
8127
  msgid ""
8128
  "Click OK to reset/delete all MScan scan results and data or click Cancel. "
8129
  "Note: MScan option settings will not be reset/deleted."
8130
  msgstr ""
8131
 
8132
+ #: admin/mscan/mscan.php:706
8133
  msgid "MScan Options & Tools"
8134
  msgstr ""
8135
 
8136
+ #: admin/mscan/mscan.php:717
8137
  msgid "Save MScan Options"
8138
  msgstr ""
8139
 
8140
+ #: admin/mscan/mscan.php:851
8141
  msgid ""
8142
  "Skipped file scanning is turned On. There are no skipped files to be "
8143
  "scanned. Either there really are not any skipped files to scan or you have "
8144
  "not run a regular scan yet with the Skipped File Scan option turned Off."
8145
  msgstr ""
8146
 
8147
+ #: admin/mscan/mscan.php:855
8148
  msgid "Warning: "
8149
  msgstr ""
8150
 
8151
+ #: admin/mscan/mscan.php:855
8152
  msgid ""
8153
  "On some web hosts (Known host issues: SiteGround, Cyon) turning On the "
8154
  "\"Automatically Delete /tmp Files\" option setting will cause your website/"
8159
  "the names of those tmp files to exclude."
8160
  msgstr ""
8161
 
8162
+ #: admin/mscan/mscan.php:859
8163
  msgid "MScan Options saved."
8164
  msgstr ""
8165
 
8166
+ #: admin/mscan/mscan.php:1046
8167
  msgid "Files are not displayed, but will be scanned"
8168
  msgstr ""
8169
 
8170
+ #: admin/mscan/mscan.php:1047
8171
  msgid "MScan Options"
8172
  msgstr ""
8173
 
8174
+ #: admin/mscan/mscan.php:1048
8175
  msgid "MScan Tools"
8176
  msgstr ""
8177
 
8178
+ #: admin/mscan/mscan.php:1061
8179
  msgid "Folder Name"
8180
  msgstr ""
8181
 
8182
+ #: admin/mscan/mscan.php:1080
8183
  msgid "Folder is not readable"
8184
  msgstr ""
8185
 
8186
+ #: admin/mscan/mscan.php:1111
8187
  msgid ""
8188
  "This folder contains another WordPress website. This checkbox cannot be "
8189
  "checked. To scan that site run MScan from that site. Click the MScan "
8191
  "\" help section."
8192
  msgstr ""
8193
 
8194
+ #: admin/mscan/mscan.php:1145
8195
  msgid "Max File Size Limit to Scan:"
8196
  msgstr ""
8197
 
8198
+ #: admin/mscan/mscan.php:1150
8199
  msgid "Max Time Limit to Scan:"
8200
  msgstr ""
8201
 
8202
+ #: admin/mscan/mscan.php:1154
8203
  msgid "Enter one folder path per line. Include folder slashes."
8204
  msgstr ""
8205
 
8206
+ #: admin/mscan/mscan.php:1154 admin/mscan/mscan.php:1178
8207
  msgid "Example:"
8208
  msgstr ""
8209
 
8210
+ #: admin/mscan/mscan.php:1154 admin/mscan/mscan.php:1166
8211
+ #: admin/mscan/mscan.php:1178
8212
  msgid "Click the MScan Question Mark help button for more help info."
8213
  msgstr ""
8214
 
8215
+ #: admin/mscan/mscan.php:1162
8216
  msgid "Database Scan On"
8217
  msgstr ""
8218
 
8219
+ #: admin/mscan/mscan.php:1163
8220
  msgid "Database Scan Off"
8221
  msgstr ""
8222
 
8223
+ #: admin/mscan/mscan.php:1166
8224
  msgid ""
8225
  "When Skipped File Scan is On only skipped files will be scanned. Note: No "
8226
  "other MScan option settings have any effect while Skipped File Scan is set "
8227
  "to On."
8228
  msgstr ""
8229
 
8230
+ #: admin/mscan/mscan.php:1168
8231
  msgid "Skipped File Scan Off"
8232
  msgstr ""
8233
 
8234
+ #: admin/mscan/mscan.php:1169
8235
  msgid "Skipped File Scan On"
8236
  msgstr ""
8237
 
8238
+ #: admin/mscan/mscan.php:1174
8239
  msgid "Delete Tmp Files Off"
8240
  msgstr ""
8241
 
8242
+ #: admin/mscan/mscan.php:1175
8243
  msgid "Delete Tmp Files On"
8244
  msgstr ""
8245
 
8246
+ #: admin/mscan/mscan.php:1178
8247
  msgid "Enter one file name per line."
8248
  msgstr ""
8249
 
8250
+ #: admin/mscan/mscan.php:1184
8251
  msgid "Scheduled Scan Frequency (BPS Pro only)"
8252
  msgstr ""
8253
 
8254
+ #: admin/mscan/mscan.php:1186
8255
  msgid "Scheduled Scan Off"
8256
  msgstr ""
8257
 
8258
+ #: admin/mscan/mscan.php:1187
8259
  msgid "Run Scan Every 60 Minutes"
8260
  msgstr ""
8261
 
8262
+ #: admin/mscan/mscan.php:1188
8263
  msgid "Run Scan Every 3 Hours"
8264
  msgstr ""
8265
 
8266
+ #: admin/mscan/mscan.php:1189
8267
  msgid "Run Scan Every 6 Hours"
8268
  msgstr ""
8269
 
8270
+ #: admin/mscan/mscan.php:1190
8271
  msgid "Run Scan Every 12 Hours"
8272
  msgstr ""
8273
 
8274
+ #: admin/mscan/mscan.php:1191
8275
  msgid "Run Scan Every 24 Hours"
8276
  msgstr ""
8277
 
8278
+ #: admin/mscan/mscan.php:1194
8279
  msgid "Click OK to save MScan Options or click Cancel"
8280
  msgstr ""
8281
 
8282
+ #: admin/mscan/mscan.php:1203
8283
  msgid ""
8284
  "CAUTION: Please click the MScan Question Mark help button before using this "
8285
  "tool. This tool allows you to delete the Plugin and Theme file hashes.\\n"
8290
  "OK to delete Plugin and Theme file hashes or click Cancel"
8291
  msgstr ""
8292
 
8293
+ #: admin/mscan/mscan.php:1213
8294
  msgid ""
8295
  "Clicking OK will upload Plugin Zip files to the /wp-content/bps-backup/"
8296
  "plugin-hashes/ folder. The zip files will be extracted, MD5 file hashes will "
8297
  "be created and the zip files will be deleted."
8298
  msgstr ""
8299
 
8300
+ #: admin/mscan/mscan.php:1213
8301
  msgid ""
8302
  "Zip files MUST be named using this exact format: plugin-name.x.x.zip where x "
8303
  "is the actual current version number of the plugin in the zip file."
8304
  msgstr ""
8305
 
8306
+ #: admin/mscan/mscan.php:1213
8307
  msgid "Click OK to upload Plugin Zip files or click Cancel."
8308
  msgstr ""
8309
 
8310
+ #: admin/mscan/mscan.php:1223
8311
  msgid ""
8312
  "Clicking OK will upload Theme Zip files to the /wp-content/bps-backup/theme-"
8313
  "hashes/ folder. The zip files will be extracted, MD5 file hashes will be "
8314
  "created and the zip files will be deleted."
8315
  msgstr ""
8316
 
8317
+ #: admin/mscan/mscan.php:1223
8318
  msgid ""
8319
  "Zip files MUST be named using this exact format: theme-name.x.x.zip where x "
8320
  "is the actual current version number of the theme in the zip file."
8321
  msgstr ""
8322
 
8323
+ #: admin/mscan/mscan.php:1223
8324
  msgid "Click OK to upload Theme Zip files or click Cancel."
8325
  msgstr ""
8326
 
8327
+ #: admin/mscan/mscan.php:1264
8328
  msgid "Plugin Zip File Upload Successful: "
8329
  msgstr ""
8330
 
8331
+ #: admin/mscan/mscan.php:1327 admin/mscan/mscan.php:1439
8332
  msgid "Error: Zip File Upload Failed: "
8333
  msgstr ""
8334
 
8335
+ #: admin/mscan/mscan.php:1327 admin/mscan/mscan.php:1439
8336
  msgid "Unable to move this uploaded zip file: "
8337
  msgstr ""
8338
 
8339
+ #: admin/mscan/mscan.php:1327 admin/mscan/mscan.php:1439
8340
  msgid " to this folder: "
8341
  msgstr ""
8342
 
8343
+ #: admin/mscan/mscan.php:1333 admin/mscan/mscan.php:1445
8344
  msgid "File Extension/Type or Filename Error: "
8345
  msgstr ""
8346
 
8347
+ #: admin/mscan/mscan.php:1333
8348
  msgid ""
8349
  " is either not a .zip file or the .zip file is not named correctly. Only ."
8350
  "zip files are allowed to be uploaded. Zip files MUST be named using this "
8352
  "version of the plugin in the zip file."
8353
  msgstr ""
8354
 
8355
+ #: admin/mscan/mscan.php:1339 admin/mscan/mscan.php:1451
8356
  msgid "Error: No zip file chosen: "
8357
  msgstr ""
8358
 
8359
+ #: admin/mscan/mscan.php:1339
8360
  msgid ""
8361
  "You need to choose zip files before clicking the Upload Plugin Zip Files "
8362
  "button."
8363
  msgstr ""
8364
 
8365
+ #: admin/mscan/mscan.php:1376
8366
  msgid "Theme Zip File Upload Successful: "
8367
  msgstr ""
8368
 
8369
+ #: admin/mscan/mscan.php:1445
8370
  msgid ""
8371
  " is either not a .zip file or the .zip file is not named correctly. Only ."
8372
  "zip files are allowed to be uploaded. Zip files MUST be named using this "
8374
  "version of the theme in the zip file."
8375
  msgstr ""
8376
 
8377
+ #: admin/mscan/mscan.php:1451
8378
  msgid ""
8379
  "You need to choose zip files before clicking the Upload Theme Zip Files "
8380
  "button."
8381
  msgstr ""
8382
 
8383
+ #: admin/mscan/mscan.php:1593
8384
  msgid " has been deleted."
8385
  msgstr ""
8386
 
8387
+ #: admin/mscan/mscan.php:1614
8388
  msgid ""
8389
  " Current Status has been changed to Ignored File and this file will not be "
8390
  "scanned in any future MScan Scans."
8391
  msgstr ""
8392
 
8393
+ #: admin/mscan/mscan.php:1635
8394
  msgid ""
8395
  " Ignored File Status has been removed. The previous Status of the file will "
8396
  "be displayed again and this file will be scanned in future MScan scans."
8397
  msgstr ""
8398
 
8399
+ #: admin/mscan/mscan.php:1657 admin/mscan/mscan.php:1668
8400
+ #: admin/mscan/mscan.php:1674
8401
  msgid "Close File"
8402
  msgstr ""
8403
 
8404
+ #: admin/mscan/mscan.php:1657 admin/mscan/mscan.php:1674
8405
+ #: admin/mscan/mscan.php:2001
8406
  msgid "MScan Pattern Match"
8407
  msgstr ""
8408
 
8409
+ #: admin/mscan/mscan.php:1657
8410
  msgid ""
8411
  "Only the MScan Pattern Match is displayed for images instead of the image "
8412
  "file code."
8413
  msgstr ""
8414
 
8415
+ #: admin/mscan/mscan.php:1657
8416
  msgid ""
8417
  "Opening image files to view image file code does not work well in a Browser."
8418
  msgstr ""
8419
 
8420
+ #: admin/mscan/mscan.php:1657
8421
  msgid ""
8422
  "You can download suspicious image files and use a code editor like Notepad++ "
8423
  "to check image file code for any malicious code."
8424
  msgstr ""
8425
 
8426
+ #: admin/mscan/mscan.php:1657 admin/mscan/mscan.php:1668
8427
+ #: admin/mscan/mscan.php:1674 admin/mscan/mscan.php:2001
8428
  msgid ""
8429
  "If you are not sure what to check for or what is and is not malicious code "
8430
  "then click the MScan Question Mark help button."
8431
  msgstr ""
8432
 
8433
+ #: admin/mscan/mscan.php:1668
8434
  msgid "MScan File Hash Mismatch"
8435
  msgstr ""
8436
 
8437
+ #: admin/mscan/mscan.php:1668
8438
  msgid ""
8439
  "Known Issues: Some plugins and themes alter or create new files after they "
8440
  "are installed. That will create false positives."
8441
  msgstr ""
8442
 
8443
+ #: admin/mscan/mscan.php:1668
8444
  msgid ""
8445
  "You can download files that are seen as suspicious and compare them to new "
8446
  "plugin or theme files using a code editor like Notepad++."
8447
  msgstr ""
8448
 
8449
+ #: admin/mscan/mscan.php:1674
8450
  msgid ""
8451
  "You can use your Browser's Search or Find feature to search the file "
8452
  "contents/code displayed below using the MScan Pattern Match above for the "
8453
  "suspicious code that was detected by MScan."
8454
  msgstr ""
8455
 
8456
+ #: admin/mscan/mscan.php:1674
8457
  msgid ""
8458
  "You can download suspicious files if you would like to check the file "
8459
  "contents/code more extensively with a code editor like Notepad++."
8460
  msgstr ""
8461
 
8462
+ #: admin/mscan/mscan.php:1691 admin/mscan/mscan.php:2734
8463
+ #: admin/mscan/mscan.php:3564
8464
  msgid ""
8465
  "File hash comparison scan results are 100% accurate. WP Core, Plugin and "
8466
  "Theme files are scanned using file hash comparison scanning."
8467
  msgstr ""
8468
 
8469
+ #: admin/mscan/mscan.php:1691 admin/mscan/mscan.php:2734
8470
+ #: admin/mscan/mscan.php:3564
8471
  msgid ""
8472
  "Pattern matching scan results are less accurate and will usually detect some "
8473
  "false positive matches. All other files that are not WP Core, Plugin and "
8474
  "Theme files are scanned using pattern matching scanning."
8475
  msgstr ""
8476
 
8477
+ #: admin/mscan/mscan.php:1691
8478
  msgid ""
8479
  "You can View, Ignore and Delete files detected as suspicious using the Form "
8480
  "below. Before deleting any files make a backup of those files on your "
8481
  "computer not on your hosting account."
8482
  msgstr ""
8483
 
8484
+ #: admin/mscan/mscan.php:1691 admin/mscan/mscan.php:2734
8485
+ #: admin/mscan/mscan.php:3564
8486
  msgid ""
8487
  "And of course check the file contents of suspicious files to see if they "
8488
  "contain hacker code or are false positive matches. Use the Ignore File "
8489
  "checkbox option to ignore false postive matches."
8490
  msgstr ""
8491
 
8492
+ #: admin/mscan/mscan.php:1691 admin/mscan/mscan.php:2734
8493
+ #: admin/mscan/mscan.php:3564
8494
  msgid ""
8495
  "When you ignore a file it will no longer be scanned in any future scans. "
8496
  "When you unignore an ignored file it will be scanned in future scans."
8497
  msgstr ""
8498
 
8499
+ #: admin/mscan/mscan.php:1723 admin/mscan/mscan.php:2026
8500
+ #: admin/mscan/mscan.php:2749 admin/mscan/mscan.php:2827
8501
+ #: admin/mscan/mscan.php:3571 admin/mscan/mscan.php:3618
8502
  msgid "Current Status"
8503
  msgstr ""
8504
 
8505
+ #: admin/mscan/mscan.php:1724
8506
  msgid "View<br>File"
8507
  msgstr ""
8508
 
8509
+ #: admin/mscan/mscan.php:1725
8510
  msgid "Ignore<br>File"
8511
  msgstr ""
8512
 
8513
+ #: admin/mscan/mscan.php:1726
8514
  msgid "Unignore<br>File"
8515
  msgstr ""
8516
 
8517
+ #: admin/mscan/mscan.php:1727
8518
  msgid "Delete<br>File"
8519
  msgstr ""
8520
 
8521
+ #: admin/mscan/mscan.php:1728 admin/mscan/mscan.php:2750
8522
+ #: admin/mscan/mscan.php:3572 admin/system-info/system-info.php:1031
8523
  #: admin/system-info/system-info.php:1097
8524
  msgid "File Path"
8525
  msgstr ""
8526
 
8527
+ #: admin/mscan/mscan.php:1729
8528
  msgid "File Hash or<br>Pattern Match"
8529
  msgstr ""
8530
 
8531
+ #: admin/mscan/mscan.php:1730 admin/mscan/mscan.php:2034
8532
  msgid "Scan<br>Time"
8533
  msgstr ""
8534
 
8535
+ #: admin/mscan/mscan.php:1743 admin/mscan/mscan.php:2765
8536
  msgid "Skipped File"
8537
  msgstr ""
8538
 
8539
+ #: admin/mscan/mscan.php:1743 admin/mscan/mscan.php:2765
8540
  msgid "Not Scanned"
8541
  msgstr ""
8542
 
8543
+ #: admin/mscan/mscan.php:1747 admin/mscan/mscan.php:1754
8544
+ #: admin/mscan/mscan.php:2769 admin/mscan/mscan.php:2776
8545
  msgid "Ignored File"
8546
  msgstr ""
8547
 
8548
+ #: admin/mscan/mscan.php:1759 admin/mscan/mscan.php:2781
8549
  msgid "Suspicious File"
8550
  msgstr ""
8551
 
8552
+ #: admin/mscan/mscan.php:1765 admin/mscan/mscan.php:2055
8553
+ #: admin/mscan/mscan.php:3213
8554
  msgid "View"
8555
  msgstr ""
8556
 
8557
+ #: admin/mscan/mscan.php:1766 admin/mscan/mscan.php:2056
8558
  msgid "Ignore"
8559
  msgstr ""
8560
 
8561
+ #: admin/mscan/mscan.php:1768 admin/mscan/mscan.php:2057
8562
  msgid "Unignore"
8563
  msgstr ""
8564
 
8565
+ #: admin/mscan/mscan.php:1796 admin/mscan/mscan.php:2804
8566
  msgid "No Suspicious Files were detected"
8567
  msgstr ""
8568
 
8569
+ #: admin/mscan/mscan.php:1810
8570
  msgid ""
8571
  "View File Option: Selecting the View File Checkbox Form option will display "
8572
  "the contents of the file that you have selected to view.\\n"
8586
  "OK to proceed or click Cancel"
8587
  msgstr ""
8588
 
8589
+ #: admin/mscan/mscan.php:1958
8590
  msgid "Current Status has been changed to Ignored for DB Row ID"
8591
  msgstr ""
8592
 
8593
+ #: admin/mscan/mscan.php:1958 admin/mscan/mscan.php:1977
8594
  msgid "in DB Column"
8595
  msgstr ""
8596
 
8597
+ #: admin/mscan/mscan.php:1958
8598
  msgid "This DB Entry will not be scanned in any future MScan Scans."
8599
  msgstr ""
8600
 
8601
+ #: admin/mscan/mscan.php:1977
8602
  msgid "The Ignored DB Entry Status has been removed for DB Row ID"
8603
  msgstr ""
8604
 
8605
+ #: admin/mscan/mscan.php:1977
8606
  msgid ""
8607
  "The previous Status of the DB Entry will be displayed again and this DB "
8608
  "Entry will be scanned in future MScan scans."
8609
  msgstr ""
8610
 
8611
+ #: admin/mscan/mscan.php:1996 admin/mscan/mscan.php:2001
8612
  msgid "Close"
8613
  msgstr ""
8614
 
8615
+ #: admin/mscan/mscan.php:1996
8616
  msgid "Pharma Hack DB Table and Column"
8617
  msgstr ""
8618
 
8619
+ #: admin/mscan/mscan.php:1996
8620
  msgid "Pharma Hack cleanup/removal steps"
8621
  msgstr ""
8622
 
8623
+ #: admin/mscan/mscan.php:1996
8624
  msgid "Edit your theme's header.php file and delete this code: "
8625
  msgstr ""
8626
 
8627
+ #: admin/mscan/mscan.php:1996
8628
  msgid ""
8629
  "Delete this file in your theme's root folder: nav.php. Login to your web "
8630
  "host control panel, login to your WP Database using phpMyAdmin and delete "
8633
  "any that you do see."
8634
  msgstr ""
8635
 
8636
+ #: admin/mscan/mscan.php:2001
8637
  msgid "DB Table, Column and Row ID"
8638
  msgstr ""
8639
 
8640
+ #: admin/mscan/mscan.php:2001
8641
  msgid "Steps to view the database data that MScan detected as suspicious"
8642
  msgstr ""
8643
 
8644
+ #: admin/mscan/mscan.php:2001
8645
  msgid ""
8646
  "Login to your web host control panel, login to your WP Database using "
8647
  "phpMyAdmin and check the data in the DB Table, Column and Row ID shown "
8648
  "above. Note: Look for code that matches the MScan Pattern Match."
8649
  msgstr ""
8650
 
8651
+ #: admin/mscan/mscan.php:2012 admin/mscan/mscan.php:2814
8652
+ #: admin/mscan/mscan.php:3609
8653
  msgid "Database scanning uses pattern matching scanning."
8654
  msgstr ""
8655
 
8656
+ #: admin/mscan/mscan.php:2012 admin/mscan/mscan.php:2814
8657
+ #: admin/mscan/mscan.php:3609
8658
  msgid ""
8659
  "Pattern matching scan results will usually detect some false positive "
8660
  "matches."
8661
  msgstr ""
8662
 
8663
+ #: admin/mscan/mscan.php:2012
8664
  msgid ""
8665
  "This form allows you to view, ignore or unignore suspicious DB Entries. "
8666
  "Note: The view option displays the DB Table, Column, Row ID and the MScan "
8667
  "Pattern Match that was detected by the MScan scan."
8668
  msgstr ""
8669
 
8670
+ #: admin/mscan/mscan.php:2012
8671
  msgid "Before deleting any database data make a backup of your database."
8672
  msgstr ""
8673
 
8674
+ #: admin/mscan/mscan.php:2012 admin/mscan/mscan.php:2814
8675
+ #: admin/mscan/mscan.php:3609
8676
  msgid ""
8677
  "Use phpMyAdmin or a similar tool to check your database Row where the "
8678
  "suspicious code was found."
8679
  msgstr ""
8680
 
8681
+ #: admin/mscan/mscan.php:2012 admin/mscan/mscan.php:2814
8682
+ #: admin/mscan/mscan.php:3609
8683
  msgid ""
8684
  "When you ignore a DB Entry it will no longer be scanned in any future scans. "
8685
  "When you unignore an ignored DB Entry it will be scanned in future scans."
8686
  msgstr ""
8687
 
8688
+ #: admin/mscan/mscan.php:2027
8689
  msgid "View<br>DB Entry"
8690
  msgstr ""
8691
 
8692
+ #: admin/mscan/mscan.php:2028
8693
  msgid "Ignore<br>DB Entry"
8694
  msgstr ""
8695
 
8696
+ #: admin/mscan/mscan.php:2029
8697
  msgid "Unignore<br>DB Entry"
8698
  msgstr ""
8699
 
8700
+ #: admin/mscan/mscan.php:2030 admin/mscan/mscan.php:2828
8701
+ #: admin/mscan/mscan.php:3619
8702
  msgid "DB Table"
8703
  msgstr ""
8704
 
8705
+ #: admin/mscan/mscan.php:2031 admin/mscan/mscan.php:2829
8706
+ #: admin/mscan/mscan.php:3620
8707
  msgid "DB Column"
8708
  msgstr ""
8709
 
8710
+ #: admin/mscan/mscan.php:2032 admin/mscan/mscan.php:2830
8711
+ #: admin/mscan/mscan.php:3621
8712
  msgid "DB Row ID"
8713
  msgstr ""
8714
 
8715
+ #: admin/mscan/mscan.php:2033
8716
  msgid "Pattern<br>Match"
8717
  msgstr ""
8718
 
8719
+ #: admin/mscan/mscan.php:2045 admin/mscan/mscan.php:2843
8720
  msgid "Ignored DB Entry"
8721
  msgstr ""
8722
 
8723
+ #: admin/mscan/mscan.php:2050 admin/mscan/mscan.php:2848
8724
  msgid "Suspicious DB Entry"
8725
  msgstr ""
8726
 
8727
+ #: admin/mscan/mscan.php:2068 admin/mscan/mscan.php:2865
8728
  msgid "No Suspicious DB Entries were detected"
8729
  msgstr ""
8730
 
8731
+ #: admin/mscan/mscan.php:2083
8732
  msgid ""
8733
  "View DB Entry Option: Selecting the View DB Entry Checkbox Form option will "
8734
  "display the contents of the DB Table, Column and Row ID that you have "
8746
  "OK to proceed or click Cancel"
8747
  msgstr ""
8748
 
8749
+ #: admin/mscan/mscan.php:2174
8750
  msgid "Click the Reset Last Modified Time in DB button"
8751
  msgstr ""
8752
 
8753
+ #: admin/mscan/mscan.php:2174
8754
  msgid "to set the"
8755
  msgstr ""
8756
 
8757
+ #: admin/mscan/mscan.php:2179 admin/mscan/mscan.php:2184
8758
  msgid "Last Modified Time in DB:"
8759
  msgstr ""
8760
 
8761
+ #: admin/mscan/mscan.php:2197 admin/mscan/mscan.php:2202
8762
  msgid "MScan Log File Size: "
8763
  msgstr ""
8764
 
8765
+ #: admin/mscan/mscan.php:2202
8766
  msgid ""
8767
  "The Display & Alert Options Email Logging options will only send log files "
8768
  "up to 2MB in size."
8769
  msgstr ""
8770
 
8771
+ #: admin/mscan/mscan.php:2202
8772
  msgid ""
8773
  "Copy and paste the MScan Log file contents into a Notepad text file on your "
8774
  "computer and save it."
8775
  msgstr ""
8776
 
8777
+ #: admin/mscan/mscan.php:2215
8778
  msgid "MScan Log Last Modified Time:"
8779
  msgstr ""
8780
 
8781
+ #: admin/mscan/mscan.php:2217
8782
  msgid "Last Modified Time in File:"
8783
  msgstr ""
8784
 
8785
+ #: admin/mscan/mscan.php:2236
8786
  msgid ""
8787
  "Success! Your MScan Log has been deleted and replaced with a new blank MScan "
8788
  "Log file."
8789
  msgstr ""
8790
 
8791
+ #: admin/mscan/mscan.php:2246
8792
  msgid "Clicking OK will delete the contents of your MScan Log file."
8793
  msgstr ""
8794
 
8795
+ #: admin/mscan/mscan.php:2265
8796
  msgid ""
8797
  "The MScan Log File Was Not Found! Check that the file really exists here - /"
8798
  msgstr ""
8799
 
8800
+ #: admin/mscan/mscan.php:2265
8801
  msgid "/bps-backup/logs/mscan_log.txt and is named correctly."
8802
  msgstr ""
8803
 
8804
+ #: admin/mscan/mscan.php:2287
8805
  msgid "File Open and Write test successful! Your MScan Log file is writable."
8806
  msgstr ""
8807
 
8808
+ #: admin/mscan/mscan.php:2301 admin/mscan/mscan.php:2305
8809
  msgid "Success! Your MScan Log file has been updated."
8810
  msgstr ""
8811
 
8812
+ #: admin/mscan/mscan.php:2384
8813
  msgid "Click OK to save the MScan Report or click Cancel."
8814
  msgstr ""
8815
 
8816
+ #: admin/mscan/mscan.php:2404
8817
  msgid ""
8818
  "No Scan Results To Display: No scans have been run yet or you clicked the "
8819
  "MScan Reset button."
8820
  msgstr ""
8821
 
8822
+ #: admin/mscan/mscan.php:2418
8823
  msgid "Scan Date|Time: "
8824
  msgstr ""
8825
 
8826
+ #: admin/mscan/mscan.php:2421
8827
  msgid "Website: "
8828
  msgstr ""
8829
 
8830
+ #: admin/mscan/mscan.php:2424
8831
  msgid "Scan Completion Time: "
8832
  msgstr ""
8833
 
8834
+ #: admin/mscan/mscan.php:2428 admin/mscan/mscan.php:2431
8835
+ #: admin/mscan/mscan.php:2434
8836
  msgid "Total Files Scanned: "
8837
  msgstr ""
8838
 
8839
+ #: admin/mscan/mscan.php:2439
8840
  msgid "Total Skipped Files: "
8841
  msgstr ""
8842
 
8843
+ #: admin/mscan/mscan.php:2448
8844
  msgid "Total Suspicious Files: "
8845
  msgstr ""
8846
 
8847
+ #: admin/mscan/mscan.php:2457
8848
  msgid "Total Suspicious DB Entries: "
8849
  msgstr ""
8850
 
8851
+ #: admin/mscan/mscan.php:2460 admin/mscan/mscan.php:3530
8852
  msgid "MScan Option Settings: "
8853
  msgstr ""
8854
 
8855
+ #: admin/mscan/mscan.php:2474 admin/mscan/mscan.php:2477
8856
  msgid "Website Folders & Files To Scan: "
8857
  msgstr ""
8858
 
8859
+ #: admin/mscan/mscan.php:2477 admin/mscan/mscan.php:2488
8860
+ #: admin/mscan/mscan.php:2515
8861
  msgid "None"
8862
  msgstr ""
8863
 
8864
+ #: admin/mscan/mscan.php:2485 admin/mscan/mscan.php:2488
8865
  msgid "Excluded Folders: "
8866
  msgstr ""
8867
 
8868
+ #: admin/mscan/mscan.php:2492
8869
  msgid "Max File Size Limit to Scan: "
8870
  msgstr ""
8871
 
8872
+ #: admin/mscan/mscan.php:2495
8873
  msgid "Max Time Limit to Scan: "
8874
  msgstr ""
8875
 
8876
+ #: admin/mscan/mscan.php:2498
8877
  msgid "Scan Database: "
8878
  msgstr ""
8879
 
8880
+ #: admin/mscan/mscan.php:2501
8881
  msgid "Scan Skipped Files Only: "
8882
  msgstr ""
8883
 
8884
+ #: admin/mscan/mscan.php:2504
8885
  msgid "Automatically Delete /tmp Files: "
8886
  msgstr ""
8887
 
8888
+ #: admin/mscan/mscan.php:2512 admin/mscan/mscan.php:2515
8889
  msgid "Exclude /tmp Files: "
8890
  msgstr ""
8891
 
8892
+ #: admin/mscan/mscan.php:2533
8893
  msgid "Scheduled Scan Frequency: "
8894
  msgstr ""
8895
 
8896
+ #: admin/mscan/mscan.php:2536 admin/mscan/mscan.php:3541
8897
  msgid "WP Core|Plugin|Theme File Hashes: "
8898
  msgstr ""
8899
 
8900
+ #: admin/mscan/mscan.php:2550
8901
  msgid "WP Core Hash File Version: "
8902
  msgstr ""
8903
 
8904
+ #: admin/mscan/mscan.php:2550
8905
  msgid "WP Installed Version: "
8906
  msgstr ""
8907
 
8908
+ #: admin/mscan/mscan.php:2555 admin/mscan/mscan.php:2575
8909
+ #: admin/mscan/mscan.php:2679
8910
  msgid "Error|Problem: "
8911
  msgstr ""
8912
 
8913
+ #: admin/mscan/mscan.php:2555
8914
  msgid "The WP Core Hash File Does Not Exist"
8915
  msgstr ""
8916
 
8917
+ #: admin/mscan/mscan.php:2569 admin/mscan/mscan.php:3544
8918
  msgid "Plugin File Hashes: "
8919
  msgstr ""
8920
 
8921
+ #: admin/mscan/mscan.php:2575
8922
  msgid "The Plugin Hash File Does Not Exist"
8923
  msgstr ""
8924
 
8925
+ #: admin/mscan/mscan.php:2635
8926
  msgid ""
8927
  "File hashes do not exist for this plugin. This plugin's files were not "
8928
  "scanned. If you would like to scan this plugin's files then use the \"Upload "
8931
  "\"Upload Plugin Zip Files\" help section for more help info."
8932
  msgstr ""
8933
 
8934
+ #: admin/mscan/mscan.php:2637
8935
  msgid ""
8936
  "File hashes do not exist for this theme. This theme's files were not "
8937
  "scanned. If you would like to scan this themes's files then use the \"Upload "
8940
  "\"Upload Theme Zip Files\" help section for more help info."
8941
  msgstr ""
8942
 
8943
+ #: admin/mscan/mscan.php:2647 admin/mscan/mscan.php:2657
8944
+ #: admin/mscan/mscan.php:2663
8945
  msgid " Plugin Hash File Version: "
8946
  msgstr ""
8947
 
8948
+ #: admin/mscan/mscan.php:2647 admin/mscan/mscan.php:2657
8949
+ #: admin/mscan/mscan.php:2663 admin/mscan/mscan.php:2703
8950
+ #: admin/mscan/mscan.php:2712 admin/mscan/mscan.php:2718
8951
  msgid " Installed Version: "
8952
  msgstr ""
8953
 
8954
+ #: admin/mscan/mscan.php:2663
8955
  msgid "No File Hashes for This Plugin"
8956
  msgstr ""
8957
 
8958
+ #: admin/mscan/mscan.php:2673 admin/mscan/mscan.php:3551
8959
  msgid "Theme File Hashes: "
8960
  msgstr ""
8961
 
8962
+ #: admin/mscan/mscan.php:2679
8963
  msgid "The Theme Hash File Does Not Exist"
8964
  msgstr ""
8965
 
8966
+ #: admin/mscan/mscan.php:2703 admin/mscan/mscan.php:2712
8967
+ #: admin/mscan/mscan.php:2718
8968
  msgid " Theme Hash File Version: "
8969
  msgstr ""
8970
 
8971
+ #: admin/mscan/mscan.php:2718
8972
  msgid "No File Hashes for This Theme"
8973
  msgstr ""
8974
 
8975
+ #: admin/mscan/mscan.php:2731 admin/mscan/mscan.php:3561
8976
  msgid "Scan Results "
8977
  msgstr ""
8978
 
8979
+ #: admin/mscan/mscan.php:2734 admin/mscan/mscan.php:3564
8980
  msgid ""
8981
  "You can View, Ignore and Delete files detected as suspicious using the View|"
8982
  "Ignore|Delete Suspicious Files Form on the MScan Scan tab page. Before "
8984
  "hosting account."
8985
  msgstr ""
8986
 
8987
+ #: admin/mscan/mscan.php:2751 admin/mscan/mscan.php:3573
8988
  msgid "File Hash or Pattern Match"
8989
  msgstr ""
8990
 
8991
+ #: admin/mscan/mscan.php:2752 admin/mscan/mscan.php:2832
8992
+ #: admin/mscan/mscan.php:3574 admin/mscan/mscan.php:3623
8993
  msgid "Scan Time"
8994
  msgstr ""
8995
 
8996
+ #: admin/mscan/mscan.php:2814 admin/mscan/mscan.php:3609
8997
  msgid ""
8998
  "You can View, Ignore and Unignore suspicious DB Entries using the View|"
8999
  "Ignore Suspicious DB Entries Form on the MScan Scan tab page. Before "
9000
  "deleting any database data make a backup of your database."
9001
  msgstr ""
9002
 
9003
+ #: admin/mscan/mscan.php:2831 admin/mscan/mscan.php:3622
9004
  msgid "Pattern Match"
9005
  msgstr ""
9006
 
9007
+ #: admin/mscan/mscan.php:2941 admin/mscan/mscan.php:3051
9008
  msgid ""
9009
  "The MScan Report was saved successfully. Saved MScan Reports can be viewed "
9010
  "on the MScan Saved Reports tab page."
9011
  msgstr ""
9012
 
9013
+ #: admin/mscan/mscan.php:2974
9014
  msgid "The MScan Report was not saved"
9015
  msgstr ""
9016
 
9017
+ #: admin/mscan/mscan.php:2974
9018
  msgid ""
9019
  "The maximum number of Reports that can be saved is 20 Reports. In order to "
9020
  "save the current Report you will need to delete an older saved Report."
9021
  msgstr ""
9022
 
9023
+ #: admin/mscan/mscan.php:3102
9024
  msgid ""
9025
  "No Saved MScan Reports To Display: No MScan Reports have been saved yet."
9026
  msgstr ""
9027
 
9028
+ #: admin/mscan/mscan.php:3191
9029
  msgid "MScan Saved Reports Form"
9030
  msgstr ""
9031
 
9032
+ #: admin/mscan/mscan.php:3200
9033
  msgid "Report Date"
9034
  msgstr ""
9035
 
9036
+ #: admin/mscan/mscan.php:3201
9037
  msgid "View Report"
9038
  msgstr ""
9039
 
9040
+ #: admin/mscan/mscan.php:3202
9041
  msgid "Delete Report"
9042
  msgstr ""
9043
 
9044
+ #: admin/mscan/mscan.php:3223
9045
  msgid "Click OK to proceed or click Cancel"
9046
  msgstr ""
9047
 
9048
+ #: admin/mscan/mscan.php:3248
9049
  msgid "View|Delete Reports"
9050
  msgstr ""
9051
 
9052
+ #: admin/mscan/mscan.php:3267
9053
  msgid "You did not select an MScan Report to view or delete"
9054
  msgstr ""
9055
 
9056
+ #: admin/mscan/mscan.php:3267
9057
  msgid ""
9058
  "Click the checkbox for the MScan Report that you would like to view or "
9059
  "delete and then click the View|Delete Reports button."
9060
  msgstr ""
9061
 
9062
+ #: admin/mscan/mscan.php:3428
9063
  msgid "Report: "
9064
  msgstr ""
9065
 
9066
+ #: admin/mscan/mscan.php:3428
9067
  msgid ""
9068
  " has been deleted. Refresh/reload the page to see current MScan Saved "
9069
  "Reports Form data."
9070
  msgstr ""
9071
 
9072
+ #: admin/mscan/mscan.php:3436
9073
  msgid ""
9074
  "The MScan Saved Report scan data is displayed below the MScan Saved Reports "
9075
  "Form."
readme.txt CHANGED
@@ -4,8 +4,8 @@ Donate link: https://wordpress.org/support/view/plugin-reviews/bulletproof-secur
4
  Tags: security, secure, malware scanner, login security, firewall, security plugin, wordpress security, login, bruteforce, backup, exploit, infection, protection, virus, anti-virus, logout, spam, anti-spam
5
  Requires at least: 3.8
6
  Requires PHP: 7.0
7
- Tested up to: 6.0
8
- Stable tag: 6.6
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
4
  Tags: security, secure, malware scanner, login security, firewall, security plugin, wordpress security, login, bruteforce, backup, exploit, infection, protection, virus, anti-virus, logout, spam, anti-spam
5
  Requires at least: 3.8
6
  Requires PHP: 7.0
7
+ Tested up to: 6.1
8
+ Stable tag: 6.7
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11