Hi,
Each of these paired entries represent a failed captcha login attempt. This means that your site is likely to be under some kind of brute force attack. I would recommend you activate some of the the other features under “Brute force”
Thread Starter
vimana
(@vimana)
I have all ready activated other features under “brute force”… We had a lot attack in the past and many blocked ip and never had problem. This a bug of the plugin not an attack. Since last updated of the plugin 9th April (you can see in the fist image i posted) “All In One WP Security & Firewall” start to create more than 100000 rows in our wp_options table whit autolad like “yes” that mean those options are loaded in every page load of the website with no sense. Bevfore there was only 500-600 rows whit autoload like “yes”. Can you explain me the sense to autoload 100000 options of captcha_string_info….
-
This reply was modified 2 years, 11 months ago by
vimana.
@vimana I will report this to our developers.
@vupdraft It’s the “autoload” part that’s the problem.
Please am going through the same issue, aiowps created hundreds of thousands of rows in the options table with autoload, loading time is really up,
Please how can I delete all this aiowps_captcha_string rows
Kindly help
@vimana please how did you delete all the rows
Thread Starter
vimana
(@vimana)
Backup your options table and than you have to execute the following SQL query:
DELETE FROM yourtableprefix_options
WHERE option_name
LIKE “%aiowps_captcha_string%”
where yourtableprefix = Your table prefix
here a screenshot of
phpMyAdmin (it’s in Italian Language buy I think it’s understandable)
-
This reply was modified 2 years, 9 months ago by
vimana.
Is there any resolution from the plugin developers to this or is going in and removing the entries the only remedy at this time?
-
This reply was modified 2 years, 7 months ago by
andy_woz.