Search results

  1. R

    Move erased torrents

    Hello, This is not a Rutorrent problem, only a rtorrent problem, but I guess you can help me I have a small problem with my rtorrent configuration, I based my config from https://wiki.archlinux.org/index.php/RTorrent. My goal is to move the file at the end of the download (when hash here)...
  2. R

    How to lock config or to remove config button within rutorrent webinterface for

    How to lock the config function or to remove config button within the rutorrent webinterface for the desired user? When I said to "lock", I mean to completely lock this function that user cant enter inside the config, I mean its not enough to make read-only and unchangeable, but locked. Also...
  3. R

    Chrome: Remote Torrent Adder

    https://chrome.google.com/webstore/detail/oabphaconndgibllomdcjbfdghcmenci Send right-click send links to rutorrent. I think you can also get it to parse the .torrent links themselves so they're just left-click send.
  4. R

    Torrent Info

    Hi was hoping I could get some pointers I share a seedbox with a few freinds and have set the box up with labels for the few people using it. What I want to do is record into an array the hardrive space each user label is using. I know my way around php quite well so hopefully this can be...
  5. R

    BOUNTY: Quota plugin

    $20 (AUD) Not sure if it is possible, but I would be willing to pay for a quota plugin very similar to the diskspace plugin. One of the servers I am on is shared by 8 users with quotas enforced. In this case I have 115GB available If i run the command 'quota' on the server I get Code: [xxxx...
  6. R

    question to coders: how to store passwords

    I'm wondering if anyone has any stradegy for storing passwords when they have to be send out....I'm familar with methods of salting them and hashing them when you are RECIEVING them from a user (like for a database of some kind) but does anyone know a method for doing thing when you need to SEND...
  7. R

    Attention for plugin developers.

    Vietnamese localization was added to svn version of ruTorrent. You must add to your plugins file 'lang/vi.js' if your plugins contain localization resources. For example, you may simple copy 'lang/en.js' to 'lang/vi.js'. Otherwise ruTorrent with your plugin will'nt work normally.
  8. R

    suggestion for change in the unpack plugin

    is it possible to change the unpack plugin so it'll unpack to a tmp folder and then move it to the specified destination folder after it's finished? I ask because I have a script that reacts to the files in the unpack destination folder and it fails when some files are still being unpacked
  9. R

    fileupload plugin

    Plugin SVN: Code: svn co http://svn.rutorrent.org/svn/filemanager/trunk/fileupload Guide: http://forums.rutorrent.org/index.php?topic=907.0 Changes for version 0.02 -Updated the filehosts services to the current plowshare trunk -Some js tweaks - share/user/settings/fileuploads.dat must be...
  10. R

    [RSS] 'Error Loading Feed' on every feed [solved]

    I came home last night to find that all my RSS feeds had been reset, which while annoying wasn't all that problematic. However, I'm posting here now because when I tried to put those feeds back into the RSS plugin, no matter what feed or whether it had been working earlier that day or not got...
  11. R

    RSS Plugin: save longer 'backlog' of rss entries

    Hi all, RSS seems to only save a feed's entries up to 30, I'd like to extend, to say 100, can any explain how? Thanks
  12. R

    [geoip] advanced lookup

    Hi I want to know how to change advanced lookup link in my GeoIP plugin. Now after double click on peer Im redirected to http://www.db.ripe.net/whois?alt_database=ALL&form_type=advanced&searchtext=$IP but I want to visit http://whois.domaintools.com/$IP instead. I tried to find "db.ripe.net"...
  13. R

    RSS autodownload

    I followed the tutorial and manual download works fine's, but autodownload doesn't work at all. It updates that RSS feed list with new torrents and I can see "status: RSS", why it doesn't start downloading automatically. Tried with filter and without it. In filter I didn't specific any regexp...
  14. R

    rss filters transfer

    Just wondering if there is a way to backup/transfer all of the filters in the rss? I am moving to a new server and have 97 filters. Last time i did it, i just copied and pasted. Would be nice if there was a way to just transfer it over. Or even just as a back up
  15. R

    AutoTools won't work with rutorrent 3.1

    Hi can anyone help me get autotools working with rutorrent 3.1? Here is my setup Example: home/lestat1977uk/download/Tvshows/dexter/season 1 Finished Directory: home/lestat1977uk/completed/Tvshows/dexter/season 1 Setup in rutorrent/Autotools Autolabel Enabled Automove Enabled Path to...
  16. R

    [Diskspace] Modify for each user

    I use Quotas to limit the space every user on the system may consume. But diskspace doesn't recognize this, so i was thinking maybe is was possible to modify the diskspace plugin to read from a static max value and not the disk. Right now its like this; Diskspace views the total disk consumption...
  17. R

    RSS-Plugin: About automatic downloading once again

    Hi! Excuse me for my English at first! I want to download updated .torrent files from tracker using RSS(atom) feed. Tracker has authentication for downloading torrent and where is no direct link to torrent in feed. I have installed rutorrent (svn) and plugins (svn): rss, rssurlrewrite (for...
  18. R

    Possible issue with RSS plugin in latest SVN

    Hi All, I have updated to the latest SVN from the stable release i had on my box. I think i have noticed a problem with the RSS updater on the latest SVN version. Before, i had setup my feeds to check every 5mins and it would update them every 5 or so mins, however since moving to the latest...
  19. R

    Create plugin issue

    After hitting Create... button the Create New Torrent window appears with empty console and empty errors boxes and sitting there forever. Plugin conf file is in default state, if you need more details please let me know. Rutorrent 3.2 Thanks
  20. R

    RPC vs HTTPRPC

    Hey Guys, I was wondering whether there was any info on the difference between the RPC and HTTPRPC plugins? RPC - http://code.google.com/p/rutorrent/wiki/PluginRPC HTTPRPC - http://code.google.com/p/rutorrent/wiki/PluginHTTPRPC They both seem to serve the same function, although it seems...