<?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 smert.net</title>
	<atom:link href="http://www.smert.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smert.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 05 Jun 2010 14:17:35 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Uplink Inspired Multiplayer Game by Oblivium</title>
		<link>http://www.smert.net/2008/10/30/uplink-inspired-multiplayer-game/comment-page-1/#comment-3527</link>
		<dc:creator>Oblivium</dc:creator>
		<pubDate>Sat, 05 Jun 2010 14:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.smert.net/?p=81#comment-3527</guid>
		<description>Hi! Would love to help you develop this game. I also picked my uplink game some days ago and just blasted through it :D please contact me if you needhelp with it</description>
		<content:encoded><![CDATA[<p>Hi! Would love to help you develop this game. I also picked my uplink game some days ago and just blasted through it <img src='http://www.smert.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  please contact me if you needhelp with it</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Uplink Inspired Multiplayer Game by Gome</title>
		<link>http://www.smert.net/2008/10/30/uplink-inspired-multiplayer-game/comment-page-1/#comment-3089</link>
		<dc:creator>Gome</dc:creator>
		<pubDate>Fri, 16 Apr 2010 04:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.smert.net/?p=81#comment-3089</guid>
		<description>nice man!
i would love to help you in this project, and the sound stuff is not dificult to do with html and javascript.
email me and i&#039;m sure i&#039;ll do my best to help on it!</description>
		<content:encoded><![CDATA[<p>nice man!<br />
i would love to help you in this project, and the sound stuff is not dificult to do with html and javascript.<br />
email me and i&#8217;m sure i&#8217;ll do my best to help on it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySpace Tracker by rusty</title>
		<link>http://www.smert.net/web-apps/myspace-tracker/comment-page-1/#comment-3025</link>
		<dc:creator>rusty</dc:creator>
		<pubDate>Mon, 05 Apr 2010 01:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.smert.net/?page_id=240#comment-3025</guid>
		<description>how can i find the ip adress from someone that hacked in to my myspace and sent emails all im finding is a url addy and that dont tell me anything all i need to to prove is the ip address is diffrent than my computer ip addy thanks redcreekfarms [at] yahoo.com</description>
		<content:encoded><![CDATA[<p>how can i find the ip adress from someone that hacked in to my myspace and sent emails all im finding is a url addy and that dont tell me anything all i need to to prove is the ip address is diffrent than my computer ip addy thanks redcreekfarms [at] yahoo.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Poor perfomance with Cacti and RRDtool 1.3.x generating graphs by Arie</title>
		<link>http://www.smert.net/2009/11/07/poor-perfomance-with-cacti-and-rrdtool-1-3-x-generating-graphs/comment-page-1/#comment-2648</link>
		<dc:creator>Arie</dc:creator>
		<pubDate>Thu, 04 Mar 2010 14:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.smert.net/?p=299#comment-2648</guid>
		<description>Thanks a lot! I just experienced the same problem and your solution worked like a charm!</description>
		<content:encoded><![CDATA[<p>Thanks a lot! I just experienced the same problem and your solution worked like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Opera Face Gestures Beta by Face tracking in Opera &#124; Hack a Day Thailand</title>
		<link>http://www.smert.net/2009/04/23/opera-face-gestures-beta/comment-page-1/#comment-1315</link>
		<dc:creator>Face tracking in Opera &#124; Hack a Day Thailand</dc:creator>
		<pubDate>Thu, 24 Dec 2009 10:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.smert.net/?p=85#comment-1315</guid>
		<description>[...] by this year&#8217;s april fools day joke from Opera, [Jason] has made facial gesture recognition actually work. While this may seem like a silly project, it could seriously help some people out. [...]</description>
		<content:encoded><![CDATA[<p>[...] by this year&#8217;s april fools day joke from Opera, [Jason] has made facial gesture recognition actually work. While this may seem like a silly project, it could seriously help some people out. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Inconsistencies Between PHP on Windows (Show Me the Money_Format) by Sergio Abreu</title>
		<link>http://www.smert.net/2008/05/23/inconsistencies-between-php-on-windows-show-me-the-money_format/comment-page-1/#comment-1275</link>
		<dc:creator>Sergio Abreu</dc:creator>
		<pubDate>Sun, 20 Dec 2009 15:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.smert.net/?p=71#comment-1275</guid>
		<description>CORRECTING:
Thank you for posting this tutorial.
Based on your code (thanks) I have created a function that could be useful for all:
/* currency function by Sergio Abreu */
function currency( $number){
setlocale(LC_ALL, ”);
$locale = localeconv();
return $locale[&#039;currency_symbol&#039;] . ” ” . number_format($number, 2, $locale[&#039;decimal_point&#039;], $locale[&#039;thousands_sep&#039;]);
}</description>
		<content:encoded><![CDATA[<p>CORRECTING:<br />
Thank you for posting this tutorial.<br />
Based on your code (thanks) I have created a function that could be useful for all:<br />
/* currency function by Sergio Abreu */<br />
function currency( $number){<br />
setlocale(LC_ALL, ”);<br />
$locale = localeconv();<br />
return $locale['currency_symbol'] . ” ” . number_format($number, 2, $locale['decimal_point'], $locale['thousands_sep']);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Inconsistencies Between PHP on Windows (Show Me the Money_Format) by Sergio Abreu</title>
		<link>http://www.smert.net/2008/05/23/inconsistencies-between-php-on-windows-show-me-the-money_format/comment-page-1/#comment-1274</link>
		<dc:creator>Sergio Abreu</dc:creator>
		<pubDate>Sun, 20 Dec 2009 15:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.smert.net/?p=71#comment-1274</guid>
		<description>Thank you for posting this tutorial.
Based on your code (thanks) I have created a function that could be use do anyone:
   /* currency function  by Sergio Abreu */
   function currency( $number){
      setlocale(LC_ALL, &#039;&#039;);  
      $locale = localeconv();
      return $locale[&#039;currency_symbol&#039;] . &quot; &quot; . number_format($number, 2, $locale[&#039;decimal_point&#039;], $locale[&#039;thousands_sep&#039;]);
   }</description>
		<content:encoded><![CDATA[<p>Thank you for posting this tutorial.<br />
Based on your code (thanks) I have created a function that could be use do anyone:<br />
   /* currency function  by Sergio Abreu */<br />
   function currency( $number){<br />
      setlocale(LC_ALL, &#8221;);<br />
      $locale = localeconv();<br />
      return $locale['currency_symbol'] . &#8221; &#8221; . number_format($number, 2, $locale['decimal_point'], $locale['thousands_sep']);<br />
   }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Inconsistencies Between PHP on Windows (Show Me the Money_Format) by Mesbah Ahmed</title>
		<link>http://www.smert.net/2008/05/23/inconsistencies-between-php-on-windows-show-me-the-money_format/comment-page-1/#comment-1026</link>
		<dc:creator>Mesbah Ahmed</dc:creator>
		<pubDate>Fri, 04 Dec 2009 22:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.smert.net/?p=71#comment-1026</guid>
		<description>Thanks a lot! Your hints saved me a lot of mid-night oil.</description>
		<content:encoded><![CDATA[<p>Thanks a lot! Your hints saved me a lot of mid-night oil.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Uplink Inspired Multiplayer Game by Sebastian</title>
		<link>http://www.smert.net/2008/10/30/uplink-inspired-multiplayer-game/comment-page-1/#comment-746</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Fri, 13 Nov 2009 20:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.smert.net/?p=81#comment-746</guid>
		<description>hackwars.net and vpc-hack.net are some fun hacking games and they have quality eyecandy. I love the graphics compared to uplink.</description>
		<content:encoded><![CDATA[<p>hackwars.net and vpc-hack.net are some fun hacking games and they have quality eyecandy. I love the graphics compared to uplink.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Uplink Inspired Multiplayer Game by toothpick</title>
		<link>http://www.smert.net/2008/10/30/uplink-inspired-multiplayer-game/comment-page-1/#comment-729</link>
		<dc:creator>toothpick</dc:creator>
		<pubDate>Thu, 12 Nov 2009 21:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.smert.net/?p=81#comment-729</guid>
		<description>wow thats amazing, how is it going so far?
email me</description>
		<content:encoded><![CDATA[<p>wow thats amazing, how is it going so far?<br />
email me</p>
]]></content:encoded>
	</item>
</channel>
</rss>
