<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Kommentare für svenkubiak</title> <atom:link href="http://www.svenkubiak.de/comments/feed/" rel="self" type="application/rss+xml" /><link>http://www.svenkubiak.de</link> <description>Kleines, feines Blog zu unterschiedlichen Themen.</description> <lastBuildDate>Sun, 22 Jan 2012 15:59:18 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Kommentar zu Von Spiegeltreibern werden keine Aeroeffekte unterstützt von Reinhard</title><link>http://www.svenkubiak.de/2010/01/24/von-spiegeltreibern-werden-keine-aeroeffekte-unterstutzt/#comment-4153</link> <dc:creator>Reinhard</dc:creator> <pubDate>Sun, 22 Jan 2012 15:59:18 +0000</pubDate> <guid
isPermaLink="false">http://www.svenkubiak.de/?p=3127#comment-4153</guid> <description>Danke für die Tips, aber mein Problem kann so nicht gelöst werden: 1. brauche ich LogMeIn denn ich betreue 5 Maschinen aus der Ferne, also kann ich nicht drauf verzichten, LogMeIn hat sich seit Jahren bewährt und 2. von diesen 5 weisen nur zwei das Problem auf, auf den anderen drei gibt es kein Problem. Die Treiber sind die selbe, allerdings haben die jeweils andere Grafikkarten.</description> <content:encoded><![CDATA[<p>Danke für die Tips, aber mein Problem kann so nicht gelöst werden: 1. brauche ich LogMeIn denn ich betreue 5 Maschinen aus der Ferne, also kann ich nicht drauf verzichten, LogMeIn hat sich seit Jahren bewährt und 2. von diesen 5 weisen nur zwei das Problem auf, auf den anderen drei gibt es kein Problem. Die Treiber sind die selbe, allerdings haben die jeweils andere Grafikkarten.</p> ]]></content:encoded> </item> <item><title>Kommentar zu NoSpamNX von kubi</title><link>http://www.svenkubiak.de/nospamnx-en/#comment-4148</link> <dc:creator>kubi</dc:creator> <pubDate>Sun, 15 Jan 2012 09:38:07 +0000</pubDate> <guid
isPermaLink="false">http://www.svenkubiak.de/?page_id=2110#comment-4148</guid> <description>@steve
Thanks a lot for debugging! Fix is on its way.</description> <content:encoded><![CDATA[<p>@steve<br
/> Thanks a lot for debugging! Fix is on its way.</p> ]]></content:encoded> </item> <item><title>Kommentar zu NoSpamNX von Steve Munro</title><link>http://www.svenkubiak.de/nospamnx-en/#comment-4147</link> <dc:creator>Steve Munro</dc:creator> <pubDate>Sun, 15 Jan 2012 05:27:14 +0000</pubDate> <guid
isPermaLink="false">http://www.svenkubiak.de/?page_id=2110#comment-4147</guid> <description>Yes, that was the problem.  Once I changed the activate routine to set a value for commentid if the key already existed, everything worked fine.
The bug basically is that the activate logic only sets values if the array or a key within it is missing, not if it already exists.  Obviously you don&#039;t want to reset things like the blacklist and the count, but I am not sure what the purpose of a never changing commentid or salt field would be.</description> <content:encoded><![CDATA[<p>Yes, that was the problem.  Once I changed the activate routine to set a value for commentid if the key already existed, everything worked fine.</p><p>The bug basically is that the activate logic only sets values if the array or a key within it is missing, not if it already exists.  Obviously you don&#8217;t want to reset things like the blacklist and the count, but I am not sure what the purpose of a never changing commentid or salt field would be.</p> ]]></content:encoded> </item> <item><title>Kommentar zu NoSpamNX von Steve Munro</title><link>http://www.svenkubiak.de/nospamnx-en/#comment-4146</link> <dc:creator>Steve Munro</dc:creator> <pubDate>Sun, 15 Jan 2012 05:19:26 +0000</pubDate> <guid
isPermaLink="false">http://www.svenkubiak.de/?page_id=2110#comment-4146</guid> <description>I have now verified that the value of commentid is null, but that salt has a value.  Looking at your initialization code, you only drop the array nospamnx if the plugin is uninstalled, not if it is deactivated.  This preserves the blacklist and count info.  However, the code to actually assign a value to commentid is only executed under two conditions -- either the whole array does not exist and it must be created, or the array exists but the key commenid does not.  If commentid is already defined, then the code to set a value is not executed.  This also means that the commentid value is permanent.  You used to have an option to refresh the secret key, but this is no longer present.  I am going to force this function to execute as part of the activate routine to see if this fixes the problem.</description> <content:encoded><![CDATA[<p>I have now verified that the value of commentid is null, but that salt has a value.  Looking at your initialization code, you only drop the array nospamnx if the plugin is uninstalled, not if it is deactivated.  This preserves the blacklist and count info.  However, the code to actually assign a value to commentid is only executed under two conditions &#8212; either the whole array does not exist and it must be created, or the array exists but the key commenid does not.  If commentid is already defined, then the code to set a value is not executed.  This also means that the commentid value is permanent.  You used to have an option to refresh the secret key, but this is no longer present.  I am going to force this function to execute as part of the activate routine to see if this fixes the problem.</p> ]]></content:encoded> </item> <item><title>Kommentar zu NoSpamNX von Steve Munro</title><link>http://www.svenkubiak.de/nospamnx-en/#comment-4145</link> <dc:creator>Steve Munro</dc:creator> <pubDate>Sun, 15 Jan 2012 04:01:50 +0000</pubDate> <guid
isPermaLink="false">http://www.svenkubiak.de/?page_id=2110#comment-4145</guid> <description>The plugins active on my site are
NoSpamNX 5.0.0
Jetpack 1.2.2
WP Mobile Pack 1.2.4
WP Touch 1.9.37
Comment Move 1.0
WP-chgFontSize 1.8
I am running Twenty-Ten 1.2
None of these plugins should go near the comment field as it is generated (Comment Move is for assigning comments in the database to a new thread).
Yes, I see the special hidden fields you are generating after the timestamp field, but as you say, nothing is replacing the comment itself.
I put some trace code into the plugin, and can verify that the replaceCommentField function is being called, but that the test immediately following fails causing the original field to be returned rather than the updated one.  This means that the commentid field must be null.
I will keep digging and see if I can figure out why.</description> <content:encoded><![CDATA[<p>The plugins active on my site are<br
/> NoSpamNX 5.0.0<br
/> Jetpack 1.2.2<br
/> WP Mobile Pack 1.2.4<br
/> WP Touch 1.9.37<br
/> Comment Move 1.0<br
/> WP-chgFontSize 1.8<br
/> I am running Twenty-Ten 1.2</p><p>None of these plugins should go near the comment field as it is generated (Comment Move is for assigning comments in the database to a new thread).</p><p>Yes, I see the special hidden fields you are generating after the timestamp field, but as you say, nothing is replacing the comment itself.</p><p>I put some trace code into the plugin, and can verify that the replaceCommentField function is being called, but that the test immediately following fails causing the original field to be returned rather than the updated one.  This means that the commentid field must be null.</p><p>I will keep digging and see if I can figure out why.</p> ]]></content:encoded> </item> <item><title>Kommentar zu NoSpamNX von kubi</title><link>http://www.svenkubiak.de/nospamnx-en/#comment-4142</link> <dc:creator>kubi</dc:creator> <pubDate>Sat, 14 Jan 2012 21:12:44 +0000</pubDate> <guid
isPermaLink="false">http://www.svenkubiak.de/?page_id=2110#comment-4142</guid> <description>@steve
I did take a look at your blog and the invisble fields are added correctly, except for the comment replacement. Take a look at my other blog http://play.svenkubiak.de which also runs on TwentyTen. There it is replaced correctly. Do you have any other Plugin that might interfer with the replacement?</description> <content:encoded><![CDATA[<p>@steve<br
/> I did take a look at your blog and the invisble fields are added correctly, except for the comment replacement. Take a look at my other blog <a
href="http://play.svenkubiak.de" rel="nofollow">http://play.svenkubiak.de</a> which also runs on TwentyTen. There it is replaced correctly. Do you have any other Plugin that might interfer with the replacement?</p> ]]></content:encoded> </item> <item><title>Kommentar zu NoSpamNX von Steve Munro</title><link>http://www.svenkubiak.de/nospamnx-en/#comment-4141</link> <dc:creator>Steve Munro</dc:creator> <pubDate>Sat, 14 Jan 2012 20:32:26 +0000</pubDate> <guid
isPermaLink="false">http://www.svenkubiak.de/?page_id=2110#comment-4141</guid> <description>Since I have enabled version 5, I have noticed a jump in comment spam that is getting through.  I know that the plugin is active because I can trigger it by entering blacklisted text, but it is harder to test if the hidden fields are trapping the bots or not.  In fact, when I look at the source of the displayed page, there is only one hidden field, and you seem to depend entirely on the timestamp test (new in this version) to detect spam, not the bogus comment fields you used before.  They are not being generated now.
I am running WP&#039;s Twenty-Ten theme (which I remember caused problems before) on WP 3.2.1.</description> <content:encoded><![CDATA[<p>Since I have enabled version 5, I have noticed a jump in comment spam that is getting through.  I know that the plugin is active because I can trigger it by entering blacklisted text, but it is harder to test if the hidden fields are trapping the bots or not.  In fact, when I look at the source of the displayed page, there is only one hidden field, and you seem to depend entirely on the timestamp test (new in this version) to detect spam, not the bogus comment fields you used before.  They are not being generated now.</p><p>I am running WP&#8217;s Twenty-Ten theme (which I remember caused problems before) on WP 3.2.1.</p> ]]></content:encoded> </item> <item><title>Kommentar zu NoSpamNX 4.0 von NoSpamNX 5.0 &#124; svenkubiak</title><link>http://www.svenkubiak.de/2011/03/05/nospamnx-4-0/#comment-4139</link> <dc:creator>NoSpamNX 5.0 &#124; svenkubiak</dc:creator> <pubDate>Sat, 14 Jan 2012 09:51:52 +0000</pubDate> <guid
isPermaLink="false">http://www.svenkubiak.de/?p=3517#comment-4139</guid> <description>[...] aktualisiert und auf die Version 5.0 angehoben (Version 4.0 gab es übrigens vor fast einem Jahr). Die neue Version ist ein recht großes Update, welches als wohl wichtigste Änderung die [...]</description> <content:encoded><![CDATA[<p>[...] aktualisiert und auf die Version 5.0 angehoben (Version 4.0 gab es übrigens vor fast einem Jahr). Die neue Version ist ein recht großes Update, welches als wohl wichtigste Änderung die [...]</p> ]]></content:encoded> </item> <item><title>Kommentar zu 16104 Spambots in einem Jahr von Markus</title><link>http://www.svenkubiak.de/2012/01/10/16104-spambots-in-einem-jahr/#comment-4135</link> <dc:creator>Markus</dc:creator> <pubDate>Wed, 11 Jan 2012 01:53:26 +0000</pubDate> <guid
isPermaLink="false">http://www.svenkubiak.de/?p=3684#comment-4135</guid> <description>Bei der Gelegenheit sage ich mal DANKE! für dieses Plugin, es leistet seit seinem Erscheinen in allen meinen Blogs hervorragende Arbeit.</description> <content:encoded><![CDATA[<p>Bei der Gelegenheit sage ich mal DANKE! für dieses Plugin, es leistet seit seinem Erscheinen in allen meinen Blogs hervorragende Arbeit.</p> ]]></content:encoded> </item> <item><title>Kommentar zu NoSpamNX von Jahresabschluss 2011 » exscribo.de</title><link>http://www.svenkubiak.de/nospamnx/#comment-4124</link> <dc:creator>Jahresabschluss 2011 » exscribo.de</dc:creator> <pubDate>Sat, 31 Dec 2011 12:25:12 +0000</pubDate> <guid
isPermaLink="false">http://www.svenkubiak.de/?page_id=1875#comment-4124</guid> <description>[...] 115 Seiten, 96 Kategorien, 1859 Schlagwörter, 4396 Kommentare.Und zum guten Schluss hat das Plugin NoSpamNX insgesamt 8895 Spambots abgehalten, was einen Schnitt von 16 ergibt.&#160;Ich möchte echt allen [...]</description> <content:encoded><![CDATA[<p>[...] 115 Seiten, 96 Kategorien, 1859 Schlagwörter, 4396 Kommentare.Und zum guten Schluss hat das Plugin NoSpamNX insgesamt 8895 Spambots abgehalten, was einen Schnitt von 16 ergibt.&nbsp;Ich möchte echt allen [...]</p> ]]></content:encoded> </item> </channel> </rss>
