Search results

  1. D

    Bad response from server: (500 [error,getplugins]) after upgrading ubuntu :(

    Hello, I realize the error is common but hours of trying to find a solution have resulted in little. I upgrade from raring to saucy and it broke. So I figured I might as well change web servers since I've been wanting to anyway. So now I'm running cherokee instead of lighttpd but I can't get rid...
  2. D

    Error while trying to seed a torrent file

    Hi, I am using a seed-box to seed torrent files. When I tried to seed a torrent today, I got an error as shown in the attachment. JS error: [https://..../rutorrent/js/content.js:82] Uncaught SecurityError: Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Blocked a...
  3. D

    RSS Manager - Download .torrent File to a Watch Directory

    Hello, One downfall of the RSS Manager of rutorrent that I can't seem to work around: being able to specify a directory where just the .torrent file is downloaded to, and let the directory of that torrent's data be specified somewhere else. For example, I currently have to use RSSDLer to parse...
  4. D

    How to auto move to a directory based on label

    Hello, here is what to put in your .rtorrent.rc (0.8.5+) to auto move files when finished to a directory ending with the label: system.method.set_key = event.download.finished,move_complete,"execute=mv,-u,$d.get_base_path=,\"$cat=/your/path/,$d.get_custom1=\";d.set_director...
  5. D

    Error while installing rutorrent

    I get this error OS: Ubuntu 10.10 I've followed the guide as it says. Code: libtool: link: g++ -g -O2 -g -DDEBUG -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/local/include -I/usr/local/include -o rtorrent command_download.o command_dynamic.o command_events.o command_file.o...
  6. D

    Installing rtorrent / rutorrent on CentOS 5 (i386)

    There are many incomplete or outdated guides on how to do this, so here is what I did : The CentOS install was carried out selecting ‘Base’, Development Libraries’ & ‘Development Tools’ Package Selection Code: yum -y install xmlrpc-c xmlrpc-c-devel gcc44 gcc44-c++ screen Installation Code: cd...
  7. D

    How to use rutorrent: FileUpload Plugin

    In this guide i will explain the installation procedure, how to use the plugin and how to configure the fileupload plugin. The current version comes with a set of predefined upload service providers which are available to change in conf.php. This set is the available upload services from...