Search results

  1. P

    [BOUNTY] Record webuser in history plugin

    Hello I would like to know if it's possible to store webuser in history plugin ? My usage : I have only one instance of rtorrent with unix user rtor. I have set up a few webuser with nginx wich connect to rtorrent with socket et unix user rtor. So everyone see all torrent downloaded by...
  2. P

    How to setup rtorrent with cherokee-admin

    for a unix socket just put in the path it TELLS you right on the page Connection Where rTorrent XMLRPC is available. The host:port pair, or the Unix socket path. you can name it anything you want. Just make sure that you set it properly in .rtorrent.rc AND in rutorrent/config.php so...
  3. P

    How to setup rtorrent with cherokee-admin

    Ok, 2 things. If your machine is on a remote server, you should use a ssh tunnel and only run cherokee-admin via the tunnel. I'm going to assume you understand how to get TO cherokee-admin. Anyways, If all you need to do is set up rtorrent via cherokee admin, it's dirt simple. Click Virtual...
  4. P

    How to list torrents by Tracker and Label (request for help)

    It's been asked a few times how to sort torrents by tracker and label. I hope to explain this here. First, this is what everything looks like unsorted: So this isn't what we want....so let's select a tracker. You do this by selecting which tracker you like on the left hand side of the...
  5. P

    How to set up rutorrent 3.0 with multi-user support

    Then, what you need to do is remove the rpc plugin, remove darkpal if you think it's as ugly as i do, and any other plugin you don't wish to use. You can simple disable it's in conf/plugins.ini. Or in conf/users/username/plugins.ini. now you need to change some permissions or ownership. lets...
  6. P

    loginmgr

    TY for the info
  7. P

    how to block access to rutorrent data files in apache

    in the latest versions of rutorrent, we have a plugin called loginmgr. This plugin is very much needed but it has some serious security issues on a multi user system. Basically, this plugin is used to log into torrent sites in order to allow RSS and EXTSEARCH to work on sites which cookies do...
  8. P

    Create script to seed torrent

    what source is the site on
  9. P

    rutorrent logging

    Hey is there anything more to do to get rutorrent to log? I put Code: $log_file = '/var/log/rutorrent.log';in my /var/www/rutorrent/conf/config.php but nothing ever shows up there. rutorrent.log is chowned to www-data and chmodded 666, so even if it weren't it should be able to be written to. I...
  10. P

    Installing rtorrent / rutorrent on CentOS 5 (i386)

    Thanx for the guide My server responds with: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you...
  11. P

    get file timeout

    Why not use a multi-segment FTP-client? FTP is just as common as HTTP and I see no reason specified why you are being throttled on FTP.
  12. P

    Creating an automated “torrentflow” with rutorrent/rtorrent

    Wanted to let everyone know I just finished up a new blog post discussing my findings/setup of a fully automated download of a torrent on a seedbox and transfer of that resulting torrent's data to a home server. This is something I found I could do easily with autotools...however I wanted more...
  13. P

    Add New User

    How to add new user ?? When i setup my rutorrent using autodl-setup scripts, i already set 2 user, but if i need to add more user, any scripts or How-to doc or tutor ?? can share here please ......
  14. P

    How to automatically upload with gdrive / megacmd after finishing download

    Thank you. Let's say I could live with that. Could you please tell me how to write the line in rtorrent.rc the proper way?
  15. P

    How to use rutorrent: extsearch plugin

    Hi I've Located my UID's and PASS's and etc etc. When i go to edit the line of code in the private trackers section (the ones that don't pertain to the loginMgr) and they have the uid=XXX etc... i can't remove the XXX (it wont let me backspace the text) and put the Code in... with out this i...
  16. P

    How to use rutorrent: FileUpload Plugin

    Hi , is possible to add other hosts supported by plowshare? (ie: mediafire)
  17. P

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

    I'm kind of an 'advanced noob'--I've got PLENTY to learn, and much that confounds me about Linux. A former Debian Dude, I recently have fallen in love with Arch--in large part because of wonderful tutorials/documentation like this one! I've just spent a couple of hours going through this...