<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BlogTorrent &#187; script</title>
	<atom:link href="http://www.blogtorrent.de/tag/script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogtorrent.de</link>
	<description>Der Blog mit den zwei grossen Buchstaben</description>
	<lastBuildDate>Fri, 30 Dec 2011 10:36:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>PHP Script um IPv6 und IPv4 connections zu unterscheiden</title>
		<link>http://www.blogtorrent.de/2010/07/01/php-script-um-ipv6-und-ipv4-connections-zu-unterscheiden/</link>
		<comments>http://www.blogtorrent.de/2010/07/01/php-script-um-ipv6-und-ipv4-connections-zu-unterscheiden/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 13:20:01 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ipv4]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.blogtorrent.de/?p=381</guid>
		<description><![CDATA[Via PHP snipplet for detecting users with IPv6]]></description>
			<content:encoded><![CDATA[<p><code><?php<br />
$ip = getenv ("REMOTE_ADDR");<br />
if (substr_count($ip,":") > 0<br />
    &#038;&#038; substr_count($ip,".") == 0) {<br />
 echo 'You are using <a '<br />
  .'href="http://www.dnsstuff.com/tools/whois.ch?ip='<br />
  . $ip . '"> IPv6 </a>';<br />
} else {<br />
  echo "You are using IPv4";<br />
}<br />
?></code></p>
<p>Via <a href="http://pugio.net/2007/04/php-snipplet-for-detecting-use.html" rel='nofollow'>PHP snipplet for detecting users with IPv6</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogtorrent.de/2010/07/01/php-script-um-ipv6-und-ipv4-connections-zu-unterscheiden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

