robrave
Forum Replies Created
-
Forum: Plugins
In reply to: [Brute Force Login Protection] Changing cookie hashes seems to block everyoneSeems very similar to mine.
We’ve changed the password.
But when a machine with cookies tried to login with the old password, it bans them immediately.
Forum: Plugins
In reply to: [Brute Force Login Protection] Uninstalled but still blockingIt blocked people by adding their IP on the htaccess.
You need to remove those IPs on the htaccess to remove the blocks.
Forum: Plugins
In reply to: [WP2Social Auto Publish] Restrict "Select facebook pages for auto publish"Yeah, can you please do something about this?
How about an option to hide all the options once saved? And just relisted them again on re-authorization?
Forum: Plugins
In reply to: [WP2Social Auto Publish] Plugin deactivated to keep rss feeds keep workingHi Author, can you please get unto this?
Thanks @meidosem, there are blank lines after ?> on the admin-notices file.
Removed those lines and the feed goes back to normal.
Forum: Plugins
In reply to: [WP2Social Auto Publish] ’ on Facebook instead of 'It’s been 3months and there’s no reply on this thread.
I have fixed this temporarily by editing the file inside admin/publish.php
Find this line:
$excerpt=str_replace(" ","",$excerpt);
Add this below the line:
$excerpt=html_entity_decode($excerpt); //added by rob
So it should come up like this:
$excerpt=str_replace(" ","",$excerpt); $excerpt=html_entity_decode($excerpt); //added by rob
That will fix it for now.
Thanks for posting a solution.
One of my client site got this issue as well.
Thanks for v3.0.0. I can see the timeout became 30s. Works perfectly fine now.
Probably, but don’t you think it is best to consider some scenario in which the connection between the server and Twitter are not that fast?
Because with your timeout right now, the server must download the header within 1000ms. But that doesn’t happen ideally in all cases.
At least give it some time and not just 1000ms.
Another thing, if time synchronization is not that important on how the plugin works then please by all means just remove it. It is confusing to see all those unneeded errors.
And you have this notice as well,
‘If these timestamps are not within 5 minutes of each other, your server will not connect to Twitter.’
So, with that I thought it is important.Thanks.
Forum: Plugins
In reply to: [WP Activity Log] Security Alerts Pruning not working as intendedThanks for the prompt replies.
Forum: Plugins
In reply to: [WP Activity Log] Security Alerts Pruning not working as intendedHi,
I see. So that’s how it works. I’m sorry, I thought clicking Run Manually will clear the log completely.
So then I removed the check on Delete alerts older than.
Keep check on ” Keep up to” and add a value of 66.I have 84 items on my log.
Clicked Run Manually. It is supposed to remove old items on log so that it will become from 84 to 66 right.
Nothing happened. It is still 84. Tried clicking Run Manually 3x. Nothing happened.
Forum: Plugins
In reply to: [WooCommerce] Can't find Google analytics under Woocommerce SettingsStarting with WooCommerce 2.1+, integration with analytics is no longer included.
You will need this plugin: https://www.ads-software.com/plugins/woocommerce-google-analytics-integration/
Forum: Plugins
In reply to: [User Meta Manager] Checkbox Group – RequiredHi Jason,
Thank you for the quick response. Can you please release the next version with the multiple select feature as soon as possible?
Thanks.
Thanks!
Forum: Plugins
In reply to: [Pinterest RSS Widget] Call to undefined method WP_Error::set_timeout()Thanks for this, site no longer breaks at least.
Thanks for checking it out for me.
The error is due to conflict on the other plugin named NextGEN Gallery by Photocrati v2.0.14.