Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2007 20:33:34 +1000
From:      andrew clarke <mail@ozzmosis.com>
To:        CyberLeo Kitsana <cyberleo@cyberleo.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: BitTorrent configuration in FreeBSD-6.2 -for Large file downloads &uploads
Message-ID:  <20071014103334.GA6854@ozzmosis.com>
In-Reply-To: <470F2D20.1090400@cyberleo.net>
References:  <BAY127-W339C3CDF707C49281EFC49B2A00@phx.gbl> <470F2D20.1090400@cyberleo.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 12, 2007 at 03:15:28AM -0500, CyberLeo Kitsana wrote:

> There are quite a few PHP trackers around, though the one I use is
> Torrent Trader Lite. (http://www.torrenttrader.com/) This is a
> lightweight tracker that stores all its information in flatfiles, so no
> rdbms is necessary. This should be placed on a publicly accessible URL,
> so that the people who wish to download via bittorrent can use it.

Or http://sourceforge.net/projects/torrenttrader .

I had a quick look at Torrent Trader Lite after your suggestion, and
while it doesn't appear to depend on MySQL, it's still far from
lightweight!  It really requires you to build the web site around the
tracker rather than adding a small tracker to a pre-existing site.

I also had to do a lot of work to get it working under PHP5.  I fixed
some things by replacing "<?" with "<?php" but there were still some
problems with rendering of pages.  I don't know if the tracker part of
it actually worked.

To the OP, have you looked at BNBT in /usr/ports/net-p2p/bnbt ?  It
might be more along the lines of what you want.  There doesn't seem to
be much documentation supplied with the port though.  Consequently I
don't have it working yet.  There does seem to be some useful info here
though:

http://bnbteasytracker.sourceforge.net/documentation.php

Regards
Andrew



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071014103334.GA6854>