murray654
Forum Replies Created
-
The font awesome was loaded by your plugin. But I managed to disable it. It did not help, however, and I removed hCaptcha as a result. So far spam has not arrived, and the forms are sent and delivered as expected…
To answer your question 5 months ago. I type 159.203.*.* into the black list feature and 159.203.0.0/16 is what appears in blacklist section in htaccess
The reason I am back here is the same issue on another domain. I have lots of failed login attempts (brute force) and want to limit them. So I tried to blacklist some IPs
Immediately after adding the IPs to the blacklist, the site is giving errors “Internal Server Error”
Server log contains:
[core:alert] /var/www/vhosts/mydomain.co.za/httpdocs/.htaccess: deny requires at least two arguments, 'from' followed by hostnames or IP-address wildcards, referer: https://refererdomain.co.za/
This is the section of htaccess causing the error:
#AIOWPS_IP_BLACKLIST_START deny 135.181.61.155; deny 74.208.87.43; #AIOWPS_IP_BLACKLIST_END
I tried with just one ip address and it still broke the site.
I tried to reinstall the plugin but it did nothing – still broke the site.
I am puzzled as this is on the same server as the other domain.Hi vupdraft,
That would work if I was editing the .htaccess file myself. The above is a discussion about how the feature of this plugin called ‘blacklist’ is breaking the site by inserting wrongly formated data in the .htaccess file…
Edit: On another domain the feature is working… so I have to go back and look at my blacklist at the original domain – maybe there is something wrong in that original list of IPs – something is probably in the wrong format there…
Hi, Sorry for the delay. The notification email went to spam. I have not made changes to the IP blacklist for a long time. So a lot has changed on the server.
This is the contents of System Info in your plugin:
Site Info Plugin Version : 4.4.9 WP Version : 5.8 WPMU: No MySQL Version : 5.5.68 WP Table Prefix : REDACTED PHP Version : 7.3.30 Session Save Path : /var/www/vhosts/REDACTED/tmp WP URL: https://www.REDACTED Server Name : REDACTED Cookie Domain : www.REDACTED CURL Library Present : Yes Debug File Write Permissions : Writable PHP Info PHP Version : 7.3.30 PHP Memory Usage: 12.35 MB PHP Memory Limit : 256M PHP Max Upload Size : 8M PHP Max Post Size : 8M PHP Allow URL fopen : Off PHP Display Errors : Off PHP Max Script Execution Time : 30 Seconds Name Version Plugin URL Active Plugins All In One WP Security 4.4.9 https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin Titan Anti-spam & Security 7.2.7 https://www.ads-software.com/plugins/anti-spam/ The SEO Framework 4.1.4 https://theseoframework.com/ Autoptimize 2.9.1 https://autoptimize.com/ Black Studio TinyMCE Widget 2.6.9 https://www.ads-software.com/plugins/black-studio-tinymce-widget/ Comment Reply Email Notification 1.12.0 https://www.ads-software.com/plugins/comment-reply-email-notification/ Email Address Encoder 1.0.22 https://encoder.till.im/ GitHub Updater 9.3.0 https://github.com/afragen/github-updater hCaptcha for Forms and More 1.11.0 https://hcaptcha.com/ Ninja Forms 3.5.7 https://ninjaforms.com/?utm_source=Ninja+Forms+Plugin&utm_medium=readme Responsive Lightbox 1.3.4 https://www.ads-software.com/plugins/responsive-lightbox-lite/ Advanced Editor Tools (previously TinyMCE Advanced) 5.6.0 https://www.ads-software.com/plugins/tinymce-advanced/ Two Factor Authentication 1.10.4 https://www.simbahosting.co.uk/s3/product/two-factor-authentication/ WPCustom Category Image 2.1.13 https://www.ads-software.com/plugins/wpcustom-category-image/
Forum: Plugins
In reply to: [hCaptcha for WP] Hcaptcha on Ninja FormsThe documentation is bad. You need to add the hcaptcha field to your form and then it will work. Took me hours to figure this out.
Forum: Plugins
In reply to: [Responsive Lightbox] WP 5.6 breaks pluginhi Its working on my site… No strange double up effect experienced here.
Forum: Plugins
In reply to: [Gallery Lightbox] Lightbox not working any more? Try this fix..Strange, I still need to edit line 144 :
Before:
.photobox('.carousel-item:not(".bx-clone") > a:not(".icp_custom_link"),a.glg-a-custom-wrap, .gallery-item > dt > a, .gallery-item > div > a',{
After:
.photobox('.carousel-item:not(".bx-clone") > a:not(".icp_custom_link"),a.glg-a-custom-wrap, .gallery-item > dt > a, .gallery-item > div > a, .blocks-gallery-item > figure > a',{
Maybe thats because of my theme?
- This reply was modified 4 years, 10 months ago by murray654.
Forum: Plugins
In reply to: [Gallery Lightbox] Lightbox not working any more? Try this fix..@GhozyLap: I just tried the plugin (published 1 week ago) and the above solution (7 weeks ago) is still necessary. Am I missing something? Thanks for the plugin!
Forum: Plugins
In reply to: [Gutenberg] Can’t rearrange blocks in Gutenbergdisable spotlight mode and the hover to move feature is back!
Forum: Plugins
In reply to: [Gutenberg] Can’t rearrange blocks in Gutenbergdoes not work even if I change view mode to top toolbar… using firefox on win10
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Center GalleryI think your code is wrong.
Try
<div style="max-width: 500px; margin: 0 auto;">[su_...]</div>
Hi hope to bring attention to this fault now that there was an update!
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] carousel images are blurryI have not tried this myself, but you can try add this to your theme’s functions.php:
/** JPEG Image Quality Filter */ add_filter( 'jpeg_quality', 'my_jpeg_quality' ); function my_jpeg_quality( $arg ) { return 100; }
- This reply was modified 7 years, 6 months ago by murray654.
yeah its broke… so sad when a good plugin is abandoned by its creator…