Max Beta
Forum Replies Created
-
Thanks, I reported it there earlier this evening.
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] DB error in logsSame here. I repair the tables with the Tools panel but the error comes back.
I’m editing and administrating 10+ sites from the office and also from my home in the evening. For each login I get 1 email and double that if I logout.
I’m sure there are developers with much more sites than I have. This can’t be a reasonable setup for anyone.
I want email notifications for suspect behavior, not when I log in and out myself. How this is best handled I don’t know but maybe the whitelist is a quick fix?
It’s an extremely irritating thing too. I get a lot of emails so when I get one just after I login it’s still not connected. I get emails all day long.
So when I take a look at my emails i have one that tells me “someone logged in at the site!” … yeah I know … I did that. 🙂
Sorry again… I’ve clicked around so much in all tabs i Cerber so I assumed it wasn’t included. Must have missed it.
I’ll have a look. Thanks for your help!
Now I only have warnings for trying to use wp-login.php.
I still get the emails though. In this scenario I would like a filter to only get warnings of a higher standard.
Are there any plans for a more sofisticated email filter? “Only Send me email for these warnings” type of thing.
Sorry, missed that.
*** = my domain
Attempt to log in with prohibited username
URL: ***.se/xmlrpc.phpI never used that setting in Hardening on any other site so it’s my default setup. I had to google what this is. Luckily this site is not in need of any pingbacks so I’ll activate that now.
No warning about them using my custom login, but there are some “between the lines” logic involved here.
I use all available blocks to wp-login.php:
* Immediately block IP when attempting to login with a non-existent username
* Disable automatic redirecting to the login page when /wp-admin/ is requested by
* Immediately block IP after any request to wp-login.phpIn the past hour I have:
Attempt to log in with prohibited username: admin
Attempt to log in with non-existent username: (they tried the domain name)So how can they try to login with a bad username if it’s supposed to be impossible to even reach the login pages?
That’s why I assumed they knew the custom login page, or else all warnings would be “Attempt to access prohibited URL”.
- This reply was modified 8 years, 11 months ago by Max Beta.
I updated to 4.9 and the hits are still coming.
Any suggestions?
Forum: Plugins
In reply to: [WP-Sweep] Compatibility with WordPress 4.8Any news on compatibility with Wp 4.8?
Forum: Plugins
In reply to: [Postie] Change Postie confirmation messageBrilliant Wayne!
Thanks for the help.
Forum: Plugins
In reply to: [Postie] Change Postie confirmation messageBasically I just copied the examples from the two links and changed German to Swedish.
// Postie Swedish title add_filter('postie_email_notify_subject', 'my_postie_email_notify_subject', 10, 3); function my_postie_email_notify_subject($subject, $postemail, $postid) { return $subject . ' / Ditt inlägg är publicerat'; } // Postie Swedish body add_filter('postie_email_notify_body', 'my_postie_email_notify_body', 10, 3); function my_postie_email_notify_body($body, $postemail, $postid) { return $body . "\nNu är ditt inlägg publicerat på webbsidan"; }This is also affecting the latest version of the Avada theme and WordPress. I made a change in the maps widget and it stopped working. This thread helped me on the right track to find the fix for Avada. It will be addressed it the next update.
Forum: Plugins
In reply to: [WP Cerber Security, Anti-spam & Malware Scan] Issue with contact form 7Great!
Forum: Plugins
In reply to: [Postie] Change Postie confirmation messageI tried this and it works but it only adds text to the default message.
Can I replace the default message with my translated message?