views:

42

answers:

2

Hi everybody!

I'm build a a BitTorrent tracker with CodeIgniter, and i'm use Torrent RW class for parsing .torrent files (info hash, read/write tracker url, etc.).

I would like to run external torrents, and i need help: how to parse external torrent stats -> seeders-, leechers number.

Please, help me, and sorry for my bad english.

Thanks!

A: 

My recommendation would be to look up the PHP required to do this and then think about implementing it in Codeigniter.

The Torrent RW class will read the torrent but you will need to somehow connect to the torrent and its seeds and leechers in order to get this information.

Check out: http://sourceforge.net/projects/tbdevnet/

Kieran Andrews
A: 

Save yourself the time and use an existing open php torrent tracker (or better yet, convert it over to CodeIgniter and open source it to contribute back!).

Most are based on the original PHPBTTracker by DeHackEd.

Mitchell McKenna