<?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: Your IP as an Image or use PHP to create Images</title>
	<atom:link href="http://neophob.com/2006/01/your-ip-as-an-image-or-use-php-to-create-images/feed/" rel="self" type="application/rss+xml" />
	<link>http://neophob.com/2006/01/your-ip-as-an-image-or-use-php-to-create-images/</link>
	<description>are you still afraid?</description>
	<lastBuildDate>Mon, 08 Jul 2019 19:58:13 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>By: Xsoft</title>
		<link>http://neophob.com/2006/01/your-ip-as-an-image-or-use-php-to-create-images/#comment-28</link>
		<dc:creator><![CDATA[Xsoft]]></dc:creator>
		<pubDate>Mon, 13 Nov 2006 07:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=31#comment-28</guid>
		<description><![CDATA[Thats not correct.

Better is replace line 88 with this:

        $tmp1=($maxdist-$mindist);
        if ($tmp1==0) $tmp1++;
        $c = ((32*$tmp[$index2]-$mindist)/($tmp1));

($tmp is used bellow so, it you use same $tmp and not eg. $tmp1, then you rewrite other variable. Yes, it remove div by zero error, but also remove generated background).

If above fix with $tmp works, then you dont need to use this. I just aply this script for generating my avatar: http://avatar.pocitac.com/example.jpg (dont mind this to you?)

And if you want to try another IP for generating, use some web anonymizer.]]></description>
		<content:encoded><![CDATA[
Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/httpd/vhosts/pixelinvaders.ch/httpdocs/neophob.com/wp-content/plugins/codecolorer/codecolorer-core.php on line 49

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/httpd/vhosts/pixelinvaders.ch/httpdocs/neophob.com/wp-content/plugins/codecolorer/codecolorer-core.php on line 50
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://neophob.com/2006/01/your-ip-as-an-image-or-use-php-to-create-images/#comment-27</link>
		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Mon, 21 Aug 2006 18:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=31#comment-27</guid>
		<description><![CDATA[Hey Adrianus.. this is easy, this will not work correctly as my code sucks!

apply this change at line 88:

$tmp=($maxdist-$mindist);
if ($tmp==0) $tmp++;
$c = ((32*$tmp[$index2]-$mindist)/($tmp));

this should fix it!

cheers]]></description>
		<content:encoded><![CDATA[
Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/httpd/vhosts/pixelinvaders.ch/httpdocs/neophob.com/wp-content/plugins/codecolorer/codecolorer-core.php on line 49

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/httpd/vhosts/pixelinvaders.ch/httpdocs/neophob.com/wp-content/plugins/codecolorer/codecolorer-core.php on line 50
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrianus Warmenhoven</title>
		<link>http://neophob.com/2006/01/your-ip-as-an-image-or-use-php-to-create-images/#comment-26</link>
		<dc:creator><![CDATA[Adrianus Warmenhoven]]></dc:creator>
		<pubDate>Mon, 21 Aug 2006 11:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.111.20/wordpress/?p=31#comment-26</guid>
		<description><![CDATA[Heya,

I really think the IP as texture is cool. But when I tried it with the IP Number: 80.126.0.145
I got division by zero on line 88

If you could tell me why (as I am not that versed in textures etc), so I can fix that...

with kind regards,
                        Adrianus Warmenhoven]]></description>
		<content:encoded><![CDATA[
Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/httpd/vhosts/pixelinvaders.ch/httpdocs/neophob.com/wp-content/plugins/codecolorer/codecolorer-core.php on line 49

Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/httpd/vhosts/pixelinvaders.ch/httpdocs/neophob.com/wp-content/plugins/codecolorer/codecolorer-core.php on line 50
]]></content:encoded>
	</item>
</channel>
</rss>
