<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: phpABC v1.2 Released</title>
	<link>http://www.swiftlytilting.com/2005/02/18/phpabc-v12-released/</link>
	<description>usability. reusability.</description>
	<pubDate>Thu, 09 Feb 2012 07:04:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: swiftlytilting</title>
		<link>http://www.swiftlytilting.com/2005/02/18/phpabc-v12-released/#comment-341</link>
		<author>swiftlytilting</author>
		<pubDate>Wed, 02 Mar 2005 16:57:34 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2005/02/18/phpabc-v12-released/#comment-341</guid>
		<description>yeah i added a total ul and dl feature too, but i havent done enough stuff for an official update.  i'm trying to learn the original ABC code so I can code some more features into the core and get the developer to add them :D</description>
		<content:encoded><![CDATA[<p>yeah i added a total ul and dl feature too, but i havent done enough stuff for an official update.  i&#8217;m trying to learn the original ABC code so I can code some more features into the core and get the developer to add them <img src='http://www.swiftlytilting.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg G.</title>
		<link>http://www.swiftlytilting.com/2005/02/18/phpabc-v12-released/#comment-339</link>
		<author>Oleg G.</author>
		<pubDate>Wed, 02 Mar 2005 14:55:41 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2005/02/18/phpabc-v12-released/#comment-339</guid>
		<description>Nice work dude,
I've added some modifcations for global b/w and few other things, but overall I've happy with it.

You've done a nice work here :&gt;</description>
		<content:encoded><![CDATA[<p>Nice work dude,<br />
I&#8217;ve added some modifcations for global b/w and few other things, but overall I&#8217;ve happy with it.</p>
<p>You&#8217;ve done a nice work here :></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg G.</title>
		<link>http://www.swiftlytilting.com/2005/02/18/phpabc-v12-released/#comment-277</link>
		<author>Oleg G.</author>
		<pubDate>Tue, 22 Feb 2005 11:48:49 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2005/02/18/phpabc-v12-released/#comment-277</guid>
		<description>Yes, I'm using ABC 2.6.9.</description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;m using ABC 2.6.9.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swiftlytilting</title>
		<link>http://www.swiftlytilting.com/2005/02/18/phpabc-v12-released/#comment-276</link>
		<author>swiftlytilting</author>
		<pubDate>Tue, 22 Feb 2005 02:32:47 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2005/02/18/phpabc-v12-released/#comment-276</guid>
		<description>are you using 2.6.9?</description>
		<content:encoded><![CDATA[<p>are you using 2.6.9?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg G.</title>
		<link>http://www.swiftlytilting.com/2005/02/18/phpabc-v12-released/#comment-244</link>
		<author>Oleg G.</author>
		<pubDate>Sun, 20 Feb 2005 16:58:24 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2005/02/18/phpabc-v12-released/#comment-244</guid>
		<description>N/m..
I've added 
$torrentArr["DL Speed"] = $torrentArr['DL Speed']/1024;
$torrentArr["DL Speed"] = (int)$torrentArr['DL Speed']." KB/sec";
$torrentArr["UL Speed"] = $torrentArr['UL Speed']/1024;
$torrentArr["UL Speed"] = (int)$torrentArr['UL Speed']." KB/sec";

Works like a charm :D</description>
		<content:encoded><![CDATA[<p>N/m..<br />
I&#8217;ve added<br />
$torrentArr[&#8221;DL Speed&#8221;] = $torrentArr[&#8217;DL Speed&#8217;]/1024;<br />
$torrentArr[&#8221;DL Speed&#8221;] = (int)$torrentArr[&#8217;DL Speed&#8217;].&#8221; KB/sec&#8221;;<br />
$torrentArr[&#8221;UL Speed&#8221;] = $torrentArr[&#8217;UL Speed&#8217;]/1024;<br />
$torrentArr[&#8221;UL Speed&#8221;] = (int)$torrentArr[&#8217;UL Speed&#8217;].&#8221; KB/sec&#8221;;</p>
<p>Works like a charm <img src='http://www.swiftlytilting.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg G.</title>
		<link>http://www.swiftlytilting.com/2005/02/18/phpabc-v12-released/#comment-243</link>
		<author>Oleg G.</author>
		<pubDate>Sun, 20 Feb 2005 16:46:37 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2005/02/18/phpabc-v12-released/#comment-243</guid>
		<description>Another issues.. is there a way to convert the DL speed &#038; UL speeds to KB/SEC and NOT byte/sec.. ? :D

Thanks in advnace.</description>
		<content:encoded><![CDATA[<p>Another issues.. is there a way to convert the DL speed &#038; UL speeds to KB/SEC and NOT byte/sec.. ? <img src='http://www.swiftlytilting.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Thanks in advnace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg G.</title>
		<link>http://www.swiftlytilting.com/2005/02/18/phpabc-v12-released/#comment-234</link>
		<author>Oleg G.</author>
		<pubDate>Sun, 20 Feb 2005 00:46:00 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2005/02/18/phpabc-v12-released/#comment-234</guid>
		<description>omg, thank you!
:D</description>
		<content:encoded><![CDATA[<p>omg, thank you!<br />
 <img src='http://www.swiftlytilting.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swiftlytilting</title>
		<link>http://www.swiftlytilting.com/2005/02/18/phpabc-v12-released/#comment-231</link>
		<author>swiftlytilting</author>
		<pubDate>Sat, 19 Feb 2005 06:26:31 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2005/02/18/phpabc-v12-released/#comment-231</guid>
		<description>It wasn't too hard to convert it over.. &lt;a href="http://www.swiftlytilting.com/2005/02/18/phpabc-12-for-php4/"&gt;enjoy&lt;/a&gt; :)</description>
		<content:encoded><![CDATA[<p>It wasn&#8217;t too hard to convert it over.. <a href="http://www.swiftlytilting.com/2005/02/18/phpabc-12-for-php4/">enjoy</a> <img src='http://www.swiftlytilting.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swiftlytilting</title>
		<link>http://www.swiftlytilting.com/2005/02/18/phpabc-v12-released/#comment-230</link>
		<author>swiftlytilting</author>
		<pubDate>Sat, 19 Feb 2005 05:34:14 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2005/02/18/phpabc-v12-released/#comment-230</guid>
		<description>I wrote it to use some php5 specific functions, though I suppose there's no reason why it couldn't be converted to php4.  I'll see about converting it over to php4, though you should really upgrade ;)</description>
		<content:encoded><![CDATA[<p>I wrote it to use some php5 specific functions, though I suppose there&#8217;s no reason why it couldn&#8217;t be converted to php4.  I&#8217;ll see about converting it over to php4, though you should really upgrade <img src='http://www.swiftlytilting.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg G.</title>
		<link>http://www.swiftlytilting.com/2005/02/18/phpabc-v12-released/#comment-228</link>
		<author>Oleg G.</author>
		<pubDate>Sat, 19 Feb 2005 05:01:14 +0000</pubDate>
		<guid>http://www.swiftlytilting.com/2005/02/18/phpabc-v12-released/#comment-228</guid>
		<description>Hmm, thats great but why only php5.. 
I use php4 and dont feel like upgrading now, is there any other version for php4 users?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hmm, thats great but why only php5..<br />
I use php4 and dont feel like upgrading now, is there any other version for php4 users?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

