Menu

download link

Help
2006-03-28
2013-04-29
  • Nobody/Anonymous

    I was trying to find some help with PHPBTTracker+ 2.1

    I have the tracker running and I was also able to upload a .torrent file. The problem I have run into is... I am not able to download the .torrent file. I was looking at other sites using PHPBTTracker+ and I can download those. I was unable to find anything in the config files.

    Any help would be great.

    Is there any good websites that will help with this?

     
    • Dan

      Dan - 2006-03-28

      What do you mean you can't download the torrent? Are you storing it in the database? If not, does the torrent file exist in the torrents directory? The torrents directory needs write access in order for the scripts to place them there.

       
    • Nobody/Anonymous

      I found the problem.  I didn't have the option to upload to directory on.

       
    • Dan

      Dan - 2006-03-29

      Yep, that would cause it not to work. :)

       
    • Nobody/Anonymous

      where i can set the upload directory "on" ?

       
    • Dan

      Dan - 2007-04-18

      Look in the config.php file for:

             $GLOBALS["allow_torrent_move"] = false;
             $GLOBALS["move_to_db"] = false;
             $GLOBALS["max_torrent_size"] = 600000;
             $GLOBALS["torrent_folder"] = "torrents";

      and set $GLOBALS["allow_torrent_move"] to true. You also need to set a torrent folder and make sure apache has write permissions to it.

       
    • Nobody/Anonymous

      what if you only store in the database?? i cant find the torrents i uploaded in the DB anywhere.

       
    • Nobody/Anonymous

      ok i found some of the info but im still missing most of the info i need to build a torrent file from the DB

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.