From ebcbdc6dd4a5057b55e8dd58ef33ad762d648e68 Mon Sep 17 00:00:00 2001
From: timse201 ';
- _e('The selected record(s) deleted successfully!','all-in-one-wp-security-and-firewall');
+ _e('The selected record(s) were deleted successfully!','all-in-one-wp-security-and-firewall');
echo ' '.__('Using this optoin will block external access to this file. You can still access this file by logging into your site via FTP', 'all-in-one-wp-security-and-firewall').' '.__('Using this optoin will block external access to this file. You can still access this file by logging into your site via FTP.', 'all-in-one-wp-security-and-firewall').'
+
@@ -798,4 +798,4 @@ function render_tab5()
}
-} //end class
\ No newline at end of file
+} //end class
From 458432fba07beac9e4a47f11a35605d50e86d995 Mon Sep 17 00:00:00 2001
From: timse201
@@ -330,7 +330,7 @@ function render_tab2()
if ($res)
{
- $this->show_msg_updated(__('You have successfully saved the Additional Firewall Protection configuration', 'all-in-one-wp-security-and-firewall'));
+ $this->show_msg_updated(__('You have successfully saved the Additional Firewall Protection configuration.', 'all-in-one-wp-security-and-firewall'));
}
else
{
@@ -653,7 +653,7 @@ function render_tab4()
//Commit the config settings
$aio_wp_security->configs->save_config();
- $this->show_msg_updated(__('The Internet bot settings were successfully saved', 'all-in-one-wp-security-and-firewall'));
+ $this->show_msg_updated(__('The Internet bot settings were successfully saved.', 'all-in-one-wp-security-and-firewall'));
}
?>
@@ -703,7 +703,7 @@ function render_tab4()
'.__('This feature will check if the User Agent information of a bot contains the string "Googlebot".', 'all-in-one-wp-security-and-firewall').':
configs->get_value('aiowps_enable_login_lockdown')=='1') echo ' checked="checked"'; ?> value="1"/>
-
+
:
configs->get_value('aiowps_allow_unlock_requests')=='1') echo ' checked="checked"'; ?> value="1"/>
-
+
:
-
+
:
-
+
:
-
+
:
configs->get_value('aiowps_set_generic_login_msg')=='1') echo ' checked="checked"'; ?> value="1"/>
-
+
:
configs->get_value('aiowps_enable_invalid_username_lockdown')=='1') echo ' checked="checked"'; ?> value="1"/>
-
+
@@ -337,7 +337,7 @@ function render_tab1()
:
configs->get_value('aiowps_lockdown_enable_whitelisting')=='1') echo ' checked="checked"'; ?> value="1"/>
-
+
@@ -522,7 +522,7 @@ function render_tab3()
:
configs->get_value('aiowps_enable_forced_logout')=='1') echo ' checked="checked"'; ?> value="1"/>
-
+
@@ -656,4 +656,4 @@ function render_tab5()
}
-} //end class
\ No newline at end of file
+} //end class
From 03b8091cff1c79039e4e779e7297ae7cf9a1124d Mon Sep 17 00:00:00 2001
From: timse201
@@ -257,7 +257,7 @@ function render_tab2()
//Save all the form values to the options
$aio_wp_security->configs->set_value('aiowps_spam_ip_min_comments',absint($min_comments_per_ip));
$aio_wp_security->configs->save_config();
- $info_msg_string = sprintf( __('Displaying results for IP addresses which have posted a minimum of %s SPAM comments', 'all-in-one-wp-security-and-firewall'), $min_comments_per_ip);
+ $info_msg_string = sprintf( __('Displaying results for IP addresses which have posted a minimum of %s SPAM comments.', 'all-in-one-wp-security-and-firewall'), $min_comments_per_ip);
$this->show_msg_updated($info_msg_string);
}
@@ -445,7 +445,7 @@ function render_tab3()
//Recalculate points after the feature status/options have been altered
$aiowps_feature_mgr->check_feature_status_and_recalculate_points();
- $this->show_msg_updated(__('Settings were successfully saved', 'all-in-one-wp-security-and-firewall'));
+ $this->show_msg_updated(__('Settings were successfully saved.', 'all-in-one-wp-security-and-firewall'));
}
?>
@@ -472,7 +472,7 @@ function render_tab3()
'.__('Being informed of any changes in your files can be a good way to quickly prevent a hacker from causing damage to your website.', 'all-in-one-wp-security-and-firewall').
+ '
'.__('Being informed of any changes on your files can be a good way to quickly prevent a hacker from causing damage to your website.', 'all-in-one-wp-security-and-firewall').
'
'.__('In general, WordPress core and plugin files and file types such as ".php" or ".js" should not change often and when they do, it is important that you are made aware when a change occurs and which file was affected.', 'all-in-one-wp-security-and-firewall').
'
'.__('The "File Change Detection Feature" will notify you of any file change which occurs on your system, including the addition and deletion of files by performing a regular automated or manual scan of your system\'s files.', 'all-in-one-wp-security-and-firewall').
'
'.__('This feature also allows you to exclude certain files or folders from the scan in cases where you know that they change often as part of their normal operation. (For example log files and certain caching plugin files may change often and hence you may choose to exclude such files from the file change detection scan)', 'all-in-one-wp-security-and-firewall').'';
@@ -463,4 +463,4 @@ function display_last_scan_results()
:
configs->get_value('aiowps_enable_comment_captcha')=='1') echo ' checked="checked"'; ?> value="1"/>
-
+
:
configs->get_value('aiowps_enable_bp_register_captcha')=='1') echo ' checked="checked"'; ?> value="1"/>
-
+
@@ -485,4 +485,4 @@ function render_tab3()
}
}
-} //end class
\ No newline at end of file
+} //end class
From 6e112292936497f9ed25b01eeef51b0bb30ec945 Mon Sep 17 00:00:00 2001
From: timse201 :
configs->get_value('aiowps_enable_registration_honeypot')=='1') echo ' checked="checked"'; ?> value="1"/>
-
+
@@ -304,4 +304,4 @@ function render_tab3()
Date: Fri, 30 Jun 2017 23:52:41 +0200
Subject: [PATCH 07/34] dots
---
.../admin/wp-security-firewall-menu.php | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/all-in-one-wp-security/admin/wp-security-firewall-menu.php b/all-in-one-wp-security/admin/wp-security-firewall-menu.php
index f4c0baa..5480861 100644
--- a/all-in-one-wp-security/admin/wp-security-firewall-menu.php
+++ b/all-in-one-wp-security/admin/wp-security-firewall-menu.php
@@ -117,7 +117,7 @@ function render_tab1()
if ($res)
{
- $this->show_msg_updated(__('Settings were successfully saved', 'all-in-one-wp-security-and-firewall'));
+ $this->show_msg_updated(__('Settings were successfully saved.', 'all-in-one-wp-security-and-firewall'));
}
else
{
@@ -250,7 +250,7 @@ function render_tab1()
'.__('It will then perform a few tests to verify if the bot is legitimately from Google and if so it will allow the bot to proceed.', 'all-in-one-wp-security-and-firewall').'
'; - echo ''.__('If the bot fails the checks then the plugin will mark it as being a fake Googlebot and it will block it', 'all-in-one-wp-security-and-firewall').'
'; + echo ''.__('If the bot fails the checks then the plugin will mark it as being a fake Googlebot and it will block it.', 'all-in-one-wp-security-and-firewall').'
'; ?> @@ -739,7 +739,7 @@ function render_tab5() if ($res) { - $this->show_msg_updated(__('Settings were successfully saved', 'all-in-one-wp-security-and-firewall')); + $this->show_msg_updated(__('Settings were successfully saved.', 'all-in-one-wp-security-and-firewall')); } else { @@ -926,7 +926,7 @@ function render_tab6()'.sprintf( __('Deletion of known pharma hack entry for option_name %s failed. Please delete this entry manually!', 'all-in-one-wp-security-and-firewall'), $entry['option_name']).'
'; }else{ - echo ''.sprintf( __('The options table entry with known pharma hack for option_id %s with option_name %s was successfully deleted', 'all-in-one-wp-security-and-firewall'), $entry['option_id'], $entry['option_name']).'
'; + echo ''.sprintf( __('The options table entry with known pharma hack for option_id %s with option_name %s was successfully deleted.', 'all-in-one-wp-security-and-firewall'), $entry['option_id'], $entry['option_name']).'
'; } } @@ -393,7 +393,7 @@ function execute_db_scan() } if(!$sus_options_entry_found){ - echo ''.__('No suspicious entries found in options table', 'all-in-one-wp-security-and-firewall').'
'; + echo ''.__('No suspicious entries found in options table.', 'all-in-one-wp-security-and-firewall').'
'; } //Posts table @@ -446,7 +446,7 @@ function execute_db_scan() } if(!$sus_posts_entry_found){ - echo ''.__('No suspicious entries found in posts table', 'all-in-one-wp-security-and-firewall').'
'; + echo ''.__('No suspicious entries found in posts table.', 'all-in-one-wp-security-and-firewall').'
'; } //Links table @@ -498,7 +498,7 @@ function execute_db_scan() } if(!$sus_links_entry_found) { - echo ''.__('No suspicious entries found in links table', 'all-in-one-wp-security-and-firewall').'
'; + echo ''.__('No suspicious entries found in links table.', 'all-in-one-wp-security-and-firewall').'
'; } //Comments table @@ -549,7 +549,7 @@ function execute_db_scan() } if(!$sus_comments_entry_found) { - echo ''.__('No suspicious entries found in comments table', 'all-in-one-wp-security-and-firewall').'
'; + echo ''.__('No suspicious entries found in comments table.', 'all-in-one-wp-security-and-firewall').'
'; } //postmeta table @@ -577,7 +577,7 @@ function execute_db_scan() } if(!$sus_postmeta_entry_found) { - echo ''.__('No suspicious entries found in postmeta table', 'all-in-one-wp-security-and-firewall').'
'; + echo ''.__('No suspicious entries found in postmeta table.', 'all-in-one-wp-security-and-firewall').'
'; } //usermeta table @@ -605,7 +605,7 @@ function execute_db_scan() } if(!$sus_usermeta_entry_found) { - echo ''.__('No suspicious entries found in usermeta table', 'all-in-one-wp-security-and-firewall').'
'; + echo ''.__('No suspicious entries found in usermeta table.', 'all-in-one-wp-security-and-firewall').'
'; } //users table @@ -654,7 +654,7 @@ function execute_db_scan() } if(!$sus_users_entry_found) { - echo ''.__('No suspicious entries found in users table', 'all-in-one-wp-security-and-firewall').'
'; + echo ''.__('No suspicious entries found in users table.', 'all-in-one-wp-security-and-firewall').'
'; } $output = ob_get_contents(); @@ -751,4 +751,4 @@ static function get_file_change_summary($scan_result) return $scan_summary; } -} \ No newline at end of file +} From b5729683a572376cd2234f2d2e14469a95c18f01 Mon Sep 17 00:00:00 2001 From: timse201'.__('No action required.', 'all-in-one-wp-security-and-firewall').' + echo '
'.__('No action required!', 'all-in-one-wp-security-and-firewall').'
'.__('Your site does not have a user account where the display name is identical to the username.', 'all-in-one-wp-security-and-firewall').'
-
+
From 9dc72161bf22b34ebe5df8ea20de5ffa23aa18d9 Mon Sep 17 00:00:00 2001
From: timse201 '.__('Each user agent string must be on a new line.', 'all-in-one-wp-security-and-firewall').' '.__('Example 1 - A single user agent string to block:', 'all-in-one-wp-security-and-firewall').' SquigglebotBot '.__('Example 2 - A list of more than 1 user agent strings to block', 'all-in-one-wp-security-and-firewall').' '.__('Example 2 - A list of more than 1 user agent strings to block:', 'all-in-one-wp-security-and-firewall').' baiduspider '.__('You have successfully enabled the cookie based brute force prevention feature', 'all-in-one-wp-security-and-firewall').' '.__('You have successfully enabled the cookie based brute force prevention feature.', 'all-in-one-wp-security-and-firewall').' '.__('From now on you will need to log into your WP Admin using the following URL:', 'all-in-one-wp-security-and-firewall').' '.AIOWPSEC_WP_URL.'/?'.$brute_force_feature_secret_word.'=1 '.__('It is important that you save this URL value somewhere in case you forget it, OR,', 'all-in-one-wp-security-and-firewall').' '.__('Example 1: 195.47.89.*', 'all-in-one-wp-security-and-firewall').' '.__('Example 2: 195.47.*.*', 'all-in-one-wp-security-and-firewall').' '.__('Example 3: 195.*.*.*', 'all-in-one-wp-security-and-firewall').' '.__('Or you can enter an IPv6 address (NOTE: ranges/wildcards are currently not supported for ipv6)', 'all-in-one-wp-security-and-firewall').' '.__('Or you can enter an IPv6 address (NOTE: ranges/wildcards are currently not supported for ipv6):', 'all-in-one-wp-security-and-firewall').' '.__('Example 4: 4102:0:3ea6:79fd:b:46f8:230f:bb05', 'all-in-one-wp-security-and-firewall').' '.__('Example 5: 2205:0:1ca2:810d::', 'all-in-one-wp-security-and-firewall').' ' . __('Maintenance mode is currently enabled. Remember to turn it off when you are done', 'all-in-one-wp-security-and-firewall') . ' ' . __('Maintenance mode is currently enabled. Remember to turn it off when you are done!', 'all-in-one-wp-security-and-firewall') . ' ' . __('Maintenance mode is currently off.', 'all-in-one-wp-security-and-firewall') . ' ' . __('Number of users currently logged in site-wide is:', 'all-in-one-wp-security-and-firewall') . ' ' . $num_users . ' ' . sprintf(__('Go to the %s menu to see more details', 'all-in-one-wp-security-and-firewall'), $users_online_link) . ' ' . sprintf(__('Go to the %s menu to see more details.', 'all-in-one-wp-security-and-firewall'), $users_online_link) . ' ' . __('There are no other site-wide users currently logged in.', 'all-in-one-wp-security-and-firewall') . ' ' . __('Number of users currently logged into your site (including you) is:', 'all-in-one-wp-security-and-firewall') . ' ' . $num_users . ' ' . sprintf(__('Go to the %s menu to see more details', 'all-in-one-wp-security-and-firewall'), $users_online_link) . ' ' . sprintf(__('Go to the %s menu to see more details.', 'all-in-one-wp-security-and-firewall'), $users_online_link) . ' ' . __('There are no other users currently logged in.', 'all-in-one-wp-security-and-firewall') . ' ' . __('Number of temporarily locked out IP addresses: ', 'all-in-one-wp-security-and-firewall') . ' ' . $num_ips . ' ' . sprintf(__('Go to the %s menu to see more details', 'all-in-one-wp-security-and-firewall'), $locked_ips_link) . ' ' . sprintf(__('Go to the %s menu to see more details.', 'all-in-one-wp-security-and-firewall'), $locked_ips_link) . ' '.sprintf( __('It is recommended that you perform a %s before using this feature', 'all-in-one-wp-security-and-firewall'), $backup_tab_link).' '.sprintf( __('It is recommended that you perform a %s before using this feature.', 'all-in-one-wp-security-and-firewall'), $backup_tab_link).' '.sprintf( __('%s table name update failed', 'all-in-one-wp-security-and-firewall'), ''.$table_old_name.'').' '.sprintf( __('%s table name update failed!', 'all-in-one-wp-security-and-firewall'), ''.$table_old_name.'').' Please click the button below to view the latest system logs: '.__('Please enter a valid email address','all-in-one-wp-security-and-firewall').' '.__('Please enter a valid email address.','all-in-one-wp-security-and-firewall').':
configs->get_value('aiowps_enable_blacklisting')=='1') echo ' checked="checked"'; ?> value="1"/>
-
+
@@ -219,7 +219,7 @@ function render_tab1()
echo '
SquigglebotBot
SurveyBot
VoidEYE
webcrawl.net
YottaShopping_Bot:
configs->get_value('aiowps_enable_rename_login_page')=='1') echo ' checked="checked"'; ?> value="1"/>
-
+
@@ -260,7 +260,7 @@ function render_tab2()
if (!$error)
{
$aio_wp_security->configs->set_value('aiowps_brute_force_secret_word',$brute_force_feature_secret_word);
- $msg = '
@@ -587,7 +587,7 @@ function render_tab3()
:
configs->get_value('aiowps_enable_login_captcha')=='1') echo ' checked="checked"'; ?> value="1"/>
-
+
:
configs->get_value('aiowps_enable_lost_password_captcha')=='1') echo ' checked="checked"'; ?> value="1"/>
-
+
@@ -697,7 +697,7 @@ function render_tab4()
:
configs->get_value('aiowps_enable_whitelisting')=='1') echo ' checked="checked"'; ?> value="1"/>
-
+
@@ -721,7 +721,7 @@ function render_tab4()
echo '
From 99dc721785bf026b4243c6f19fb966170254653c Mon Sep 17 00:00:00 2001
From: timse201 :
configs->get_value('aiowps_enable_login_honeypot')=='1') echo ' checked="checked"'; ?> value="1"/>
-
+
:
configs->get_value('aiowps_enable_automated_backups')=='1') echo ' checked="checked"'; ?> value="1"/>
-
+
@@ -333,22 +333,22 @@ function render_tab2()
-
+
:
-
+
@@ -422,7 +422,7 @@ function change_db_prefix($table_old_prefix, $table_new_prefix)
if ( false === $wpdb->query($sql) )
{
$error = 1;
- echo ':
configs->get_value('aiowps_send_backup_email_address')=='1') echo ' checked="checked"'; ?> value="1"/>
-
+
-
+
:
configs->get_value('aiowps_enable_automated_fcd_scan')=='1') echo ' checked="checked"'; ?> value="1"/>
-
+
@@ -286,7 +286,7 @@ function render_tab1()
-
+
@@ -326,7 +326,7 @@ function render_tab1()
@@ -352,7 +352,7 @@ function render_tab4()
:
configs->get_value('aiowps_send_fcd_scan_email')=='1') echo ' checked="checked"'; ?> value="1"/>
-
+
From 5e5afc15f21031d56f60202fd241def6155bdce5 Mon Sep 17 00:00:00 2001
From: timse201 :
configs->get_value('aiowps_disable_file_editing')=='1') echo ' checked="checked"'; ?> value="1"/>
-
+
Date: Sun, 16 Jul 2017 21:26:40 +0200
Subject: [PATCH 29/34] dots
---
all-in-one-wp-security/admin/wp-security-user-login-menu.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/all-in-one-wp-security/admin/wp-security-user-login-menu.php b/all-in-one-wp-security/admin/wp-security-user-login-menu.php
index 511917a..9796368 100644
--- a/all-in-one-wp-security/admin/wp-security-user-login-menu.php
+++ b/all-in-one-wp-security/admin/wp-security-user-login-menu.php
@@ -310,7 +310,7 @@ function render_tab1()
configs->get_value('aiowps_enable_email_notify')=='1') echo ' checked="checked"'; ?> value="1"/>
From 259038e3a4c9b996a1b6fc388f12d8d6dad02e9f Mon Sep 17 00:00:00 2001
From: timse201
-
+
-
+
From 6ddb169e09c130c5136cc0632883b4ba8e175dc1 Mon Sep 17 00:00:00 2001
From: timse201
-
:
+
prefix; ?>
- :
+
configs->get_value('aiowps_enable_random_prefix')=='1') echo ' checked="checked"'; ?> value="1"/>