<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Disqus - Latest Comments for Roland</title><link>http://disqus.com/people/f4661818166fda9e34fc45a84662f06e/</link><description></description><language>en</language><lastBuildDate>Tue, 12 Jun 2007 07:11:37 -0000</lastBuildDate><item><title>Re: Various Things = Paying Way More Attention To Comments</title><link>http://webomatica.disqus.com/various_things_paying_way_more_attention_to_comments/#comment-1751217</link><description>I have rewritten a small hack for wp-trackback.php. If you like you can read about on my blog.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roland</dc:creator><pubDate>Wed, 11 Apr 2007 15:22:40 -0000</pubDate></item><item><title>Re: Various Things = Paying Way More Attention To Comments</title><link>http://webomatica.disqus.com/various_things_paying_way_more_attention_to_comments/#comment-1751218</link><description>If you get too much mails from your blog please comment-out the two wp_mail() calles like this:&lt;br&gt;&lt;br&gt;&lt;code&gt;//wp_mail([...]);&lt;/code&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roland</dc:creator><pubDate>Thu, 12 Apr 2007 03:45:48 -0000</pubDate></item><item><title>Re: Blog Comment Spam - A Sign of Popularity?</title><link>http://davidrisley.disqus.com/blog_comment_spam_a_sign_of_popularity/#comment-1173024</link><description>Hi David,&lt;br&gt;&lt;br&gt;thank you for recommending my CPR plugin. :) It's good see that "the word about comment spam" spreads around the blogsphaere and that more blogger are telling other people to care about it.&lt;br&gt;&lt;br&gt;Yeah, many does not care. They even don't know the background why they shall install spam-fighting plugins.&lt;br&gt;&lt;br&gt;Best regards,&lt;br&gt;Roland</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roland</dc:creator><pubDate>Tue, 12 Jun 2007 07:11:37 -0000</pubDate></item><item><title>Re: Added Two New Plugins To Increase WordPress Spam Protection</title><link>http://connectedinternet.disqus.com/added_two_new_plugins_to_increase_wordpress_spam_protection/#comment-15278872</link><description>I have found a german post about this math-plugin. He found out that a spammer can very easy find out a hash and the matching result. So please add a "secret key" to your wp-config.php when not already done:&lt;br&gt;&lt;br&gt;&lt;code&gt;define('WP_SECRET', "wordpress-xxxxxxxx");&lt;/code&gt;&lt;br&gt;&lt;br&gt;By xxxxx is something random typed by your finger-random-generator... ;-) And do never every expose this to public. :) Now you just need to add this to the plug-in code where it generates the code and where it compares it with the hidden one from the form.&lt;br&gt;&lt;br&gt;If you like, add this code to the hashing parts as well:&lt;br&gt;&lt;br&gt;&lt;code&gt;filemtime(__FILE__).":".filemtime(ABSPATH . "wp-config.php");&lt;/code&gt;&lt;br&gt;&lt;br&gt;This shall add more entropy to the hash. Finally add - when your blog support his - the number of views or reads of the current post plus title. This is much more secure against "guessing" the current hash.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roland</dc:creator><pubDate>Thu, 14 Dec 2006 05:43:48 -0000</pubDate></item><item><title>Re: Useful WordPress Tweaks And Plugins</title><link>http://connectedinternet.disqus.com/useful_wordpress_tweaks_and_plugins/#comment-15278888</link><description>Me, too. Plus BB2, Akismet4SK2 and CPR. :)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roland</dc:creator><pubDate>Sun, 17 Dec 2006 12:11:35 -0000</pubDate></item><item><title>Re: Useful WordPress Tweaks And Plugins</title><link>http://connectedinternet.disqus.com/useful_wordpress_tweaks_and_plugins/#comment-15278890</link><description>SK2 has never killed an email here. :) And it's permanently learning from it. Maybe you have used a buggy version? I have 2.2-FINAL here and works like a charm.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roland</dc:creator><pubDate>Mon, 18 Dec 2006 14:48:18 -0000</pubDate></item><item><title>Re: Added Two New Plugins To Increase WordPress Spam Protection</title><link>http://connectedinternet.disqus.com/added_two_new_plugins_to_increase_wordpress_spam_protection/#comment-15278875</link><description>On my blog I have now answered someone what to do next after you have created your key WP_SECRET in your wp-config.php script. Please have a look on it.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roland</dc:creator><pubDate>Sat, 17 Feb 2007 10:47:40 -0000</pubDate></item><item><title>Re: Added Two New Plugins To Increase WordPress Spam Protection</title><link>http://connectedinternet.disqus.com/added_two_new_plugins_to_increase_wordpress_spam_protection/#comment-15278876</link><description>Oh, and sorry for my bad english. :/</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roland</dc:creator><pubDate>Sat, 17 Feb 2007 10:48:53 -0000</pubDate></item><item><title>Re: Ultimate Wordpress Site Speed &amp;#8211; Install WP-Cache2 AND APC At The Same Time</title><link>http://connectedinternet.disqus.com/ultimate_wordpress_site_speed_8211_install_wp_cache2_and_apc_at_the_same_time/#comment-15253858</link><description>I had this problem here:&lt;br&gt;&lt;br&gt;&lt;blockquote&gt;# pecl install apc&lt;br&gt;downloading APC-3.0.14.tgz ...&lt;br&gt;Starting to download APC-3.0.14.tgz (108,511 bytes)&lt;br&gt;.........................done: 108,511 bytes&lt;br&gt;40 source files, building&lt;br&gt;running: phpize&lt;br&gt;Configuring for:&lt;br&gt;PHP Api Version:         20041225&lt;br&gt;Zend Module Api No:      20060613&lt;br&gt;Zend Extension Api No:   220060519&lt;br&gt;ERROR: `phpize' failed&lt;br&gt;&lt;/blockquote&gt;&lt;br&gt;&lt;br&gt;Well, I have solved it and just want to show it to you: (you may need to alter some paths!)&lt;br&gt;&lt;br&gt;&lt;code&gt;&lt;br&gt;cd /tmp/pear/cache/APC-3.0.14/&lt;br&gt;./configure --with-apxs # (please read the INSTALL file why I use this here)&lt;br&gt;make all install&lt;br&gt;&lt;/code&gt;&lt;br&gt;&lt;br&gt;Now you need to add some entries as described in the INSTALL file to your php.ini(s).&lt;br&gt;&lt;br&gt;Greetings,&lt;br&gt;Q</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roland</dc:creator><pubDate>Sat, 28 Apr 2007 16:50:52 -0000</pubDate></item></channel></rss>