<?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: Part 3 – Torrent and User Details</title>
	<atom:link href="http://valadilene.org/2009/08/15/how-to-create-a-torrent-tracker-part-3-%e2%80%93-torrent-and-user-details/feed/" rel="self" type="application/rss+xml" />
	<link>http://valadilene.org/2009/08/15/how-to-create-a-torrent-tracker-part-3-%e2%80%93-torrent-and-user-details/</link>
	<description>web development, programming and music</description>
	<lastBuildDate>Thu, 11 Mar 2010 15:13:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bypasser</title>
		<link>http://valadilene.org/2009/08/15/how-to-create-a-torrent-tracker-part-3-%e2%80%93-torrent-and-user-details/comment-page-1/#comment-1823</link>
		<dc:creator>Bypasser</dc:creator>
		<pubDate>Mon, 11 Jan 2010 22:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://valadilene.org/?p=390#comment-1823</guid>
		<description>An going slowly in my project, will try to do this scraper.

Thank you for your reply &amp; for your posts.

Have a nice life,

B.</description>
		<content:encoded><![CDATA[<p>An going slowly in my project, will try to do this scraper.</p>
<p>Thank you for your reply &amp; for your posts.</p>
<p>Have a nice life,</p>
<p>B.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hangman</title>
		<link>http://valadilene.org/2009/08/15/how-to-create-a-torrent-tracker-part-3-%e2%80%93-torrent-and-user-details/comment-page-1/#comment-1814</link>
		<dc:creator>Hangman</dc:creator>
		<pubDate>Wed, 06 Jan 2010 16:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://valadilene.org/?p=390#comment-1814</guid>
		<description>@Bypasser: as far as I know, a scrape file is just a bencoded dictionary which you can parse through a script. I&#039;m sure there&#039;s some example around the web, although if you are familiar with PHP you could code your own script with ease using an existing parser class.</description>
		<content:encoded><![CDATA[<p>@Bypasser: as far as I know, a scrape file is just a bencoded dictionary which you can parse through a script. I&#8217;m sure there&#8217;s some example around the web, although if you are familiar with PHP you could code your own script with ease using an existing parser class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bypasser</title>
		<link>http://valadilene.org/2009/08/15/how-to-create-a-torrent-tracker-part-3-%e2%80%93-torrent-and-user-details/comment-page-1/#comment-1813</link>
		<dc:creator>Bypasser</dc:creator>
		<pubDate>Tue, 05 Jan 2010 23:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://valadilene.org/?p=390#comment-1813</guid>
		<description>(corrected email so that you can reply by email if you want)
Ok!

Thank you very much for all this information.
Something I don&#039;t understand: if the tracker is public, and people don&#039;t have to use &#039;our&#039; tracker - with this code we will only get data about the torrents present on our tracker, don&#039;t we? (As it is based on the database and note a scrape of tracker)

So as you keep the possibility of an open site in the comments of the code: do you know an easy way to scrape data for &#039;outside trackers&#039; torrents?

Thank you anyway, all that is great...

Have a nice life!

bp</description>
		<content:encoded><![CDATA[<p>(corrected email so that you can reply by email if you want)<br />
Ok!</p>
<p>Thank you very much for all this information.<br />
Something I don&#8217;t understand: if the tracker is public, and people don&#8217;t have to use &#8216;our&#8217; tracker &#8211; with this code we will only get data about the torrents present on our tracker, don&#8217;t we? (As it is based on the database and note a scrape of tracker)</p>
<p>So as you keep the possibility of an open site in the comments of the code: do you know an easy way to scrape data for &#8216;outside trackers&#8217; torrents?</p>
<p>Thank you anyway, all that is great&#8230;</p>
<p>Have a nice life!</p>
<p>bp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bypasser</title>
		<link>http://valadilene.org/2009/08/15/how-to-create-a-torrent-tracker-part-3-%e2%80%93-torrent-and-user-details/comment-page-1/#comment-1812</link>
		<dc:creator>Bypasser</dc:creator>
		<pubDate>Tue, 05 Jan 2010 23:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://valadilene.org/?p=390#comment-1812</guid>
		<description>Ok!

Thank you very much for all this information.
Something I don&#039;t understand: if the tracker is public, and people don&#039;t have to use &#039;our&#039; tracker - with this code we will only get data about the torrents present on our tracker, don&#039;t we? (As it is based on the database and note a scrape of tracker)

So as you keep the possibility of an open site in the comments of the code: do you know an easy way to scrape data for &#039;outside trackers&#039; torrents?

Thank you anyway, all that is great...

Have a nice life!

bp</description>
		<content:encoded><![CDATA[<p>Ok!</p>
<p>Thank you very much for all this information.<br />
Something I don&#8217;t understand: if the tracker is public, and people don&#8217;t have to use &#8216;our&#8217; tracker &#8211; with this code we will only get data about the torrents present on our tracker, don&#8217;t we? (As it is based on the database and note a scrape of tracker)</p>
<p>So as you keep the possibility of an open site in the comments of the code: do you know an easy way to scrape data for &#8216;outside trackers&#8217; torrents?</p>
<p>Thank you anyway, all that is great&#8230;</p>
<p>Have a nice life!</p>
<p>bp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mantis</title>
		<link>http://valadilene.org/2009/08/15/how-to-create-a-torrent-tracker-part-3-%e2%80%93-torrent-and-user-details/comment-page-1/#comment-1304</link>
		<dc:creator>Mantis</dc:creator>
		<pubDate>Tue, 01 Sep 2009 16:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://valadilene.org/?p=390#comment-1304</guid>
		<description>Hi, great guide! I think I&#039;m going to follow all of this through since I would like to add some torrents to my site, to reduce the bandwidth load. Awaiting further tutorials eagerly.</description>
		<content:encoded><![CDATA[<p>Hi, great guide! I think I&#8217;m going to follow all of this through since I would like to add some torrents to my site, to reduce the bandwidth load. Awaiting further tutorials eagerly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Create a Tracker, Part 3: Torrent &#38; User Details &#124; THE source for BitTorrent &#38; P2P Tips, Tricks and Info. &#124; FileShareFreak</title>
		<link>http://valadilene.org/2009/08/15/how-to-create-a-torrent-tracker-part-3-%e2%80%93-torrent-and-user-details/comment-page-1/#comment-1228</link>
		<dc:creator>How to Create a Tracker, Part 3: Torrent &#38; User Details &#124; THE source for BitTorrent &#38; P2P Tips, Tricks and Info. &#124; FileShareFreak</dc:creator>
		<pubDate>Mon, 17 Aug 2009 09:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://valadilene.org/?p=390#comment-1228</guid>
		<description>[...] Article republished with permission from Valadil&#233;ne.org - source here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Article republished with permission from Valadil&eacute;ne.org &#8211; source here. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
