Search results

  1. R

    Specify Users Maximum 'DiskSpace'

    Did a performance test on my running system of DD creations. 20 gb dd on raw = 7min 16 sec (49.6 MB/s) now I mounted that 20gb file system drive and then ran dd from it: 10 gb dd on loop = 5 min 16 sec (34.0 MB/s) So yip, definitely a slower file system but may be adequate for most torrent...
  2. R

    Specify Users Maximum 'DiskSpace'

    I have been sort of messing with this. Here is an option but its slow to create new users... steps: 1 time: mkdir /user_images cd /user_images dd if=/dev/zero of=20GB_home.ext2 bs=1G count=20 mkfs -t ext2 -m 0 -q ./20GB_home.ext2 -F per user: (if below copy process is slower than DD and mkfs...
  3. R

    Downloading from a selected IP using a seedbox and ruTorrent v3.4

    Hello everyone o/ Firstly, my apologies if I have posted this in the wrong place and, if so, please feel free to move it to the correct location. OK, I've recently started using a seedbox and it uses ruTorrent v3.4. It's working great When I'm on my favourite tracker I sometimes like to...
  4. R

    implementing actions on multiple torrents at one time (delete/start/pause many)

    Hold CTRL key and click selected torrents or SHIFT key to select a block of torrents.
  5. R

    Automatically update tracker when deleting torrent

    I'd love to be able to use ratio groups to remove torrents based on ratio or time. If it deletes at 1-1, unless by chance the tracker just updated, once its auto-removed, the tracker goes by the last update it got from the regular interval. So if rutorrent could update tracker when a torrent...
  6. R

    External IP in Title

    Ok - i overlooked the Reply from shwetha. You can use the following line: $ip = file_get_contents('http://icanhazip.com/'); I attached the modified plugin.
  7. R

    External IP in Title

    Well done saroos1! You just need to change the line Code: $ip = $_SERVER['REMOTE_ADDR'];with this Code: $ip = file_get_contents('http://YOUR_SERVER_WITH_THE_FILE/ip.php'); For clarification: if you put $_SERVER['REMOTE_ADDR'] in a PHP File it will return the IP Adress from the Remote Client...
  8. R

    [BOUNTY][COMPLETED] Create symlink from drop down menu

    I know this is an old threat... is it possible to change instead of making symlinks to make hardlinks?
  9. R

    Download, Upload Status page in the titlebar and more.

    This feature is now built into the rutorrent core.
  10. R

    Download, Upload Status page in the titlebar and more.

    I would definitely be interested in this. Do you have a completed version we can try?
  11. R

    External IP in Title

    Hello Fellow ruTorrent Users. I am using a RaspberryPi with rTorrent, ruTorrent and a VPN Connection. I was always wondering whether the VPN was working correctly. Of course there are Solutions like http://torguard.net/checkmytorrentipaddress.php but all i wanted is to have the external IP of...
  12. R

    Enhancement request for Autotools

    Then maybe we need to have that feature first before we can start looking into this one.
  13. R

    Enhancement request for Autotools

    I have several suggestions to make Autotools more useful: 1. Make autolabel work with magnet links. If you use {TRACKER} the label that gets added now is "{TRACKER}". Seeing how common magnet links are now it would be nice if this could wait until it connected to a tracker before adding a...
  14. R

    How to setup rtorrent with cherokee-admin

    All plugin directories removed except rpc, but still the same picture. Changes all configs rtorrent, rutorrent, cherokee over to scgi-port but still the same. So i guess i will stay with rtorrent+screen via ssh.
  15. R

    How to setup rtorrent with cherokee-admin

    The rutorrent frontend keeps on spinning. At some point it did load the frontend but kept complaining about wrong settings and also got a web-server error 503 or 500. Nope, cherokee is not running with chroot. Will try to remove all plugins except rpc now. Of course i would prefer a...
  16. R

    How to setup rtorrent with cherokee-admin

    And the InfoSources screen from cherokee
  17. R

    How to setup rtorrent with cherokee-admin

    Seems i am just not lucky. I saw what is written on the pages but since it doesn't work i thought i just ask. So here is my config. rutorrent/config.php Code: $scgi_port = 0; $scgi_host = "unix:///home/verwalter/rtorrent/.socket/rpc.socket"; .rtorrent.rc Code: scgi_local =...
  18. R

    How to setup rtorrent with cherokee-admin

    I am on my way out. Thanks for the reply. Yes i do have my linux-server with rtorrent and cherokee and i am working from my Win2k machine. All in the same LAN. I did just start cherokee-admin bound to the LAN-IP of the server so i can reach it from Windows otherwise i would have needed to start...
  19. R

    How to setup rtorrent with cherokee-admin

    First of all thanks for all your time. Really appreciated. Secondly, wondering too why the second one isn't working. Anyways, since i want to use sockets i decided to try out Cherokee (0.99.27 installed) and shift Apache to other listening ports. If you can provide hints on how to setup via...
  20. R

    How to set up rutorrent 3.0 with multi-user support

    I'm thinking about doing this, but have one question. Is there a way to set a global speed setting? What i mean is can you set the max upload speed for ALL users combined at say 65KB? Even better would be being able to still use the scheduler plugin but have one users settings be the default...