View Single Post
  #23  
Old 16th May 2008, 20:29
djlee's Avatar
djlee djlee is offline
Senior Member
 
Join Date: Mar 2008
Posts: 183
Default Re: TBDev SZ Edition v0.3.1
make sure the torrent directory has been set correctly in bitorrent..

if this is anything like standard tbdev then in bitorrent.php you should find

Code:
$torrent_dir = "/var/tb/torrents";
make sure you alter that to match your servers local path to the torrent directory

the torrent directory has to be set as a local path from the OS root. you cannot use http:// or anyother web URL and you cannot just put /torrents/

it must be a local path such as
Code:
/home/username/htdocs/torrents
or for windows it might be
Code:
C:/xampp/htdocs/torrents
Reply With Quote