eehmke
Forum Replies Created
-
Ok I found the site again. The bug is definitely there. Here is a screenshot:
https://ufile.io/gfy973pbOk it’s the site health page. In german it’s called Seitenstatus. Anyway the problem seems to have disappeared. I will report again if it shows up again.
Since I modified my .htaccess like described above, my problem is solved.
It turns out the attack tried wp-login.php and xmlrpc.php. I put xmlrpc.php into my FilesMatch too, seems to work.
Thanks! Will check tomorrow.
Here is my .htaccess content:
# Auth protect wp-login.php <Files wp-login.php> AuthName "Passwortgeschützter Bereich" AuthType Basic AuthUserFile /var/www/wpsite/.htpasswd Require valid-user </Files> # Deny access to important files - ab Apache 2.4 <FilesMatch "(\.htaccess|\.htpasswd|wp-config\.php)"> Require all denied </FilesMatch>The database table is clean.
Forum: Plugins
In reply to: [PHP Compatibility Checker] PHP 7.3Confirm this. I already run PHP 7.3 on a few sites, no issues so far. Would be nice to have the checker to confirm.
Forum: Plugins
In reply to: [Contact Form 7] recaptcha v3Hello, I sent you a test message via your form. Seems to work. I cannot confirm the message is not received, on my form I get them. Still the annoying logo displayes on each page of the site.
It’s allowed if you put in a message like this:
https://developers.google.com/recaptcha/docs/faqBut the CSS mentioned by @peps23 does not work for me. The badge still shows up.
- This reply was modified 7 years, 4 months ago by eehmke.
Forum: Plugins
In reply to: [Contact Form 7] Need to remove SPAM messagesI just tried to provide a working solution for the OP. Why should this be rude?
Forum: Plugins
In reply to: [Contact Form 7] Need to remove SPAM messages@eunoiastudio the V3 captcha of CF7 5.1.1 does not work, that’s why you get all that spam. As long as @takayukister does not provide reCaptcha V2 support again, you have these options:
-downgrade to CF7 5.0.5
-follow this guide: https://wordpress.org/support/topic/guide-how-to-fix-contact-form-7-recaptcha-bug/#post-11006816Both require reCaptcha V2 keys.
@takayukister can you give us a time schedule? There are hundreds, if not thousands of admins busy around the planet to fight this problem.
Forum: Plugins
In reply to: [Contact Form 7] Not Happy With Update for Google Captcha version 3This solution works for me:
https://wordpress.org/support/topic/guide-how-to-fix-contact-form-7-recaptcha-bug/#post-11006816and please!! people, why don’t you read the countless messages about this mess in the forum? In the meantime my inbox is not flooded by spam, but by forum messages, all telling the same.
Forum: Plugins
In reply to: [Contact Form 7] SPAM and lots of SPAM!I followed this guide:
https://articles.runtings.co.uk/2018/12/how-to-fix-contact-form-7-v501.html
and it works. Spam has stopped, and the form can be used so send emails. It also only shows the badge on the form, not on other pages.Forum: Plugins
In reply to: [Contact Form 7] [recaptcha] missing on Version 5.1.1Is nobody reading the hundreds of posts in the forum before adding another with the same content?
Forum: Plugins
In reply to: [Contact Form 7] recaptcha v2 not shown after update5.1 and 5.1.1 only support V3. 5.1 is broken. With V3 you don’t have a “not a robot” checkbox anymore.
If you don’t like V3, downgrade CF7 to 5.0.5 or install another reCaptcha plugin that supports V2. “Better WordPress reCAPTCHA” or “Invisible reCaptcha” work fine.