<?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: How to Create a Torrent Tracker with PHP and XBTT: Part 1</title>
	<atom:link href="http://valadilene.org/2009/06/24/how-to-create-a-torrent-tracker-with-php-and-xbtt-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://valadilene.org/2009/06/24/how-to-create-a-torrent-tracker-with-php-and-xbtt-part-1/</link>
	<description>web development, programming and music</description>
	<lastBuildDate>Mon, 08 Mar 2010 12:00:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vinod.M</title>
		<link>http://valadilene.org/2009/06/24/how-to-create-a-torrent-tracker-with-php-and-xbtt-part-1/comment-page-1/#comment-1550</link>
		<dc:creator>Vinod.M</dc:creator>
		<pubDate>Thu, 05 Nov 2009 13:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://valadilene.org/?p=157#comment-1550</guid>
		<description>Thank you very much..
It helped me a lot..
Really thank you very much....</description>
		<content:encoded><![CDATA[<p>Thank you very much..<br />
It helped me a lot..<br />
Really thank you very much&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://valadilene.org/2009/06/24/how-to-create-a-torrent-tracker-with-php-and-xbtt-part-1/comment-page-1/#comment-1372</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 15 Sep 2009 09:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://valadilene.org/?p=157#comment-1372</guid>
		<description>Hey man, great tutorial!  I zoomed right through all of those steps and got a torrent up, tested, and confirmed in probably about 45 minutes.  Privatizing the tracker looks rather daunting but thanks to your well written post here I think I&#039;ll be able to give it a crack.  Thanks for the write up!</description>
		<content:encoded><![CDATA[<p>Hey man, great tutorial!  I zoomed right through all of those steps and got a torrent up, tested, and confirmed in probably about 45 minutes.  Privatizing the tracker looks rather daunting but thanks to your well written post here I think I&#8217;ll be able to give it a crack.  Thanks for the write up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anesthesia</title>
		<link>http://valadilene.org/2009/06/24/how-to-create-a-torrent-tracker-with-php-and-xbtt-part-1/comment-page-1/#comment-1346</link>
		<dc:creator>anesthesia</dc:creator>
		<pubDate>Thu, 10 Sep 2009 04:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://valadilene.org/?p=157#comment-1346</guid>
		<description>Thanks a lot for those articles!

Much faster to learn the basics like this than trying to dissect tb_source or Gazelle, which are way too complex for what I wanted to achieve.

Oh and isn&#039;t there is a little duplication in the last code block? PHP isn&#039;t my language but since you already decode the torrent file at the beginning, can&#039;t you just change the value of the &quot;announce&quot; key pair and then bencode the whole thing?

http://gist.github.com/184310

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for those articles!</p>
<p>Much faster to learn the basics like this than trying to dissect tb_source or Gazelle, which are way too complex for what I wanted to achieve.</p>
<p>Oh and isn&#8217;t there is a little duplication in the last code block? PHP isn&#8217;t my language but since you already decode the torrent file at the beginning, can&#8217;t you just change the value of the &#8220;announce&#8221; key pair and then bencode the whole thing?</p>
<p><a href="http://gist.github.com/184310" rel="nofollow">http://gist.github.com/184310</a></p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mumbly</title>
		<link>http://valadilene.org/2009/06/24/how-to-create-a-torrent-tracker-with-php-and-xbtt-part-1/comment-page-1/#comment-1334</link>
		<dc:creator>mumbly</dc:creator>
		<pubDate>Mon, 07 Sep 2009 08:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://valadilene.org/?p=157#comment-1334</guid>
		<description>Do you plan to make a wordpress bittorrent plugin ? It would be so great ! :)</description>
		<content:encoded><![CDATA[<p>Do you plan to make a wordpress bittorrent plugin ? It would be so great ! <img src='http://valadilene.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hangman</title>
		<link>http://valadilene.org/2009/06/24/how-to-create-a-torrent-tracker-with-php-and-xbtt-part-1/comment-page-1/#comment-1274</link>
		<dc:creator>Hangman</dc:creator>
		<pubDate>Wed, 19 Aug 2009 06:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://valadilene.org/?p=157#comment-1274</guid>
		<description>@dared: Maybe. That&#039;s a cool idea for a new plugin!</description>
		<content:encoded><![CDATA[<p>@dared: Maybe. That&#8217;s a cool idea for a new plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: valadiléne &#187; How to Create a Torrent Tracker: Part 2 &#8211; Upload Form</title>
		<link>http://valadilene.org/2009/06/24/how-to-create-a-torrent-tracker-with-php-and-xbtt-part-1/comment-page-1/#comment-302</link>
		<dc:creator>valadiléne &#187; How to Create a Torrent Tracker: Part 2 &#8211; Upload Form</dc:creator>
		<pubDate>Wed, 15 Jul 2009 14:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://valadilene.org/?p=157#comment-302</guid>
		<description>[...] the previous part of this guide, we have seen how to run the XBTT tracker on our server and built a basic torrent [...]</description>
		<content:encoded><![CDATA[<p>[...] the previous part of this guide, we have seen how to run the XBTT tracker on our server and built a basic torrent [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Create a Torrent Tracker with PHP &#38; XBTT: Part 1 - Torrent Invites! Get your free private torrent tracker invites !</title>
		<link>http://valadilene.org/2009/06/24/how-to-create-a-torrent-tracker-with-php-and-xbtt-part-1/comment-page-1/#comment-299</link>
		<dc:creator>How to Create a Torrent Tracker with PHP &#38; XBTT: Part 1 - Torrent Invites! Get your free private torrent tracker invites !</dc:creator>
		<pubDate>Wed, 15 Jul 2009 08:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://valadilene.org/?p=157#comment-299</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Levent a.k.a dared</title>
		<link>http://valadilene.org/2009/06/24/how-to-create-a-torrent-tracker-with-php-and-xbtt-part-1/comment-page-1/#comment-251</link>
		<dc:creator>Levent a.k.a dared</dc:creator>
		<pubDate>Fri, 10 Jul 2009 10:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://valadilene.org/?p=157#comment-251</guid>
		<description>will you combine tracker system with mybb?</description>
		<content:encoded><![CDATA[<p>will you combine tracker system with mybb?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: divzz</title>
		<link>http://valadilene.org/2009/06/24/how-to-create-a-torrent-tracker-with-php-and-xbtt-part-1/comment-page-1/#comment-209</link>
		<dc:creator>divzz</dc:creator>
		<pubDate>Thu, 02 Jul 2009 11:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://valadilene.org/?p=157#comment-209</guid>
		<description>Hey this is gr8 stuff.
thanks.</description>
		<content:encoded><![CDATA[<p>Hey this is gr8 stuff.<br />
thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kfg</title>
		<link>http://valadilene.org/2009/06/24/how-to-create-a-torrent-tracker-with-php-and-xbtt-part-1/comment-page-1/#comment-207</link>
		<dc:creator>Kfg</dc:creator>
		<pubDate>Wed, 01 Jul 2009 03:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://valadilene.org/?p=157#comment-207</guid>
		<description>This is what i looking for..Thank you very much.</description>
		<content:encoded><![CDATA[<p>This is what i looking for..Thank you very much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
