buddywhatshisname
Forum Replies Created
-
Forum: Reviews
In reply to: [WPBruiser {no- Captcha anti-Spam}] WPBruiser is excellentFollow-up: The plugin developer since emailed me pressuring pretty hard for me to change my rating from 4 stars to 5 stars.
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] How to manually unblock a legit comment?+1 on this. We just had our first incorrectly blocked comment (aka false positive), which is pretty good for a couple of months of use on a busy site. @mihche pm me if details would be helpful.
Thanks Jeremy! I’m running the crons using a custom script so I’ll just filter these out.
Anyone?
Answering my own question here — a hit is logged during this action:
add_action(‘template_redirect’, ‘wordfence::templateRedir’, 1001);
Ref https://codex.ww.wp.xz.cn/Plugin_API/Action_Reference/template_redirectSince resources don’t use a WP template, it should not log CSS, JS, image, etc. resource hits.
I’ve confirmed this by monitoring
select * from prefix_wfLeechers;
typically only 1 hit is added per browser page/post view.I concur there’s way too many syncAttackData hits. We’re a multisite with ~1.2K blogs (if that makes any difference), and seeing ~5 hits per minute like this below. It’d be nice to be able to calm this down.
[18/May/2016:09:43:28 -0700] "POST /?wordfence_syncAttackData=1463589808.0101 HTTP/1.0" 200 [18/May/2016:09:43:33 -0700] "POST /tophatandreef/?wordfence_syncAttackData=1463589813.3117 HTTP/1.0" 200 [18/May/2016:09:43:34 -0700] "POST /?wordfence_syncAttackData=1463589814.814 HTTP/1.0" 200 [18/May/2016:09:43:35 -0700] "POST /?wordfence_syncAttackData=1463589815.3518 HTTP/1.0" 200 [18/May/2016:09:43:37 -0700] "POST /sthorlarsen/?wordfence_syncAttackData=1463589817.2177 HTTP/1.0" 200 [18/May/2016:09:43:43 -0700] "POST /?wordfence_syncAttackData=1463589823.1754 HTTP/1.0" 200 [18/May/2016:09:43:46 -0700] "POST /rachaelalexandra/?wordfence_syncAttackData=1463589826.8591 HTTP/1.0" 200 [18/May/2016:09:43:58 -0700] "POST /?wordfence_syncAttackData=1463589838.0061 HTTP/1.0" 200 [18/May/2016:09:44:07 -0700] "POST /cursewords/?wordfence_syncAttackData=1463589847.1255 HTTP/1.0" 200 [18/May/2016:09:44:09 -0700] "POST /myuviclife/?wordfence_syncAttackData=1463589849.6995 HTTP/1.0" 200 [18/May/2016:09:44:27 -0700] "POST /?wordfence_syncAttackData=1463589867.9858 HTTP/1.0" 200 [18/May/2016:09:44:39 -0700] "POST /benjaminphilipgeorge/?wordfence_syncAttackData=1463589879.4631 HTTP/1.0" 200 [18/May/2016:09:44:39 -0700] "POST /?wordfence_syncAttackData=1463589879.624 HTTP/1.0" 200 [18/May/2016:09:44:58 -0700] "POST /?wordfence_syncAttackData=1463589898.0682 HTTP/1.0" 200 [18/May/2016:09:45:05 -0700] "POST /?wordfence_syncAttackData=1463589905.4507 HTTP/1.0" 200 [18/May/2016:09:45:10 -0700] "POST /myuviclife/?wordfence_syncAttackData=1463589910.4595 HTTP/1.0" 200Here’s ThemeKraft’s reponse:
—
I’m sorry, I got stuck with the theme. The developer before me wrote such a complex code that every change is a nightmare. There are so many issues, that I decided to stop developing the custom community theme. I can not make a living from it at all and it’s a never ending story.I will try to find a developer in the next days and weeks, who is willing to continue the development. There must be someone who wants to take it over. It has a great reputation and with over 600000 downloads I’m hopefull to find someone. But for now the theme is not under active development anymore.
I’m really sorry for the situation but I am not able to spent more time on the theme.
Greetings,
SvenThanks a ton for reproducing this, Stephen. I’ve posted a message to ThemeKraft.
The problem persists with a minimal .htaccess & wp-config.php
Thanks for your reply Stephen. First seen at https://onlineacademiccommunity.uvic.ca/insideit/page/2/
To get the pagination bar to show, I’ve set Dashbaord > Settings > Reading > Blog pages show at most = 1 (or 2, or 3). No widgets, no other config.
I’ve reproduced it on a clean, newly-created blog (we’re on multisite) in IE, Chrome, and Firefox. https://onlineacademiccommunity.uvic.ca/2016feb15-1140/
I’ve also tested with all (including multisite) plugins disabled.
There’s no console (JS) errors.
Ah – I see it on the linked post + am happy to wait for the next release.
Cheers + thanks!
Well, yes, of course I only see it if debug mode is enabled. Troubleshooting anything else in the site becomes a pain when there’s hundreds of these lines.
It still stands that the call to the constructor needs to be updated. It’s not even very hard to do…
Thanks – just checking there was no API call required.
Forum: Plugins
In reply to: [Breadcrumbs Everywhere] Doesn't work on WP 3.5.1 and Buddypress 1.6.4Hey Panych, see the fixes proposed at http://ww.wp.xz.cn/support/topic/several-php-notices?replies=1