Hi
Being completely new to Drupal, I might have misunderstood something but from what I've been reading, it looks like being able to generate a torrent file from an uploaded document was a functional feature for D5, but was disabled in the D6 port.
It also looks like the module hasn't been updated for one and a half year and as a consequence I am wondering:
- Whether or not we can reasonably expect to have this feature back in, and if so, when?
- Otherwise, if anyone has come up with a workaround. If not, being a Java programmer with no PHP experience, I am interested in bits of PHP code that would allow creation of bencoded data.
Thanks in advance,
G.
Comments
Comment #1
POVYLAZZZ commentedI also was interested in this feature and I also have few solutions:
The button code looks like this:
http://api.burnbit.com/js/button.js - contains JavaScript which turns webhosted file url to link to torrent file.
This should be pretty easy to integrate with this module.
The only thing left to add webseeding feature is to chose the way to go and start working. Good luck ;)
Comment #2
mchelenProbably the upload code needs to be ported from D5 to D6? Otherwise there are torrent creation libraries available for PHP such as Torrent RW http://www.phpclasses.org/package/4896-PHP-Create-and-parse-Torrent-file... which was recommended by http://w-shadow.com/blog/2008/11/11/parse-edit-and-create-torrent-files-...
Comment #3
POVYLAZZZ commentedIt may be a bit off topic but does someone knows how to download a file seed frought a .torrent file directly to your ftp account?