Search results

  1. D

    Is it possible to access rutorrent with same U/P from different locations

    you could always create multiple users and point them to the same info like: use the same rutorrent config.php but different names
  2. D

    Stalled Downloads when using Multiple Torrents

    Happens on multiple trackers with multiple torrents. Public and Private. Most of my torrents are from various private trackers that are very well seeded. The restart of a stalled download results in instant increase to normal speed (as long as there are no other contending torrents). I don't...
  3. D

    Move completed ONLY from download directory

    See to web-server errors log.
  4. D

    Move completed ONLY from download directory

    Fixed (i guess), check.
  5. D

    Move completed ONLY from download directory

    Thanks, i will see.
  6. D

    Move completed ONLY from download directory

    I'm not author of this plugin, but i may see on it. Please, turn on $autodebug_enabled into plugin's conf.php, reproduce this error and paste here contents of the /tmp/errors.log (check it first, may be, it will contain some private data).
  7. D

    Move completed ONLY from download directory

    1) Use svn version. 2) Target directory must exist.
  8. D

    Move completed ONLY from download directory

    No. "The downloaded torrent data files are transferred to the directory, which is set in configuration, with the same directory structure relative to directory specified in variable "directory" of "rtorrent.rc" file and then started for seeding." E.q. if you download your torrent *outside*...
  9. D

    Move completed ONLY from download directory

    http://code.google.com/p/rutorrent/wiki/PluginAutotools#Auto_Move
  10. D

    Stalled Downloads when using Multiple Torrents

    I have a strange problem. Not sure if this is related to ruTorrent or my .rtorrentrc. I experience the following behavior: No torrents in rTorrent. Add torrent #1. Torrent #1 begins downloading as fast as possible. Priority defaulted to normal. While #1 is downloading, I add and start torrent...
  11. D

    Can't download to non-default directory

    does rtorrent have permission to write to that folder?
  12. D

    Can't download to non-default directory

    First of all, don't use ancient version. Current version of ruTorrent is 3.4.
  13. D

    [PLEASE HELP] How do i DISALLOW user from removing a torrent

    You can't do that without code correction.
  14. D

    Limit 100% downloaded at least 1x upload is it possible?

    It is possible 1. Only allow downloading of torrent 100% for those leveling at least 100% of the file size? 2. Enable this in the torrent file itself?
  15. D

    Deleting Users Off MultiUser system

    /share/users /config/users And rest is web server dependent. If you're not sure just change the user passwords and shutdown the client instances.
  16. D

    Limit 100% downloaded at least 1x upload is it possible?

    It is possible: 1. Configure rtorrent for anyone to download complete without at least upado has at least 1x File? 2. Create this limitation in the very torrent, as do private trackers (which prevent the download of user who is not)? How do I?
  17. D

    Block somes trackers

    you mean using 1 tracker for all the torrent ?
  18. D

    Moving completed torrents with a bash script - how to seed again?

    Try to use soft links, for example.
  19. D

    [solved]no tracker information

    hi ! i have probs with my first rutorrent/rtorrent config !! the file is downloading, but no tracker info ( seed : 0 leech : 0 etc etc) probleme 2 : the file on the top seem to won't start ! don't understand why, because on my PC the torrents work great it still try to download the .meta...
  20. D

    host a website on dedicated seedbox

    problem solved. I had to add a server block to the nginx config file with a different listen port than 80 e.g. 81 Code: server { listen 81; charset utf-8; server_name domain.com; location / { root /home/admin; } and I would access my files by going to...