Reputation: 154553
How can I read / decode a .torrent file with PHP?
Do I need any specific library to decode such files or is it something simpler?
Upvotes: 1
Views: 323
Reputation: 35149
For a specific library to decode .torrent files, also see File_Bittorrent2, from the PEAR library.
Upvotes: 1
Reputation: 24823
Take a look at torrentflux. Its an open source bit torrent client. The code in /html/BDecode.php deals with decoding .torrent files.
Upvotes: 2