News Feed
Jobs Feed
Sections




News Archive
Rudi's Blog:
Get torrent data with PHP
November 06, 2008 @ 13:50:39

This new post to Rudi's blog shows how, with the help of an external class you can use PHP to grab information from a torrent file.

To use this code you first need to include a file with the benc, bdec and hex2bin functions. To get the torrent data (like the announce url, the files etc) it is enough if we decode the content of the torrent. On the other hand, if we want to read the number of seeds, leechs and downloads, we must encode the info part of the torrent, encrypt it with the sha1 function and convert the result to lowercase.

He includes the code to make the decoding/encryption of the results a copy and paste away (once you have these functions to work from). He's even provided an example using the code that gets the information from a torrent on the Pirate Bay website.

1 comment voice your opinion now!
torrent data library class tutorial bdec hex2bin


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Profiling PHP Applications With xdebug

ProDevTips: Sorting 2D-arrays in PHP - anectodes and reflections

Brandon Savage's Blog: Data Formatting: It IS Our Job

The Bakery Blog: SwiftMailer Component Tutorial

DevShed: Generate PDF Documents with PHP on the Windows Platform


Community Events









Don't see your event here?
Let us know!


composer object code introduction zendframework2 api development opinion release community podcast testing example language interview functional framework tool event unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework