View Single Post
  #10  
Old 1st July 2008, 22:44
Explorer Explorer is offline
Senior Member
 
Join Date: Jan 2008
Posts: 23
Default Re: Download problem
In include/bittorrent.php
must be installed torrent dir.

Example:

Windows: C://xampp/httpd/torrents

Unix/Linux: torrents

and make map torrents

Code:
/ ONLY USE ONE OF THE FOLLOWING DEPENDING ON YOUR O/S!!!
$torrent_dir = "/var/tb/torrents";    # FOR UNIX ONLY - must be writable for httpd user
//$torrent_dir = "C:/web/Apache2/htdocs/tbsource/torrents";    # FOR WINDOWS ONLY - must be writable for httpd user
Reply With Quote