dolphin module to download torrent file..lol

its gonna sounds stupid..but is it possible to make a module like torrent client..which can download torrent file from torrent link..and put those downloaded file in file module..

Quote · 12 Sep 2014

Nope.

I was working on something similar for my site. You would need a dedicated server running a torrent server such as transmission. Or a torrent client. Then the module would have to interface with that. Due to required installing of software and additional root cron scripts there is no way you will do this is shared hosting. A dedicated server would be required.

PHP cannot in itself act as a torrent client. It can however act as a frontend to a actual torrent client.

It's a lot of work, and i decided to give up on it as i had more important things to do.

https://www.deanbassett.com
Quote · 12 Sep 2014

torrents are risky business. keep in mind, torrent clients are a two way street. So, not only will files be downloaded to your server, but they can also be seeded (uploaded) from your server. And if it is copyrighted material, then you run the risk of getting sued or having heavy fines.

caredesign.net
Quote · 12 Sep 2014

hi..thanks for reply..i though php can do on its own..anyway its kindda stupid to download illegal files..

Quote · 12 Sep 2014

 

hi..thanks for reply..i though php can do on its own..anyway its kindda stupid to download illegal files..


No. PHP is a scripting language. It's not a high level programing language. It can't do everything.

https://www.deanbassett.com
Quote · 12 Sep 2014

There might be some Java applet that could help do this.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 12 Sep 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.