Search results

  1. R

    how to block access to rutorrent data files in apache

    TX peshu..... this will make it even more secure & better
  2. R

    loginmgr

    Since I updated, I have noticed another plugin "loginmgr". Judging from the version its been around for a bit...lol . I have scoured the forums for some info on it. I am presuming it stores login details etc etc so you can login from rut, but thats a guess . It would be good if someone can...
  3. R

    Test your ruTorrent installation

    I ran mine as: Code: ./httpd-test.sh ipaddress /rutorrent user pass RPC2 Try taking off the leading slash on /RPC2.
  4. R

    how to download files through http

    move rutorrent to http://176.31.48.170/rutorrent/ and password protect only /rutorrent/ and leave http://176.31.48.170/downloads/ unprotected
  5. R

    Keeping rtorrent running with cron

    you might need to put the username on the command with ubuntu's cron daemon. Code: @reboot /usr/scripts/rtorrent_cron subvertbeatsdid you try this?
  6. R

    Keeping rtorrent running with cron

    It has been a frequently asked question on how to start rtorrent at boot or how to make an init script. The answer is to simply use the user's crontab. Init scripts are meant for system wide daemons. While you _can_ make init start rtorrent for a user it is not correct practice. Code...
  7. R

    Test your ruTorrent installation

    Nevermind. I found this patch that you wrote: http://forums.rutorrent.org/index.php?topic=638.msg4709#msg4709 Found it here http://mirror.transact.net.au/sourceforge/a/project/au/autodl-irssi/ I ran the patch and passed 100%. Any reason why you aren't hosting the patch anymore? Did you find...
  8. R

    Test your ruTorrent installation

    Thanks for this cool script! I'm trying to lock down my rutorrent installation and I'm still failing two tests: FAILED: XMLRPC: Could execute code (execute_capture) FAILED: XMLRPC: Could execute code (execute_capture_nothrow) Any idea on how I can lock those down. It's now a quest to pass...
  9. R

    Keep track of uploads between reboots

    I see... And I do have it enabled by default in Rutorrent v3.6, svn rev 2404. However, those graphs don't tell me how much of this torrent has been uploaded. It only tells me how much was downloaded, and uploads are at 0, even though in the upper table rutorrent shows it has uploaded +30GB...
  10. R

    Keep track of uploads between reboots

    The thing is - I want to have individual statistics for each torrent file, and this plugin looks like it monitors global traffic, and per-tracker traffic.
  11. R

    Keep track of uploads between reboots

    As rtorrent/rutorret runs, it gathers data of how much was uploaded to other peers. However, if I reboot the server with rtorrent, this data gets lost and it start counting again from zero. Is there some way to keep such statistic between reboots so that I can see upload of particular torrents...
  12. R

    How to Select files?

    In add torrent dialog Choose "Don't start the download automatically" Once the torrent is added, go to files tab, select those you don't want to download and right click-->Priority-->don't download
  13. R

    ruTorrent Relocate Plugin

    1) Already fixed. 2) You must use standard php function 'escapeshellarg' instead your 'escape'. Because filename may contain chars like '&', '|', '>' etc. 3) You must include *all* language files into your package. If you doesn't know chinese language - simple copy en.js to zh-cn.js. Otherwise...
  14. R

    Unpack & Automove (hardlink)

    Hi there! Was hoping this community could help me achieve a nice way to sync my completed downloads. I have folder named 'completed' where torrents are unpacked (through Auto Unpack) and hardlinked (Auto Move from Auto tools). Purpose of this is to sync the folder with my local NAS and then to...
  15. R

    How to install rtorrent, rutorrent, nginx, php-fpm and more on Arch Linux

    Nice tutorial. I tested this on Arch Linux (VMware). Worked like a charm, except: 1. 404 error: http://srious.biz/nfo.tar.gz 2. URL doesn't exist: svn co http://rutorrent-pausewebui.googlecode.com/svn/trunk/pausewebui Nothing important, they're optional, but thought you wanted to know.