Skip to content

dandelionmood/torrentvolve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TorrentVolve

What is this ?

The project logo

This is a repository to store my little tweaks on the TorrentVolve project.

Quoting from the website :

TorrentVolve is a cross-platform PHP-driven web-based BitTorrent client. It focuses on speed and reliability, while also providing a full feature set. It includes a user management system, a Torrent file manager, and a configurable Torrent downloader.

See here for more informations : http://sourceforge.net/projects/torrentvolve/

Improvements

I'm using the version «1.4 Beta» which is the latest that was released as a starting point to my developments.

I basically want to add a few features that I think this project is missing and maybe try to improve its look and feel, if I find the time.

Here are the features I've added so far :

  • an admin option to prevent "basic" users from seeing other users torrents.
  • you can upload several .torrent files at once through the form.
  • cUrl extension will be used as a fallback to get .torrent files from URL if fopen() is disabled (eg. in safe mode).
  • an admin option to allow direct file download (instead of streaming them). This is a bit less secure (as the user can potentially download files from other users if they know the URL) but it's also more convenient to use.