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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
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.
I found the problem. I didn't have the option to upload to directory on.
Yep, that would cause it not to work. :)
where i can set the upload directory "on" ?
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.
what if you only store in the database?? i cant find the torrents i uploaded in the DB anywhere.
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