Adadaa
Forum Replies Created
-
Please post the code on Pastebin and give us the link.
I’ll try to include it in the next releaseok.. I think I’m the only one having this weird problem.
I installed brand new WP 3.4.1 with ALL privileges to the DB
installed brand new xampp-win32-1.8.0-VC9 on my local host setup a fake domain “some.dev” on windows’ host file.did a svn of your plugin 2.0beta4 [svn revision: 551921] to the plugin directory. there is no other plugin other than the default plugins which comes from WP
activated and tested the login, NOPE, ZIP, no warning or error message and no logout.
I did a save of options on the settings page for this plugin, in the hope that some settings may not have been saved.
NOPE that didn’t make the logout work too.——–
I have a test site, https://anjanasglitz.com/
which runs on WP 3.3.2
your plugin 2.0beta4 [svn revision: 551921]
There is absolutely nothing about logout as well.be happy that your plugin actually stopped the attacker ??
ya.. you don’t actually have to do anything. You can simply leave it. IP address the attacker used may not be truly his. So if you block it, it might actually do damage for you, unless you truly don’t want that IP
there is line
$excl_blogs = “50”;
change that to include any ids you wanted to block.
Yea, I should have that functionality in the next versionLet me know if that helps
Is your subdomain blog_id happens to be 50?
In my code, I hard coded that 50 id to be excluded.
please replace the line
$excl_blogs = “50”;
to
$excl_blogs = “”;Let me know if that helps
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Hanging on Google News feed?I was using 3.3.1
But I think I still have the hanging problem. If I manually click the Update button beside the feed, it runs all good for the first time [there was 0 posts in WP]. Then if I delete random posts [lets say 3 out of 10], and run the Update button again, the page hangs. Meaning the browser still showing as it is working forever – no timeout or anything. But if I open the all posts page on another tab, I was able to see the deleted 3 posts are back. So it seems to be adding the posts OK.
I have another issue. I’ll start another thread
Thanks for replying
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Hanging on Google News feed?Nevermind.
This seems to be OK now. I upgraded WP to 3.3.2
Sorry, I think it could be my mistake.
I left the $debug = true on the code
That means, its writing a text file in your wp-admin/ folder “ada_key_filters.log”
just edit the file ada-feedwordpress-filter-by-keywords.php and
change
$debug = true;
to
$debug = false;and delete the .log file.
I’ll update the source code as well. Thanks.
Note: You posted on the wrong forum. I don’t check here, only now I happens to find your question.
I’m happy you found it usefull.
It’s actually been released long time ago on my blog. Only recently I uploaded to WP.If you are talking about multiple feeds in FWP, then it requires more logic. This is a plugin of its own.
Sorry, I really don’t have time.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] HTML minify gives blank pageI don’t get any errors on the site error log. That’s weird
but the site is blank. Firebug says I get 200 response back
Forum: Plugins
In reply to: [Plugin: FeedWordPress Duplicate Post Filter] Does not workuse this function in your template
get_syndication_permalink();
That’ll be the original source link
nevermind.
I switched the option, and saved. And then put back to local copy option and saved. Now it is working.
Thanks anyway.