Home > PHP > Torrent Data Dump

Torrent Data Dump

December 14th, 2009

This should be done as a Class in PHP (OOP).

It should accept a .torrent file or .torrent URL, get the contents (using cURL, not filegetcontents). It should be able to display all of the information related to the torrent file.

In addition, it should build an info_hash, and get the seed/leech data from each tracker from within the file. (I don’t know the details on this, so you should have an understanding on how to do this).

The deliverable should be one PHP class that can ultimately get all of the related information for a given torrent file.


Torrent Data Dump

Categories: PHP Tags: , , , , , ,
Comments are closed.
Bear