WP-Henne
Forum Replies Created
-
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Numeric price field NegotiableHello @ironikus!
You are so great!I am patient and happy.
Have a good time!Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Conditionalfields not displayingHello @berjanschroer95
plz check with developer tools. There are a lot of ! and I assume that another plugin or the theme is causing a problem.
Nope! 2.4.6 works here perfectly!
I think there is only a temporal context, but also there it will cause another plugin
Cheers!
Forum: Plugins
In reply to: [Blackhole for Bad Bots] Hidden link (?blackhole) – is it useful?Hi @ferda2!
I have been using the plugin for a few years now and in that time I have written around 5,500 IP unique addresses to a central database via 65 websites. Each day 5-15 are added. I would therefore assume that scripts programmed in this way do not exist.
If you want to be sure, the PRO version of the plugin offers the option to customize the link… then it would be a unique link for you and nothing can be recognized/bypassed by script.My pure PHP installations (Jeff offers here: https://perishablepress.com/blackhole-bad-bots/ have a different link trap, even that is sometimes very popular – For example, the identical bot from a different IP.).
Please give details about the log entries in BBQ – because these are definitely accesses to REST or login etc. because BB cannot intercept this. Because Blackhole for Bad Bots can’t intercept that. I am currently familiarizing myself with BBQ. But you’d better use a thread there: https://ww.wp.xz.cn/support/plugin/block-bad-queries/
Cheers!
Hello @voidzero,
You can! Use this inside the []
do_shortcode="yes"Look here for further info:
https://ww.wp.xz.cn/support/topic/encoding-cf7-shortcode/Cheers!
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Vulnerability issue on 2.4.1Hello @robins9845,
You can increase the basic security of your form(s) by putting them in an encoder.
I initiated this extension (execute shortcodes in the encoder https://ww.wp.xz.cn/support/topic/encoding-cf7-shortcode/ ) at the time and have been using it on all websites ever since. For contact forms as well as for logins or even entire forums.
Feel free to try it out.1) https://ww.wp.xz.cn/plugins/email-encoder-bundle/
[eeb_protect_content protection_text="Please activate javascript to see the protected form." method="rot13" do_shortcode="yes"] [your-CF7-shortcode] [/eeb_protect_content]Change [your-CF7-shortcode] to Yours!
It is not a fix for the named bug, but at least it is no longer possible for scripts to fire your form. It requires real browser access, which at least significantly reduces the number of possible attackers.
If you also use the bad bot plugin, for example, dubious bots will also be blocked…2) https://ww.wp.xz.cn/plugins/blackhole-bad-bots/
cheers!
Forum: Plugins
In reply to: [WP Mail Logging] Exclude mails by address of recipmentThis is what I was originally looking for. https://ww.wp.xz.cn/support/topic/add-filter-to-ignore-certain-emails-2/
Well, then all things are in order 😉
Forum: Plugins
In reply to: [WP Mail Logging] Exclude mails by address of recipmentHere is my pragmatic solution in a snipet.
An SQL delete is triggered each time the user logs in to the backend (no user level is taken into account).
The easiest way to do this is via
https://ww.wp.xz.cn/plugins/code-snippets/.add_action( 'wp_login', 'remove_wpml_mails', 16 ); function remove_wpml_mails() { global $wpdb; $prefix = $wpdb->base_prefix; $table = $prefix . 'wpml_mails'; # address to remove from logfile $mail = "[email protected]"; try { $wpdb->delete( $table, array( 'receiver' => $mail ) ); return true; } catch (Exception $e) { return 'Error! '. $wpdb->last_error; } }Forum: Plugins
In reply to: [WP Mail Logging] Exclude mails by address of recipmentHello @dpinson,
Many thanks for your efforts.
I agree that it is a little complex. I am therefore pleased to have made a suggestion for a future version.
For the moment, I am trying to remove the entries from the database using my own script. This can then be done via cron and is certainly a solution for now.
I could post this here if it would be ok. Just need a few days to test it.
Thanks again & regards!Forum: Plugins
In reply to: [Contact Form 7] Can you work with CleanTalk?Yes, this is the real hint!
While we only need to confirm … not to disable. If we are using other plugins…
Hello @specialk
GREAT, yes, I confirm that this extension* runs successfully!
Note: Also all other customizations in the new version do not affect the use of the hooks.
*is back again 😉
Forum: Plugins
In reply to: [Blackhole for Bad Bots] You have been banned from this site (Safari)Hello @yano23
Can you send more details?
Otherwise, specific help as to why the blocking occurred is impossible.Forum: Reviews
In reply to: [WP responsive FAQ with category plugin] No respect of the GDPR!Hello @anoopranawat !
Thank you for your feedback.
For me it is even then NOT acceptable, if I only by pressing SKIP access to the subdomain analytics of a host and thus in any case my IP is collected – for which, if I press SKIP, there is NO reason.
Please test this out yourself.
If the domain above does not belong to you, then it is essential to clarify what the preceding addon does during plugin activation.
Me as a user of a plugin must or can not care who has his fingers in the game, as long as the thing itself is smooth.
But SKIP means NOTHING, NADA for no one, no matter who.
Forum: Plugins
In reply to: [Blackhole for Bad Bots] Blackhole is causing deindexing in Robots.txtHello @alexg9
I am reporting as a power user of the plugin, so please also wait for the feedback from the author.
First of all: I have been using many websites with the plugin for years and over time I have collected a list of almost 3,000 Bad-Bots across all domains. And there has NEVER been an issue with search engines, especially Google. Some of the sites are observed by their respective owners and I would get an alert within hours …
From your screens I could see that the robots.txt and also the sitemap fit so far and cannot be the cause – so no exclusions exist.
However, you have not set the plugin explicitly specified additions to robots.txt!
User-agent: * Disallow: /*blackhole Disallow: /?blackholeAlso, it can be seen in the source code that the “nofollow” is generated to the blackhole link.
Google should respect this instruction with every link, but I am too little experienced, what can happen with the missing in the robots.txt. Jeff has certainly included this in the settings for a reason 😉
Currently it seems that the relevant bots from Google are already listed in your blacklist!
Therefore it would be now either acutely necessary and would help to delete the blacklist and to set in addition the above-mentioned entry.
I think you will get further with this.
Regards!Forum: Plugins
In reply to: [Download Manager] css-setting with !important cannot be replaced