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!

link|improve this question
feedback

2 Answers

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.

link|improve this answer
feedback

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/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.