<?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>Comments for Bad Behavior / Bad Behaviour</title>
	<atom:link href="http://bad-behavior.ioerror.us/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://bad-behavior.ioerror.us</link>
	<description>The Web&#039;s premier link spam killer.</description>
	<lastBuildDate>Sun, 05 Feb 2012 08:43:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Bad Behavior 2.2.1 by Michael Hampton</title>
		<link>http://bad-behavior.ioerror.us/2012/02/01/bad-behavior-2-2-1/#comment-2416</link>
		<dc:creator>Michael Hampton</dc:creator>
		<pubDate>Sun, 05 Feb 2012 08:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://bad-behavior.ioerror.us/?p=1288#comment-2416</guid>
		<description>What platform are you using?</description>
		<content:encoded><![CDATA[<p>What platform are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bad Behavior 2.2.1 by Collector</title>
		<link>http://bad-behavior.ioerror.us/2012/02/01/bad-behavior-2-2-1/#comment-2415</link>
		<dc:creator>Collector</dc:creator>
		<pubDate>Sun, 05 Feb 2012 08:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://bad-behavior.ioerror.us/?p=1288#comment-2415</guid>
		<description>My log is now dirty with tons of:

 PHP Notice: Undefined index: reverse_proxy in /bad-behavior/bad-behavior/core.inc.php on line 85

I&#039;ve changed
if ($settings[&#039;reverse_proxy&#039;]) {

to

if (!empty($settings[&#039;reverse_proxy&#039;])) {


Please fix the code.

Thanks</description>
		<content:encoded><![CDATA[<p>My log is now dirty with tons of:</p>
<p> PHP Notice: Undefined index: reverse_proxy in /bad-behavior/bad-behavior/core.inc.php on line 85</p>
<p>I&#8217;ve changed<br />
if ($settings['reverse_proxy']) {</p>
<p>to</p>
<p>if (!empty($settings['reverse_proxy'])) {</p>
<p>Please fix the code.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bad Behavior 2.2.1 by butchs</title>
		<link>http://bad-behavior.ioerror.us/2012/02/01/bad-behavior-2-2-1/#comment-2414</link>
		<dc:creator>butchs</dc:creator>
		<pubDate>Sun, 05 Feb 2012 02:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://bad-behavior.ioerror.us/?p=1288#comment-2414</guid>
		<description>I blocked the following code from my port:
	/* if (array_key_exists(&#039;Cf-Connecting-Ip&#039;, $package[&#039;headers_mixed&#039;])) {
		require_once(BB2_CORE . &quot;/cloudflare.inc.php&quot;);
		$r = bb2_cloudflare($package);
		if ($r !== false &amp;&amp; $r != $package[&#039;ip&#039;]) return $r;
		# FIXME: For Cloudflare we are bypassing all checks for now
		# See cloudflare.inc.php for more detail
		bb2_approved($bb_settings, $package);
		return false;
	} */

I did this because when you disabled the &quot;cloudflare.inc.php&quot; test the above code stops testing when CloudFlare is being used, bypassing the remaining BB tests.</description>
		<content:encoded><![CDATA[<p>I blocked the following code from my port:<br />
	/* if (array_key_exists(&#8216;Cf-Connecting-Ip&#8217;, $package['headers_mixed'])) {<br />
		require_once(BB2_CORE . &#8220;/cloudflare.inc.php&#8221;);<br />
		$r = bb2_cloudflare($package);<br />
		if ($r !== false &amp;&amp; $r != $package['ip']) return $r;<br />
		# FIXME: For Cloudflare we are bypassing all checks for now<br />
		# See cloudflare.inc.php for more detail<br />
		bb2_approved($bb_settings, $package);<br />
		return false;<br />
	} */</p>
<p>I did this because when you disabled the &#8220;cloudflare.inc.php&#8221; test the above code stops testing when CloudFlare is being used, bypassing the remaining BB tests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bad Behavior 2.2.1 by PJH</title>
		<link>http://bad-behavior.ioerror.us/2012/02/01/bad-behavior-2-2-1/#comment-2406</link>
		<dc:creator>PJH</dc:creator>
		<pubDate>Thu, 02 Feb 2012 12:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://bad-behavior.ioerror.us/?p=1288#comment-2406</guid>
		<description>&quot;Did you change the version number? How do we know it’s the repaired version?&quot;

[x@s15474768 bad-behavior.2.2.1]$ grep BB2_VERSION *
core.inc.php:define(&#039;BB2_VERSION&#039;, &quot;2.2.1&quot;);
[x@s15474768 bad-behavior.2.2.1]$</description>
		<content:encoded><![CDATA[<p>&#8220;Did you change the version number? How do we know it’s the repaired version?&#8221;</p>
<p>[x@s15474768 bad-behavior.2.2.1]$ grep BB2_VERSION *<br />
core.inc.php:define(&#8216;BB2_VERSION&#8217;, &#8220;2.2.1&#8243;);<br />
[x@s15474768 bad-behavior.2.2.1]$</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bad Behavior 2.2.1 by w</title>
		<link>http://bad-behavior.ioerror.us/2012/02/01/bad-behavior-2-2-1/#comment-2403</link>
		<dc:creator>w</dc:creator>
		<pubDate>Wed, 01 Feb 2012 17:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://bad-behavior.ioerror.us/?p=1288#comment-2403</guid>
		<description>Did you change the version number? How do we know it&#039;s the repaired version?</description>
		<content:encoded><![CDATA[<p>Did you change the version number? How do we know it&#8217;s the repaired version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bad Behavior 2.2.1 by Michael Hampton</title>
		<link>http://bad-behavior.ioerror.us/2012/02/01/bad-behavior-2-2-1/#comment-2400</link>
		<dc:creator>Michael Hampton</dc:creator>
		<pubDate>Wed, 01 Feb 2012 10:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://bad-behavior.ioerror.us/?p=1288#comment-2400</guid>
		<description>Thanks for letting me know. I&#039;ve pushed an update to svn and it should be up in about 15 minutes.</description>
		<content:encoded><![CDATA[<p>Thanks for letting me know. I&#8217;ve pushed an update to svn and it should be up in about 15 minutes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bad Behavior 2.2.1 by Will</title>
		<link>http://bad-behavior.ioerror.us/2012/02/01/bad-behavior-2-2-1/#comment-2399</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Wed, 01 Feb 2012 10:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://bad-behavior.ioerror.us/?p=1288#comment-2399</guid>
		<description>I just autoupgraded my BB to 2.2.1 on my Wordpress install. After the upgrade it broke my site.

It appears there&#039;s a mistake in bad-behavior-mysql.php on line 27 where a ] is omitted, which breaks everything. Adding the bracket fixed it.</description>
		<content:encoded><![CDATA[<p>I just autoupgraded my BB to 2.2.1 on my WordPress install. After the upgrade it broke my site.</p>
<p>It appears there&#8217;s a mistake in bad-behavior-mysql.php on line 27 where a ] is omitted, which breaks everything. Adding the bracket fixed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bad Behavior 2.2 by Bad Behavior / Bad Behaviour: Bad Behavior 2.2.1</title>
		<link>http://bad-behavior.ioerror.us/2012/01/29/bad-behavior-2-2/#comment-2398</link>
		<dc:creator>Bad Behavior / Bad Behaviour: Bad Behavior 2.2.1</dc:creator>
		<pubDate>Wed, 01 Feb 2012 10:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://bad-behavior.ioerror.us/?p=1265#comment-2398</guid>
		<description>[...] FAQ        &#171; Bad Behavior 2.2 [...]</description>
		<content:encoded><![CDATA[<p>[...] FAQ        &laquo; Bad Behavior 2.2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bad Behavior 2.2 by Alexander Gieg</title>
		<link>http://bad-behavior.ioerror.us/2012/01/29/bad-behavior-2-2/#comment-2394</link>
		<dc:creator>Alexander Gieg</dc:creator>
		<pubDate>Sun, 29 Jan 2012 17:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://bad-behavior.ioerror.us/?p=1265#comment-2394</guid>
		<description>Awesome! Thank you very much!

Also, a wish for a future version (I don&#039;t know whether of BB itself, or of the WordPress plugin only): support for automatically updating the reverse proxy list from CloudFlare&#039;s two IP-range text files:

https://www.cloudflare.com/ips-v4
https://www.cloudflare.com/ips-v6

It&#039;d be perfect if BB were to check these files once a day, and also whenever a new IP address outside the currently know list accessed the site (limited to once an hour to no overload that server).

And even better would be if this could be automated with a simple &quot;Enable automatic CloudFlare support&quot; option. :-)</description>
		<content:encoded><![CDATA[<p>Awesome! Thank you very much!</p>
<p>Also, a wish for a future version (I don&#8217;t know whether of BB itself, or of the WordPress plugin only): support for automatically updating the reverse proxy list from CloudFlare&#8217;s two IP-range text files:</p>
<p><a href="https://www.cloudflare.com/ips-v4" rel="nofollow">https://www.cloudflare.com/ips-v4</a><br />
<a href="https://www.cloudflare.com/ips-v6" rel="nofollow">https://www.cloudflare.com/ips-v6</a></p>
<p>It&#8217;d be perfect if BB were to check these files once a day, and also whenever a new IP address outside the currently know list accessed the site (limited to once an hour to no overload that server).</p>
<p>And even better would be if this could be automated with a simple &#8220;Enable automatic CloudFlare support&#8221; option. <img src='http://bad-behavior.ioerror.us/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installation by Leefe</title>
		<link>http://bad-behavior.ioerror.us/documentation/installation/#comment-2388</link>
		<dc:creator>Leefe</dc:creator>
		<pubDate>Tue, 24 Jan 2012 03:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://bad-behavior.ioerror.us/?page_id=460#comment-2388</guid>
		<description>Hi, The phpBB link displays a 404 error. I suppose this is because it is not a separate entity now.</description>
		<content:encoded><![CDATA[<p>Hi, The phpBB link displays a 404 error. I suppose this is because it is not a separate entity now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.062 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-10 13:17:51 -->
<!-- Compression = gzip -->
