<?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>www.mrvinux.com &#187; PHP</title>
	<atom:link href="http://www.mrvinux.com/category/tutorials/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mrvinux.com</link>
	<description>product reviews,hosting reviews,tech news,software</description>
	<lastBuildDate>Wed, 26 May 2010 19:53:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Howto Show Visitors IP Address in a Image</title>
		<link>http://www.mrvinux.com/howto-show-visitors-ip-address-in-a-image/</link>
		<comments>http://www.mrvinux.com/howto-show-visitors-ip-address-in-a-image/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 05:09:47 +0000</pubDate>
		<dc:creator>Vince</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[.png]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[Address]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[my]]></category>
		<category><![CDATA[show]]></category>

		<guid isPermaLink="false">http://mrvinux.com/?p=14</guid>
		<description><![CDATA[Hello! This is what you will get after you are done this is (((easy))) What you need index.php new directory (folder) .png image Ok so start off with a index.php and here is the code that you will need.. &#60;? header(&#34;Content-type: image/png&#34;); $im = imagecreatefrompng (&#34;yourip.png&#34;); $colour = imagecolorallocate($im, 255, 255, 255); $ip = &#34;$_SERVER[REMOTE_ADDR]&#34;; [...]]]></description>
			<content:encoded><![CDATA[<div>Hello!<br />
This is what you will get after you are done<img class="inlineimg" title="Wink" src="http://atbhost.net/forums/images/smilies/wink.gif" border="0" alt="" /><br />
<img style="border: 0pt none;" src="http://www.mrvinux.com//yourip/" border="0" alt="" width="178" height="36" /><br />
<span style="color: red;">this is (((easy)))</span></p>
<p><strong><span style="text-decoration: underline;">What you need</span></strong></p>
<ol style="list-style-type: decimal;">
<li>index.php</li>
<li>new directory (folder)</li>
<li>.png image</li>
</ol>
<p>Ok so start off with a index.php and here is the code that you will need..</p>
<p><span style="color: #ff0000;">
<pre class="brush: php;"> &lt;?
header(&quot;Content-type: image/png&quot;);
$im = imagecreatefrompng (&quot;yourip.png&quot;);
$colour = imagecolorallocate($im, 255, 255, 255);
$ip = &quot;$_SERVER[REMOTE_ADDR]&quot;;
imagestring($im, 3, 71, 2, $ip, $colour);
imagepng($im);
?&gt;</pre>
<p></span></p>
<p>Now you need the a image here one for the tut..(duh)<br />
<img src="http://www.mrvinux.com/tut/yourip.png" border="0" alt="" /> (save it)</p>
<p>Now you need to make a folder via FTP mine is called yourip but you can call it what you want.</p>
<p>Then all you gota do is upload it..</p>
</div>
<p><a href="http://www.addtoany.com/add_to/technet?linkurl=http%3A%2F%2Fwww.mrvinux.com%2Fhowto-show-visitors-ip-address-in-a-image%2F&amp;linkname=Howto%20Show%20Visitors%20IP%20Address%20in%20a%20Image" title="TechNet" rel="nofollow" target="_blank"><img src="http://www.mrvinux.com/wp-content/plugins/add-to-any/icons/technet.png" width="16" height="16" alt="TechNet"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fwww.mrvinux.com%2Fhowto-show-visitors-ip-address-in-a-image%2F&amp;linkname=Howto%20Show%20Visitors%20IP%20Address%20in%20a%20Image" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://www.mrvinux.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fwww.mrvinux.com%2Fhowto-show-visitors-ip-address-in-a-image%2F&amp;linkname=Howto%20Show%20Visitors%20IP%20Address%20in%20a%20Image" title="Reddit" rel="nofollow" target="_blank"><img src="http://www.mrvinux.com/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fwww.mrvinux.com%2Fhowto-show-visitors-ip-address-in-a-image%2F&amp;linkname=Howto%20Show%20Visitors%20IP%20Address%20in%20a%20Image" title="Twitter" rel="nofollow" target="_blank"><img src="http://www.mrvinux.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/technotizie?linkurl=http%3A%2F%2Fwww.mrvinux.com%2Fhowto-show-visitors-ip-address-in-a-image%2F&amp;linkname=Howto%20Show%20Visitors%20IP%20Address%20in%20a%20Image" title="Technotizie" rel="nofollow" target="_blank"><img src="http://www.mrvinux.com/wp-content/plugins/add-to-any/icons/technotizie.png" width="16" height="16" alt="Technotizie"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.mrvinux.com%2Fhowto-show-visitors-ip-address-in-a-image%2F&amp;linkname=Howto%20Show%20Visitors%20IP%20Address%20in%20a%20Image">Like this post? Share it!</a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.mrvinux.com/howto-show-visitors-ip-address-in-a-image/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
