zehrgut
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site title was changed to “1337nih”Thanks!
I detected that it was this attack:
https://www.wordfence.com/blog/2021/12/massive-wordpress-attack-campaign/mattjabs unfortunately your solution didn’t help.
I’m sorry that I bothered you but it seems that there is some problem with permissions on my web-site. I tried to test your plugin on a clone of my production.
It works fine on production server!
Thanks a lot!Forum: Plugins
In reply to: [WP-SpamShield] Secure log file. [Feature request]Oh! Great! Just tested from another IP. It really works. I must say one more time – the best support and plugin. Thank you!
Forum: Plugins
In reply to: [WP-SpamShield] jscripts.php and W3TCScott, thanks a lot for such detailed response!
Appreciate this very much!Hello!
Today installed this plugin and just got the first spam message.
Interesting thing is that it was registered in Spammer Log of WordPress Zero Spam but message was sent anyway.Any info about the next release? How soon?
Thanks in advance!
Hi!
My short code is [honeypot City id:127576] but I got spam messages from bots without visiting my website (I can’t see anyone visited contact form page but I’ve got messages anyway).Honeypot works when I fill hidden field by hands (thanks to FireBug).
May be do not all bots try to fill honeypot-field?
Thanks in advance for your support!Forum: Plugins
In reply to: [Ajaxy Instant Search] Bug & Fix in case of my theme search formIt’s a pity you didn’t fixed this problem in your last update. So I need to do it manually again.
File /js/sf.js string:
jQuery(ajaxyObject.element).attr("class", jQuery(ajaxyObject.element).attr("class").replace(" sf_focused", "") + " sf_focused");
causes an exception in case an element haven’t got “class” attribute.
I hope you will fix it in your next update.Thanks a lot for your plugin and support!
Hi guys!
Thanks a lot for the idea!
I needed to solve the same problem. Now it’s been done.Thanks for the plugin and for provided solution!
Forum: Plugins
In reply to: [W3 Total Cache] CDN Urls via AJAXAlso very interested in this issue.
Stephen, if you found a solution please post hereForum: Plugins
In reply to: [W3 Total Cache] Minify settings – JS async not workingI have the same problem.
Confirm that ‘async’ isn’t added.Forum: Plugins
In reply to: [Mail Queues by PBCI] Don't change header "from"Hello!
Agree with Demon_ru!
It seems the plugin use the SMTP Server Login Name as MAIL FROM address. It’s wrong.
I got the following message in log file:
The mailer error info: The following From address failed: FHSLKFSHFJDFKJDF : MAIL FROM command failed,501,Invalid MAIL FROM address providedI’m trying to use the plugin with Amazon SES.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Question: what is the process inside?Thanks a lot for your reply!
Yes, you are right! Ideally it should be something like “subscribe to post comments”. In this case I could call sending messages in wp_insert_post action-hook when a new review posted. I understand that this is impossible in your plugin.
Let me be a bit more specific one more time before finally “resolve” this topic.
Other possibility is when a user subscribes I should have possibility to save somewhere post_id (where the users filled a form) related to user’s email (something like subscription meta-data). But then I should have possibility to filter email sending upon a new review posted. Because emails should be sent not to the whole list of subscribers.
Is there any possibility of this? I know it require a lot of programming. But I’m not afraid of this.Thanks in advance!
Thank you a lot for a quick response!
Forum: Plugins
In reply to: [Post Types Order] Sort WordPress custom post types through Front EndOk! It explains why I couldn’t find what I saw on screenshots.
Thank you!