Version Description
Download this release
Release Info
Developer | AITpro |
Plugin | BulletProof Security |
Version | 5.0 |
Comparing to | |
See all releases |
Code changes from version 4.9 to 5.0
- admin/core/core.php +1 -0
- admin/htaccess/secure.htaccess +1 -1
- admin/htaccess/wpadmin-secure.htaccess +1 -1
- admin/system-info/system-info.php +3 -0
- admin/wizard/pwizard-autofix.php +19 -3
- bulletproof-security.php +4 -4
- includes/hud-autofix-whitelist.php +10 -2
- includes/mscan-ajax-functions.php +34 -31
- languages/bulletproof-security.pot +311 -290
- readme.txt +2 -2
admin/core/core.php
CHANGED
@@ -2191,6 +2191,7 @@ $text = '<h3><span class="blue-bold">'.__('The Complete Website Security Solutio
|
|
2191 |
|
2192 |
<div class="pro-links">
|
2193 |
<?php
|
|
|
2194 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '15.5', 'https://www.ait-pro.com/aitpro-blog/5697/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-15-5/' ).'<br>';
|
2195 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '15.4', 'https://www.ait-pro.com/aitpro-blog/5689/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-15-4/' ).'<br>';
|
2196 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '15.3', 'https://www.ait-pro.com/aitpro-blog/5678/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-15-3/' ).'<br>';
|
2191 |
|
2192 |
<div class="pro-links">
|
2193 |
<?php
|
2194 |
+
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '15.6', 'https://www.ait-pro.com/aitpro-blog/5704/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-15-6/' ).'<br>';
|
2195 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '15.5', 'https://www.ait-pro.com/aitpro-blog/5697/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-15-5/' ).'<br>';
|
2196 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '15.4', 'https://www.ait-pro.com/aitpro-blog/5689/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-15-4/' ).'<br>';
|
2197 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '15.3', 'https://www.ait-pro.com/aitpro-blog/5678/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-15-3/' ).'<br>';
|
admin/htaccess/secure.htaccess
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# BULLETPROOF
|
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 5.0 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
|
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 5.0 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/system-info/system-info.php
CHANGED
@@ -359,8 +359,11 @@ function bpsPro_count_network_activated_plugins($count) {
|
|
359 |
echo '<strong><span class="sysinfo-label-text">'.__('Website Root URL', 'bulletproof-security').':</span></strong> ' . get_site_url() . '<br>';
|
360 |
echo '<strong><span class="sysinfo-label-text">'.__('Document Root Path', 'bulletproof-security').':</span></strong> ' . esc_html( $_SERVER['DOCUMENT_ROOT'] ) . '<br>';
|
361 |
echo '<strong><span class="sysinfo-label-text">'.__('WP ABSPATH', 'bulletproof-security').':</span></strong> ' . ABSPATH . '</strong><br>';
|
|
|
362 |
echo '<strong><span class="sysinfo-label-text">'.__('Parent Directory', 'bulletproof-security').':</span></strong> ' . dirname( ABSPATH ) . '<br>';
|
363 |
bps_get_server_ip_address_sysinfo();
|
|
|
|
|
364 |
echo '<strong><span class="sysinfo-label-text">'.__('Host by Address', 'bulletproof-security').':</span></strong> ' . esc_html( @gethostbyaddr( $_SERVER['SERVER_ADDR'] ) ) . '<br>';
|
365 |
echo '<strong><span class="sysinfo-label-text">'.__('DNS Name Server', 'bulletproof-security').':</span></strong> ';
|
366 |
|
359 |
echo '<strong><span class="sysinfo-label-text">'.__('Website Root URL', 'bulletproof-security').':</span></strong> ' . get_site_url() . '<br>';
|
360 |
echo '<strong><span class="sysinfo-label-text">'.__('Document Root Path', 'bulletproof-security').':</span></strong> ' . esc_html( $_SERVER['DOCUMENT_ROOT'] ) . '<br>';
|
361 |
echo '<strong><span class="sysinfo-label-text">'.__('WP ABSPATH', 'bulletproof-security').':</span></strong> ' . ABSPATH . '</strong><br>';
|
362 |
+
echo '<strong><span class="sysinfo-label-text">'.__('get_home_path()', 'bulletproof-security').':</span></strong> ' . get_home_path() . '</strong><br>';
|
363 |
echo '<strong><span class="sysinfo-label-text">'.__('Parent Directory', 'bulletproof-security').':</span></strong> ' . dirname( ABSPATH ) . '<br>';
|
364 |
bps_get_server_ip_address_sysinfo();
|
365 |
+
echo '<strong><span class="sysinfo-label-text">'.__('Server Port', 'bulletproof-security').':</span></strong> ' . esc_html( $_SERVER['SERVER_PORT'] ) . '<br>';
|
366 |
+
echo '<strong><span class="sysinfo-label-text">'.__('Server Protocol', 'bulletproof-security').':</span></strong> ' . esc_html( $_SERVER['SERVER_PROTOCOL'] ) . '<br>';
|
367 |
echo '<strong><span class="sysinfo-label-text">'.__('Host by Address', 'bulletproof-security').':</span></strong> ' . esc_html( @gethostbyaddr( $_SERVER['SERVER_ADDR'] ) ) . '<br>';
|
368 |
echo '<strong><span class="sysinfo-label-text">'.__('DNS Name Server', 'bulletproof-security').':</span></strong> ';
|
369 |
|
admin/wizard/pwizard-autofix.php
CHANGED
@@ -1369,8 +1369,24 @@ RewriteRule ^(.*)$ - [F]
|
|
1369 |
$r22 = array();
|
1370 |
}
|
1371 |
|
1372 |
-
|
1373 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1374 |
|
1375 |
if ( $CC_Options_root['bps_customcode_bpsqse'] != '' ) {
|
1376 |
$bps_customcode_bpsqse_replace = preg_replace($pattern_array, $replace_array, $bps_customcode_bpsqse_array);
|
@@ -1424,7 +1440,7 @@ RewriteRule ^(.*)$ - [F]
|
|
1424 |
update_option('bulletproof_security_options_customcode', $Root_CC_Options);
|
1425 |
}
|
1426 |
|
1427 |
-
$success_array = array($woo_PagSeguro_fix, $event_espresso_fix, $woo_serial_key_fix, $woo_worldpay_fix, $kama_click_counter_fix, $riva_slider_pro_fix, $wp_auto_spinner_fix, $AgriTurismo_theme_fix, $wccp_pro_fix, $panopress_fix, $essb_code_canyon_fix, $mainwp_fix, $clevercourse_theme_fix, $wp_estore_fix, $wp_emember_fix, $easy_digital_downloads_fix, $mailpoet_fix, $mailchimp_fix, $DAPLiveLinks_fix, $wp_newsletter_fix, $sctocr_fix, $nextend_social_login_fix);
|
1428 |
|
1429 |
foreach ( $success_array as $successMessage ) {
|
1430 |
|
1369 |
$r22 = array();
|
1370 |
}
|
1371 |
|
1372 |
+
## Business Directory Plugin: whitelist rules
|
1373 |
+
$business_directory_plugin = 'business-directory-plugin/business-directory-plugin.php';
|
1374 |
+
$business_directory_plugin_active = in_array( $business_directory_plugin, apply_filters('active_plugins', get_option('active_plugins')));
|
1375 |
+
$business_directory_plugin_fix = '';
|
1376 |
+
|
1377 |
+
if ( $business_directory_plugin_active == 1 || is_plugin_active_for_network( $business_directory_plugin ) ) {
|
1378 |
+
$business_directory_plugin_fix = __('Business Directory Plugin BPSQSE AutoWhitelist successful', 'bulletproof-security');
|
1379 |
+
|
1380 |
+
$p23 = array('/RewriteCond\s%\{QUERY_STRING}\s\[a-zA-Z0-9_\]=\(http\|https\):\/\/\s\[NC,OR\]/', '/RewriteCond\s%\{QUERY_STRING\}\s\[a-zA-Z0-9_\]=\/\(\[a-z0-9_\.\]\/\/\?\)\+\s\[NC,OR\]/', '/RewriteCond\s%\{QUERY_STRING\}\s\(http\|https\)\\\:\s\[NC,OR\]/');
|
1381 |
+
$r23 = array("# BPS AutoWhitelist QS2: Business Directory Plugin", "# BPS AutoWhitelist QS3: Business Directory Plugin", "# BPS AutoWhitelist QS4: Business Directory Plugin");
|
1382 |
+
|
1383 |
+
} else {
|
1384 |
+
$p23 = array();
|
1385 |
+
$r23 = array();
|
1386 |
+
}
|
1387 |
+
|
1388 |
+
$pattern_array = array_merge($p1, $p2, $p3, $p4, $p5, $p6, $p7, $p8, $p9, $p10, $p11, $p12, $p13, $p14, $p15, $p16, $p17, $p18, $p19, $p20, $p21, $p22, $p23);
|
1389 |
+
$replace_array = array_merge($r1, $r2, $r3, $r4, $r5, $r6, $r7, $r8, $r9, $r10, $r11, $r12, $r13, $r14, $r15, $r16, $r17, $r18, $r19, $r20, $r21, $r22, $r23);
|
1390 |
|
1391 |
if ( $CC_Options_root['bps_customcode_bpsqse'] != '' ) {
|
1392 |
$bps_customcode_bpsqse_replace = preg_replace($pattern_array, $replace_array, $bps_customcode_bpsqse_array);
|
1440 |
update_option('bulletproof_security_options_customcode', $Root_CC_Options);
|
1441 |
}
|
1442 |
|
1443 |
+
$success_array = array($woo_PagSeguro_fix, $event_espresso_fix, $woo_serial_key_fix, $woo_worldpay_fix, $kama_click_counter_fix, $riva_slider_pro_fix, $wp_auto_spinner_fix, $AgriTurismo_theme_fix, $wccp_pro_fix, $panopress_fix, $essb_code_canyon_fix, $mainwp_fix, $clevercourse_theme_fix, $wp_estore_fix, $wp_emember_fix, $easy_digital_downloads_fix, $mailpoet_fix, $mailchimp_fix, $DAPLiveLinks_fix, $wp_newsletter_fix, $sctocr_fix, $nextend_social_login_fix, $business_directory_plugin_fix);
|
1444 |
|
1445 |
foreach ( $success_array as $successMessage ) {
|
1446 |
|
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 • MScan Malware Scanner • .htaccess Website Security Protection (Firewalls) • Security Logging|HTTP Error Logging • DB Backup • DB Table Prefix Changer • Login Security & Monitoring • JTC-Lite Login Form Bot Lockout Protection • Idle Session Logout (ISL) • Auth Cookie Expiration (ACE) • UI Theme Skin Changer • System Info: Extensive System, Server and Security Status Information • FrontEnd|BackEnd Maintenance Mode • WP Automatic Update Options (BPS MU Tools must-use plugin) • Force Strong Passwords.
|
8 |
-
Version:
|
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, $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', '
|
37 |
-
$bps_last_version = '4.
|
38 |
-
$bps_version = '
|
39 |
$aitpro_bullet = '<img src="'.plugins_url('/bulletproof-security/admin/images/aitpro-bullet.png').'" style="padding:0px 3px 0px 3px;" />';
|
40 |
// Top div & bottom div
|
41 |
$bps_topDiv = '<div id="message" class="updated" style="background-color:#dfecf2;border:1px solid #999;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);"><p>';
|
5 |
Text Domain: bulletproof-security
|
6 |
Domain Path: /languages/
|
7 |
Description: <strong>Feature Highlights:</strong> Setup Wizard • MScan Malware Scanner • .htaccess Website Security Protection (Firewalls) • Security Logging|HTTP Error Logging • DB Backup • DB Table Prefix Changer • Login Security & Monitoring • JTC-Lite Login Form Bot Lockout Protection • Idle Session Logout (ISL) • Auth Cookie Expiration (ACE) • UI Theme Skin Changer • System Info: Extensive System, Server and Security Status Information • FrontEnd|BackEnd Maintenance Mode • WP Automatic Update Options (BPS MU Tools must-use plugin) • Force Strong Passwords.
|
8 |
+
Version: 5.0
|
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, $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', '5.0' );
|
37 |
+
$bps_last_version = '4.9';
|
38 |
+
$bps_version = '5.0';
|
39 |
$aitpro_bullet = '<img src="'.plugins_url('/bulletproof-security/admin/images/aitpro-bullet.png').'" style="padding:0px 3px 0px 3px;" />';
|
40 |
// Top div & bottom div
|
41 |
$bps_topDiv = '<div id="message" class="updated" style="background-color:#dfecf2;border:1px solid #999;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);"><p>';
|
includes/hud-autofix-whitelist.php
CHANGED
@@ -371,7 +371,9 @@ function bpsPro_HUD_autofix_whitelist_check() {
|
|
371 |
$sctocr_active = in_array( $sctocr, apply_filters('active_plugins', get_option('active_plugins')));
|
372 |
$nextend_social_login = 'nextend-facebook-connect/nextend-facebook-connect.php';
|
373 |
$nextend_social_login_active = in_array( $nextend_social_login, apply_filters('active_plugins', get_option('active_plugins')));
|
374 |
-
|
|
|
|
|
375 |
## BPSQSE RegEx Patterns
|
376 |
// 3 variations for both UA rules below: only java, java and curl, java, curl and wget
|
377 |
$useragent1_j = '/RewriteCond\s%\{HTTP_USER_AGENT\}\s\(havij\|libwww-perl\|(.*)python\|nikto\|(.*)scan\|winhttp\|clshttp\|loader\)\s\[NC,OR\]/';
|
@@ -525,7 +527,13 @@ function bpsPro_HUD_autofix_whitelist_check() {
|
|
525 |
$debug_BPSQSE .= __('CC Root Text Box 12: Nextend Social Login Plugin', 'bulletproof-security').'<br>';
|
526 |
}
|
527 |
}
|
528 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
529 |
## 3. CUSTOM CODE WPADMIN PLUGIN/FILE SKIP RULES
|
530 |
$bps_customcode_two_wpa = htmlspecialchars_decode( $CC_Options_wpadmin['bps_customcode_two_wpa'], ENT_QUOTES );
|
531 |
$debug_wpadmin_PSB = '';
|
371 |
$sctocr_active = in_array( $sctocr, apply_filters('active_plugins', get_option('active_plugins')));
|
372 |
$nextend_social_login = 'nextend-facebook-connect/nextend-facebook-connect.php';
|
373 |
$nextend_social_login_active = in_array( $nextend_social_login, apply_filters('active_plugins', get_option('active_plugins')));
|
374 |
+
$business_directory_plugin = 'business-directory-plugin/business-directory-plugin.php';
|
375 |
+
$business_directory_plugin_active = in_array( $business_directory_plugin, apply_filters('active_plugins', get_option('active_plugins')));
|
376 |
+
|
377 |
## BPSQSE RegEx Patterns
|
378 |
// 3 variations for both UA rules below: only java, java and curl, java, curl and wget
|
379 |
$useragent1_j = '/RewriteCond\s%\{HTTP_USER_AGENT\}\s\(havij\|libwww-perl\|(.*)python\|nikto\|(.*)scan\|winhttp\|clshttp\|loader\)\s\[NC,OR\]/';
|
527 |
$debug_BPSQSE .= __('CC Root Text Box 12: Nextend Social Login Plugin', 'bulletproof-security').'<br>';
|
528 |
}
|
529 |
}
|
530 |
+
if ( $business_directory_plugin_active == 1 || is_plugin_active_for_network( $business_directory_plugin ) ) {
|
531 |
+
if ( ! preg_match( $marker2, $bps_customcode_bpsqse ) || ! preg_match( $marker3, $bps_customcode_bpsqse ) || ! preg_match( $marker4, $bps_customcode_bpsqse ) ) {
|
532 |
+
$autofix_message = 1;
|
533 |
+
$debug_BPSQSE .= __('CC Root Text Box 12: Business Directory Plugin', 'bulletproof-security').'<br>';
|
534 |
+
}
|
535 |
+
}
|
536 |
+
|
537 |
## 3. CUSTOM CODE WPADMIN PLUGIN/FILE SKIP RULES
|
538 |
$bps_customcode_two_wpa = htmlspecialchars_decode( $CC_Options_wpadmin['bps_customcode_two_wpa'], ENT_QUOTES );
|
539 |
$debug_wpadmin_PSB = '';
|
includes/mscan-ajax-functions.php
CHANGED
@@ -2016,46 +2016,49 @@ function bpsPro_delete_temp_files() {
|
|
2016 |
$mscan_exclude_tmp_files_array = explode( "\n", $MScan_options['mscan_exclude_tmp_files'] );
|
2017 |
}
|
2018 |
|
2019 |
-
|
2020 |
-
|
2021 |
-
foreach ( $mscan_exclude_tmp_files_array as $key => $value ) {
|
2022 |
-
$mscan_exclude_tmp_files_array_trim[] = trim($value);
|
2023 |
-
}
|
2024 |
-
|
2025 |
-
$mscan_exclude_tmp_files_array_filter = array_filter($mscan_exclude_tmp_files_array_trim);
|
2026 |
|
2027 |
-
|
2028 |
-
|
2029 |
-
|
2030 |
-
|
|
|
|
|
|
|
2031 |
|
2032 |
-
|
|
|
|
|
|
|
2033 |
|
2034 |
-
$
|
2035 |
-
$local_tmp_files_array_diff = array_diff( $local_tmp_files, $mscan_exclude_tmp_files_array_filter );
|
2036 |
|
2037 |
-
|
|
|
2038 |
|
2039 |
-
|
2040 |
-
|
|
|
|
|
|
|
2041 |
}
|
2042 |
}
|
2043 |
-
}
|
2044 |
-
|
2045 |
-
} else {
|
2046 |
-
|
2047 |
-
if ( function_exists('sys_get_temp_dir') ) {
|
2048 |
-
$sys_get_temp_dir = sys_get_temp_dir();
|
2049 |
|
2050 |
-
|
2051 |
-
|
2052 |
-
$tmp_files = scandir($sys_get_temp_dir);
|
2053 |
-
$tmp_files_array_diff = array_diff( $tmp_files, $mscan_exclude_tmp_files_array_filter );
|
2054 |
-
|
2055 |
-
foreach ( $tmp_files_array_diff as $file ) {
|
2056 |
|
2057 |
-
|
2058 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2059 |
}
|
2060 |
}
|
2061 |
}
|
2016 |
$mscan_exclude_tmp_files_array = explode( "\n", $MScan_options['mscan_exclude_tmp_files'] );
|
2017 |
}
|
2018 |
|
2019 |
+
if ( ! empty($mscan_exclude_tmp_files_array) ) {
|
|
|
|
|
|
|
|
|
|
|
|
|
2020 |
|
2021 |
+
$mscan_exclude_tmp_files_array_trim = array();
|
2022 |
+
|
2023 |
+
foreach ( $mscan_exclude_tmp_files_array as $key => $value ) {
|
2024 |
+
$mscan_exclude_tmp_files_array_trim[] = trim($value);
|
2025 |
+
}
|
2026 |
+
|
2027 |
+
$mscan_exclude_tmp_files_array_filter = array_filter($mscan_exclude_tmp_files_array_trim);
|
2028 |
|
2029 |
+
$sapi_type = php_sapi_name();
|
2030 |
+
|
2031 |
+
if ( substr($sapi_type, 0, 6) == 'apache' && preg_match( '#\\\\#', ABSPATH, $matches ) ) {
|
2032 |
+
$upload_tmp_dir = ini_get('upload_tmp_dir');
|
2033 |
|
2034 |
+
if ( is_dir( $upload_tmp_dir ) && wp_is_writable( $upload_tmp_dir ) ) {
|
|
|
2035 |
|
2036 |
+
$local_tmp_files = scandir($upload_tmp_dir);
|
2037 |
+
$local_tmp_files_array_diff = array_diff( $local_tmp_files, $mscan_exclude_tmp_files_array_filter );
|
2038 |
|
2039 |
+
foreach ( $local_tmp_files_array_diff as $file ) {
|
2040 |
+
|
2041 |
+
if ( $file != '.' && $file != '..' && $file != 'why.tmp' ) {
|
2042 |
+
@unlink($upload_tmp_dir.'/'.$file);
|
2043 |
+
}
|
2044 |
}
|
2045 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
2046 |
|
2047 |
+
} else {
|
|
|
|
|
|
|
|
|
|
|
2048 |
|
2049 |
+
if ( function_exists('sys_get_temp_dir') ) {
|
2050 |
+
$sys_get_temp_dir = sys_get_temp_dir();
|
2051 |
+
|
2052 |
+
if ( is_dir( $sys_get_temp_dir ) && wp_is_writable( $sys_get_temp_dir ) ) {
|
2053 |
+
|
2054 |
+
$tmp_files = scandir($sys_get_temp_dir);
|
2055 |
+
$tmp_files_array_diff = array_diff( $tmp_files, $mscan_exclude_tmp_files_array_filter );
|
2056 |
+
|
2057 |
+
foreach ( $tmp_files_array_diff as $file ) {
|
2058 |
+
|
2059 |
+
if ( $file != '.' && $file != '..' ) {
|
2060 |
+
unlink($sys_get_temp_dir.'/'.$file);
|
2061 |
+
}
|
2062 |
}
|
2063 |
}
|
2064 |
}
|
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: 2021-06
|
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"
|
@@ -372,7 +372,7 @@ msgstr ""
|
|
372 |
#: admin/wizard/wizard-backup.php:249 admin/wizard/wizard-backup.php:290
|
373 |
#: admin/wizard/wizard.php:1083 admin/wizard/wizard.php:1182
|
374 |
#: admin/wizard/wizard.php:1184 admin/wizard/wizard.php:1859
|
375 |
-
#: includes/hud-autofix-whitelist.php:
|
376 |
msgid "Setup Wizard Options"
|
377 |
msgstr ""
|
378 |
|
@@ -1895,7 +1895,7 @@ msgstr ""
|
|
1895 |
#: admin/core/core.php:1913 admin/core/core.php:1930 admin/login/login.php:164
|
1896 |
#: admin/login/login.php:222 admin/login/login.php:944
|
1897 |
#: admin/login/login.php:1199 admin/system-info/system-info.php:99
|
1898 |
-
#: admin/system-info/system-info.php:
|
1899 |
msgid "Permission Denied"
|
1900 |
msgstr ""
|
1901 |
|
@@ -2088,7 +2088,7 @@ msgstr ""
|
|
2088 |
#: admin/security-log/security-log.php:448
|
2089 |
#: admin/security-log/security-log.php:463
|
2090 |
#: admin/security-log/security-log.php:681
|
2091 |
-
#: admin/system-info/system-info.php:
|
2092 |
msgid "Click OK to proceed or click Cancel."
|
2093 |
msgstr ""
|
2094 |
|
@@ -2378,12 +2378,12 @@ msgstr ""
|
|
2378 |
msgid "Click OK to Turn AutoLock On or click Cancel."
|
2379 |
msgstr ""
|
2380 |
|
2381 |
-
#: admin/core/core.php:1384 admin/system-info/system-info.php:
|
2382 |
-
#: admin/system-info/system-info.php:
|
2383 |
-
#: admin/system-info/system-info.php:
|
2384 |
-
#: admin/system-info/system-info.php:
|
2385 |
-
#: admin/system-info/system-info.php:
|
2386 |
-
#: admin/system-info/system-info.php:
|
2387 |
#: includes/functions.php:762 includes/functions.php:930
|
2388 |
#: includes/functions.php:973 includes/functions.php:1021
|
2389 |
#: includes/functions.php:1065
|
@@ -2402,12 +2402,12 @@ msgstr ""
|
|
2402 |
msgid "Click OK to Turn AutoLock Off or click Cancel."
|
2403 |
msgstr ""
|
2404 |
|
2405 |
-
#: admin/core/core.php:1396 admin/system-info/system-info.php:
|
2406 |
-
#: admin/system-info/system-info.php:
|
2407 |
-
#: admin/system-info/system-info.php:
|
2408 |
-
#: admin/system-info/system-info.php:
|
2409 |
-
#: admin/system-info/system-info.php:
|
2410 |
-
#: admin/system-info/system-info.php:
|
2411 |
#: includes/functions.php:935 includes/functions.php:978
|
2412 |
#: includes/functions.php:1027 includes/functions.php:1071
|
2413 |
#: includes/general-functions.php:285 includes/general-functions.php:300
|
@@ -2697,7 +2697,7 @@ msgstr ""
|
|
2697 |
#: admin/core/core.php:2114 admin/email-log-settings/email-log-settings.php:215
|
2698 |
#: admin/login/login.php:1829 admin/maintenance/maintenance.php:2138
|
2699 |
#: admin/security-log/security-log.php:811
|
2700 |
-
#: admin/system-info/system-info.php:
|
2701 |
msgid "Contributors Page"
|
2702 |
msgstr ""
|
2703 |
|
@@ -2708,7 +2708,7 @@ msgstr ""
|
|
2708 |
#: admin/core/core.php:2116 admin/email-log-settings/email-log-settings.php:214
|
2709 |
#: admin/login/login.php:1828 admin/maintenance/maintenance.php:2139
|
2710 |
#: admin/security-log/security-log.php:810
|
2711 |
-
#: admin/system-info/system-info.php:
|
2712 |
msgid "Security Log Event Codes"
|
2713 |
msgstr ""
|
2714 |
|
@@ -2721,7 +2721,7 @@ msgstr ""
|
|
2721 |
#: admin/email-log-settings/email-log-settings.php:216
|
2722 |
#: admin/login/login.php:1830 admin/maintenance/maintenance.php:2140
|
2723 |
#: admin/mscan/mscan.php:3480 admin/security-log/security-log.php:812
|
2724 |
-
#: admin/system-info/system-info.php:
|
2725 |
msgid "Forum: Search, Troubleshooting Steps & Post Questions For Assistance"
|
2726 |
msgstr ""
|
2727 |
|
@@ -2978,34 +2978,35 @@ msgstr ""
|
|
2978 |
#: admin/core/core.php:2194 admin/core/core.php:2195 admin/core/core.php:2196
|
2979 |
#: admin/core/core.php:2197 admin/core/core.php:2198 admin/core/core.php:2199
|
2980 |
#: admin/core/core.php:2200 admin/core/core.php:2201 admin/core/core.php:2202
|
2981 |
-
#: admin/core/core.php:
|
2982 |
#: admin/core/core.php:2211 admin/core/core.php:2212 admin/core/core.php:2213
|
2983 |
-
#: admin/core/core.php:
|
2984 |
-
#: admin/core/core.php:2222 admin/core/core.php:
|
2985 |
#: admin/core/core.php:2229 admin/core/core.php:2230 admin/core/core.php:2231
|
2986 |
-
#: admin/core/core.php:
|
2987 |
#: admin/core/core.php:2239 admin/core/core.php:2240 admin/core/core.php:2241
|
2988 |
#: admin/core/core.php:2242 admin/core/core.php:2243 admin/core/core.php:2244
|
2989 |
-
#: admin/core/core.php:
|
2990 |
#: admin/core/core.php:2252 admin/core/core.php:2253 admin/core/core.php:2254
|
2991 |
#: admin/core/core.php:2255 admin/core/core.php:2256 admin/core/core.php:2257
|
2992 |
#: admin/core/core.php:2258 admin/core/core.php:2259 admin/core/core.php:2260
|
2993 |
-
#: admin/core/core.php:2261 admin/core/core.php:
|
2994 |
#: admin/core/core.php:2269 admin/core/core.php:2270 admin/core/core.php:2271
|
2995 |
#: admin/core/core.php:2272 admin/core/core.php:2273 admin/core/core.php:2274
|
2996 |
#: admin/core/core.php:2275 admin/core/core.php:2276 admin/core/core.php:2277
|
2997 |
#: admin/core/core.php:2278 admin/core/core.php:2279 admin/core/core.php:2280
|
2998 |
-
#: admin/core/core.php:
|
2999 |
#: admin/core/core.php:2289 admin/core/core.php:2290 admin/core/core.php:2291
|
3000 |
#: admin/core/core.php:2292 admin/core/core.php:2293 admin/core/core.php:2294
|
3001 |
#: admin/core/core.php:2295 admin/core/core.php:2296 admin/core/core.php:2297
|
3002 |
-
#: admin/core/core.php:2298 admin/core/core.php:
|
3003 |
#: admin/core/core.php:2306 admin/core/core.php:2307 admin/core/core.php:2308
|
3004 |
#: admin/core/core.php:2309 admin/core/core.php:2310 admin/core/core.php:2311
|
3005 |
-
#: admin/core/core.php:2312 admin/core/core.php:2313 admin/core/core.php:
|
3006 |
#: admin/core/core.php:2320 admin/core/core.php:2321 admin/core/core.php:2322
|
3007 |
#: admin/core/core.php:2323 admin/core/core.php:2324 admin/core/core.php:2325
|
3008 |
#: admin/core/core.php:2326 admin/core/core.php:2327 admin/core/core.php:2328
|
|
|
3009 |
#, php-format
|
3010 |
msgid ""
|
3011 |
"<a href=\"%2$s\" target=\"_blank\" title=\"Link Opens in New Browser Window"
|
@@ -4666,7 +4667,7 @@ msgstr ""
|
|
4666 |
|
4667 |
#: admin/email-log-settings/email-log-settings.php:210
|
4668 |
#: admin/login/login.php:1824 admin/security-log/security-log.php:806
|
4669 |
-
#: admin/system-info/system-info.php:
|
4670 |
msgid "BulletProof Security Help & FAQ"
|
4671 |
msgstr ""
|
4672 |
|
@@ -8261,8 +8262,8 @@ msgid "Delete<br>File"
|
|
8261 |
msgstr ""
|
8262 |
|
8263 |
#: admin/mscan/mscan.php:1554 admin/mscan/mscan.php:2540
|
8264 |
-
#: admin/mscan/mscan.php:3354 admin/system-info/system-info.php:
|
8265 |
-
#: admin/system-info/system-info.php:
|
8266 |
msgid "File Path"
|
8267 |
msgstr ""
|
8268 |
|
@@ -9627,638 +9628,650 @@ msgid "WP ABSPATH"
|
|
9627 |
msgstr ""
|
9628 |
|
9629 |
#: admin/system-info/system-info.php:362
|
|
|
|
|
|
|
|
|
9630 |
msgid "Parent Directory"
|
9631 |
msgstr ""
|
9632 |
|
9633 |
-
#: admin/system-info/system-info.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9634 |
msgid "Host by Address"
|
9635 |
msgstr ""
|
9636 |
|
9637 |
-
#: admin/system-info/system-info.php:
|
9638 |
msgid "DNS Name Server"
|
9639 |
msgstr ""
|
9640 |
|
9641 |
-
#: admin/system-info/system-info.php:
|
9642 |
msgid "DNS Name Server Not Available"
|
9643 |
msgstr ""
|
9644 |
|
9645 |
-
#: admin/system-info/system-info.php:
|
9646 |
msgid "Server Type"
|
9647 |
msgstr ""
|
9648 |
|
9649 |
-
#: admin/system-info/system-info.php:
|
9650 |
msgid "Operating System"
|
9651 |
msgstr ""
|
9652 |
|
9653 |
-
#: admin/system-info/system-info.php:
|
9654 |
msgid "WP Filesystem API Method"
|
9655 |
msgstr ""
|
9656 |
|
9657 |
-
#: admin/system-info/system-info.php:
|
9658 |
msgid "Script Owner ID"
|
9659 |
msgstr ""
|
9660 |
|
9661 |
-
#: admin/system-info/system-info.php:
|
9662 |
msgid "File Owner ID"
|
9663 |
msgstr ""
|
9664 |
|
9665 |
-
#: admin/system-info/system-info.php:
|
9666 |
msgid "Script Owner Name"
|
9667 |
msgstr ""
|
9668 |
|
9669 |
-
#: admin/system-info/system-info.php:
|
9670 |
msgid "Server API"
|
9671 |
msgstr ""
|
9672 |
|
9673 |
-
#: admin/system-info/system-info.php:
|
9674 |
msgid " CGI Host Server Type"
|
9675 |
msgstr ""
|
9676 |
|
9677 |
-
#: admin/system-info/system-info.php:
|
9678 |
msgid " DSO Host Server Type"
|
9679 |
msgstr ""
|
9680 |
|
9681 |
-
#: admin/system-info/system-info.php:
|
9682 |
msgid "cURL"
|
9683 |
msgstr ""
|
9684 |
|
9685 |
-
#: admin/system-info/system-info.php:
|
9686 |
msgid "cURL Extension is Loaded Version: "
|
9687 |
msgstr ""
|
9688 |
|
9689 |
-
#: admin/system-info/system-info.php:
|
9690 |
msgid "cURL OpenSSL Version (Used by PayPal, etc.)"
|
9691 |
msgstr ""
|
9692 |
|
9693 |
-
#: admin/system-info/system-info.php:
|
9694 |
msgid "cURL Extension is Not Loaded"
|
9695 |
msgstr ""
|
9696 |
|
9697 |
-
#: admin/system-info/system-info.php:
|
9698 |
msgid "OpenSSL Library"
|
9699 |
msgstr ""
|
9700 |
|
9701 |
-
#: admin/system-info/system-info.php:
|
9702 |
msgid "Zend Engine Version"
|
9703 |
msgstr ""
|
9704 |
|
9705 |
-
#: admin/system-info/system-info.php:
|
9706 |
msgid "Zend Guard|Optimizer"
|
9707 |
msgstr ""
|
9708 |
|
9709 |
-
#: admin/system-info/system-info.php:
|
9710 |
msgid "Zend Optimizer+ Extension is Loaded and Enabled"
|
9711 |
msgstr ""
|
9712 |
|
9713 |
-
#: admin/system-info/system-info.php:
|
9714 |
msgid "Zend Optimizer Extension is Loaded"
|
9715 |
msgstr ""
|
9716 |
|
9717 |
-
#: admin/system-info/system-info.php:
|
9718 |
msgid "Zend Guard Loader Extension is Loaded"
|
9719 |
msgstr ""
|
9720 |
|
9721 |
-
#: admin/system-info/system-info.php:
|
9722 |
msgid "A Zend Extension is Not Loaded"
|
9723 |
msgstr ""
|
9724 |
|
9725 |
-
#: admin/system-info/system-info.php:
|
9726 |
msgid "Zend OPcache"
|
9727 |
msgstr ""
|
9728 |
|
9729 |
-
#: admin/system-info/system-info.php:
|
9730 |
msgid "Zend OPcache is Enabled"
|
9731 |
msgstr ""
|
9732 |
|
9733 |
-
#: admin/system-info/system-info.php:
|
9734 |
-
#: admin/system-info/system-info.php:
|
9735 |
msgid "Version: "
|
9736 |
msgstr ""
|
9737 |
|
9738 |
-
#: admin/system-info/system-info.php:
|
9739 |
msgid "Zend OPcache is Not Enabled"
|
9740 |
msgstr ""
|
9741 |
|
9742 |
-
#: admin/system-info/system-info.php:
|
9743 |
msgid "ionCube Loader"
|
9744 |
msgstr ""
|
9745 |
|
9746 |
-
#: admin/system-info/system-info.php:
|
9747 |
msgid "ionCube Loader Extension is Loaded "
|
9748 |
msgstr ""
|
9749 |
|
9750 |
-
#: admin/system-info/system-info.php:
|
9751 |
msgid "ionCube Loader Extension is Not Loaded"
|
9752 |
msgstr ""
|
9753 |
|
9754 |
-
#: admin/system-info/system-info.php:
|
9755 |
msgid "Suhosin"
|
9756 |
msgstr ""
|
9757 |
|
9758 |
-
#: admin/system-info/system-info.php:
|
9759 |
msgid "The Suhosin-Patch is installed"
|
9760 |
msgstr ""
|
9761 |
|
9762 |
-
#: admin/system-info/system-info.php:
|
9763 |
msgid "Suhosin-Extension is Loaded"
|
9764 |
msgstr ""
|
9765 |
|
9766 |
-
#: admin/system-info/system-info.php:
|
9767 |
msgid "Suhosin is Not Installed|Loaded"
|
9768 |
msgstr ""
|
9769 |
|
9770 |
-
#: admin/system-info/system-info.php:
|
9771 |
msgid "APC"
|
9772 |
msgstr ""
|
9773 |
|
9774 |
-
#: admin/system-info/system-info.php:
|
9775 |
msgid "APC Extension is Loaded and Enabled"
|
9776 |
msgstr ""
|
9777 |
|
9778 |
-
#: admin/system-info/system-info.php:
|
9779 |
msgid "APC Extension is Loaded but Not Enabled"
|
9780 |
msgstr ""
|
9781 |
|
9782 |
-
#: admin/system-info/system-info.php:
|
9783 |
msgid "APC Extension is Not Loaded"
|
9784 |
msgstr ""
|
9785 |
|
9786 |
-
#: admin/system-info/system-info.php:
|
9787 |
msgid "eAccelerator"
|
9788 |
msgstr ""
|
9789 |
|
9790 |
-
#: admin/system-info/system-info.php:
|
9791 |
msgid "eAccelerator Extension is Loaded and Enabled"
|
9792 |
msgstr ""
|
9793 |
|
9794 |
-
#: admin/system-info/system-info.php:
|
9795 |
msgid "eAccelerator Extension is Loaded but Not Enabled"
|
9796 |
msgstr ""
|
9797 |
|
9798 |
-
#: admin/system-info/system-info.php:
|
9799 |
msgid "eAccelerator Extension is Not Loaded"
|
9800 |
msgstr ""
|
9801 |
|
9802 |
-
#: admin/system-info/system-info.php:
|
9803 |
msgid "XCache"
|
9804 |
msgstr ""
|
9805 |
|
9806 |
-
#: admin/system-info/system-info.php:
|
9807 |
msgid "XCache Extension is Loaded and Enabled"
|
9808 |
msgstr ""
|
9809 |
|
9810 |
-
#: admin/system-info/system-info.php:
|
9811 |
msgid "XCache Extension is Loaded but Not Enabled"
|
9812 |
msgstr ""
|
9813 |
|
9814 |
-
#: admin/system-info/system-info.php:
|
9815 |
msgid "XCache Extension is Not Loaded"
|
9816 |
msgstr ""
|
9817 |
|
9818 |
-
#: admin/system-info/system-info.php:
|
9819 |
msgid "Varnish"
|
9820 |
msgstr ""
|
9821 |
|
9822 |
-
#: admin/system-info/system-info.php:
|
9823 |
msgid "Varnish Extension is Loaded"
|
9824 |
msgstr ""
|
9825 |
|
9826 |
-
#: admin/system-info/system-info.php:
|
9827 |
msgid "Varnish Extension is Not Loaded"
|
9828 |
msgstr ""
|
9829 |
|
9830 |
-
#: admin/system-info/system-info.php:
|
9831 |
msgid "Memcache"
|
9832 |
msgstr ""
|
9833 |
|
9834 |
-
#: admin/system-info/system-info.php:
|
9835 |
msgid "Memcache Extension is Loaded"
|
9836 |
msgstr ""
|
9837 |
|
9838 |
-
#: admin/system-info/system-info.php:
|
9839 |
msgid "Memcache Extension is Not Loaded"
|
9840 |
msgstr ""
|
9841 |
|
9842 |
-
#: admin/system-info/system-info.php:
|
9843 |
msgid "Memcached"
|
9844 |
msgstr ""
|
9845 |
|
9846 |
-
#: admin/system-info/system-info.php:
|
9847 |
msgid "Memcached Extension is Loaded"
|
9848 |
msgstr ""
|
9849 |
|
9850 |
-
#: admin/system-info/system-info.php:
|
9851 |
msgid "Memcached Extension is Not Loaded"
|
9852 |
msgstr ""
|
9853 |
|
9854 |
-
#: admin/system-info/system-info.php:
|
9855 |
msgid "MySQL DB Info is not displayed on Network/Multisite subsites"
|
9856 |
msgstr ""
|
9857 |
|
9858 |
-
#: admin/system-info/system-info.php:
|
9859 |
msgid "Not Set"
|
9860 |
msgstr ""
|
9861 |
|
9862 |
-
#: admin/system-info/system-info.php:
|
9863 |
msgid "MySQL Database Server Version: "
|
9864 |
msgstr ""
|
9865 |
|
9866 |
-
#: admin/system-info/system-info.php:
|
9867 |
msgid "MySQL Client Version: "
|
9868 |
msgstr ""
|
9869 |
|
9870 |
-
#: admin/system-info/system-info.php:
|
9871 |
msgid "MySQL Database Server: "
|
9872 |
msgstr ""
|
9873 |
|
9874 |
-
#: admin/system-info/system-info.php:
|
9875 |
msgid "Your MySQL Database: "
|
9876 |
msgstr ""
|
9877 |
|
9878 |
-
#: admin/system-info/system-info.php:
|
9879 |
msgid "SQL Mode: "
|
9880 |
msgstr ""
|
9881 |
|
9882 |
-
#: admin/system-info/system-info.php:
|
9883 |
msgid "MySQL Extension: "
|
9884 |
msgstr ""
|
9885 |
|
9886 |
-
#: admin/system-info/system-info.php:
|
9887 |
msgid "Installed|Enabled"
|
9888 |
msgstr ""
|
9889 |
|
9890 |
-
#: admin/system-info/system-info.php:
|
9891 |
msgid "NOT Installed|Enabled"
|
9892 |
msgstr ""
|
9893 |
|
9894 |
-
#: admin/system-info/system-info.php:
|
9895 |
msgid "MySQLi Extension: "
|
9896 |
msgstr ""
|
9897 |
|
9898 |
-
#: admin/system-info/system-info.php:
|
9899 |
msgid "WordPress Installation Folder"
|
9900 |
msgstr ""
|
9901 |
|
9902 |
-
#: admin/system-info/system-info.php:
|
9903 |
msgid "WordPress Installation Type"
|
9904 |
msgstr ""
|
9905 |
|
9906 |
-
#: admin/system-info/system-info.php:
|
9907 |
msgid "Standard|GWIOD Site Type"
|
9908 |
msgstr ""
|
9909 |
|
9910 |
-
#: admin/system-info/system-info.php:
|
9911 |
msgid "Network|Multisite"
|
9912 |
msgstr ""
|
9913 |
|
9914 |
-
#: admin/system-info/system-info.php:
|
9915 |
msgid "BuddyPress"
|
9916 |
msgstr ""
|
9917 |
|
9918 |
-
#: admin/system-info/system-info.php:
|
9919 |
msgid "bbPress"
|
9920 |
msgstr ""
|
9921 |
|
9922 |
-
#: admin/system-info/system-info.php:
|
9923 |
msgid "Plugins Folder"
|
9924 |
msgstr ""
|
9925 |
|
9926 |
-
#: admin/system-info/system-info.php:
|
9927 |
msgid "Uploads Folder"
|
9928 |
msgstr ""
|
9929 |
|
9930 |
-
#: admin/system-info/system-info.php:
|
9931 |
msgid "UPLOADS Constant"
|
9932 |
msgstr ""
|
9933 |
|
9934 |
-
#: admin/system-info/system-info.php:
|
9935 |
msgid "WP Permalink Structure"
|
9936 |
msgstr ""
|
9937 |
|
9938 |
-
#: admin/system-info/system-info.php:
|
9939 |
msgid "DISABLE_WP_CRON constant"
|
9940 |
msgstr ""
|
9941 |
|
9942 |
-
#: admin/system-info/system-info.php:
|
9943 |
msgid "Standard WP Crons are disabled on your website."
|
9944 |
msgstr ""
|
9945 |
|
9946 |
-
#: admin/system-info/system-info.php:
|
9947 |
msgid "Standard WP Crons are not disabled on your website."
|
9948 |
msgstr ""
|
9949 |
|
9950 |
-
#: admin/system-info/system-info.php:
|
9951 |
msgid "Total Plugins Installed"
|
9952 |
msgstr ""
|
9953 |
|
9954 |
-
#: admin/system-info/system-info.php:
|
9955 |
msgid "Total Must-Use Plugins Installed"
|
9956 |
msgstr ""
|
9957 |
|
9958 |
-
#: admin/system-info/system-info.php:
|
9959 |
msgid "Total Plugins Activated"
|
9960 |
msgstr ""
|
9961 |
|
9962 |
-
#: admin/system-info/system-info.php:
|
9963 |
msgid "Total Plugins Network Activated"
|
9964 |
msgstr ""
|
9965 |
|
9966 |
-
#: admin/system-info/system-info.php:
|
9967 |
msgid "Get Plugins|Themes List"
|
9968 |
msgstr ""
|
9969 |
|
9970 |
-
#: admin/system-info/system-info.php:
|
9971 |
msgid "This window is draggable (top) and resizable (bottom right corner)"
|
9972 |
msgstr ""
|
9973 |
|
9974 |
-
#: admin/system-info/system-info.php:
|
9975 |
msgid "Browser Compression Supported"
|
9976 |
msgstr ""
|
9977 |
|
9978 |
-
#: admin/system-info/system-info.php:
|
9979 |
msgid "GD Library"
|
9980 |
msgstr ""
|
9981 |
|
9982 |
-
#: admin/system-info/system-info.php:
|
9983 |
msgid "GD Extension is Loaded - "
|
9984 |
msgstr ""
|
9985 |
|
9986 |
-
#: admin/system-info/system-info.php:
|
9987 |
msgid "GD Extension is Not Loaded"
|
9988 |
msgstr ""
|
9989 |
|
9990 |
-
#: admin/system-info/system-info.php:
|
9991 |
msgid "ImageMagick"
|
9992 |
msgstr ""
|
9993 |
|
9994 |
-
#: admin/system-info/system-info.php:
|
9995 |
msgid "ImageMagick Extension is Loaded - "
|
9996 |
msgstr ""
|
9997 |
|
9998 |
-
#: admin/system-info/system-info.php:
|
9999 |
msgid "ImageMagick Extension is Not Loaded"
|
10000 |
msgstr ""
|
10001 |
|
10002 |
-
#: admin/system-info/system-info.php:
|
10003 |
msgid "PHP Server|PHP.ini Info"
|
10004 |
msgstr ""
|
10005 |
|
10006 |
-
#: admin/system-info/system-info.php:
|
10007 |
msgid ""
|
10008 |
"File|Folder Permissions (CGI or DSO)|Script Owner User ID (UID)|File Owner "
|
10009 |
"User ID"
|
10010 |
msgstr ""
|
10011 |
|
10012 |
-
#: admin/system-info/system-info.php:
|
10013 |
msgid "PHP Version"
|
10014 |
msgstr ""
|
10015 |
|
10016 |
-
#: admin/system-info/system-info.php:
|
10017 |
msgid "PHP Memory Usage"
|
10018 |
msgstr ""
|
10019 |
|
10020 |
-
#: admin/system-info/system-info.php:
|
10021 |
msgid " MB"
|
10022 |
msgstr ""
|
10023 |
|
10024 |
-
#: admin/system-info/system-info.php:
|
10025 |
msgid "WordPress Admin Memory Limit"
|
10026 |
msgstr ""
|
10027 |
|
10028 |
-
#: admin/system-info/system-info.php:
|
10029 |
msgid "WordPress Base Memory Limit"
|
10030 |
msgstr ""
|
10031 |
|
10032 |
-
#: admin/system-info/system-info.php:
|
10033 |
-
#: admin/system-info/system-info.php:
|
10034 |
msgid "PHP Actual Configuration Memory Limit: "
|
10035 |
msgstr ""
|
10036 |
|
10037 |
-
#: admin/system-info/system-info.php:
|
10038 |
msgid "The Memory Limit value is not available from your Server."
|
10039 |
msgstr ""
|
10040 |
|
10041 |
-
#: admin/system-info/system-info.php:
|
10042 |
msgid ""
|
10043 |
" Recommendation: Increase Memory Limit to at least 128M, 256M is even better."
|
10044 |
msgstr ""
|
10045 |
|
10046 |
-
#: admin/system-info/system-info.php:
|
10047 |
msgid "PHP Configuration File (php.ini)"
|
10048 |
msgstr ""
|
10049 |
|
10050 |
-
#: admin/system-info/system-info.php:
|
10051 |
msgid "None/Not in use"
|
10052 |
msgstr ""
|
10053 |
|
10054 |
-
#: admin/system-info/system-info.php:
|
10055 |
msgid "WP Temp Dir: "
|
10056 |
msgstr ""
|
10057 |
|
10058 |
-
#: admin/system-info/system-info.php:
|
10059 |
msgid "The WP_TEMP_DIR constant is being used in wp-config.php file"
|
10060 |
msgstr ""
|
10061 |
|
10062 |
-
#: admin/system-info/system-info.php:
|
10063 |
msgid "PHP Temp Dir: "
|
10064 |
msgstr ""
|
10065 |
|
10066 |
-
#: admin/system-info/system-info.php:
|
10067 |
-
#: admin/system-info/system-info.php:
|
10068 |
msgid "Not set/defined or directory is not writable"
|
10069 |
msgstr ""
|
10070 |
|
10071 |
-
#: admin/system-info/system-info.php:
|
10072 |
msgid "PHP Upload Temp Dir: "
|
10073 |
msgstr ""
|
10074 |
|
10075 |
-
#: admin/system-info/system-info.php:
|
10076 |
msgid "Session Save Path: "
|
10077 |
msgstr ""
|
10078 |
|
10079 |
-
#: admin/system-info/system-info.php:
|
10080 |
msgid "Cycles: "
|
10081 |
msgstr ""
|
10082 |
|
10083 |
-
#: admin/system-info/system-info.php:
|
10084 |
msgid "Garbage Collector: "
|
10085 |
msgstr ""
|
10086 |
|
10087 |
-
#: admin/system-info/system-info.php:
|
10088 |
msgid "PHP Max Upload Size"
|
10089 |
msgstr ""
|
10090 |
|
10091 |
-
#: admin/system-info/system-info.php:
|
10092 |
msgid "PHP Max Post Size"
|
10093 |
msgstr ""
|
10094 |
|
10095 |
-
#: admin/system-info/system-info.php:
|
10096 |
msgid "PHP Safe Mode"
|
10097 |
msgstr ""
|
10098 |
|
10099 |
-
#: admin/system-info/system-info.php:
|
10100 |
msgid "PHP Allow URL fopen"
|
10101 |
msgstr ""
|
10102 |
|
10103 |
-
#: admin/system-info/system-info.php:
|
10104 |
msgid "PHP Allow URL Include"
|
10105 |
msgstr ""
|
10106 |
|
10107 |
-
#: admin/system-info/system-info.php:
|
10108 |
msgid "PHP Display Errors"
|
10109 |
msgstr ""
|
10110 |
|
10111 |
-
#: admin/system-info/system-info.php:
|
10112 |
msgid "PHP Display Startup Errors"
|
10113 |
msgstr ""
|
10114 |
|
10115 |
-
#: admin/system-info/system-info.php:
|
10116 |
msgid "PHP Expose PHP"
|
10117 |
msgstr ""
|
10118 |
|
10119 |
-
#: admin/system-info/system-info.php:
|
10120 |
msgid "PHP Register Globals"
|
10121 |
msgstr ""
|
10122 |
|
10123 |
-
#: admin/system-info/system-info.php:
|
10124 |
msgid "PHP MySQL Allow Persistent Connections"
|
10125 |
msgstr ""
|
10126 |
|
10127 |
-
#: admin/system-info/system-info.php:
|
10128 |
msgid "PHP Output Buffering"
|
10129 |
msgstr ""
|
10130 |
|
10131 |
-
#: admin/system-info/system-info.php:
|
10132 |
msgid "PHP Max Script Execution Time"
|
10133 |
msgstr ""
|
10134 |
|
10135 |
-
#: admin/system-info/system-info.php:
|
10136 |
msgid "PHP Magic Quotes GPC"
|
10137 |
msgstr ""
|
10138 |
|
10139 |
-
#: admin/system-info/system-info.php:
|
10140 |
msgid "PHP open_basedir"
|
10141 |
msgstr ""
|
10142 |
|
10143 |
-
#: admin/system-info/system-info.php:
|
10144 |
msgid "Off/Not in use"
|
10145 |
msgstr ""
|
10146 |
|
10147 |
-
#: admin/system-info/system-info.php:
|
10148 |
msgid "PHP XML Support"
|
10149 |
msgstr ""
|
10150 |
|
10151 |
-
#: admin/system-info/system-info.php:
|
10152 |
-
#: admin/system-info/system-info.php:
|
10153 |
msgid "Yes"
|
10154 |
msgstr ""
|
10155 |
|
10156 |
-
#: admin/system-info/system-info.php:
|
10157 |
-
#: admin/system-info/system-info.php:
|
10158 |
msgid "No"
|
10159 |
msgstr ""
|
10160 |
|
10161 |
-
#: admin/system-info/system-info.php:
|
10162 |
msgid "PHP IPTC Support"
|
10163 |
msgstr ""
|
10164 |
|
10165 |
-
#: admin/system-info/system-info.php:
|
10166 |
msgid "PHP Exif Support"
|
10167 |
msgstr ""
|
10168 |
|
10169 |
-
#: admin/system-info/system-info.php:
|
10170 |
msgid "PHP Disable Functions"
|
10171 |
msgstr ""
|
10172 |
|
10173 |
-
#: admin/system-info/system-info.php:
|
10174 |
msgid "No PHP functions are disabled."
|
10175 |
msgstr ""
|
10176 |
|
10177 |
-
#: admin/system-info/system-info.php:
|
10178 |
msgid "PHP Suhosin Function Blacklist"
|
10179 |
msgstr ""
|
10180 |
|
10181 |
-
#: admin/system-info/system-info.php:
|
10182 |
msgid "No PHP functions are blacklisted."
|
10183 |
msgstr ""
|
10184 |
|
10185 |
-
#: admin/system-info/system-info.php:
|
10186 |
msgid "CGI File and Folder Permissions|Recommendations"
|
10187 |
msgstr ""
|
10188 |
|
10189 |
-
#: admin/system-info/system-info.php:
|
10190 |
msgid "Folder Path"
|
10191 |
msgstr ""
|
10192 |
|
10193 |
-
#: admin/system-info/system-info.php:
|
10194 |
msgid "Recommended"
|
10195 |
msgstr ""
|
10196 |
|
10197 |
-
#: admin/system-info/system-info.php:
|
10198 |
-
#: admin/system-info/system-info.php:
|
10199 |
msgid "Permissions"
|
10200 |
msgstr ""
|
10201 |
|
10202 |
-
#: admin/system-info/system-info.php:
|
10203 |
msgid "Current"
|
10204 |
msgstr ""
|
10205 |
|
10206 |
-
#: admin/system-info/system-info.php:
|
10207 |
msgid "Script Owner"
|
10208 |
msgstr ""
|
10209 |
|
10210 |
-
#: admin/system-info/system-info.php:
|
10211 |
msgid " User ID (UID)"
|
10212 |
msgstr ""
|
10213 |
|
10214 |
-
#: admin/system-info/system-info.php:
|
10215 |
msgid "File Owner"
|
10216 |
msgstr ""
|
10217 |
|
10218 |
-
#: admin/system-info/system-info.php:
|
10219 |
msgid " User ID"
|
10220 |
msgstr ""
|
10221 |
|
10222 |
-
#: admin/system-info/system-info.php:
|
10223 |
msgid "DSO File and Folder Permissions|Recommendations"
|
10224 |
msgstr ""
|
10225 |
|
10226 |
-
#: admin/system-info/system-info.php:
|
10227 |
msgid "System Info Processing Completion Time: "
|
10228 |
msgstr ""
|
10229 |
|
10230 |
-
#: admin/system-info/system-info.php:
|
10231 |
msgid "Website Headers Check Tool ~ "
|
10232 |
msgstr ""
|
10233 |
|
10234 |
-
#: admin/system-info/system-info.php:
|
10235 |
-
#: admin/system-info/system-info.php:
|
10236 |
msgid ""
|
10237 |
"Check your website Headers or another website's Headers by making a GET "
|
10238 |
"Request"
|
10239 |
msgstr ""
|
10240 |
|
10241 |
-
#: admin/system-info/system-info.php:
|
10242 |
msgid "GET Request Headers: "
|
10243 |
msgstr ""
|
10244 |
|
10245 |
-
#: admin/system-info/system-info.php:
|
10246 |
msgid ""
|
10247 |
"Error: The WordPress wp_remote_get function is not available or is blocked "
|
10248 |
"on your website/server."
|
10249 |
msgstr ""
|
10250 |
|
10251 |
-
#: admin/system-info/system-info.php:
|
10252 |
msgid "Enter a Website URL - Example: "
|
10253 |
msgstr ""
|
10254 |
|
10255 |
-
#: admin/system-info/system-info.php:
|
10256 |
msgid ""
|
10257 |
"This Headers check makes a GET Request using the WordPress wp_remote_get "
|
10258 |
"function."
|
10259 |
msgstr ""
|
10260 |
|
10261 |
-
#: admin/system-info/system-info.php:
|
10262 |
msgid ""
|
10263 |
"You can use the Check Headers HEAD Request tool to check headers using HEAD "
|
10264 |
"instead of GET."
|
@@ -11081,157 +11094,161 @@ msgstr ""
|
|
11081 |
msgid "Nextend Social Login Plugin BPSQSE AutoWhitelist successful"
|
11082 |
msgstr ""
|
11083 |
|
11084 |
-
#: admin/wizard/pwizard-autofix.php:
|
|
|
|
|
|
|
|
|
11085 |
msgid ""
|
11086 |
"WooCommerce Product Feed Pro Plugin wp-admin skip/bypass rule AutoWhitelist "
|
11087 |
"successful"
|
11088 |
msgstr ""
|
11089 |
|
11090 |
-
#: admin/wizard/pwizard-autofix.php:
|
11091 |
msgid ""
|
11092 |
"WPBakery Visual Composer Plugin wp-admin skip/bypass rule AutoWhitelist "
|
11093 |
"successful"
|
11094 |
msgstr ""
|
11095 |
|
11096 |
-
#: admin/wizard/pwizard-autofix.php:
|
11097 |
msgid ""
|
11098 |
"Bookly Booking Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11099 |
msgstr ""
|
11100 |
|
11101 |
-
#: admin/wizard/pwizard-autofix.php:
|
11102 |
msgid ""
|
11103 |
"Easy Media Gallery Pro Plugin wp-admin skip/bypass rule AutoWhitelist "
|
11104 |
"successful"
|
11105 |
msgstr ""
|
11106 |
|
11107 |
-
#: admin/wizard/pwizard-autofix.php:
|
11108 |
msgid ""
|
11109 |
"NextGen Gallery Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11110 |
msgstr ""
|
11111 |
|
11112 |
-
#: admin/wizard/pwizard-autofix.php:
|
11113 |
msgid "OptimizePress Theme wp-admin skip/bypass rule AutoWhitelist successful"
|
11114 |
msgstr ""
|
11115 |
|
11116 |
-
#: admin/wizard/pwizard-autofix.php:
|
11117 |
msgid ""
|
11118 |
"tribulant Shopping Cart (WP Checkout) Plugin wp-admin skip/bypass rule "
|
11119 |
"AutoWhitelist successful"
|
11120 |
msgstr ""
|
11121 |
|
11122 |
-
#: admin/wizard/pwizard-autofix.php:
|
11123 |
msgid ""
|
11124 |
"ithemes Video Showcase Plugin wp-admin skip/bypass rule AutoWhitelist "
|
11125 |
"successful"
|
11126 |
msgstr ""
|
11127 |
|
11128 |
-
#: admin/wizard/pwizard-autofix.php:
|
11129 |
msgid ""
|
11130 |
"WP-Invoice - Web Invoice and Billing Plugin wp-admin skip/bypass rule "
|
11131 |
"AutoWhitelist successful"
|
11132 |
msgstr ""
|
11133 |
|
11134 |
-
#: admin/wizard/pwizard-autofix.php:
|
11135 |
msgid "Yoast SEO Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11136 |
msgstr ""
|
11137 |
|
11138 |
-
#: admin/wizard/pwizard-autofix.php:
|
11139 |
msgid ""
|
11140 |
"Formidable Pro Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11141 |
msgstr ""
|
11142 |
|
11143 |
-
#: admin/wizard/pwizard-autofix.php:
|
11144 |
msgid ""
|
11145 |
"Google Typography Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11146 |
msgstr ""
|
11147 |
|
11148 |
-
#: admin/wizard/pwizard-autofix.php:
|
11149 |
msgid "Flare Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11150 |
msgstr ""
|
11151 |
|
11152 |
-
#: admin/wizard/pwizard-autofix.php:
|
11153 |
msgid "bbPress Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11154 |
msgstr ""
|
11155 |
|
11156 |
-
#: admin/wizard/pwizard-autofix.php:
|
11157 |
msgid ""
|
11158 |
"Spider Event Calendar (WordPress Event Calendar) Plugin wp-admin skip/bypass "
|
11159 |
"rule AutoWhitelist successful"
|
11160 |
msgstr ""
|
11161 |
|
11162 |
-
#: admin/wizard/pwizard-autofix.php:
|
11163 |
msgid "BuddyPress Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11164 |
msgstr ""
|
11165 |
|
11166 |
-
#: admin/wizard/pwizard-autofix.php:
|
11167 |
msgid ""
|
11168 |
"WPML Translation Management Plugin wp-admin skip/bypass rule AutoWhitelist "
|
11169 |
"successful"
|
11170 |
msgstr ""
|
11171 |
|
11172 |
-
#: admin/wizard/pwizard-autofix.php:
|
11173 |
msgid ""
|
11174 |
"Events Manager Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11175 |
msgstr ""
|
11176 |
|
11177 |
-
#: admin/wizard/pwizard-autofix.php:
|
11178 |
msgid ""
|
11179 |
"MailPoet Newsletters (wysija newsletters) Plugin wp-admin skip/bypass rule "
|
11180 |
"AutoWhitelist successful"
|
11181 |
msgstr ""
|
11182 |
|
11183 |
-
#: admin/wizard/pwizard-autofix.php:
|
11184 |
msgid ""
|
11185 |
"Event Espresso Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11186 |
msgstr ""
|
11187 |
|
11188 |
-
#: admin/wizard/pwizard-autofix.php:
|
11189 |
msgid "Content Egg Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11190 |
msgstr ""
|
11191 |
|
11192 |
-
#: admin/wizard/pwizard-autofix.php:
|
11193 |
msgid "Flatsome Theme wp-admin skip/bypass rule AutoWhitelist successful"
|
11194 |
msgstr ""
|
11195 |
|
11196 |
-
#: admin/wizard/pwizard-autofix.php:
|
11197 |
msgid ""
|
11198 |
"Beaver Builder Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11199 |
msgstr ""
|
11200 |
|
11201 |
-
#: admin/wizard/pwizard-autofix.php:
|
11202 |
msgid "WP Reset Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11203 |
msgstr ""
|
11204 |
|
11205 |
-
#: admin/wizard/pwizard-autofix.php:
|
11206 |
msgid "Content Egg Plugin wp-admin BPSQSE AutoWhitelist successful"
|
11207 |
msgstr ""
|
11208 |
|
11209 |
-
#: admin/wizard/pwizard-autofix.php:
|
11210 |
msgid "Event Espresso Plugin wp-admin BPSQSE AutoWhitelist successful"
|
11211 |
msgstr ""
|
11212 |
|
11213 |
-
#: admin/wizard/pwizard-autofix.php:
|
11214 |
msgid ""
|
11215 |
"Open Web Analytics (github) Plugin wp-admin BPSQSE AutoWhitelist successful"
|
11216 |
msgstr ""
|
11217 |
|
11218 |
-
#: admin/wizard/pwizard-autofix.php:
|
11219 |
msgid "UberGrid (code canyon) Plugin wp-admin BPSQSE AutoWhitelist successful"
|
11220 |
msgstr ""
|
11221 |
|
11222 |
-
#: admin/wizard/pwizard-autofix.php:
|
11223 |
msgid "Jetpack Plugin wp-admin BPSQSE AutoWhitelist successful"
|
11224 |
msgstr ""
|
11225 |
|
11226 |
-
#: admin/wizard/pwizard-autofix.php:
|
11227 |
msgid "Restrict Content Pro Plugin wp-admin BPSQSE AutoWhitelist successful"
|
11228 |
msgstr ""
|
11229 |
|
11230 |
-
#: admin/wizard/pwizard-autofix.php:
|
11231 |
msgid "Link Whisper Plugin wp-admin BPSQSE AutoWhitelist successful"
|
11232 |
msgstr ""
|
11233 |
|
11234 |
-
#: admin/wizard/pwizard-autofix.php:
|
11235 |
msgid "Link Whisper Premium Plugin wp-admin BPSQSE AutoWhitelist successful"
|
11236 |
msgstr ""
|
11237 |
|
@@ -13501,279 +13518,283 @@ msgstr ""
|
|
13501 |
msgid "CC Root Text Box 11: SmoothV4.1 Theme"
|
13502 |
msgstr ""
|
13503 |
|
13504 |
-
#: includes/hud-autofix-whitelist.php:
|
13505 |
msgid "CC Root Text Box 12: WooCommerce PagSeguro Plugin"
|
13506 |
msgstr ""
|
13507 |
|
13508 |
-
#: includes/hud-autofix-whitelist.php:
|
13509 |
msgid "CC Root Text Box 12: Event Espresso Plugin"
|
13510 |
msgstr ""
|
13511 |
|
13512 |
-
#: includes/hud-autofix-whitelist.php:
|
13513 |
msgid "CC Root Text Box 12: WooCommerce Serial Key Plugin"
|
13514 |
msgstr ""
|
13515 |
|
13516 |
-
#: includes/hud-autofix-whitelist.php:
|
13517 |
msgid "CC Root Text Box 12: WooCommerce WorldPay Extension"
|
13518 |
msgstr ""
|
13519 |
|
13520 |
-
#: includes/hud-autofix-whitelist.php:
|
13521 |
msgid "CC Root Text Box 12: Kama Click Counter Plugin"
|
13522 |
msgstr ""
|
13523 |
|
13524 |
-
#: includes/hud-autofix-whitelist.php:
|
13525 |
msgid "CC Root Text Box 12: Riva Slider Pro Plugin"
|
13526 |
msgstr ""
|
13527 |
|
13528 |
-
#: includes/hud-autofix-whitelist.php:
|
13529 |
msgid "CC Root Text Box 12: WordPress Auto Spinner Plugin"
|
13530 |
msgstr ""
|
13531 |
|
13532 |
-
#: includes/hud-autofix-whitelist.php:
|
13533 |
msgid "CC Root Text Box 12: AgriTurismo Theme"
|
13534 |
msgstr ""
|
13535 |
|
13536 |
-
#: includes/hud-autofix-whitelist.php:
|
13537 |
msgid "CC Root Text Box 12: WP Content Copy Protection Plugin"
|
13538 |
msgstr ""
|
13539 |
|
13540 |
-
#: includes/hud-autofix-whitelist.php:
|
13541 |
msgid "CC Root Text Box 12: PanoPress Plugin"
|
13542 |
msgstr ""
|
13543 |
|
13544 |
-
#: includes/hud-autofix-whitelist.php:
|
13545 |
msgid "CC Root Text Box 12: Easy Social Share Buttons (Code Canyon) Plugin"
|
13546 |
msgstr ""
|
13547 |
|
13548 |
-
#: includes/hud-autofix-whitelist.php:
|
13549 |
msgid "CC Root Text Box 12: MainWP Plugin"
|
13550 |
msgstr ""
|
13551 |
|
13552 |
-
#: includes/hud-autofix-whitelist.php:
|
13553 |
msgid "CC Root Text Box 12: Clever Course Theme"
|
13554 |
msgstr ""
|
13555 |
|
13556 |
-
#: includes/hud-autofix-whitelist.php:
|
13557 |
msgid "CC Root Text Box 12: WP eStore (WP Cart for Digital Products) Plugin"
|
13558 |
msgstr ""
|
13559 |
|
13560 |
-
#: includes/hud-autofix-whitelist.php:
|
13561 |
msgid "CC Root Text Box 12: WP eMember Plugin"
|
13562 |
msgstr ""
|
13563 |
|
13564 |
-
#: includes/hud-autofix-whitelist.php:
|
13565 |
msgid "CC Root Text Box 12: Easy Digital Downloads Plugin"
|
13566 |
msgstr ""
|
13567 |
|
13568 |
-
#: includes/hud-autofix-whitelist.php:
|
13569 |
msgid "CC Root Text Box 12: MailPoet Newsletters (wysija newsletters) Plugin"
|
13570 |
msgstr ""
|
13571 |
|
13572 |
-
#: includes/hud-autofix-whitelist.php:
|
13573 |
msgid "CC Root Text Box 12: MailChimp for WordPress Plugin"
|
13574 |
msgstr ""
|
13575 |
|
13576 |
-
#: includes/hud-autofix-whitelist.php:
|
13577 |
msgid "CC Root Text Box 12: Digital Access Pass (DAP) Plugin"
|
13578 |
msgstr ""
|
13579 |
|
13580 |
-
#: includes/hud-autofix-whitelist.php:
|
13581 |
msgid "CC Root Text Box 12: WordPress Newsletter (tribulant) Plugin"
|
13582 |
msgstr ""
|
13583 |
|
13584 |
-
#: includes/hud-autofix-whitelist.php:
|
13585 |
msgid "CC Root Text Box 12: Subscribe To Comments Reloaded Plugin"
|
13586 |
msgstr ""
|
13587 |
|
13588 |
-
#: includes/hud-autofix-whitelist.php:
|
13589 |
msgid "CC Root Text Box 12: Nextend Social Login Plugin"
|
13590 |
msgstr ""
|
13591 |
|
13592 |
-
#: includes/hud-autofix-whitelist.php:
|
|
|
|
|
|
|
|
|
13593 |
msgid "CC wp-admin Text Box 3: WooCommerce Product Feed Pro Plugin"
|
13594 |
msgstr ""
|
13595 |
|
13596 |
-
#: includes/hud-autofix-whitelist.php:
|
13597 |
msgid "CC wp-admin Text Box 3: WPBakery Visual Composer Plugin"
|
13598 |
msgstr ""
|
13599 |
|
13600 |
-
#: includes/hud-autofix-whitelist.php:
|
13601 |
msgid "CC wp-admin Text Box 3: Bookly Booking Plugin"
|
13602 |
msgstr ""
|
13603 |
|
13604 |
-
#: includes/hud-autofix-whitelist.php:
|
13605 |
msgid "CC wp-admin Text Box 3: Beaver Builder Plugin"
|
13606 |
msgstr ""
|
13607 |
|
13608 |
-
#: includes/hud-autofix-whitelist.php:
|
13609 |
msgid "CC wp-admin Text Box 3: WP Reset Plugin"
|
13610 |
msgstr ""
|
13611 |
|
13612 |
-
#: includes/hud-autofix-whitelist.php:
|
13613 |
msgid "CC wp-admin Text Box 3: Easy Media Gallery Pro Plugin"
|
13614 |
msgstr ""
|
13615 |
|
13616 |
-
#: includes/hud-autofix-whitelist.php:
|
13617 |
msgid "CC wp-admin Text Box 3: NextGen Gallery Plugin"
|
13618 |
msgstr ""
|
13619 |
|
13620 |
-
#: includes/hud-autofix-whitelist.php:
|
13621 |
msgid "CC wp-admin Text Box 3: OptimizePress Theme"
|
13622 |
msgstr ""
|
13623 |
|
13624 |
-
#: includes/hud-autofix-whitelist.php:
|
13625 |
msgid "CC wp-admin Text Box 3: tribulant Shopping Cart (WP Checkout) Plugin"
|
13626 |
msgstr ""
|
13627 |
|
13628 |
-
#: includes/hud-autofix-whitelist.php:
|
13629 |
msgid "CC wp-admin Text Box 3: ithemes Video Showcase Plugin"
|
13630 |
msgstr ""
|
13631 |
|
13632 |
-
#: includes/hud-autofix-whitelist.php:
|
13633 |
msgid "CC wp-admin Text Box 3: WP-Invoice - Web Invoice and Billing Plugin"
|
13634 |
msgstr ""
|
13635 |
|
13636 |
-
#: includes/hud-autofix-whitelist.php:
|
13637 |
msgid "CC wp-admin Text Box 3: Yoast SEO Plugin"
|
13638 |
msgstr ""
|
13639 |
|
13640 |
-
#: includes/hud-autofix-whitelist.php:
|
13641 |
msgid "CC wp-admin Text Box 3: Formidable Pro Plugin"
|
13642 |
msgstr ""
|
13643 |
|
13644 |
-
#: includes/hud-autofix-whitelist.php:
|
13645 |
msgid "CC wp-admin Text Box 3: Google Typography Plugin"
|
13646 |
msgstr ""
|
13647 |
|
13648 |
-
#: includes/hud-autofix-whitelist.php:
|
13649 |
msgid "CC wp-admin Text Box 3: Flare Plugin"
|
13650 |
msgstr ""
|
13651 |
|
13652 |
-
#: includes/hud-autofix-whitelist.php:
|
13653 |
msgid "CC wp-admin Text Box 3: bbPress Plugin"
|
13654 |
msgstr ""
|
13655 |
|
13656 |
-
#: includes/hud-autofix-whitelist.php:
|
13657 |
msgid ""
|
13658 |
"CC wp-admin Text Box 3: Spider Event Calendar (WordPress Event Calendar) "
|
13659 |
"Plugin"
|
13660 |
msgstr ""
|
13661 |
|
13662 |
-
#: includes/hud-autofix-whitelist.php:
|
13663 |
msgid "CC wp-admin Text Box 3: BuddyPress Plugin"
|
13664 |
msgstr ""
|
13665 |
|
13666 |
-
#: includes/hud-autofix-whitelist.php:
|
13667 |
msgid "CC wp-admin Text Box 3: WPML Translation Management Plugin"
|
13668 |
msgstr ""
|
13669 |
|
13670 |
-
#: includes/hud-autofix-whitelist.php:
|
13671 |
msgid "CC wp-admin Text Box 3: Events Manager Plugin"
|
13672 |
msgstr ""
|
13673 |
|
13674 |
-
#: includes/hud-autofix-whitelist.php:
|
13675 |
msgid ""
|
13676 |
"CC wp-admin Text Box 3: MailPoet Newsletters (wysija newsletters) Plugin"
|
13677 |
msgstr ""
|
13678 |
|
13679 |
-
#: includes/hud-autofix-whitelist.php:
|
13680 |
msgid "CC wp-admin Text Box 3: Event Espresso Plugin"
|
13681 |
msgstr ""
|
13682 |
|
13683 |
-
#: includes/hud-autofix-whitelist.php:
|
13684 |
msgid "CC wp-admin Text Box 3: Content Egg (Free and Pro) Plugin"
|
13685 |
msgstr ""
|
13686 |
|
13687 |
-
#: includes/hud-autofix-whitelist.php:
|
13688 |
msgid "CC wp-admin Text Box 3: Flatsome Theme"
|
13689 |
msgstr ""
|
13690 |
|
13691 |
-
#: includes/hud-autofix-whitelist.php:
|
13692 |
msgid "CC wp-admin Text Box 4: Content Egg (Free and Pro) Plugin"
|
13693 |
msgstr ""
|
13694 |
|
13695 |
-
#: includes/hud-autofix-whitelist.php:
|
13696 |
msgid "CC wp-admin Text Box 4: Event Espresso Plugin"
|
13697 |
msgstr ""
|
13698 |
|
13699 |
-
#: includes/hud-autofix-whitelist.php:
|
13700 |
msgid "CC wp-admin Text Box 4: Open Web Analytics (github) Plugin"
|
13701 |
msgstr ""
|
13702 |
|
13703 |
-
#: includes/hud-autofix-whitelist.php:
|
13704 |
msgid "CC wp-admin Text Box 4: UberGrid (code canyon) Plugin"
|
13705 |
msgstr ""
|
13706 |
|
13707 |
-
#: includes/hud-autofix-whitelist.php:
|
13708 |
msgid "CC wp-admin Text Box 4: Jetpack Plugin - SSO feature"
|
13709 |
msgstr ""
|
13710 |
|
13711 |
-
#: includes/hud-autofix-whitelist.php:
|
13712 |
msgid "CC wp-admin Text Box 4: Restrict Content Pro Plugin"
|
13713 |
msgstr ""
|
13714 |
|
13715 |
-
#: includes/hud-autofix-whitelist.php:
|
13716 |
msgid "CC wp-admin Text Box 4: Link Whisper Plugin"
|
13717 |
msgstr ""
|
13718 |
|
13719 |
-
#: includes/hud-autofix-whitelist.php:
|
13720 |
msgid "CC wp-admin Text Box 4: Link Whisper Premium Plugin"
|
13721 |
msgstr ""
|
13722 |
|
13723 |
-
#: includes/hud-autofix-whitelist.php:
|
13724 |
msgid "BPS Setup Wizard AutoFix (AutoWhitelist|AutoSetup|AutoCleanup) Notice"
|
13725 |
msgstr ""
|
13726 |
|
13727 |
-
#: includes/hud-autofix-whitelist.php:
|
13728 |
msgid ""
|
13729 |
"One or more of your plugins or your theme requires a BPS Custom Code "
|
13730 |
"whitelist rule to be automatically created by the Setup Wizard."
|
13731 |
msgstr ""
|
13732 |
|
13733 |
-
#: includes/hud-autofix-whitelist.php:
|
13734 |
#: includes/hud-dismiss-functions.php:757
|
13735 |
msgid "Click this "
|
13736 |
msgstr ""
|
13737 |
|
13738 |
-
#: includes/hud-autofix-whitelist.php:
|
13739 |
msgid "Setup Wizard link"
|
13740 |
msgstr ""
|
13741 |
|
13742 |
-
#: includes/hud-autofix-whitelist.php:
|
13743 |
msgid ""
|
13744 |
" and click the Setup Wizard button to automatically create BPS Custom Code "
|
13745 |
"whitelist rules."
|
13746 |
msgstr ""
|
13747 |
|
13748 |
-
#: includes/hud-autofix-whitelist.php:
|
13749 |
msgid "This BPS AutoFix check can be turned Off on the "
|
13750 |
msgstr ""
|
13751 |
|
13752 |
-
#: includes/hud-autofix-whitelist.php:
|
13753 |
msgid ""
|
13754 |
" page if you do not want BPS to check for any plugin or theme whitelist "
|
13755 |
"rules."
|
13756 |
msgstr ""
|
13757 |
|
13758 |
-
#: includes/hud-autofix-whitelist.php:
|
13759 |
msgid ""
|
13760 |
"If this Notice does not go away after running the Setup Wizard, use the "
|
13761 |
msgstr ""
|
13762 |
|
13763 |
-
#: includes/hud-autofix-whitelist.php:
|
13764 |
msgid "BPS UI|UX|AutoFix Debug tool"
|
13765 |
msgstr ""
|
13766 |
|
13767 |
-
#: includes/hud-autofix-whitelist.php:
|
13768 |
msgid ""
|
13769 |
" Click the UI|UX Settings page Read Me help button for more information."
|
13770 |
msgstr ""
|
13771 |
|
13772 |
-
#: includes/hud-autofix-whitelist.php:
|
13773 |
msgid "BPS AutoFix Debug: Custom Code Text Box Number and Plugin or Theme Name"
|
13774 |
msgstr ""
|
13775 |
|
13776 |
-
#: includes/hud-autofix-whitelist.php:
|
13777 |
msgid "No Plugin or Theme AutoFix Custom Code Whitelist Rules were found"
|
13778 |
msgstr ""
|
13779 |
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: bulletproof-security\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2021-07-06 10:26-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"
|
372 |
#: admin/wizard/wizard-backup.php:249 admin/wizard/wizard-backup.php:290
|
373 |
#: admin/wizard/wizard.php:1083 admin/wizard/wizard.php:1182
|
374 |
#: admin/wizard/wizard.php:1184 admin/wizard/wizard.php:1859
|
375 |
+
#: includes/hud-autofix-whitelist.php:829
|
376 |
msgid "Setup Wizard Options"
|
377 |
msgstr ""
|
378 |
|
1895 |
#: admin/core/core.php:1913 admin/core/core.php:1930 admin/login/login.php:164
|
1896 |
#: admin/login/login.php:222 admin/login/login.php:944
|
1897 |
#: admin/login/login.php:1199 admin/system-info/system-info.php:99
|
1898 |
+
#: admin/system-info/system-info.php:1062
|
1899 |
msgid "Permission Denied"
|
1900 |
msgstr ""
|
1901 |
|
2088 |
#: admin/security-log/security-log.php:448
|
2089 |
#: admin/security-log/security-log.php:463
|
2090 |
#: admin/security-log/security-log.php:681
|
2091 |
+
#: admin/system-info/system-info.php:1118
|
2092 |
msgid "Click OK to proceed or click Cancel."
|
2093 |
msgstr ""
|
2094 |
|
2378 |
msgid "Click OK to Turn AutoLock On or click Cancel."
|
2379 |
msgstr ""
|
2380 |
|
2381 |
+
#: admin/core/core.php:1384 admin/system-info/system-info.php:779
|
2382 |
+
#: admin/system-info/system-info.php:795 admin/system-info/system-info.php:803
|
2383 |
+
#: admin/system-info/system-info.php:811 admin/system-info/system-info.php:819
|
2384 |
+
#: admin/system-info/system-info.php:827 admin/system-info/system-info.php:835
|
2385 |
+
#: admin/system-info/system-info.php:843 admin/system-info/system-info.php:851
|
2386 |
+
#: admin/system-info/system-info.php:870 includes/functions.php:576
|
2387 |
#: includes/functions.php:762 includes/functions.php:930
|
2388 |
#: includes/functions.php:973 includes/functions.php:1021
|
2389 |
#: includes/functions.php:1065
|
2402 |
msgid "Click OK to Turn AutoLock Off or click Cancel."
|
2403 |
msgstr ""
|
2404 |
|
2405 |
+
#: admin/core/core.php:1396 admin/system-info/system-info.php:555
|
2406 |
+
#: admin/system-info/system-info.php:798 admin/system-info/system-info.php:806
|
2407 |
+
#: admin/system-info/system-info.php:814 admin/system-info/system-info.php:822
|
2408 |
+
#: admin/system-info/system-info.php:830 admin/system-info/system-info.php:838
|
2409 |
+
#: admin/system-info/system-info.php:846 admin/system-info/system-info.php:854
|
2410 |
+
#: admin/system-info/system-info.php:862 admin/system-info/system-info.php:873
|
2411 |
#: includes/functions.php:935 includes/functions.php:978
|
2412 |
#: includes/functions.php:1027 includes/functions.php:1071
|
2413 |
#: includes/general-functions.php:285 includes/general-functions.php:300
|
2697 |
#: admin/core/core.php:2114 admin/email-log-settings/email-log-settings.php:215
|
2698 |
#: admin/login/login.php:1829 admin/maintenance/maintenance.php:2138
|
2699 |
#: admin/security-log/security-log.php:811
|
2700 |
+
#: admin/system-info/system-info.php:1137
|
2701 |
msgid "Contributors Page"
|
2702 |
msgstr ""
|
2703 |
|
2708 |
#: admin/core/core.php:2116 admin/email-log-settings/email-log-settings.php:214
|
2709 |
#: admin/login/login.php:1828 admin/maintenance/maintenance.php:2139
|
2710 |
#: admin/security-log/security-log.php:810
|
2711 |
+
#: admin/system-info/system-info.php:1136
|
2712 |
msgid "Security Log Event Codes"
|
2713 |
msgstr ""
|
2714 |
|
2721 |
#: admin/email-log-settings/email-log-settings.php:216
|
2722 |
#: admin/login/login.php:1830 admin/maintenance/maintenance.php:2140
|
2723 |
#: admin/mscan/mscan.php:3480 admin/security-log/security-log.php:812
|
2724 |
+
#: admin/system-info/system-info.php:1138 admin/theme-skin/theme-skin.php:258
|
2725 |
msgid "Forum: Search, Troubleshooting Steps & Post Questions For Assistance"
|
2726 |
msgstr ""
|
2727 |
|
2978 |
#: admin/core/core.php:2194 admin/core/core.php:2195 admin/core/core.php:2196
|
2979 |
#: admin/core/core.php:2197 admin/core/core.php:2198 admin/core/core.php:2199
|
2980 |
#: admin/core/core.php:2200 admin/core/core.php:2201 admin/core/core.php:2202
|
2981 |
+
#: admin/core/core.php:2203 admin/core/core.php:2209 admin/core/core.php:2210
|
2982 |
#: admin/core/core.php:2211 admin/core/core.php:2212 admin/core/core.php:2213
|
2983 |
+
#: admin/core/core.php:2214 admin/core/core.php:2220 admin/core/core.php:2221
|
2984 |
+
#: admin/core/core.php:2222 admin/core/core.php:2223 admin/core/core.php:2228
|
2985 |
#: admin/core/core.php:2229 admin/core/core.php:2230 admin/core/core.php:2231
|
2986 |
+
#: admin/core/core.php:2232 admin/core/core.php:2237 admin/core/core.php:2238
|
2987 |
#: admin/core/core.php:2239 admin/core/core.php:2240 admin/core/core.php:2241
|
2988 |
#: admin/core/core.php:2242 admin/core/core.php:2243 admin/core/core.php:2244
|
2989 |
+
#: admin/core/core.php:2245 admin/core/core.php:2250 admin/core/core.php:2251
|
2990 |
#: admin/core/core.php:2252 admin/core/core.php:2253 admin/core/core.php:2254
|
2991 |
#: admin/core/core.php:2255 admin/core/core.php:2256 admin/core/core.php:2257
|
2992 |
#: admin/core/core.php:2258 admin/core/core.php:2259 admin/core/core.php:2260
|
2993 |
+
#: admin/core/core.php:2261 admin/core/core.php:2262 admin/core/core.php:2268
|
2994 |
#: admin/core/core.php:2269 admin/core/core.php:2270 admin/core/core.php:2271
|
2995 |
#: admin/core/core.php:2272 admin/core/core.php:2273 admin/core/core.php:2274
|
2996 |
#: admin/core/core.php:2275 admin/core/core.php:2276 admin/core/core.php:2277
|
2997 |
#: admin/core/core.php:2278 admin/core/core.php:2279 admin/core/core.php:2280
|
2998 |
+
#: admin/core/core.php:2281 admin/core/core.php:2287 admin/core/core.php:2288
|
2999 |
#: admin/core/core.php:2289 admin/core/core.php:2290 admin/core/core.php:2291
|
3000 |
#: admin/core/core.php:2292 admin/core/core.php:2293 admin/core/core.php:2294
|
3001 |
#: admin/core/core.php:2295 admin/core/core.php:2296 admin/core/core.php:2297
|
3002 |
+
#: admin/core/core.php:2298 admin/core/core.php:2299 admin/core/core.php:2305
|
3003 |
#: admin/core/core.php:2306 admin/core/core.php:2307 admin/core/core.php:2308
|
3004 |
#: admin/core/core.php:2309 admin/core/core.php:2310 admin/core/core.php:2311
|
3005 |
+
#: admin/core/core.php:2312 admin/core/core.php:2313 admin/core/core.php:2314
|
3006 |
#: admin/core/core.php:2320 admin/core/core.php:2321 admin/core/core.php:2322
|
3007 |
#: admin/core/core.php:2323 admin/core/core.php:2324 admin/core/core.php:2325
|
3008 |
#: admin/core/core.php:2326 admin/core/core.php:2327 admin/core/core.php:2328
|
3009 |
+
#: admin/core/core.php:2329
|
3010 |
#, php-format
|
3011 |
msgid ""
|
3012 |
"<a href=\"%2$s\" target=\"_blank\" title=\"Link Opens in New Browser Window"
|
4667 |
|
4668 |
#: admin/email-log-settings/email-log-settings.php:210
|
4669 |
#: admin/login/login.php:1824 admin/security-log/security-log.php:806
|
4670 |
+
#: admin/system-info/system-info.php:1133
|
4671 |
msgid "BulletProof Security Help & FAQ"
|
4672 |
msgstr ""
|
4673 |
|
8262 |
msgstr ""
|
8263 |
|
8264 |
#: admin/mscan/mscan.php:1554 admin/mscan/mscan.php:2540
|
8265 |
+
#: admin/mscan/mscan.php:3354 admin/system-info/system-info.php:951
|
8266 |
+
#: admin/system-info/system-info.php:991
|
8267 |
msgid "File Path"
|
8268 |
msgstr ""
|
8269 |
|
9628 |
msgstr ""
|
9629 |
|
9630 |
#: admin/system-info/system-info.php:362
|
9631 |
+
msgid "get_home_path()"
|
9632 |
+
msgstr ""
|
9633 |
+
|
9634 |
+
#: admin/system-info/system-info.php:363
|
9635 |
msgid "Parent Directory"
|
9636 |
msgstr ""
|
9637 |
|
9638 |
+
#: admin/system-info/system-info.php:365
|
9639 |
+
msgid "Server Port"
|
9640 |
+
msgstr ""
|
9641 |
+
|
9642 |
+
#: admin/system-info/system-info.php:366
|
9643 |
+
msgid "Server Protocol"
|
9644 |
+
msgstr ""
|
9645 |
+
|
9646 |
+
#: admin/system-info/system-info.php:367
|
9647 |
msgid "Host by Address"
|
9648 |
msgstr ""
|
9649 |
|
9650 |
+
#: admin/system-info/system-info.php:368
|
9651 |
msgid "DNS Name Server"
|
9652 |
msgstr ""
|
9653 |
|
9654 |
+
#: admin/system-info/system-info.php:371
|
9655 |
msgid "DNS Name Server Not Available"
|
9656 |
msgstr ""
|
9657 |
|
9658 |
+
#: admin/system-info/system-info.php:384
|
9659 |
msgid "Server Type"
|
9660 |
msgstr ""
|
9661 |
|
9662 |
+
#: admin/system-info/system-info.php:385
|
9663 |
msgid "Operating System"
|
9664 |
msgstr ""
|
9665 |
|
9666 |
+
#: admin/system-info/system-info.php:386
|
9667 |
msgid "WP Filesystem API Method"
|
9668 |
msgstr ""
|
9669 |
|
9670 |
+
#: admin/system-info/system-info.php:388
|
9671 |
msgid "Script Owner ID"
|
9672 |
msgstr ""
|
9673 |
|
9674 |
+
#: admin/system-info/system-info.php:389
|
9675 |
msgid "File Owner ID"
|
9676 |
msgstr ""
|
9677 |
|
9678 |
+
#: admin/system-info/system-info.php:392
|
9679 |
msgid "Script Owner Name"
|
9680 |
msgstr ""
|
9681 |
|
9682 |
+
#: admin/system-info/system-info.php:394
|
9683 |
msgid "Server API"
|
9684 |
msgstr ""
|
9685 |
|
9686 |
+
#: admin/system-info/system-info.php:398
|
9687 |
msgid " CGI Host Server Type"
|
9688 |
msgstr ""
|
9689 |
|
9690 |
+
#: admin/system-info/system-info.php:400
|
9691 |
msgid " DSO Host Server Type"
|
9692 |
msgstr ""
|
9693 |
|
9694 |
+
#: admin/system-info/system-info.php:407
|
9695 |
msgid "cURL"
|
9696 |
msgstr ""
|
9697 |
|
9698 |
+
#: admin/system-info/system-info.php:409
|
9699 |
msgid "cURL Extension is Loaded Version: "
|
9700 |
msgstr ""
|
9701 |
|
9702 |
+
#: admin/system-info/system-info.php:412
|
9703 |
msgid "cURL OpenSSL Version (Used by PayPal, etc.)"
|
9704 |
msgstr ""
|
9705 |
|
9706 |
+
#: admin/system-info/system-info.php:415
|
9707 |
msgid "cURL Extension is Not Loaded"
|
9708 |
msgstr ""
|
9709 |
|
9710 |
+
#: admin/system-info/system-info.php:418
|
9711 |
msgid "OpenSSL Library"
|
9712 |
msgstr ""
|
9713 |
|
9714 |
+
#: admin/system-info/system-info.php:423
|
9715 |
msgid "Zend Engine Version"
|
9716 |
msgstr ""
|
9717 |
|
9718 |
+
#: admin/system-info/system-info.php:424
|
9719 |
msgid "Zend Guard|Optimizer"
|
9720 |
msgstr ""
|
9721 |
|
9722 |
+
#: admin/system-info/system-info.php:426
|
9723 |
msgid "Zend Optimizer+ Extension is Loaded and Enabled"
|
9724 |
msgstr ""
|
9725 |
|
9726 |
+
#: admin/system-info/system-info.php:429
|
9727 |
msgid "Zend Optimizer Extension is Loaded"
|
9728 |
msgstr ""
|
9729 |
|
9730 |
+
#: admin/system-info/system-info.php:432
|
9731 |
msgid "Zend Guard Loader Extension is Loaded"
|
9732 |
msgstr ""
|
9733 |
|
9734 |
+
#: admin/system-info/system-info.php:435
|
9735 |
msgid "A Zend Extension is Not Loaded"
|
9736 |
msgstr ""
|
9737 |
|
9738 |
+
#: admin/system-info/system-info.php:442
|
9739 |
msgid "Zend OPcache"
|
9740 |
msgstr ""
|
9741 |
|
9742 |
+
#: admin/system-info/system-info.php:445
|
9743 |
msgid "Zend OPcache is Enabled"
|
9744 |
msgstr ""
|
9745 |
|
9746 |
+
#: admin/system-info/system-info.php:445 admin/system-info/system-info.php:454
|
9747 |
+
#: admin/system-info/system-info.php:648 admin/system-info/system-info.php:660
|
9748 |
msgid "Version: "
|
9749 |
msgstr ""
|
9750 |
|
9751 |
+
#: admin/system-info/system-info.php:447
|
9752 |
msgid "Zend OPcache is Not Enabled"
|
9753 |
msgstr ""
|
9754 |
|
9755 |
+
#: admin/system-info/system-info.php:452
|
9756 |
msgid "ionCube Loader"
|
9757 |
msgstr ""
|
9758 |
|
9759 |
+
#: admin/system-info/system-info.php:454
|
9760 |
msgid "ionCube Loader Extension is Loaded "
|
9761 |
msgstr ""
|
9762 |
|
9763 |
+
#: admin/system-info/system-info.php:456
|
9764 |
msgid "ionCube Loader Extension is Not Loaded"
|
9765 |
msgstr ""
|
9766 |
|
9767 |
+
#: admin/system-info/system-info.php:459
|
9768 |
msgid "Suhosin"
|
9769 |
msgstr ""
|
9770 |
|
9771 |
+
#: admin/system-info/system-info.php:463
|
9772 |
msgid "The Suhosin-Patch is installed"
|
9773 |
msgstr ""
|
9774 |
|
9775 |
+
#: admin/system-info/system-info.php:466
|
9776 |
msgid "Suhosin-Extension is Loaded"
|
9777 |
msgstr ""
|
9778 |
|
9779 |
+
#: admin/system-info/system-info.php:468
|
9780 |
msgid "Suhosin is Not Installed|Loaded"
|
9781 |
msgstr ""
|
9782 |
|
9783 |
+
#: admin/system-info/system-info.php:471
|
9784 |
msgid "APC"
|
9785 |
msgstr ""
|
9786 |
|
9787 |
+
#: admin/system-info/system-info.php:473
|
9788 |
msgid "APC Extension is Loaded and Enabled"
|
9789 |
msgstr ""
|
9790 |
|
9791 |
+
#: admin/system-info/system-info.php:476
|
9792 |
msgid "APC Extension is Loaded but Not Enabled"
|
9793 |
msgstr ""
|
9794 |
|
9795 |
+
#: admin/system-info/system-info.php:478
|
9796 |
msgid "APC Extension is Not Loaded"
|
9797 |
msgstr ""
|
9798 |
|
9799 |
+
#: admin/system-info/system-info.php:481
|
9800 |
msgid "eAccelerator"
|
9801 |
msgstr ""
|
9802 |
|
9803 |
+
#: admin/system-info/system-info.php:483
|
9804 |
msgid "eAccelerator Extension is Loaded and Enabled"
|
9805 |
msgstr ""
|
9806 |
|
9807 |
+
#: admin/system-info/system-info.php:486
|
9808 |
msgid "eAccelerator Extension is Loaded but Not Enabled"
|
9809 |
msgstr ""
|
9810 |
|
9811 |
+
#: admin/system-info/system-info.php:488
|
9812 |
msgid "eAccelerator Extension is Not Loaded"
|
9813 |
msgstr ""
|
9814 |
|
9815 |
+
#: admin/system-info/system-info.php:491
|
9816 |
msgid "XCache"
|
9817 |
msgstr ""
|
9818 |
|
9819 |
+
#: admin/system-info/system-info.php:493
|
9820 |
msgid "XCache Extension is Loaded and Enabled"
|
9821 |
msgstr ""
|
9822 |
|
9823 |
+
#: admin/system-info/system-info.php:496
|
9824 |
msgid "XCache Extension is Loaded but Not Enabled"
|
9825 |
msgstr ""
|
9826 |
|
9827 |
+
#: admin/system-info/system-info.php:498
|
9828 |
msgid "XCache Extension is Not Loaded"
|
9829 |
msgstr ""
|
9830 |
|
9831 |
+
#: admin/system-info/system-info.php:501
|
9832 |
msgid "Varnish"
|
9833 |
msgstr ""
|
9834 |
|
9835 |
+
#: admin/system-info/system-info.php:503
|
9836 |
msgid "Varnish Extension is Loaded"
|
9837 |
msgstr ""
|
9838 |
|
9839 |
+
#: admin/system-info/system-info.php:505
|
9840 |
msgid "Varnish Extension is Not Loaded"
|
9841 |
msgstr ""
|
9842 |
|
9843 |
+
#: admin/system-info/system-info.php:508
|
9844 |
msgid "Memcache"
|
9845 |
msgstr ""
|
9846 |
|
9847 |
+
#: admin/system-info/system-info.php:510
|
9848 |
msgid "Memcache Extension is Loaded"
|
9849 |
msgstr ""
|
9850 |
|
9851 |
+
#: admin/system-info/system-info.php:512
|
9852 |
msgid "Memcache Extension is Not Loaded"
|
9853 |
msgstr ""
|
9854 |
|
9855 |
+
#: admin/system-info/system-info.php:515
|
9856 |
msgid "Memcached"
|
9857 |
msgstr ""
|
9858 |
|
9859 |
+
#: admin/system-info/system-info.php:517
|
9860 |
msgid "Memcached Extension is Loaded"
|
9861 |
msgstr ""
|
9862 |
|
9863 |
+
#: admin/system-info/system-info.php:519
|
9864 |
msgid "Memcached Extension is Not Loaded"
|
9865 |
msgstr ""
|
9866 |
|
9867 |
+
#: admin/system-info/system-info.php:532
|
9868 |
msgid "MySQL DB Info is not displayed on Network/Multisite subsites"
|
9869 |
msgstr ""
|
9870 |
|
9871 |
+
#: admin/system-info/system-info.php:553 includes/general-functions.php:283
|
9872 |
msgid "Not Set"
|
9873 |
msgstr ""
|
9874 |
|
9875 |
+
#: admin/system-info/system-info.php:559
|
9876 |
msgid "MySQL Database Server Version: "
|
9877 |
msgstr ""
|
9878 |
|
9879 |
+
#: admin/system-info/system-info.php:559
|
9880 |
msgid "MySQL Client Version: "
|
9881 |
msgstr ""
|
9882 |
|
9883 |
+
#: admin/system-info/system-info.php:559
|
9884 |
msgid "MySQL Database Server: "
|
9885 |
msgstr ""
|
9886 |
|
9887 |
+
#: admin/system-info/system-info.php:559
|
9888 |
msgid "Your MySQL Database: "
|
9889 |
msgstr ""
|
9890 |
|
9891 |
+
#: admin/system-info/system-info.php:559
|
9892 |
msgid "SQL Mode: "
|
9893 |
msgstr ""
|
9894 |
|
9895 |
+
#: admin/system-info/system-info.php:564 admin/system-info/system-info.php:567
|
9896 |
msgid "MySQL Extension: "
|
9897 |
msgstr ""
|
9898 |
|
9899 |
+
#: admin/system-info/system-info.php:564 admin/system-info/system-info.php:572
|
9900 |
msgid "Installed|Enabled"
|
9901 |
msgstr ""
|
9902 |
|
9903 |
+
#: admin/system-info/system-info.php:567 admin/system-info/system-info.php:575
|
9904 |
msgid "NOT Installed|Enabled"
|
9905 |
msgstr ""
|
9906 |
|
9907 |
+
#: admin/system-info/system-info.php:572 admin/system-info/system-info.php:575
|
9908 |
msgid "MySQLi Extension: "
|
9909 |
msgstr ""
|
9910 |
|
9911 |
+
#: admin/system-info/system-info.php:582
|
9912 |
msgid "WordPress Installation Folder"
|
9913 |
msgstr ""
|
9914 |
|
9915 |
+
#: admin/system-info/system-info.php:585
|
9916 |
msgid "WordPress Installation Type"
|
9917 |
msgstr ""
|
9918 |
|
9919 |
+
#: admin/system-info/system-info.php:587
|
9920 |
msgid "Standard|GWIOD Site Type"
|
9921 |
msgstr ""
|
9922 |
|
9923 |
+
#: admin/system-info/system-info.php:589
|
9924 |
msgid "Network|Multisite"
|
9925 |
msgstr ""
|
9926 |
|
9927 |
+
#: admin/system-info/system-info.php:591
|
9928 |
msgid "BuddyPress"
|
9929 |
msgstr ""
|
9930 |
|
9931 |
+
#: admin/system-info/system-info.php:593
|
9932 |
msgid "bbPress"
|
9933 |
msgstr ""
|
9934 |
|
9935 |
+
#: admin/system-info/system-info.php:595
|
9936 |
msgid "Plugins Folder"
|
9937 |
msgstr ""
|
9938 |
|
9939 |
+
#: admin/system-info/system-info.php:599
|
9940 |
msgid "Uploads Folder"
|
9941 |
msgstr ""
|
9942 |
|
9943 |
+
#: admin/system-info/system-info.php:605
|
9944 |
msgid "UPLOADS Constant"
|
9945 |
msgstr ""
|
9946 |
|
9947 |
+
#: admin/system-info/system-info.php:609
|
9948 |
msgid "WP Permalink Structure"
|
9949 |
msgstr ""
|
9950 |
|
9951 |
+
#: admin/system-info/system-info.php:614 admin/system-info/system-info.php:616
|
9952 |
msgid "DISABLE_WP_CRON constant"
|
9953 |
msgstr ""
|
9954 |
|
9955 |
+
#: admin/system-info/system-info.php:614
|
9956 |
msgid "Standard WP Crons are disabled on your website."
|
9957 |
msgstr ""
|
9958 |
|
9959 |
+
#: admin/system-info/system-info.php:616
|
9960 |
msgid "Standard WP Crons are not disabled on your website."
|
9961 |
msgstr ""
|
9962 |
|
9963 |
+
#: admin/system-info/system-info.php:619
|
9964 |
msgid "Total Plugins Installed"
|
9965 |
msgstr ""
|
9966 |
|
9967 |
+
#: admin/system-info/system-info.php:621
|
9968 |
msgid "Total Must-Use Plugins Installed"
|
9969 |
msgstr ""
|
9970 |
|
9971 |
+
#: admin/system-info/system-info.php:623
|
9972 |
msgid "Total Plugins Activated"
|
9973 |
msgstr ""
|
9974 |
|
9975 |
+
#: admin/system-info/system-info.php:626
|
9976 |
msgid "Total Plugins Network Activated"
|
9977 |
msgstr ""
|
9978 |
|
9979 |
+
#: admin/system-info/system-info.php:632 admin/system-info/system-info.php:634
|
9980 |
msgid "Get Plugins|Themes List"
|
9981 |
msgstr ""
|
9982 |
|
9983 |
+
#: admin/system-info/system-info.php:635
|
9984 |
msgid "This window is draggable (top) and resizable (bottom right corner)"
|
9985 |
msgstr ""
|
9986 |
|
9987 |
+
#: admin/system-info/system-info.php:640
|
9988 |
msgid "Browser Compression Supported"
|
9989 |
msgstr ""
|
9990 |
|
9991 |
+
#: admin/system-info/system-info.php:643
|
9992 |
msgid "GD Library"
|
9993 |
msgstr ""
|
9994 |
|
9995 |
+
#: admin/system-info/system-info.php:648
|
9996 |
msgid "GD Extension is Loaded - "
|
9997 |
msgstr ""
|
9998 |
|
9999 |
+
#: admin/system-info/system-info.php:651
|
10000 |
msgid "GD Extension is Not Loaded"
|
10001 |
msgstr ""
|
10002 |
|
10003 |
+
#: admin/system-info/system-info.php:654
|
10004 |
msgid "ImageMagick"
|
10005 |
msgstr ""
|
10006 |
|
10007 |
+
#: admin/system-info/system-info.php:660
|
10008 |
msgid "ImageMagick Extension is Loaded - "
|
10009 |
msgstr ""
|
10010 |
|
10011 |
+
#: admin/system-info/system-info.php:663
|
10012 |
msgid "ImageMagick Extension is Not Loaded"
|
10013 |
msgstr ""
|
10014 |
|
10015 |
+
#: admin/system-info/system-info.php:678
|
10016 |
msgid "PHP Server|PHP.ini Info"
|
10017 |
msgstr ""
|
10018 |
|
10019 |
+
#: admin/system-info/system-info.php:680
|
10020 |
msgid ""
|
10021 |
"File|Folder Permissions (CGI or DSO)|Script Owner User ID (UID)|File Owner "
|
10022 |
"User ID"
|
10023 |
msgstr ""
|
10024 |
|
10025 |
+
#: admin/system-info/system-info.php:688
|
10026 |
msgid "PHP Version"
|
10027 |
msgstr ""
|
10028 |
|
10029 |
+
#: admin/system-info/system-info.php:689
|
10030 |
msgid "PHP Memory Usage"
|
10031 |
msgstr ""
|
10032 |
|
10033 |
+
#: admin/system-info/system-info.php:689
|
10034 |
msgid " MB"
|
10035 |
msgstr ""
|
10036 |
|
10037 |
+
#: admin/system-info/system-info.php:690
|
10038 |
msgid "WordPress Admin Memory Limit"
|
10039 |
msgstr ""
|
10040 |
|
10041 |
+
#: admin/system-info/system-info.php:693
|
10042 |
msgid "WordPress Base Memory Limit"
|
10043 |
msgstr ""
|
10044 |
|
10045 |
+
#: admin/system-info/system-info.php:705 admin/system-info/system-info.php:711
|
10046 |
+
#: admin/system-info/system-info.php:715 admin/system-info/system-info.php:719
|
10047 |
msgid "PHP Actual Configuration Memory Limit: "
|
10048 |
msgstr ""
|
10049 |
|
10050 |
+
#: admin/system-info/system-info.php:705
|
10051 |
msgid "The Memory Limit value is not available from your Server."
|
10052 |
msgstr ""
|
10053 |
|
10054 |
+
#: admin/system-info/system-info.php:716 admin/system-info/system-info.php:720
|
10055 |
msgid ""
|
10056 |
" Recommendation: Increase Memory Limit to at least 128M, 256M is even better."
|
10057 |
msgstr ""
|
10058 |
|
10059 |
+
#: admin/system-info/system-info.php:729 admin/system-info/system-info.php:731
|
10060 |
msgid "PHP Configuration File (php.ini)"
|
10061 |
msgstr ""
|
10062 |
|
10063 |
+
#: admin/system-info/system-info.php:731
|
10064 |
msgid "None/Not in use"
|
10065 |
msgstr ""
|
10066 |
|
10067 |
+
#: admin/system-info/system-info.php:744
|
10068 |
msgid "WP Temp Dir: "
|
10069 |
msgstr ""
|
10070 |
|
10071 |
+
#: admin/system-info/system-info.php:747
|
10072 |
msgid "The WP_TEMP_DIR constant is being used in wp-config.php file"
|
10073 |
msgstr ""
|
10074 |
|
10075 |
+
#: admin/system-info/system-info.php:753 admin/system-info/system-info.php:755
|
10076 |
msgid "PHP Temp Dir: "
|
10077 |
msgstr ""
|
10078 |
|
10079 |
+
#: admin/system-info/system-info.php:755 admin/system-info/system-info.php:766
|
10080 |
+
#: admin/system-info/system-info.php:774
|
10081 |
msgid "Not set/defined or directory is not writable"
|
10082 |
msgstr ""
|
10083 |
|
10084 |
+
#: admin/system-info/system-info.php:764 admin/system-info/system-info.php:766
|
10085 |
msgid "PHP Upload Temp Dir: "
|
10086 |
msgstr ""
|
10087 |
|
10088 |
+
#: admin/system-info/system-info.php:772 admin/system-info/system-info.php:774
|
10089 |
msgid "Session Save Path: "
|
10090 |
msgstr ""
|
10091 |
|
10092 |
+
#: admin/system-info/system-info.php:779
|
10093 |
msgid "Cycles: "
|
10094 |
msgstr ""
|
10095 |
|
10096 |
+
#: admin/system-info/system-info.php:783
|
10097 |
msgid "Garbage Collector: "
|
10098 |
msgstr ""
|
10099 |
|
10100 |
+
#: admin/system-info/system-info.php:786
|
10101 |
msgid "PHP Max Upload Size"
|
10102 |
msgstr ""
|
10103 |
|
10104 |
+
#: admin/system-info/system-info.php:789
|
10105 |
msgid "PHP Max Post Size"
|
10106 |
msgstr ""
|
10107 |
|
10108 |
+
#: admin/system-info/system-info.php:792
|
10109 |
msgid "PHP Safe Mode"
|
10110 |
msgstr ""
|
10111 |
|
10112 |
+
#: admin/system-info/system-info.php:801
|
10113 |
msgid "PHP Allow URL fopen"
|
10114 |
msgstr ""
|
10115 |
|
10116 |
+
#: admin/system-info/system-info.php:809
|
10117 |
msgid "PHP Allow URL Include"
|
10118 |
msgstr ""
|
10119 |
|
10120 |
+
#: admin/system-info/system-info.php:817
|
10121 |
msgid "PHP Display Errors"
|
10122 |
msgstr ""
|
10123 |
|
10124 |
+
#: admin/system-info/system-info.php:825
|
10125 |
msgid "PHP Display Startup Errors"
|
10126 |
msgstr ""
|
10127 |
|
10128 |
+
#: admin/system-info/system-info.php:833
|
10129 |
msgid "PHP Expose PHP"
|
10130 |
msgstr ""
|
10131 |
|
10132 |
+
#: admin/system-info/system-info.php:841
|
10133 |
msgid "PHP Register Globals"
|
10134 |
msgstr ""
|
10135 |
|
10136 |
+
#: admin/system-info/system-info.php:849
|
10137 |
msgid "PHP MySQL Allow Persistent Connections"
|
10138 |
msgstr ""
|
10139 |
|
10140 |
+
#: admin/system-info/system-info.php:857
|
10141 |
msgid "PHP Output Buffering"
|
10142 |
msgstr ""
|
10143 |
|
10144 |
+
#: admin/system-info/system-info.php:865
|
10145 |
msgid "PHP Max Script Execution Time"
|
10146 |
msgstr ""
|
10147 |
|
10148 |
+
#: admin/system-info/system-info.php:868
|
10149 |
msgid "PHP Magic Quotes GPC"
|
10150 |
msgstr ""
|
10151 |
|
10152 |
+
#: admin/system-info/system-info.php:876
|
10153 |
msgid "PHP open_basedir"
|
10154 |
msgstr ""
|
10155 |
|
10156 |
+
#: admin/system-info/system-info.php:881
|
10157 |
msgid "Off/Not in use"
|
10158 |
msgstr ""
|
10159 |
|
10160 |
+
#: admin/system-info/system-info.php:883
|
10161 |
msgid "PHP XML Support"
|
10162 |
msgstr ""
|
10163 |
|
10164 |
+
#: admin/system-info/system-info.php:885 admin/system-info/system-info.php:893
|
10165 |
+
#: admin/system-info/system-info.php:901
|
10166 |
msgid "Yes"
|
10167 |
msgstr ""
|
10168 |
|
10169 |
+
#: admin/system-info/system-info.php:888 admin/system-info/system-info.php:896
|
10170 |
+
#: admin/system-info/system-info.php:904
|
10171 |
msgid "No"
|
10172 |
msgstr ""
|
10173 |
|
10174 |
+
#: admin/system-info/system-info.php:891
|
10175 |
msgid "PHP IPTC Support"
|
10176 |
msgstr ""
|
10177 |
|
10178 |
+
#: admin/system-info/system-info.php:899
|
10179 |
msgid "PHP Exif Support"
|
10180 |
msgstr ""
|
10181 |
|
10182 |
+
#: admin/system-info/system-info.php:912
|
10183 |
msgid "PHP Disable Functions"
|
10184 |
msgstr ""
|
10185 |
|
10186 |
+
#: admin/system-info/system-info.php:916
|
10187 |
msgid "No PHP functions are disabled."
|
10188 |
msgstr ""
|
10189 |
|
10190 |
+
#: admin/system-info/system-info.php:921
|
10191 |
msgid "PHP Suhosin Function Blacklist"
|
10192 |
msgstr ""
|
10193 |
|
10194 |
+
#: admin/system-info/system-info.php:925
|
10195 |
msgid "No PHP functions are blacklisted."
|
10196 |
msgstr ""
|
10197 |
|
10198 |
+
#: admin/system-info/system-info.php:948
|
10199 |
msgid "CGI File and Folder Permissions|Recommendations"
|
10200 |
msgstr ""
|
10201 |
|
10202 |
+
#: admin/system-info/system-info.php:951 admin/system-info/system-info.php:991
|
10203 |
msgid "Folder Path"
|
10204 |
msgstr ""
|
10205 |
|
10206 |
+
#: admin/system-info/system-info.php:952 admin/system-info/system-info.php:992
|
10207 |
msgid "Recommended"
|
10208 |
msgstr ""
|
10209 |
|
10210 |
+
#: admin/system-info/system-info.php:952 admin/system-info/system-info.php:953
|
10211 |
+
#: admin/system-info/system-info.php:992 admin/system-info/system-info.php:993
|
10212 |
msgid "Permissions"
|
10213 |
msgstr ""
|
10214 |
|
10215 |
+
#: admin/system-info/system-info.php:953 admin/system-info/system-info.php:993
|
10216 |
msgid "Current"
|
10217 |
msgstr ""
|
10218 |
|
10219 |
+
#: admin/system-info/system-info.php:954 admin/system-info/system-info.php:994
|
10220 |
msgid "Script Owner"
|
10221 |
msgstr ""
|
10222 |
|
10223 |
+
#: admin/system-info/system-info.php:954 admin/system-info/system-info.php:994
|
10224 |
msgid " User ID (UID)"
|
10225 |
msgstr ""
|
10226 |
|
10227 |
+
#: admin/system-info/system-info.php:955 admin/system-info/system-info.php:995
|
10228 |
msgid "File Owner"
|
10229 |
msgstr ""
|
10230 |
|
10231 |
+
#: admin/system-info/system-info.php:955 admin/system-info/system-info.php:995
|
10232 |
msgid " User ID"
|
10233 |
msgstr ""
|
10234 |
|
10235 |
+
#: admin/system-info/system-info.php:988
|
10236 |
msgid "DSO File and Folder Permissions|Recommendations"
|
10237 |
msgstr ""
|
10238 |
|
10239 |
+
#: admin/system-info/system-info.php:1033
|
10240 |
msgid "System Info Processing Completion Time: "
|
10241 |
msgstr ""
|
10242 |
|
10243 |
+
#: admin/system-info/system-info.php:1066
|
10244 |
msgid "Website Headers Check Tool ~ "
|
10245 |
msgstr ""
|
10246 |
|
10247 |
+
#: admin/system-info/system-info.php:1066
|
10248 |
+
#: admin/system-info/system-info.php:1073
|
10249 |
msgid ""
|
10250 |
"Check your website Headers or another website's Headers by making a GET "
|
10251 |
"Request"
|
10252 |
msgstr ""
|
10253 |
|
10254 |
+
#: admin/system-info/system-info.php:1090
|
10255 |
msgid "GET Request Headers: "
|
10256 |
msgstr ""
|
10257 |
|
10258 |
+
#: admin/system-info/system-info.php:1105
|
10259 |
msgid ""
|
10260 |
"Error: The WordPress wp_remote_get function is not available or is blocked "
|
10261 |
"on your website/server."
|
10262 |
msgstr ""
|
10263 |
|
10264 |
+
#: admin/system-info/system-info.php:1115
|
10265 |
msgid "Enter a Website URL - Example: "
|
10266 |
msgstr ""
|
10267 |
|
10268 |
+
#: admin/system-info/system-info.php:1118
|
10269 |
msgid ""
|
10270 |
"This Headers check makes a GET Request using the WordPress wp_remote_get "
|
10271 |
"function."
|
10272 |
msgstr ""
|
10273 |
|
10274 |
+
#: admin/system-info/system-info.php:1118
|
10275 |
msgid ""
|
10276 |
"You can use the Check Headers HEAD Request tool to check headers using HEAD "
|
10277 |
"instead of GET."
|
11094 |
msgid "Nextend Social Login Plugin BPSQSE AutoWhitelist successful"
|
11095 |
msgstr ""
|
11096 |
|
11097 |
+
#: admin/wizard/pwizard-autofix.php:1378
|
11098 |
+
msgid "Business Directory Plugin BPSQSE AutoWhitelist successful"
|
11099 |
+
msgstr ""
|
11100 |
+
|
11101 |
+
#: admin/wizard/pwizard-autofix.php:1483
|
11102 |
msgid ""
|
11103 |
"WooCommerce Product Feed Pro Plugin wp-admin skip/bypass rule AutoWhitelist "
|
11104 |
"successful"
|
11105 |
msgstr ""
|
11106 |
|
11107 |
+
#: admin/wizard/pwizard-autofix.php:1501
|
11108 |
msgid ""
|
11109 |
"WPBakery Visual Composer Plugin wp-admin skip/bypass rule AutoWhitelist "
|
11110 |
"successful"
|
11111 |
msgstr ""
|
11112 |
|
11113 |
+
#: admin/wizard/pwizard-autofix.php:1519
|
11114 |
msgid ""
|
11115 |
"Bookly Booking Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11116 |
msgstr ""
|
11117 |
|
11118 |
+
#: admin/wizard/pwizard-autofix.php:1537
|
11119 |
msgid ""
|
11120 |
"Easy Media Gallery Pro Plugin wp-admin skip/bypass rule AutoWhitelist "
|
11121 |
"successful"
|
11122 |
msgstr ""
|
11123 |
|
11124 |
+
#: admin/wizard/pwizard-autofix.php:1555
|
11125 |
msgid ""
|
11126 |
"NextGen Gallery Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11127 |
msgstr ""
|
11128 |
|
11129 |
+
#: admin/wizard/pwizard-autofix.php:1572
|
11130 |
msgid "OptimizePress Theme wp-admin skip/bypass rule AutoWhitelist successful"
|
11131 |
msgstr ""
|
11132 |
|
11133 |
+
#: admin/wizard/pwizard-autofix.php:1590
|
11134 |
msgid ""
|
11135 |
"tribulant Shopping Cart (WP Checkout) Plugin wp-admin skip/bypass rule "
|
11136 |
"AutoWhitelist successful"
|
11137 |
msgstr ""
|
11138 |
|
11139 |
+
#: admin/wizard/pwizard-autofix.php:1608
|
11140 |
msgid ""
|
11141 |
"ithemes Video Showcase Plugin wp-admin skip/bypass rule AutoWhitelist "
|
11142 |
"successful"
|
11143 |
msgstr ""
|
11144 |
|
11145 |
+
#: admin/wizard/pwizard-autofix.php:1626
|
11146 |
msgid ""
|
11147 |
"WP-Invoice - Web Invoice and Billing Plugin wp-admin skip/bypass rule "
|
11148 |
"AutoWhitelist successful"
|
11149 |
msgstr ""
|
11150 |
|
11151 |
+
#: admin/wizard/pwizard-autofix.php:1644
|
11152 |
msgid "Yoast SEO Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11153 |
msgstr ""
|
11154 |
|
11155 |
+
#: admin/wizard/pwizard-autofix.php:1661
|
11156 |
msgid ""
|
11157 |
"Formidable Pro Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11158 |
msgstr ""
|
11159 |
|
11160 |
+
#: admin/wizard/pwizard-autofix.php:1679
|
11161 |
msgid ""
|
11162 |
"Google Typography Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11163 |
msgstr ""
|
11164 |
|
11165 |
+
#: admin/wizard/pwizard-autofix.php:1697
|
11166 |
msgid "Flare Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11167 |
msgstr ""
|
11168 |
|
11169 |
+
#: admin/wizard/pwizard-autofix.php:1715
|
11170 |
msgid "bbPress Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11171 |
msgstr ""
|
11172 |
|
11173 |
+
#: admin/wizard/pwizard-autofix.php:1733
|
11174 |
msgid ""
|
11175 |
"Spider Event Calendar (WordPress Event Calendar) Plugin wp-admin skip/bypass "
|
11176 |
"rule AutoWhitelist successful"
|
11177 |
msgstr ""
|
11178 |
|
11179 |
+
#: admin/wizard/pwizard-autofix.php:1755
|
11180 |
msgid "BuddyPress Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11181 |
msgstr ""
|
11182 |
|
11183 |
+
#: admin/wizard/pwizard-autofix.php:1775
|
11184 |
msgid ""
|
11185 |
"WPML Translation Management Plugin wp-admin skip/bypass rule AutoWhitelist "
|
11186 |
"successful"
|
11187 |
msgstr ""
|
11188 |
|
11189 |
+
#: admin/wizard/pwizard-autofix.php:1793
|
11190 |
msgid ""
|
11191 |
"Events Manager Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11192 |
msgstr ""
|
11193 |
|
11194 |
+
#: admin/wizard/pwizard-autofix.php:1811
|
11195 |
msgid ""
|
11196 |
"MailPoet Newsletters (wysija newsletters) Plugin wp-admin skip/bypass rule "
|
11197 |
"AutoWhitelist successful"
|
11198 |
msgstr ""
|
11199 |
|
11200 |
+
#: admin/wizard/pwizard-autofix.php:1831
|
11201 |
msgid ""
|
11202 |
"Event Espresso Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11203 |
msgstr ""
|
11204 |
|
11205 |
+
#: admin/wizard/pwizard-autofix.php:1848
|
11206 |
msgid "Content Egg Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11207 |
msgstr ""
|
11208 |
|
11209 |
+
#: admin/wizard/pwizard-autofix.php:1865
|
11210 |
msgid "Flatsome Theme wp-admin skip/bypass rule AutoWhitelist successful"
|
11211 |
msgstr ""
|
11212 |
|
11213 |
+
#: admin/wizard/pwizard-autofix.php:1883
|
11214 |
msgid ""
|
11215 |
"Beaver Builder Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11216 |
msgstr ""
|
11217 |
|
11218 |
+
#: admin/wizard/pwizard-autofix.php:1901
|
11219 |
msgid "WP Reset Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
11220 |
msgstr ""
|
11221 |
|
11222 |
+
#: admin/wizard/pwizard-autofix.php:2023
|
11223 |
msgid "Content Egg Plugin wp-admin BPSQSE AutoWhitelist successful"
|
11224 |
msgstr ""
|
11225 |
|
11226 |
+
#: admin/wizard/pwizard-autofix.php:2041
|
11227 |
msgid "Event Espresso Plugin wp-admin BPSQSE AutoWhitelist successful"
|
11228 |
msgstr ""
|
11229 |
|
11230 |
+
#: admin/wizard/pwizard-autofix.php:2056
|
11231 |
msgid ""
|
11232 |
"Open Web Analytics (github) Plugin wp-admin BPSQSE AutoWhitelist successful"
|
11233 |
msgstr ""
|
11234 |
|
11235 |
+
#: admin/wizard/pwizard-autofix.php:2072
|
11236 |
msgid "UberGrid (code canyon) Plugin wp-admin BPSQSE AutoWhitelist successful"
|
11237 |
msgstr ""
|
11238 |
|
11239 |
+
#: admin/wizard/pwizard-autofix.php:2088
|
11240 |
msgid "Jetpack Plugin wp-admin BPSQSE AutoWhitelist successful"
|
11241 |
msgstr ""
|
11242 |
|
11243 |
+
#: admin/wizard/pwizard-autofix.php:2104
|
11244 |
msgid "Restrict Content Pro Plugin wp-admin BPSQSE AutoWhitelist successful"
|
11245 |
msgstr ""
|
11246 |
|
11247 |
+
#: admin/wizard/pwizard-autofix.php:2120
|
11248 |
msgid "Link Whisper Plugin wp-admin BPSQSE AutoWhitelist successful"
|
11249 |
msgstr ""
|
11250 |
|
11251 |
+
#: admin/wizard/pwizard-autofix.php:2136
|
11252 |
msgid "Link Whisper Premium Plugin wp-admin BPSQSE AutoWhitelist successful"
|
11253 |
msgstr ""
|
11254 |
|
13518 |
msgid "CC Root Text Box 11: SmoothV4.1 Theme"
|
13519 |
msgstr ""
|
13520 |
|
13521 |
+
#: includes/hud-autofix-whitelist.php:401
|
13522 |
msgid "CC Root Text Box 12: WooCommerce PagSeguro Plugin"
|
13523 |
msgstr ""
|
13524 |
|
13525 |
+
#: includes/hud-autofix-whitelist.php:407
|
13526 |
msgid "CC Root Text Box 12: Event Espresso Plugin"
|
13527 |
msgstr ""
|
13528 |
|
13529 |
+
#: includes/hud-autofix-whitelist.php:413
|
13530 |
msgid "CC Root Text Box 12: WooCommerce Serial Key Plugin"
|
13531 |
msgstr ""
|
13532 |
|
13533 |
+
#: includes/hud-autofix-whitelist.php:419
|
13534 |
msgid "CC Root Text Box 12: WooCommerce WorldPay Extension"
|
13535 |
msgstr ""
|
13536 |
|
13537 |
+
#: includes/hud-autofix-whitelist.php:425
|
13538 |
msgid "CC Root Text Box 12: Kama Click Counter Plugin"
|
13539 |
msgstr ""
|
13540 |
|
13541 |
+
#: includes/hud-autofix-whitelist.php:431
|
13542 |
msgid "CC Root Text Box 12: Riva Slider Pro Plugin"
|
13543 |
msgstr ""
|
13544 |
|
13545 |
+
#: includes/hud-autofix-whitelist.php:437
|
13546 |
msgid "CC Root Text Box 12: WordPress Auto Spinner Plugin"
|
13547 |
msgstr ""
|
13548 |
|
13549 |
+
#: includes/hud-autofix-whitelist.php:443
|
13550 |
msgid "CC Root Text Box 12: AgriTurismo Theme"
|
13551 |
msgstr ""
|
13552 |
|
13553 |
+
#: includes/hud-autofix-whitelist.php:449
|
13554 |
msgid "CC Root Text Box 12: WP Content Copy Protection Plugin"
|
13555 |
msgstr ""
|
13556 |
|
13557 |
+
#: includes/hud-autofix-whitelist.php:455
|
13558 |
msgid "CC Root Text Box 12: PanoPress Plugin"
|
13559 |
msgstr ""
|
13560 |
|
13561 |
+
#: includes/hud-autofix-whitelist.php:461
|
13562 |
msgid "CC Root Text Box 12: Easy Social Share Buttons (Code Canyon) Plugin"
|
13563 |
msgstr ""
|
13564 |
|
13565 |
+
#: includes/hud-autofix-whitelist.php:467
|
13566 |
msgid "CC Root Text Box 12: MainWP Plugin"
|
13567 |
msgstr ""
|
13568 |
|
13569 |
+
#: includes/hud-autofix-whitelist.php:473
|
13570 |
msgid "CC Root Text Box 12: Clever Course Theme"
|
13571 |
msgstr ""
|
13572 |
|
13573 |
+
#: includes/hud-autofix-whitelist.php:479
|
13574 |
msgid "CC Root Text Box 12: WP eStore (WP Cart for Digital Products) Plugin"
|
13575 |
msgstr ""
|
13576 |
|
13577 |
+
#: includes/hud-autofix-whitelist.php:485
|
13578 |
msgid "CC Root Text Box 12: WP eMember Plugin"
|
13579 |
msgstr ""
|
13580 |
|
13581 |
+
#: includes/hud-autofix-whitelist.php:491
|
13582 |
msgid "CC Root Text Box 12: Easy Digital Downloads Plugin"
|
13583 |
msgstr ""
|
13584 |
|
13585 |
+
#: includes/hud-autofix-whitelist.php:497
|
13586 |
msgid "CC Root Text Box 12: MailPoet Newsletters (wysija newsletters) Plugin"
|
13587 |
msgstr ""
|
13588 |
|
13589 |
+
#: includes/hud-autofix-whitelist.php:503
|
13590 |
msgid "CC Root Text Box 12: MailChimp for WordPress Plugin"
|
13591 |
msgstr ""
|
13592 |
|
13593 |
+
#: includes/hud-autofix-whitelist.php:509
|
13594 |
msgid "CC Root Text Box 12: Digital Access Pass (DAP) Plugin"
|
13595 |
msgstr ""
|
13596 |
|
13597 |
+
#: includes/hud-autofix-whitelist.php:515
|
13598 |
msgid "CC Root Text Box 12: WordPress Newsletter (tribulant) Plugin"
|
13599 |
msgstr ""
|
13600 |
|
13601 |
+
#: includes/hud-autofix-whitelist.php:521
|
13602 |
msgid "CC Root Text Box 12: Subscribe To Comments Reloaded Plugin"
|
13603 |
msgstr ""
|
13604 |
|
13605 |
+
#: includes/hud-autofix-whitelist.php:527
|
13606 |
msgid "CC Root Text Box 12: Nextend Social Login Plugin"
|
13607 |
msgstr ""
|
13608 |
|
13609 |
+
#: includes/hud-autofix-whitelist.php:533
|
13610 |
+
msgid "CC Root Text Box 12: Business Directory Plugin"
|
13611 |
+
msgstr ""
|
13612 |
+
|
13613 |
+
#: includes/hud-autofix-whitelist.php:596
|
13614 |
msgid "CC wp-admin Text Box 3: WooCommerce Product Feed Pro Plugin"
|
13615 |
msgstr ""
|
13616 |
|
13617 |
+
#: includes/hud-autofix-whitelist.php:602
|
13618 |
msgid "CC wp-admin Text Box 3: WPBakery Visual Composer Plugin"
|
13619 |
msgstr ""
|
13620 |
|
13621 |
+
#: includes/hud-autofix-whitelist.php:608
|
13622 |
msgid "CC wp-admin Text Box 3: Bookly Booking Plugin"
|
13623 |
msgstr ""
|
13624 |
|
13625 |
+
#: includes/hud-autofix-whitelist.php:614
|
13626 |
msgid "CC wp-admin Text Box 3: Beaver Builder Plugin"
|
13627 |
msgstr ""
|
13628 |
|
13629 |
+
#: includes/hud-autofix-whitelist.php:620
|
13630 |
msgid "CC wp-admin Text Box 3: WP Reset Plugin"
|
13631 |
msgstr ""
|
13632 |
|
13633 |
+
#: includes/hud-autofix-whitelist.php:626
|
13634 |
msgid "CC wp-admin Text Box 3: Easy Media Gallery Pro Plugin"
|
13635 |
msgstr ""
|
13636 |
|
13637 |
+
#: includes/hud-autofix-whitelist.php:632
|
13638 |
msgid "CC wp-admin Text Box 3: NextGen Gallery Plugin"
|
13639 |
msgstr ""
|
13640 |
|
13641 |
+
#: includes/hud-autofix-whitelist.php:638
|
13642 |
msgid "CC wp-admin Text Box 3: OptimizePress Theme"
|
13643 |
msgstr ""
|
13644 |
|
13645 |
+
#: includes/hud-autofix-whitelist.php:644
|
13646 |
msgid "CC wp-admin Text Box 3: tribulant Shopping Cart (WP Checkout) Plugin"
|
13647 |
msgstr ""
|
13648 |
|
13649 |
+
#: includes/hud-autofix-whitelist.php:650
|
13650 |
msgid "CC wp-admin Text Box 3: ithemes Video Showcase Plugin"
|
13651 |
msgstr ""
|
13652 |
|
13653 |
+
#: includes/hud-autofix-whitelist.php:656
|
13654 |
msgid "CC wp-admin Text Box 3: WP-Invoice - Web Invoice and Billing Plugin"
|
13655 |
msgstr ""
|
13656 |
|
13657 |
+
#: includes/hud-autofix-whitelist.php:662
|
13658 |
msgid "CC wp-admin Text Box 3: Yoast SEO Plugin"
|
13659 |
msgstr ""
|
13660 |
|
13661 |
+
#: includes/hud-autofix-whitelist.php:668
|
13662 |
msgid "CC wp-admin Text Box 3: Formidable Pro Plugin"
|
13663 |
msgstr ""
|
13664 |
|
13665 |
+
#: includes/hud-autofix-whitelist.php:674
|
13666 |
msgid "CC wp-admin Text Box 3: Google Typography Plugin"
|
13667 |
msgstr ""
|
13668 |
|
13669 |
+
#: includes/hud-autofix-whitelist.php:680
|
13670 |
msgid "CC wp-admin Text Box 3: Flare Plugin"
|
13671 |
msgstr ""
|
13672 |
|
13673 |
+
#: includes/hud-autofix-whitelist.php:686
|
13674 |
msgid "CC wp-admin Text Box 3: bbPress Plugin"
|
13675 |
msgstr ""
|
13676 |
|
13677 |
+
#: includes/hud-autofix-whitelist.php:692
|
13678 |
msgid ""
|
13679 |
"CC wp-admin Text Box 3: Spider Event Calendar (WordPress Event Calendar) "
|
13680 |
"Plugin"
|
13681 |
msgstr ""
|
13682 |
|
13683 |
+
#: includes/hud-autofix-whitelist.php:701
|
13684 |
msgid "CC wp-admin Text Box 3: BuddyPress Plugin"
|
13685 |
msgstr ""
|
13686 |
|
13687 |
+
#: includes/hud-autofix-whitelist.php:709
|
13688 |
msgid "CC wp-admin Text Box 3: WPML Translation Management Plugin"
|
13689 |
msgstr ""
|
13690 |
|
13691 |
+
#: includes/hud-autofix-whitelist.php:715
|
13692 |
msgid "CC wp-admin Text Box 3: Events Manager Plugin"
|
13693 |
msgstr ""
|
13694 |
|
13695 |
+
#: includes/hud-autofix-whitelist.php:721
|
13696 |
msgid ""
|
13697 |
"CC wp-admin Text Box 3: MailPoet Newsletters (wysija newsletters) Plugin"
|
13698 |
msgstr ""
|
13699 |
|
13700 |
+
#: includes/hud-autofix-whitelist.php:727
|
13701 |
msgid "CC wp-admin Text Box 3: Event Espresso Plugin"
|
13702 |
msgstr ""
|
13703 |
|
13704 |
+
#: includes/hud-autofix-whitelist.php:733
|
13705 |
msgid "CC wp-admin Text Box 3: Content Egg (Free and Pro) Plugin"
|
13706 |
msgstr ""
|
13707 |
|
13708 |
+
#: includes/hud-autofix-whitelist.php:739
|
13709 |
msgid "CC wp-admin Text Box 3: Flatsome Theme"
|
13710 |
msgstr ""
|
13711 |
|
13712 |
+
#: includes/hud-autofix-whitelist.php:778
|
13713 |
msgid "CC wp-admin Text Box 4: Content Egg (Free and Pro) Plugin"
|
13714 |
msgstr ""
|
13715 |
|
13716 |
+
#: includes/hud-autofix-whitelist.php:784
|
13717 |
msgid "CC wp-admin Text Box 4: Event Espresso Plugin"
|
13718 |
msgstr ""
|
13719 |
|
13720 |
+
#: includes/hud-autofix-whitelist.php:791
|
13721 |
msgid "CC wp-admin Text Box 4: Open Web Analytics (github) Plugin"
|
13722 |
msgstr ""
|
13723 |
|
13724 |
+
#: includes/hud-autofix-whitelist.php:798
|
13725 |
msgid "CC wp-admin Text Box 4: UberGrid (code canyon) Plugin"
|
13726 |
msgstr ""
|
13727 |
|
13728 |
+
#: includes/hud-autofix-whitelist.php:805
|
13729 |
msgid "CC wp-admin Text Box 4: Jetpack Plugin - SSO feature"
|
13730 |
msgstr ""
|
13731 |
|
13732 |
+
#: includes/hud-autofix-whitelist.php:811
|
13733 |
msgid "CC wp-admin Text Box 4: Restrict Content Pro Plugin"
|
13734 |
msgstr ""
|
13735 |
|
13736 |
+
#: includes/hud-autofix-whitelist.php:817
|
13737 |
msgid "CC wp-admin Text Box 4: Link Whisper Plugin"
|
13738 |
msgstr ""
|
13739 |
|
13740 |
+
#: includes/hud-autofix-whitelist.php:823
|
13741 |
msgid "CC wp-admin Text Box 4: Link Whisper Premium Plugin"
|
13742 |
msgstr ""
|
13743 |
|
13744 |
+
#: includes/hud-autofix-whitelist.php:829
|
13745 |
msgid "BPS Setup Wizard AutoFix (AutoWhitelist|AutoSetup|AutoCleanup) Notice"
|
13746 |
msgstr ""
|
13747 |
|
13748 |
+
#: includes/hud-autofix-whitelist.php:829
|
13749 |
msgid ""
|
13750 |
"One or more of your plugins or your theme requires a BPS Custom Code "
|
13751 |
"whitelist rule to be automatically created by the Setup Wizard."
|
13752 |
msgstr ""
|
13753 |
|
13754 |
+
#: includes/hud-autofix-whitelist.php:829
|
13755 |
#: includes/hud-dismiss-functions.php:757
|
13756 |
msgid "Click this "
|
13757 |
msgstr ""
|
13758 |
|
13759 |
+
#: includes/hud-autofix-whitelist.php:829
|
13760 |
msgid "Setup Wizard link"
|
13761 |
msgstr ""
|
13762 |
|
13763 |
+
#: includes/hud-autofix-whitelist.php:829
|
13764 |
msgid ""
|
13765 |
" and click the Setup Wizard button to automatically create BPS Custom Code "
|
13766 |
"whitelist rules."
|
13767 |
msgstr ""
|
13768 |
|
13769 |
+
#: includes/hud-autofix-whitelist.php:829
|
13770 |
msgid "This BPS AutoFix check can be turned Off on the "
|
13771 |
msgstr ""
|
13772 |
|
13773 |
+
#: includes/hud-autofix-whitelist.php:829
|
13774 |
msgid ""
|
13775 |
" page if you do not want BPS to check for any plugin or theme whitelist "
|
13776 |
"rules."
|
13777 |
msgstr ""
|
13778 |
|
13779 |
+
#: includes/hud-autofix-whitelist.php:829
|
13780 |
msgid ""
|
13781 |
"If this Notice does not go away after running the Setup Wizard, use the "
|
13782 |
msgstr ""
|
13783 |
|
13784 |
+
#: includes/hud-autofix-whitelist.php:829
|
13785 |
msgid "BPS UI|UX|AutoFix Debug tool"
|
13786 |
msgstr ""
|
13787 |
|
13788 |
+
#: includes/hud-autofix-whitelist.php:829
|
13789 |
msgid ""
|
13790 |
" Click the UI|UX Settings page Read Me help button for more information."
|
13791 |
msgstr ""
|
13792 |
|
13793 |
+
#: includes/hud-autofix-whitelist.php:838
|
13794 |
msgid "BPS AutoFix Debug: Custom Code Text Box Number and Plugin or Theme Name"
|
13795 |
msgstr ""
|
13796 |
|
13797 |
+
#: includes/hud-autofix-whitelist.php:841
|
13798 |
msgid "No Plugin or Theme AutoFix Custom Code Whitelist Rules were found"
|
13799 |
msgstr ""
|
13800 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: AITpro
|
|
3 |
Donate link: https://wordpress.org/support/view/plugin-reviews/bulletproof-security?rate=5#postform
|
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 |
-
Tested up to: 5.
|
7 |
-
Stable tag:
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
3 |
Donate link: https://wordpress.org/support/view/plugin-reviews/bulletproof-security?rate=5#postform
|
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 |
+
Tested up to: 5.8
|
7 |
+
Stable tag: 5.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|