<?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 on: IP Banning with PHP</title>
	<atom:link href="http://blogs.vinuthomas.com/2006/03/08/ip-banning-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.vinuthomas.com/2006/03/08/ip-banning-with-php/</link>
	<description>A Tech Discovery Blog on PHP, Ajax, Security and Social Media.</description>
	<lastBuildDate>Thu, 13 Oct 2011 13:51:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jacob Manser</title>
		<link>http://blogs.vinuthomas.com/2006/03/08/ip-banning-with-php/comment-page-1/#comment-132</link>
		<dc:creator>Jacob Manser</dc:creator>
		<pubDate>Sun, 12 Mar 2006 03:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.vinuthomas.com/2006/03/08/ip-banning-with-php/#comment-132</guid>
		<description>Indeed you can.

However, I wanted to keep the tutorial short and to fall in line with my others.  I hadn&#039;t explained shortening conditionals yet, and so used a full conditional.</description>
		<content:encoded><![CDATA[<p>Indeed you can.</p>
<p>However, I wanted to keep the tutorial short and to fall in line with my others.  I hadn&#8217;t explained shortening conditionals yet, and so used a full conditional.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Manser</title>
		<link>http://blogs.vinuthomas.com/2006/03/08/ip-banning-with-php/comment-page-1/#comment-40652</link>
		<dc:creator>Jacob Manser</dc:creator>
		<pubDate>Sun, 12 Mar 2006 03:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.vinuthomas.com/2006/03/08/ip-banning-with-php/#comment-40652</guid>
		<description>Indeed you can.

However, I wanted to keep the tutorial short and to fall in line with my others.  I hadn&#039;t explained shortening conditionals yet, and so used a full conditional.</description>
		<content:encoded><![CDATA[<p>Indeed you can.</p>
<p>However, I wanted to keep the tutorial short and to fall in line with my others.  I hadn&#8217;t explained shortening conditionals yet, and so used a full conditional.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Valstar</title>
		<link>http://blogs.vinuthomas.com/2006/03/08/ip-banning-with-php/comment-page-1/#comment-106</link>
		<dc:creator>Mike Valstar</dc:creator>
		<pubDate>Wed, 08 Mar 2006 04:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.vinuthomas.com/2006/03/08/ip-banning-with-php/#comment-106</guid>
		<description>you can shorten 

if (in_array($_SERVER[&#039;REMOTE_ADDR&#039;], $banned)) {
echo &quot;You have been banned.&quot;;
exit;
}


to 

if (in_array($_SERVER[&#039;REMOTE_ADDR&#039;], $banned)) 
die(&quot;suck it&quot;);</description>
		<content:encoded><![CDATA[<p>you can shorten </p>
<p>if (in_array($_SERVER['REMOTE_ADDR'], $banned)) {<br />
echo &#8220;You have been banned.&#8221;;<br />
exit;<br />
}</p>
<p>to </p>
<p>if (in_array($_SERVER['REMOTE_ADDR'], $banned))<br />
die(&#8220;suck it&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Valstar</title>
		<link>http://blogs.vinuthomas.com/2006/03/08/ip-banning-with-php/comment-page-1/#comment-40651</link>
		<dc:creator>Mike Valstar</dc:creator>
		<pubDate>Wed, 08 Mar 2006 04:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.vinuthomas.com/2006/03/08/ip-banning-with-php/#comment-40651</guid>
		<description>you can shorten 

if (in_array($_SERVER[&#039;REMOTE_ADDR&#039;], $banned)) {
echo &quot;You have been banned.&quot;;
exit;
}


to 

if (in_array($_SERVER[&#039;REMOTE_ADDR&#039;], $banned)) 
die(&quot;suck it&quot;);</description>
		<content:encoded><![CDATA[<p>you can shorten </p>
<p>if (in_array($_SERVER['REMOTE_ADDR'], $banned)) {<br />
echo &#8220;You have been banned.&#8221;;<br />
exit;<br />
}</p>
<p>to </p>
<p>if (in_array($_SERVER['REMOTE_ADDR'], $banned))<br />
die(&#8220;suck it&#8221;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching 1/14 queries in 0.004 seconds using disk: basic
Object Caching 294/310 objects using disk: basic

Served from: blogs.vinuthomas.com @ 2012-02-08 14:37:00 -->
