Stargazer
Forum Replies Created
-
Minification of JS Files breaks jquery.
Forum: Plugins
In reply to: [WP-BlackCheck] Every trackback is spamMind reporting that in the bugtracker?
Forum: Plugins
In reply to: [WP-BlackCheck] Multiple sites managed from a single list of IP'sI had the same problem and invented the wp-blackcheck plugin. Most stuff is done without the blacklist by now due to dynamic IPs…
Forum: Plugins
In reply to: [WP-BlackCheck] [Plugin: WP-BlackCheck] Testers wantedAs far as I can see, the speed limit is the most effective spam killer on your sites. That’s the stats I need for improving things.
Thank youForum: Plugins
In reply to: [WP-BlackCheck] [Plugin: WP-BlackCheck] Testers wantedLook at the WP-BlackCheck Stats in the 1st menu at the dashboard. It should give you a graphic – and this is what I would need. (most recent version of my plugin required)
Forum: Plugins
In reply to: [WP-BlackCheck] [Plugin: WP-BlackCheck] Testers wantedI already had quite some folks testing the plugin. What I need are the statistics about the spam traps on your site. In other words: I am trying to improve the plugin by resorting the spam traps by effectivity.
The best killer should be the first one so we don’t need to run through that much code per request.
Forum: Plugins
In reply to: [WP-BlackCheck] WP-BlackCheck Conflict with WordPress Download Monitor3 weeks without a reply. I take it as resolved then.
Forum: Plugins
In reply to: [WP-BlackCheck] WP-BlackCheck Conflict with WordPress Download MonitorPlease give me some more details.
What URL are we talking about?
What WordPress Version are you using? What other Plugins may interfer?and in the end: did you find the link to the bugtracker of me?
Forum: Plugins
In reply to: [WP-BlackCheck] [Plugin: WP-BlackCheck] Empty lines after ?>for making it easy, I bumped things to 1.10.1
Forum: Plugins
In reply to: Using akismet plugin for/with other pluginshm – no joy here.
My idea was:
if ( function_exists( 'akismet_auto_check_comment' ) ) { if ( akismet_verify_key( get_option('wordpress_api_key')) == 'valid') { // key is valid - give it a shot ...that way we know, the plugin is active and working.
akismet_auto_check_comment() in the akismet plugin uses internal comment handling; but it uses akismet_http_post(). So I thought it was the easiest way to copy akismet_auto_check_comment() in my plugin.but akismet_http_post() always results to ‘true’ -> post is spam…
now I’m really out of ideas as I do not want to use an external class.
Forum: Plugins
In reply to: Using akismet plugin for/with other pluginsI think I am pretty stuck as there is no separate check function in that plugin avaliable.
looks like I’d have to do most stuff manually. At least I can reuse some functions like validating the key.
Forum: Installing WordPress
In reply to: Strange Dashboard behaviouruhm… shame on me…
a php update would have done the jazzForum: Installing WordPress
In reply to: Strange Dashboard behaviourcorrection. nothing’s fine.
As I didn’t change anything on my server except wordpress files it’s something from the outside which I cannot influence.
Some errorhandling on rss feeds would be nice.Forum: Installing WordPress
In reply to: Strange Dashboard behaviourdid it by deleting all the files and uploading the old ones. As there were no database changes it *SHOULD* be fine.
Forum: Installing WordPress
In reply to: Strange Dashboard behavioursame here.
neither downgrading to 2.0.3 nor upgrading to svn helped;