giti
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Cookie Kit] Upgrade to WP 5.3?Hi, this works for me on WP 5.3
Forum: Plugins
In reply to: [Smart Cookie Kit] Does not work with IE11 (missing CustomEvent polyfill)Hi Nicola,
I confirm it works!
Grazie e Buon Ferragosto ??
Forum: Plugins
In reply to: [W3 Total Cache] How to change minified css file name?Hi,
I’m having the same issue.
Unfortunately,
Cache with max-age and validation
does not work if the user has already cached the file.I’m using hunio’s approach, but I’m going to generate an md5 footprint of
$files
.I’m asking to plugin developers if it is possible to add an md5 footprint of the minified file to the filename, that will save a lot of headaches.
Minified css file:
body{color:black}
Filename:
c6e4b.81c7deb790e3bd97c67eb2a3a77c5b69.css
Minified css file:
body{color:red}
Filename:
c6e4b.6700e3e577966de91432a219303a54ce.css
Hi @gabyimagely, thanks for your answer.
It would be fine for me to use custom templates for “Basic Slideshow”, just the same way I’m currently using them for “Basic Thumbnails”.
Regards
Hi,
I’m having the same issue (quite randomly, actually) with PHP 7.1.11 and NextGen Gallery 3.1.6
Warning: A non-numeric value encountered in /web/htdocs/www.example.org/home/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/package.module.nextgen_basic_gallery.php on line 508
Line 508 is:
$offset = $display_settings['images_per_page'] * ($current_page - 1);
I went to Gallery settings and set
images_per_page
to 0 (before that option had a null value), hoping that will help. Will let you knowAttackers are doing POSTs, and after a little investigation it seems that this plugin doesn’t protect from POSTs at all….
same here now, 250 attacks in the last few minutes
Did you read the above comments? there is explained the cause of this issue and there are also workarounds
the solution proposed there by Handoko causes an infinite redirect on chrome
At Step 4, I just removed the lines showed in step 3
Logout works, login works, wp-login.php?loggedout=true is not more accessible.
I don’t know if there are side effects, hope a .htaccess guru can help
Author answered.
He said he’s doing a complete rewrite of that system and it will be ready in the next few months.
Unfortunately I need a workaround in less time. Attacks are increasing too much.
I removed at all the ^loggedout=true lines and I didn’t see attacks today.
Is it a good solution?
123 brute force attack attempts today.
Same here, posts to wp-login
207.248.110.135 – – [09/Jul/2013:05:56:44 +0200] “POST /wp-login.php HTTP/1.0” 200 5304 “mysite.com/wp-login.php” “Mozilla/5.0 (Windows NT 6.1; rv:19.0) Gecko/20100101 Firefox/19.0”
Since the proposed fix causes an infinite redirect on chrome, I removed the ^loggedout string in htaccess at all.
I will let you know if attacks continue
PS: the author didn’t answer my mail.
I’m experiencing the very same issue (backend hidden, still getting lockout notifications).
I will notify the author, since this seems a bug rather than a support request.
Forum: Fixing WordPress
In reply to: Allow emoji in commentsresolved
Forum: Fixing WordPress
In reply to: Allow emoji in commentsI figured it out by myself.
Maybe useful for other.
It’s not a wordpress filter, it’s a normal sql behaviour. You need to change encoding from utf8_general_ci to utf8mb4_general_ci.
But it doesn’t work the same. So I did the ancient way (pre and post filters emoji -> :stuff_to_replace:),
Thanks anyway
Sources:
https://forums.mysql.com/read.php?103,434779,435129#msg-435129