Version Description
- Fixed the admin menu and also some links that did not work on Windows server.
Download this release
Release Info
Developer | scheeeli |
Plugin | Anti-Malware Security and Brute-Force Firewall |
Version | 4.15.44 |
Comparing to | |
See all releases |
Code changes from version 4.15.43 to 4.15.44
- index.php +4 -4
- languages/gotmls.pot +195 -1
- readme.txt +8 -2
index.php
CHANGED
@@ -8,7 +8,7 @@ Author URI: http://wordpress.ieonly.com/category/my-plugins/anti-malware/
|
|
8 |
Contributors: scheeeli, gotmls
|
9 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZHD8QHZ2E7PE
|
10 |
Description: This Anti-Virus/Anti-Malware plugin searches for Malware and other Virus like threats and vulnerabilities on your server and helps you remove them. It's always growing and changing to adapt to new threats so let me know if it's not working for you.
|
11 |
-
Version: 4.15.
|
12 |
*/
|
13 |
if (isset($_SERVER["DOCUMENT_ROOT"]) && ($SCRIPT_FILE = str_replace($_SERVER["DOCUMENT_ROOT"], "", isset($_SERVER["SCRIPT_FILENAME"])?$_SERVER["SCRIPT_FILENAME"]:isset($_SERVER["SCRIPT_NAME"])?$_SERVER["SCRIPT_NAME"]:"")) && strlen($SCRIPT_FILE) > strlen("/".basename(__FILE__)) && substr(__FILE__, -1 * strlen($SCRIPT_FILE)) == substr($SCRIPT_FILE, -1 * strlen(__FILE__)))
|
14 |
include(dirname(__FILE__)."/safe-load/index.php");
|
@@ -57,7 +57,7 @@ function GOTMLS_user_can() {
|
|
57 |
}
|
58 |
|
59 |
function GOTMLS_menu() {
|
60 |
-
if (
|
61 |
$GLOBALS["GOTMLS"]["tmp"]["settings_array"]["menu_group"] = $_POST["GOTMLS_menu_group"];
|
62 |
update_option('GOTMLS_settings_array', $GLOBALS["GOTMLS"]["tmp"]["settings_array"]);
|
63 |
}
|
@@ -1256,14 +1256,14 @@ add_action('wp_ajax_nopriv_GOTMLS_logintime', 'GOTMLS_ajax_logintime');
|
|
1256 |
add_action('wp_ajax_GOTMLS_logintime', 'GOTMLS_ajax_logintime');
|
1257 |
|
1258 |
function GOTMLS_set_plugin_action_links($links_array, $plugin_file) {
|
1259 |
-
if ($plugin_file == substr(__file__, (-1 * strlen($plugin_file))) && strlen($plugin_file) > 10)
|
1260 |
$links_array = array_merge(array('<a href="'.admin_url('admin.php?page=GOTMLS-settings').'"><span class="dashicons dashicons-admin-settings"></span>'.GOTMLS_Scan_Settings_LANGUAGE.'</a>'), $links_array);
|
1261 |
return $links_array;
|
1262 |
}
|
1263 |
add_filter("plugin_action_links", "GOTMLS_set_plugin_action_links", 1, 2);
|
1264 |
|
1265 |
function GOTMLS_set_plugin_row_meta($links_array, $plugin_file) {
|
1266 |
-
if ($plugin_file == substr(__file__, (-1 * strlen($plugin_file))) && strlen($plugin_file) > 10)
|
1267 |
$links_array = array_merge($links_array, array('<a target="_blank" href="http://gotmls.net/faqs/">FAQ</a>','<a target="_blank" href="http://gotmls.net/support/">Support</a>','<a target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZHD8QHZ2E7PE"><span class="dashicons dashicons-heart"></span>Donate</a>'));
|
1268 |
return $links_array;
|
1269 |
}
|
8 |
Contributors: scheeeli, gotmls
|
9 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZHD8QHZ2E7PE
|
10 |
Description: This Anti-Virus/Anti-Malware plugin searches for Malware and other Virus like threats and vulnerabilities on your server and helps you remove them. It's always growing and changing to adapt to new threats so let me know if it's not working for you.
|
11 |
+
Version: 4.15.44
|
12 |
*/
|
13 |
if (isset($_SERVER["DOCUMENT_ROOT"]) && ($SCRIPT_FILE = str_replace($_SERVER["DOCUMENT_ROOT"], "", isset($_SERVER["SCRIPT_FILENAME"])?$_SERVER["SCRIPT_FILENAME"]:isset($_SERVER["SCRIPT_NAME"])?$_SERVER["SCRIPT_NAME"]:"")) && strlen($SCRIPT_FILE) > strlen("/".basename(__FILE__)) && substr(__FILE__, -1 * strlen($SCRIPT_FILE)) == substr($SCRIPT_FILE, -1 * strlen(__FILE__)))
|
14 |
include(dirname(__FILE__)."/safe-load/index.php");
|
57 |
}
|
58 |
|
59 |
function GOTMLS_menu() {
|
60 |
+
if (GOTMLS_user_can() && GOTMLS_get_nonce() && isset($_POST["GOTMLS_menu_group"]) && is_numeric($_POST["GOTMLS_menu_group"])) {
|
61 |
$GLOBALS["GOTMLS"]["tmp"]["settings_array"]["menu_group"] = $_POST["GOTMLS_menu_group"];
|
62 |
update_option('GOTMLS_settings_array', $GLOBALS["GOTMLS"]["tmp"]["settings_array"]);
|
63 |
}
|
1256 |
add_action('wp_ajax_GOTMLS_logintime', 'GOTMLS_ajax_logintime');
|
1257 |
|
1258 |
function GOTMLS_set_plugin_action_links($links_array, $plugin_file) {
|
1259 |
+
if ($plugin_file == substr(str_replace("\\", "/", __file__), (-1 * strlen($plugin_file))) && strlen($plugin_file) > 10)
|
1260 |
$links_array = array_merge(array('<a href="'.admin_url('admin.php?page=GOTMLS-settings').'"><span class="dashicons dashicons-admin-settings"></span>'.GOTMLS_Scan_Settings_LANGUAGE.'</a>'), $links_array);
|
1261 |
return $links_array;
|
1262 |
}
|
1263 |
add_filter("plugin_action_links", "GOTMLS_set_plugin_action_links", 1, 2);
|
1264 |
|
1265 |
function GOTMLS_set_plugin_row_meta($links_array, $plugin_file) {
|
1266 |
+
if ($plugin_file == substr(str_replace("\\", "/", __file__), (-1 * strlen($plugin_file))) && strlen($plugin_file) > 10)
|
1267 |
$links_array = array_merge($links_array, array('<a target="_blank" href="http://gotmls.net/faqs/">FAQ</a>','<a target="_blank" href="http://gotmls.net/support/">Support</a>','<a target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZHD8QHZ2E7PE"><span class="dashicons dashicons-heart"></span>Donate</a>'));
|
1268 |
return $links_array;
|
1269 |
}
|
languages/gotmls.pot
CHANGED
@@ -8,7 +8,7 @@ msgid ""
|
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: GOTMLS\n"
|
10 |
"Report-Msgid-Bugs-To: eli@gotmls.net\n"
|
11 |
-
"POT-Creation-Date: 2015-11-10
|
12 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -17,575 +17,769 @@ msgstr ""
|
|
17 |
"Content-Type: text/plain; charset=UTF-8\n"
|
18 |
"Content-Transfer-Encoding: 8bit\n"
|
19 |
|
|
|
20 |
msgid "Getting Started"
|
21 |
msgstr ""
|
22 |
|
|
|
23 |
msgid "Make sure the Definition Updates are current and Run a Complete Scan."
|
24 |
msgstr ""
|
25 |
|
|
|
26 |
#, php-format
|
27 |
msgid "If Known Threats are found and displayed in red then there will be a button to '%s'. If only Potentional Threats are found then there is no automatic fix because those are probably not malicious."
|
28 |
msgstr ""
|
29 |
|
|
|
30 |
msgid "A backup of the original infected files are placed in the Quarantine in case you need to restore them or just want to look at them later. You can delete these files if you don't want to save more."
|
31 |
msgstr ""
|
32 |
|
|
|
33 |
msgid "FAQs"
|
34 |
msgstr ""
|
35 |
|
|
|
36 |
msgid "Main Menu Item placed at the <b>Top</b>"
|
37 |
msgstr ""
|
38 |
|
|
|
39 |
msgid "Main Menu Item placed at the <b>Bottom</b>"
|
40 |
msgstr ""
|
41 |
|
|
|
42 |
msgid "Main Menu Item placed below <b>Comments</b> and above <b>Appearance</b>"
|
43 |
msgstr ""
|
44 |
|
|
|
45 |
msgid "Main Menu Item placed below <b>Settings</b>"
|
46 |
msgstr ""
|
47 |
|
|
|
48 |
msgid "Menu Item Placement Options"
|
49 |
msgstr ""
|
50 |
|
|
|
51 |
msgid "Menu Placement"
|
52 |
msgstr ""
|
53 |
|
|
|
54 |
msgid "Tested your site. It appears we didn't break anything"
|
55 |
msgstr ""
|
56 |
|
|
|
57 |
#, php-format
|
58 |
msgid "Upgrade to %s now!"
|
59 |
msgstr ""
|
60 |
|
|
|
61 |
msgid "Searching for updates ..."
|
62 |
msgstr ""
|
63 |
|
|
|
64 |
msgid "If this is taking too long, click here."
|
65 |
msgstr ""
|
66 |
|
|
|
67 |
msgid "No response from server!"
|
68 |
msgstr ""
|
69 |
|
|
|
70 |
msgid "Updates & Registration"
|
71 |
msgstr ""
|
72 |
|
|
|
73 |
msgid "Download new definitions!"
|
74 |
msgstr ""
|
75 |
|
|
|
76 |
msgid "<p>Get instant access to definition updates.</p>"
|
77 |
msgstr ""
|
78 |
|
|
|
79 |
msgid "Check for Definition Updates Now!"
|
80 |
msgstr ""
|
81 |
|
|
|
82 |
msgid "If you have not already registered your Key then register now using the form below.<br />* All registration fields are required<br />** I will NOT share your information."
|
83 |
msgstr ""
|
84 |
|
|
|
85 |
msgid "Your Full Name:"
|
86 |
msgstr ""
|
87 |
|
|
|
88 |
msgid "A password will be e-mailed to this address:"
|
89 |
msgstr ""
|
90 |
|
|
|
91 |
msgid "Your WordPress Site URL:"
|
92 |
msgstr ""
|
93 |
|
|
|
94 |
msgid "Plugin Installation Key:"
|
95 |
msgstr ""
|
96 |
|
|
|
97 |
msgid "Please make a donation for the use of this wonderful feature!"
|
98 |
msgstr ""
|
99 |
|
|
|
100 |
msgid "First Name is a required field!"
|
101 |
msgstr ""
|
102 |
|
|
|
103 |
msgid "Last Name is a required field!"
|
104 |
msgstr ""
|
105 |
|
|
|
106 |
msgid "Email Address is a required field!"
|
107 |
msgstr ""
|
108 |
|
|
|
109 |
msgid "Your WordPress Site URL is a required field!"
|
110 |
msgstr ""
|
111 |
|
|
|
112 |
msgid "Plugin Installation Key is a required field!"
|
113 |
msgstr ""
|
114 |
|
|
|
115 |
msgid "Submitting Registration ..."
|
116 |
msgstr ""
|
117 |
|
|
|
118 |
msgid "Resources & Links"
|
119 |
msgstr ""
|
120 |
|
|
|
121 |
msgid "Make a Donation with PayPal"
|
122 |
msgstr ""
|
123 |
|
|
|
124 |
msgid "Last Scan Status"
|
125 |
msgstr ""
|
126 |
|
|
|
127 |
#, php-format
|
128 |
msgid "Cleared %s records from this log."
|
129 |
msgstr ""
|
130 |
|
|
|
131 |
msgid "No Scans have been logged"
|
132 |
msgstr ""
|
133 |
|
|
|
134 |
msgid "Globally White-listed files"
|
135 |
msgstr ""
|
136 |
|
|
|
137 |
msgid "# of patterns"
|
138 |
msgstr ""
|
139 |
|
|
|
140 |
msgid "Date Updated"
|
141 |
msgstr ""
|
142 |
|
|
|
143 |
msgid "WordPress Core files"
|
144 |
msgstr ""
|
145 |
|
|
|
146 |
msgid "# of files"
|
147 |
msgstr ""
|
148 |
|
|
|
149 |
msgid "You have old Quarantined files in the uploads directory on your server. The new quarantine is in your WordPress Database. You need to import these files into your database where they will be safer or just delete the quarantine folder inside /wp-content/uploads/ if you would rather just delete them."
|
150 |
msgstr ""
|
151 |
|
|
|
152 |
msgid "Restore selected files"
|
153 |
msgstr ""
|
154 |
|
|
|
155 |
msgid "Are you sure you want to overwrite the previously cleaned files with the selected files in the Quarantine?"
|
156 |
msgstr ""
|
157 |
|
|
|
158 |
msgid "Delete selected files"
|
159 |
msgstr ""
|
160 |
|
|
|
161 |
msgid "Are you sure you want to permanently delete the selected files in the Quarantine?"
|
162 |
msgstr ""
|
163 |
|
|
|
164 |
msgid "The following items have been found to contain malicious code, they have been cleaned, and the original infected file contents have been saved here in the Quarantine. The code is safe here and you do not need to do anything further with these files."
|
165 |
msgstr ""
|
166 |
|
|
|
167 |
#, php-format
|
168 |
msgid "Check all %d"
|
169 |
msgstr ""
|
170 |
|
|
|
171 |
msgid " Items in Quarantine"
|
172 |
msgstr ""
|
173 |
|
|
|
174 |
msgid "View Quarantined File"
|
175 |
msgstr ""
|
176 |
|
|
|
177 |
msgid "No Items in Quarantine"
|
178 |
msgstr ""
|
179 |
|
|
|
180 |
msgid "White-lists"
|
181 |
msgstr ""
|
182 |
|
|
|
183 |
msgid "Quarantine"
|
184 |
msgstr ""
|
185 |
|
|
|
186 |
msgid "Scan Logs"
|
187 |
msgstr ""
|
188 |
|
|
|
189 |
msgid "Only Scan These Folders:"
|
190 |
msgstr ""
|
191 |
|
|
|
192 |
msgid "What to look for:"
|
193 |
msgstr ""
|
194 |
|
|
|
195 |
msgid "Download Definition Updates to Use this feature"
|
196 |
msgstr ""
|
197 |
|
|
|
198 |
msgid "Download the new definitions (Right sidebar) to activate this feature."
|
199 |
msgstr ""
|
200 |
|
|
|
201 |
msgid "What to scan:"
|
202 |
msgstr ""
|
203 |
|
|
|
204 |
msgid "Scan Depth:"
|
205 |
msgstr ""
|
206 |
|
|
|
207 |
msgid "how far to drill down"
|
208 |
msgstr ""
|
209 |
|
|
|
210 |
msgid "-1 is infinite depth"
|
211 |
msgstr ""
|
212 |
|
|
|
213 |
msgid "Custom RegExp:"
|
214 |
msgstr ""
|
215 |
|
|
|
216 |
msgid "For very advanced users only. Do not use this without talking to Eli first. If used incorrectly you could easily break your site."
|
217 |
msgstr ""
|
218 |
|
|
|
219 |
msgid "Custom Code to be Checked:"
|
220 |
msgstr ""
|
221 |
|
|
|
222 |
msgid "For very advanced users only. If you enter anything in this box then no other files will be scanned on your site."
|
223 |
msgstr ""
|
224 |
|
|
|
225 |
msgid "Skip files with the following extentions:"
|
226 |
msgstr ""
|
227 |
|
|
|
228 |
msgid "a comma separated list of file extentions to skip"
|
229 |
msgstr ""
|
230 |
|
|
|
231 |
msgid "Skip directories with the following names:"
|
232 |
msgstr ""
|
233 |
|
|
|
234 |
msgid "a folder name or comma separated list of folder names to skip"
|
235 |
msgstr ""
|
236 |
|
|
|
237 |
msgid "Automatically Update Definitions:"
|
238 |
msgstr ""
|
239 |
|
|
|
240 |
msgid "This new BETA feature is only available to registered users who have donated at a certain level."
|
241 |
msgstr ""
|
242 |
|
|
|
243 |
msgid "Save Settings"
|
244 |
msgstr ""
|
245 |
|
|
|
246 |
msgid "Run Complete Scan"
|
247 |
msgstr ""
|
248 |
|
|
|
249 |
#, php-format
|
250 |
msgid "Another Plugin or Theme is using '%s' to handle output buffers. <br />This prevents actively outputing the buffer on-the-fly and will severely degrade the performance of this (and many other) Plugins. <br />Consider disabling caching and compression plugins (at least during the scanning process)."
|
251 |
msgstr ""
|
252 |
|
|
|
253 |
msgid "Scanned Files"
|
254 |
msgstr ""
|
255 |
|
|
|
256 |
msgid "Selected Folders"
|
257 |
msgstr ""
|
258 |
|
|
|
259 |
msgid "Scanned Folders"
|
260 |
msgstr ""
|
261 |
|
|
|
262 |
msgid "Skipped Folders"
|
263 |
msgstr ""
|
264 |
|
|
|
265 |
msgid "Skipped Files"
|
266 |
msgstr ""
|
267 |
|
|
|
268 |
msgid "Read/Write Errors"
|
269 |
msgstr ""
|
270 |
|
|
|
271 |
msgid "Quarantined Files"
|
272 |
msgstr ""
|
273 |
|
|
|
|
|
274 |
msgid "Potential Threats"
|
275 |
msgstr ""
|
276 |
|
|
|
277 |
msgid "WP-Login Updates"
|
278 |
msgstr ""
|
279 |
|
|
|
280 |
msgid "Scan Complete!"
|
281 |
msgstr ""
|
282 |
|
|
|
283 |
msgid "You are not currently scanning for this type of threat!"
|
284 |
msgstr ""
|
285 |
|
|
|
286 |
msgid "Saving these settings requires a valid Nonce Token. No valid Nonce Token was found at this time, either because the token have expired or because the data was invalid. Please try re-submitting the form above."
|
287 |
msgstr ""
|
288 |
|
|
|
289 |
msgid "NOTE: These are probably not malicious scripts (but it's a good place to start looking <u>IF</u> your site is infected and no Known Threats were found)."
|
290 |
msgstr ""
|
291 |
|
|
|
292 |
#, php-format
|
293 |
msgid "NOTE: We have detected changes to the WordPress Core files on your site. This could be an intentional modification or the malicious work of a hacker. We can restore these files to their original state to preserve the integrity of your original WordPress %s installation."
|
294 |
msgstr ""
|
295 |
|
|
|
|
|
296 |
msgid "read my blog"
|
297 |
msgstr ""
|
298 |
|
|
|
299 |
msgid "Scan Details:"
|
300 |
msgstr ""
|
301 |
|
|
|
302 |
#, php-format
|
303 |
msgid "Not flushing OB Handlers: %s"
|
304 |
msgstr ""
|
305 |
|
|
|
306 |
msgid "The Quick Scan was unable to finish because of a shortage of memory or a problem accessing a file. Please try using the Complete Scan, it is slower but it will handle these errors better and continue scanning the rest of the files."
|
307 |
msgstr ""
|
308 |
|
|
|
309 |
msgid "Completed!"
|
310 |
msgstr ""
|
311 |
|
|
|
312 |
msgid "Starting Scan ..."
|
313 |
msgstr ""
|
314 |
|
|
|
315 |
msgid "Starting a Complete Scan requires a valid Nonce Token. No valid Nonce Token was found at this time, either because the token have expired or because the data was invalid. Please try re-submitting the form above."
|
316 |
msgstr ""
|
317 |
|
|
|
318 |
msgid "Your WordPress Login page is susceptible to a brute-force attack (just like any other login page). These types of attacks are becoming more prevalent these days and can sometimes cause your server to become slow or unresponsive, even if the attacks do not succeed in gaining access to your site. Applying this patch will block access to the WordPress Login page whenever this type of attack is detected."
|
319 |
msgstr ""
|
320 |
|
|
|
321 |
msgid "Your WordPress site has the current version of my brute-force Login protection installed."
|
322 |
msgstr ""
|
323 |
|
|
|
324 |
msgid "Your WordPress Login page has the old version of my brute-force protection installed. Upgrade this patch to improve the protection on the WordPress Login page and preserve the integrity of your WordPress core files."
|
325 |
msgstr ""
|
326 |
|
|
|
327 |
msgid "Checking .htaccess file ..."
|
328 |
msgstr ""
|
329 |
|
|
|
|
|
330 |
msgid "You must register and donate to use this feature!"
|
331 |
msgstr ""
|
332 |
|
|
|
|
|
333 |
msgid "This feature is available to those who have donated!"
|
334 |
msgstr ""
|
335 |
|
|
|
336 |
#, php-format
|
337 |
msgid "Failed to remove XMLRPC Protection (.htaccess %s)"
|
338 |
msgstr ""
|
339 |
|
|
|
340 |
#, php-format
|
341 |
msgid "Failed to install XMLRPC Protection (.htaccess %s)"
|
342 |
msgstr ""
|
343 |
|
|
|
344 |
msgid "Most WordPress site do not use the XMLRPC features and hack attempt on the xmlrpc.php file are more common then ever before. Even if there are no vulnerabilities for hackers to exploit these attempts can cause slowness or downtime similar to a DDoS attack. This patch automatically blocks all external access to the xmlrpc.php file."
|
345 |
msgstr ""
|
346 |
|
|
|
347 |
msgid "Removed Brute-Force Protection"
|
348 |
msgstr ""
|
349 |
|
|
|
350 |
msgid "Upgraded Brute-Force Protection"
|
351 |
msgstr ""
|
352 |
|
|
|
353 |
msgid "Installed Brute-Force Protection"
|
354 |
msgstr ""
|
355 |
|
|
|
356 |
#, php-format
|
357 |
msgid "Failed to install Brute-Force Protection (wp-config.php %s)"
|
358 |
msgstr ""
|
359 |
|
|
|
360 |
msgid "wp-config.php Not Readable!"
|
361 |
msgstr ""
|
362 |
|
|
|
363 |
msgid "wp-config.php Not Found!"
|
364 |
msgstr ""
|
365 |
|
|
|
366 |
msgid "Removed Old Brute-Force Login Patch"
|
367 |
msgstr ""
|
368 |
|
|
|
369 |
msgid "This protection is automatically activated with this plugin because of the widespread attack on WordPress that are affecting so many site right now. It is still recommended that you make sure to upgrade and older versions of the Revolution Slider plugin, especially those included in some themes that will not update automatically. Even if you do not have Revolution Slider on your site it still can't hurt to have this protection installed."
|
370 |
msgstr ""
|
371 |
|
|
|
372 |
msgid "Checking for session compatibility ..."
|
373 |
msgstr ""
|
374 |
|
|
|
375 |
msgid " For more information on Brute-Force attack prevention and the WordPress wp-login-php file "
|
376 |
msgstr ""
|
377 |
|
|
|
378 |
#, php-format
|
379 |
msgid "You username has been change to %s. Don't forget to use your new username when you login again."
|
380 |
msgstr ""
|
381 |
|
|
|
382 |
#, php-format
|
383 |
msgid "SQL Error changing username: %s. Please try again later."
|
384 |
msgstr ""
|
385 |
|
|
|
386 |
#, php-format
|
387 |
msgid "Your new username must be at least 3 characters and can only contain "%s". Please try again."
|
388 |
msgstr ""
|
389 |
|
|
|
390 |
msgid "Change your username:"
|
391 |
msgstr ""
|
392 |
|
|
|
393 |
msgid "Your username is \"admin\", this is the most commonly guessed username by hackers and brute-force scripts. It is highly recommended that you change your username immediately."
|
394 |
msgstr ""
|
395 |
|
|
|
396 |
msgid "Firewall Options"
|
397 |
msgstr ""
|
398 |
|
|
|
399 |
msgid "Default position"
|
400 |
msgstr ""
|
401 |
|
|
|
402 |
msgid "New position"
|
403 |
msgstr ""
|
404 |
|
|
|
405 |
msgid "saved."
|
406 |
msgstr ""
|
407 |
|
|
|
408 |
msgid "Failed to empty the trash."
|
409 |
msgstr ""
|
410 |
|
|
|
|
|
|
|
411 |
msgid "Done!"
|
412 |
msgstr ""
|
413 |
|
|
|
414 |
msgid "Failed to delete!"
|
415 |
msgstr ""
|
416 |
|
|
|
417 |
msgid "Complete!"
|
418 |
msgstr ""
|
419 |
|
|
|
420 |
msgid "Restore Failed!"
|
421 |
msgstr ""
|
422 |
|
|
|
423 |
msgid "File "
|
424 |
msgstr ""
|
425 |
|
|
|
426 |
#, php-format
|
427 |
msgid "Because some changes were made we need to check to make sure it did not break your site. If this stays Red and the frame below does not load please <a %s>revert the changes</a> made during this automated fix process."
|
428 |
msgstr ""
|
429 |
|
|
|
430 |
msgid "Never mind, it worked!"
|
431 |
msgstr ""
|
432 |
|
|
|
433 |
msgid "Nothing Selected to be Changed!"
|
434 |
msgstr ""
|
435 |
|
|
|
436 |
msgid "Are you sure you want to delete this file from the quarantine?"
|
437 |
msgstr ""
|
438 |
|
|
|
439 |
msgid "File Details:"
|
440 |
msgstr ""
|
441 |
|
|
|
442 |
msgid "This file no longer exists in the quarantine."
|
443 |
msgstr ""
|
444 |
|
|
|
445 |
#, php-format
|
446 |
msgid "The file %s does not exist, it must have already been deleted."
|
447 |
msgstr ""
|
448 |
|
|
|
449 |
msgid "Are you sure this file is not infected and you want to ignore it in future scans?"
|
450 |
msgstr ""
|
451 |
|
|
|
452 |
msgid "Potential threats in file:"
|
453 |
msgstr ""
|
454 |
|
|
|
455 |
msgid "htaccess Threats"
|
456 |
msgstr ""
|
457 |
|
|
|
458 |
msgid "TimThumb Exploits"
|
459 |
msgstr ""
|
460 |
|
|
|
461 |
msgid "Backdoor Scripts"
|
462 |
msgstr ""
|
463 |
|
|
|
464 |
msgid "Known Threats"
|
465 |
msgstr ""
|
466 |
|
|
|
467 |
msgid "Core File Changes"
|
468 |
msgstr ""
|
469 |
|
|
|
470 |
msgid "Your Server could not start a Session!"
|
471 |
msgstr ""
|
472 |
|
|
|
473 |
msgid "Invalid or expired Nonce Token!"
|
474 |
msgstr ""
|
475 |
|
|
|
476 |
msgid "Failed to list files in directory!"
|
477 |
msgstr ""
|
478 |
|
|
|
479 |
msgid "Quick Scan"
|
480 |
msgstr ""
|
481 |
|
|
|
482 |
msgid "View Quarantine"
|
483 |
msgstr ""
|
484 |
|
|
|
485 |
msgid "View Scan Log"
|
486 |
msgstr ""
|
487 |
|
|
|
488 |
#, php-format
|
489 |
msgid "This Plugin requires WordPress version %s or higher"
|
490 |
msgstr ""
|
491 |
|
|
|
492 |
msgid "Scan Settings"
|
493 |
msgstr ""
|
494 |
|
|
|
495 |
msgid "Loading, Please Wait ..."
|
496 |
msgstr ""
|
497 |
|
|
|
498 |
msgid "Automatically Fix SELECTED Files Now"
|
499 |
msgstr ""
|
500 |
|
|
|
501 |
msgid "an unknown file"
|
502 |
msgstr ""
|
503 |
|
|
|
504 |
msgid "unknown"
|
505 |
msgstr ""
|
506 |
|
|
|
507 |
#, php-format
|
508 |
msgid "<b>Headers already sent</b> in %1$s on line %2$s.<br />This is not a good sign, it may just be a poorly written plugin but Headers should not have been sent at this point.<br />Check the code in the above mentioned file to fix this problem."
|
509 |
msgstr ""
|
510 |
|
|
|
511 |
msgid "Failed to read file contents!"
|
512 |
msgstr ""
|
513 |
|
|
|
514 |
msgid "Empty file!"
|
515 |
msgstr ""
|
516 |
|
|
|
517 |
msgid "Fixed file permissions! (try again)"
|
518 |
msgstr ""
|
519 |
|
|
|
520 |
msgid "File permissions read-only!"
|
521 |
msgstr ""
|
522 |
|
|
|
523 |
msgid "File not readable!"
|
524 |
msgstr ""
|
525 |
|
|
|
526 |
msgid "File does not exist!"
|
527 |
msgstr ""
|
528 |
|
|
|
|
|
529 |
msgid "Examine File"
|
530 |
msgstr ""
|
531 |
|
|
|
532 |
msgid "Success!"
|
533 |
msgstr ""
|
534 |
|
|
|
535 |
msgid "Failed:"
|
536 |
msgstr ""
|
537 |
|
|
|
538 |
msgid "failed to quarantine!"
|
539 |
msgstr ""
|
540 |
|
|
|
541 |
msgid "reason unknown!"
|
542 |
msgstr ""
|
543 |
|
|
|
544 |
msgid "failed to write!"
|
545 |
msgstr ""
|
546 |
|
|
|
547 |
msgid "file not writable!"
|
548 |
msgstr ""
|
549 |
|
|
|
550 |
msgid "no file contents!"
|
551 |
msgstr ""
|
552 |
|
|
|
553 |
msgid "Failed: "
|
554 |
msgstr ""
|
555 |
|
|
|
|
|
556 |
msgid "Already Fixed!"
|
557 |
msgstr ""
|
558 |
|
|
|
559 |
#, php-format
|
560 |
msgid "Preparing %s"
|
561 |
msgstr ""
|
562 |
|
|
|
|
|
563 |
#, php-format
|
564 |
msgid "Scanning %s"
|
565 |
msgstr ""
|
566 |
|
|
|
|
|
567 |
#, php-format
|
568 |
msgid "Scanned %s"
|
569 |
msgstr ""
|
570 |
|
|
|
571 |
msgid "Examine Quarantined File"
|
572 |
msgstr ""
|
573 |
|
|
|
574 |
msgid "Failed to determine file size!"
|
575 |
msgstr ""
|
576 |
|
|
|
577 |
msgid "Skipped because of file size!"
|
578 |
msgstr ""
|
579 |
|
|
|
580 |
msgid "Skipped because of file extention!"
|
581 |
msgstr ""
|
582 |
|
|
|
583 |
msgid "Failed to read directory!"
|
584 |
msgstr ""
|
585 |
|
|
|
586 |
#, php-format
|
587 |
msgid "Skipped because of file size (%1$s bytes) or file extention (%2$s)!"
|
588 |
msgstr ""
|
589 |
|
|
|
590 |
msgid "Failed to read file!"
|
591 |
msgstr ""
|
8 |
msgstr ""
|
9 |
"Project-Id-Version: GOTMLS\n"
|
10 |
"Report-Msgid-Bugs-To: eli@gotmls.net\n"
|
11 |
+
"POT-Creation-Date: 2015-11-10 19:15-1000\n"
|
12 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
17 |
"Content-Type: text/plain; charset=UTF-8\n"
|
18 |
"Content-Transfer-Encoding: 8bit\n"
|
19 |
|
20 |
+
#: index.php:88
|
21 |
msgid "Getting Started"
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: index.php:89
|
25 |
msgid "Make sure the Definition Updates are current and Run a Complete Scan."
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: index.php:89
|
29 |
#, php-format
|
30 |
msgid "If Known Threats are found and displayed in red then there will be a button to '%s'. If only Potentional Threats are found then there is no automatic fix because those are probably not malicious."
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: index.php:89
|
34 |
msgid "A backup of the original infected files are placed in the Quarantine in case you need to restore them or just want to look at them later. You can delete these files if you don't want to save more."
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: index.php:95
|
38 |
msgid "FAQs"
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: index.php:100
|
42 |
msgid "Main Menu Item placed at the <b>Top</b>"
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: index.php:100
|
46 |
msgid "Main Menu Item placed at the <b>Bottom</b>"
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: index.php:102
|
50 |
msgid "Main Menu Item placed below <b>Comments</b> and above <b>Appearance</b>"
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: index.php:102
|
54 |
msgid "Main Menu Item placed below <b>Settings</b>"
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: index.php:103
|
58 |
msgid "Menu Item Placement Options"
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: index.php:108
|
62 |
msgid "Menu Placement"
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: index.php:127
|
66 |
msgid "Tested your site. It appears we didn't break anything"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: index.php:136
|
70 |
#, php-format
|
71 |
msgid "Upgrade to %s now!"
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: index.php:140
|
75 |
msgid "Searching for updates ..."
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: index.php:195
|
79 |
msgid "If this is taking too long, click here."
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: index.php:273
|
83 |
msgid "No response from server!"
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: index.php:369
|
87 |
msgid "Updates & Registration"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: index.php:377
|
91 |
msgid "Download new definitions!"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: index.php:380
|
95 |
msgid "<p>Get instant access to definition updates.</p>"
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: index.php:380
|
99 |
msgid "Check for Definition Updates Now!"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: index.php:381
|
103 |
msgid "If you have not already registered your Key then register now using the form below.<br />* All registration fields are required<br />** I will NOT share your information."
|
104 |
msgstr ""
|
105 |
|
106 |
+
#: index.php:383
|
107 |
msgid "Your Full Name:"
|
108 |
msgstr ""
|
109 |
|
110 |
+
#: index.php:387
|
111 |
msgid "A password will be e-mailed to this address:"
|
112 |
msgstr ""
|
113 |
|
114 |
+
#: index.php:390
|
115 |
msgid "Your WordPress Site URL:"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: index.php:393
|
119 |
msgid "Plugin Installation Key:"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: index.php:416
|
123 |
msgid "Please make a donation for the use of this wonderful feature!"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: index.php:422
|
127 |
msgid "First Name is a required field!"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: index.php:424
|
131 |
msgid "Last Name is a required field!"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: index.php:426
|
135 |
msgid "Email Address is a required field!"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: index.php:434
|
139 |
msgid "Your WordPress Site URL is a required field!"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: index.php:436
|
143 |
msgid "Plugin Installation Key is a required field!"
|
144 |
msgstr ""
|
145 |
|
146 |
+
#: index.php:441
|
147 |
msgid "Submitting Registration ..."
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: index.php:463
|
151 |
msgid "Resources & Links"
|
152 |
msgstr ""
|
153 |
|
154 |
+
#: index.php:486
|
155 |
msgid "Make a Donation with PayPal"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: index.php:502
|
159 |
msgid "Last Scan Status"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: index.php:561
|
163 |
#, php-format
|
164 |
msgid "Cleared %s records from this log."
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: index.php:604
|
168 |
msgid "No Scans have been logged"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: index.php:611
|
172 |
msgid "Globally White-listed files"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: index.php:611
|
176 |
msgid "# of patterns"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: index.php:611
|
180 |
msgid "Date Updated"
|
181 |
msgstr ""
|
182 |
|
183 |
+
#: index.php:621
|
184 |
msgid "WordPress Core files"
|
185 |
msgstr ""
|
186 |
|
187 |
+
#: index.php:621
|
188 |
msgid "# of files"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: index.php:695
|
192 |
msgid "You have old Quarantined files in the uploads directory on your server. The new quarantine is in your WordPress Database. You need to import these files into your database where they will be safer or just delete the quarantine folder inside /wp-content/uploads/ if you would rather just delete them."
|
193 |
msgstr ""
|
194 |
|
195 |
+
#: index.php:702
|
196 |
msgid "Restore selected files"
|
197 |
msgstr ""
|
198 |
|
199 |
+
#: index.php:702
|
200 |
msgid "Are you sure you want to overwrite the previously cleaned files with the selected files in the Quarantine?"
|
201 |
msgstr ""
|
202 |
|
203 |
+
#: index.php:702
|
204 |
msgid "Delete selected files"
|
205 |
msgstr ""
|
206 |
|
207 |
+
#: index.php:702
|
208 |
msgid "Are you sure you want to permanently delete the selected files in the Quarantine?"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: index.php:702
|
212 |
msgid "The following items have been found to contain malicious code, they have been cleaned, and the original infected file contents have been saved here in the Quarantine. The code is safe here and you do not need to do anything further with these files."
|
213 |
msgstr ""
|
214 |
|
215 |
+
#: index.php:703
|
216 |
#, php-format
|
217 |
msgid "Check all %d"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: index.php:703
|
221 |
msgid " Items in Quarantine"
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: index.php:708
|
225 |
msgid "View Quarantined File"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: index.php:715
|
229 |
msgid "No Items in Quarantine"
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: index.php:726
|
233 |
msgid "White-lists"
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: index.php:729
|
237 |
msgid "Quarantine"
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: index.php:733
|
241 |
msgid "Scan Logs"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: index.php:867
|
245 |
msgid "Only Scan These Folders:"
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: index.php:871
|
249 |
msgid "What to look for:"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: index.php:886
|
253 |
msgid "Download Definition Updates to Use this feature"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: index.php:886
|
257 |
msgid "Download the new definitions (Right sidebar) to activate this feature."
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: index.php:890
|
261 |
msgid "What to scan:"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: index.php:892
|
265 |
msgid "Scan Depth:"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: index.php:893
|
269 |
msgid "how far to drill down"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: index.php:893
|
273 |
msgid "-1 is infinite depth"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: index.php:896
|
277 |
msgid "Custom RegExp:"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: index.php:896
|
281 |
msgid "For very advanced users only. Do not use this without talking to Eli first. If used incorrectly you could easily break your site."
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: index.php:896
|
285 |
msgid "Custom Code to be Checked:"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: index.php:896
|
289 |
msgid "For very advanced users only. If you enter anything in this box then no other files will be scanned on your site."
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: index.php:898
|
293 |
msgid "Skip files with the following extentions:"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: index.php:899
|
297 |
msgid "a comma separated list of file extentions to skip"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: index.php:900
|
301 |
msgid "Skip directories with the following names:"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: index.php:901
|
305 |
msgid "a folder name or comma separated list of folder names to skip"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: index.php:902
|
309 |
msgid "Automatically Update Definitions:"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: index.php:902
|
313 |
msgid "This new BETA feature is only available to registered users who have donated at a certain level."
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: index.php:902
|
317 |
msgid "Save Settings"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: index.php:902
|
321 |
msgid "Run Complete Scan"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: index.php:909
|
325 |
#, php-format
|
326 |
msgid "Another Plugin or Theme is using '%s' to handle output buffers. <br />This prevents actively outputing the buffer on-the-fly and will severely degrade the performance of this (and many other) Plugins. <br />Consider disabling caching and compression plugins (at least during the scanning process)."
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: index.php:911
|
330 |
msgid "Scanned Files"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: index.php:911
|
334 |
msgid "Selected Folders"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: index.php:911
|
338 |
msgid "Scanned Folders"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: index.php:911
|
342 |
msgid "Skipped Folders"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: index.php:911
|
346 |
msgid "Skipped Files"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: index.php:911
|
350 |
msgid "Read/Write Errors"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: index.php:911
|
354 |
msgid "Quarantined Files"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: index.php:923
|
358 |
+
#: images/index.php:32
|
359 |
msgid "Potential Threats"
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: index.php:923
|
363 |
msgid "WP-Login Updates"
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: index.php:955
|
367 |
msgid "Scan Complete!"
|
368 |
msgstr ""
|
369 |
|
370 |
+
#: index.php:1000
|
371 |
msgid "You are not currently scanning for this type of threat!"
|
372 |
msgstr ""
|
373 |
|
374 |
+
#: index.php:1024
|
375 |
msgid "Saving these settings requires a valid Nonce Token. No valid Nonce Token was found at this time, either because the token have expired or because the data was invalid. Please try re-submitting the form above."
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: index.php:1043
|
379 |
msgid "NOTE: These are probably not malicious scripts (but it's a good place to start looking <u>IF</u> your site is infected and no Known Threats were found)."
|
380 |
msgstr ""
|
381 |
|
382 |
+
#: index.php:1043
|
383 |
#, php-format
|
384 |
msgid "NOTE: We have detected changes to the WordPress Core files on your site. This could be an intentional modification or the malicious work of a hacker. We can restore these files to their original state to preserve the integrity of your original WordPress %s installation."
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: index.php:1043
|
388 |
+
#: index.php:1223
|
389 |
msgid "read my blog"
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: index.php:1046
|
393 |
msgid "Scan Details:"
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: index.php:1047
|
397 |
#, php-format
|
398 |
msgid "Not flushing OB Handlers: %s"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: index.php:1066
|
402 |
msgid "The Quick Scan was unable to finish because of a shortage of memory or a problem accessing a file. Please try using the Complete Scan, it is slower but it will handle these errors better and continue scanning the rest of the files."
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: index.php:1084
|
406 |
msgid "Completed!"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: index.php:1086
|
410 |
msgid "Starting Scan ..."
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: index.php:1137
|
414 |
msgid "Starting a Complete Scan requires a valid Nonce Token. No valid Nonce Token was found at this time, either because the token have expired or because the data was invalid. Please try re-submitting the form above."
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: index.php:1142
|
418 |
msgid "Your WordPress Login page is susceptible to a brute-force attack (just like any other login page). These types of attacks are becoming more prevalent these days and can sometimes cause your server to become slow or unresponsive, even if the attacks do not succeed in gaining access to your site. Applying this patch will block access to the WordPress Login page whenever this type of attack is detected."
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: index.php:1147
|
422 |
msgid "Your WordPress site has the current version of my brute-force Login protection installed."
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: index.php:1153
|
426 |
msgid "Your WordPress Login page has the old version of my brute-force protection installed. Upgrade this patch to improve the protection on the WordPress Login page and preserve the integrity of your WordPress core files."
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: index.php:1159
|
430 |
msgid "Checking .htaccess file ..."
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: index.php:1159
|
434 |
+
#: images/index.php:86
|
435 |
msgid "You must register and donate to use this feature!"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: index.php:1159
|
439 |
+
#: images/index.php:86
|
440 |
msgid "This feature is available to those who have donated!"
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: index.php:1171
|
444 |
#, php-format
|
445 |
msgid "Failed to remove XMLRPC Protection (.htaccess %s)"
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: index.php:1178
|
449 |
#, php-format
|
450 |
msgid "Failed to install XMLRPC Protection (.htaccess %s)"
|
451 |
msgstr ""
|
452 |
|
453 |
+
#: index.php:1182
|
454 |
msgid "Most WordPress site do not use the XMLRPC features and hack attempt on the xmlrpc.php file are more common then ever before. Even if there are no vulnerabilities for hackers to exploit these attempts can cause slowness or downtime similar to a DDoS attack. This patch automatically blocks all external access to the xmlrpc.php file."
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: index.php:1196
|
458 |
msgid "Removed Brute-Force Protection"
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: index.php:1201
|
462 |
msgid "Upgraded Brute-Force Protection"
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: index.php:1207
|
466 |
msgid "Installed Brute-Force Protection"
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: index.php:1210
|
470 |
#, php-format
|
471 |
msgid "Failed to install Brute-Force Protection (wp-config.php %s)"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: index.php:1212
|
475 |
msgid "wp-config.php Not Readable!"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: index.php:1214
|
479 |
msgid "wp-config.php Not Found!"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: index.php:1217
|
483 |
msgid "Removed Old Brute-Force Login Patch"
|
484 |
msgstr ""
|
485 |
|
486 |
+
#: index.php:1221
|
487 |
msgid "This protection is automatically activated with this plugin because of the widespread attack on WordPress that are affecting so many site right now. It is still recommended that you make sure to upgrade and older versions of the Revolution Slider plugin, especially those included in some themes that will not update automatically. Even if you do not have Revolution Slider on your site it still can't hurt to have this protection installed."
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: index.php:1223
|
491 |
msgid "Checking for session compatibility ..."
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: index.php:1223
|
495 |
msgid " For more information on Brute-Force attack prevention and the WordPress wp-login-php file "
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: index.php:1228
|
499 |
#, php-format
|
500 |
msgid "You username has been change to %s. Don't forget to use your new username when you login again."
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: index.php:1230
|
504 |
#, php-format
|
505 |
msgid "SQL Error changing username: %s. Please try again later."
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: index.php:1234
|
509 |
#, php-format
|
510 |
msgid "Your new username must be at least 3 characters and can only contain "%s". Please try again."
|
511 |
msgstr ""
|
512 |
|
513 |
+
#: index.php:1235
|
514 |
msgid "Change your username:"
|
515 |
msgstr ""
|
516 |
|
517 |
+
#: index.php:1235
|
518 |
msgid "Your username is \"admin\", this is the most commonly guessed username by hackers and brute-force scripts. It is highly recommended that you change your username immediately."
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: index.php:1238
|
522 |
msgid "Firewall Options"
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: index.php:1324
|
526 |
msgid "Default position"
|
527 |
msgstr ""
|
528 |
|
529 |
+
#: index.php:1346
|
530 |
msgid "New position"
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: index.php:1350
|
534 |
msgid "saved."
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: index.php:1364
|
538 |
msgid "Failed to empty the trash."
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: index.php:1417
|
542 |
+
#: index.php:1453
|
543 |
+
#: index.php:1455
|
544 |
msgid "Done!"
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: index.php:1420
|
548 |
msgid "Failed to delete!"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: index.php:1428
|
552 |
msgid "Complete!"
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: index.php:1431
|
556 |
msgid "Restore Failed!"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: index.php:1447
|
560 |
msgid "File "
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: index.php:1451
|
564 |
#, php-format
|
565 |
msgid "Because some changes were made we need to check to make sure it did not break your site. If this stays Red and the frame below does not load please <a %s>revert the changes</a> made during this automated fix process."
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: index.php:1451
|
569 |
msgid "Never mind, it worked!"
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: index.php:1453
|
573 |
msgid "Nothing Selected to be Changed!"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: index.php:1522
|
577 |
msgid "Are you sure you want to delete this file from the quarantine?"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: index.php:1522
|
581 |
msgid "File Details:"
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: index.php:1524
|
585 |
msgid "This file no longer exists in the quarantine."
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: index.php:1541
|
589 |
#, php-format
|
590 |
msgid "The file %s does not exist, it must have already been deleted."
|
591 |
msgstr ""
|
592 |
|
593 |
+
#: index.php:1583
|
594 |
msgid "Are you sure this file is not infected and you want to ignore it in future scans?"
|
595 |
msgstr ""
|
596 |
|
597 |
+
#: index.php:1583
|
598 |
msgid "Potential threats in file:"
|
599 |
msgstr ""
|
600 |
|
601 |
+
#: images/index.php:32
|
602 |
msgid "htaccess Threats"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: images/index.php:32
|
606 |
msgid "TimThumb Exploits"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: images/index.php:32
|
610 |
msgid "Backdoor Scripts"
|
611 |
msgstr ""
|
612 |
|
613 |
+
#: images/index.php:32
|
614 |
msgid "Known Threats"
|
615 |
msgstr ""
|
616 |
|
617 |
+
#: images/index.php:32
|
618 |
msgid "Core File Changes"
|
619 |
msgstr ""
|
620 |
|
621 |
+
#: images/index.php:90
|
622 |
msgid "Your Server could not start a Session!"
|
623 |
msgstr ""
|
624 |
|
625 |
+
#: images/index.php:103
|
626 |
msgid "Invalid or expired Nonce Token!"
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: images/index.php:104
|
630 |
msgid "Failed to list files in directory!"
|
631 |
msgstr ""
|
632 |
|
633 |
+
#: images/index.php:105
|
634 |
msgid "Quick Scan"
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: images/index.php:106
|
638 |
msgid "View Quarantine"
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: images/index.php:107
|
642 |
msgid "View Scan Log"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: images/index.php:108
|
646 |
#, php-format
|
647 |
msgid "This Plugin requires WordPress version %s or higher"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: images/index.php:109
|
651 |
msgid "Scan Settings"
|
652 |
msgstr ""
|
653 |
|
654 |
+
#: images/index.php:110
|
655 |
msgid "Loading, Please Wait ..."
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: images/index.php:111
|
659 |
msgid "Automatically Fix SELECTED Files Now"
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: images/index.php:218
|
663 |
msgid "an unknown file"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: images/index.php:220
|
667 |
msgid "unknown"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: images/index.php:221
|
671 |
#, php-format
|
672 |
msgid "<b>Headers already sent</b> in %1$s on line %2$s.<br />This is not a good sign, it may just be a poorly written plugin but Headers should not have been sent at this point.<br />Check the code in the above mentioned file to fix this problem."
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: images/index.php:413
|
676 |
msgid "Failed to read file contents!"
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: images/index.php:413
|
680 |
msgid "Empty file!"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: images/index.php:413
|
684 |
msgid "Fixed file permissions! (try again)"
|
685 |
msgstr ""
|
686 |
|
687 |
+
#: images/index.php:413
|
688 |
msgid "File permissions read-only!"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: images/index.php:413
|
692 |
msgid "File not readable!"
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: images/index.php:413
|
696 |
msgid "File does not exist!"
|
697 |
msgstr ""
|
698 |
|
699 |
+
#: images/index.php:418
|
700 |
+
#: images/index.php:733
|
701 |
msgid "Examine File"
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: images/index.php:446
|
705 |
msgid "Success!"
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: images/index.php:449
|
709 |
msgid "Failed:"
|
710 |
msgstr ""
|
711 |
|
712 |
+
#: images/index.php:449
|
713 |
msgid "failed to quarantine!"
|
714 |
msgstr ""
|
715 |
|
716 |
+
#: images/index.php:449
|
717 |
msgid "reason unknown!"
|
718 |
msgstr ""
|
719 |
|
720 |
+
#: images/index.php:449
|
721 |
msgid "failed to write!"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: images/index.php:449
|
725 |
msgid "file not writable!"
|
726 |
msgstr ""
|
727 |
|
728 |
+
#: images/index.php:449
|
729 |
msgid "no file contents!"
|
730 |
msgstr ""
|
731 |
|
732 |
+
#: images/index.php:455
|
733 |
msgid "Failed: "
|
734 |
msgstr ""
|
735 |
|
736 |
+
#: images/index.php:462
|
737 |
+
#: images/index.php:468
|
738 |
msgid "Already Fixed!"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: images/index.php:641
|
742 |
#, php-format
|
743 |
msgid "Preparing %s"
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: images/index.php:673
|
747 |
+
#: images/index.php:771
|
748 |
#, php-format
|
749 |
msgid "Scanning %s"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: images/index.php:690
|
753 |
+
#: images/index.php:821
|
754 |
#, php-format
|
755 |
msgid "Scanned %s"
|
756 |
msgstr ""
|
757 |
|
758 |
+
#: images/index.php:731
|
759 |
msgid "Examine Quarantined File"
|
760 |
msgstr ""
|
761 |
|
762 |
+
#: images/index.php:743
|
763 |
msgid "Failed to determine file size!"
|
764 |
msgstr ""
|
765 |
|
766 |
+
#: images/index.php:745
|
767 |
msgid "Skipped because of file size!"
|
768 |
msgstr ""
|
769 |
|
770 |
+
#: images/index.php:747
|
771 |
msgid "Skipped because of file extention!"
|
772 |
msgstr ""
|
773 |
|
774 |
+
#: images/index.php:778
|
775 |
msgid "Failed to read directory!"
|
776 |
msgstr ""
|
777 |
|
778 |
+
#: images/index.php:796
|
779 |
#, php-format
|
780 |
msgid "Skipped because of file size (%1$s bytes) or file extention (%2$s)!"
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: images/index.php:810
|
784 |
msgid "Failed to read file!"
|
785 |
msgstr ""
|
readme.txt
CHANGED
@@ -5,8 +5,8 @@ Author URI: http://wordpress.ieonly.com/category/my-plugins/anti-malware/
|
|
5 |
Contributors: scheeeli, gotmls
|
6 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZHD8QHZ2E7PE
|
7 |
Tags: anti-malware, security, scanner, automatic, repair, remove, malware, virus, threat, hacked, malicious, infection, timthumb, exploit, block, brute-force, wp-login, patch, antimalware, revslider, Revolution Slider
|
8 |
-
Version: 4.15.
|
9 |
-
Stable tag: 4.15.
|
10 |
Requires at least: 3.3
|
11 |
Tested up to: 4.3.1
|
12 |
|
@@ -94,6 +94,9 @@ sucuri.net caches their scan results and will not refresh the scan until you cli
|
|
94 |
|
95 |
== Changelog ==
|
96 |
|
|
|
|
|
|
|
97 |
= 4.15.43 =
|
98 |
* Added Core Files to the Quick Scan list on the admin menu.
|
99 |
* Added a nonce token to prevent Cross-Site Request Forgery by admins who are logged-in from another site.
|
@@ -367,6 +370,9 @@ sucuri.net caches their scan results and will not refresh the scan until you cli
|
|
367 |
|
368 |
== Upgrade Notice ==
|
369 |
|
|
|
|
|
|
|
370 |
= 4.15.43 =
|
371 |
Improved brute-force patch compatibility, added Core Files to the Quick Scan list, added a nonce token to prevent Cross-Site Request Forgery by admins who are logged-in, and hardened against XSS vulnerability triggered by bad file names.
|
372 |
|
5 |
Contributors: scheeeli, gotmls
|
6 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZHD8QHZ2E7PE
|
7 |
Tags: anti-malware, security, scanner, automatic, repair, remove, malware, virus, threat, hacked, malicious, infection, timthumb, exploit, block, brute-force, wp-login, patch, antimalware, revslider, Revolution Slider
|
8 |
+
Version: 4.15.44
|
9 |
+
Stable tag: 4.15.44
|
10 |
Requires at least: 3.3
|
11 |
Tested up to: 4.3.1
|
12 |
|
94 |
|
95 |
== Changelog ==
|
96 |
|
97 |
+
= 4.15.44 =
|
98 |
+
* Fixed the admin menu and also some links that did not work on Windows server.
|
99 |
+
|
100 |
= 4.15.43 =
|
101 |
* Added Core Files to the Quick Scan list on the admin menu.
|
102 |
* Added a nonce token to prevent Cross-Site Request Forgery by admins who are logged-in from another site.
|
370 |
|
371 |
== Upgrade Notice ==
|
372 |
|
373 |
+
= 4.15.44 =
|
374 |
+
Fixed the admin menu and also some links that did not work on Windows server.
|
375 |
+
|
376 |
= 4.15.43 =
|
377 |
Improved brute-force patch compatibility, added Core Files to the Quick Scan list, added a nonce token to prevent Cross-Site Request Forgery by admins who are logged-in, and hardened against XSS vulnerability triggered by bad file names.
|
378 |
|