Search results

  1. R

    Capturing Regex for directory use

    you are an amazing person! Thanks for the quick reply, that worked perfectly. I looked at the Wiki but it made no mention of this, if I write up a small section on how to do these captures would you be willing to post it up as a small blurb on the RSS wiki? I don't imagine I'm the first or last...
  2. R

    Capturing Regex for directory use

    So it looks like this should be a feature, and has worked in the past. You used to be able to capture a variable from the RSS Downloaders regex and use it in the directory (example copied from previous thread): Quote In svn version you can format directory and label from a filter parameters...
  3. R

    rtorrent starting torrents stopped with "Bad return code"

    thanks for all your help by the way
  4. R

    Guide: How to create secure login for rutorrent

    yah, they likely use the stable or old-stable version of xmlrpc-c I tend to always use the svn-advanced version....gives you more functions.
  5. R

    Bad response from server: (500 [error,list]) on FreeBSD

    I've had problems with mod_SCGI on some distros as well. It's easier in some webservers than others. RPC and HTTPRPC are amazing though, and actually more secure from what i understand.
  6. R

    problems with adding new torrents

    Quote and torrent's addition will not work. In revision 657 this point corrected. I guess.
  7. R

    problems with adding new torrents

    Quote Is it possible to run rutorrent and rtorrent on separate machines (or separate ip's) It's possible. But most of plugins (trafic, scheduler, rss, etc) and torrent's addition will not work. Quote and if so, how? By standard way. Use hostname in config.php instead localhost, etc.
  8. R

    problems with adding new torrents

    Try to add torrent, open rtorrent console, press "L" and see - what it say.
  9. R

    Where does ruTorrent save torrents?

    ruTorrent use ./torrents directory for temporary save of .torrent files. You add .torrent file through web-interface (or rss plugin download it) => ruTorrent place .torrent file to ./torrents directory and pass it to rTorrent => if rTorrent accept it, .torrent file will be deleted from...
  10. R

    Problem with plugin ratio

    Problem solved I was running an rtorrent compiled with an old version of xmlrpc-c. I've updated xmlrpc-c, recompiled rtorrent and now all is working fine. bye
  11. R

    Problem with plugin ratio

    Hi, I'm currently running ruTorrent 2.8... Almost everything works fine but I'm getting this error with ratio plugin: Code: Ratio plugin: this version of rTorrent does't support ratio. Plugin will not work. Any suggestion? I'm running rtorrent 0.8.6, so it should work.
  12. R

    Help needed installing RTORRENT and RUTORRENT

    A lot of people make the mistake in thinking that rtorrent packages always have xmlrpc-c. This error is due to rtorrents page saying this: Quote Since version 0.7.5, rtorrent has a built-in XMLRPC interface (if enabled). This is basically stating that rtorrent can be built with xmlrpc. The...
  13. R

    Help needed installing RTORRENT and RUTORRENT

    That IS the reason it is not working. It is quite simple. rtorrent MUST MUST MUST be compiled WITH xmlrpc-c it is NOT compiled with xmlrpc-c on many package management systems. The rtorrent documentation you are refering to does NOT say that it is built in, only that it CAN be installed with...
  14. R

    noob question: how to install a plugin?

    installing a plugin is simple. download your plugin, untar it and drop it in the plugins directory. or, better yet, use svn like this: Code: cd $rutorrentLOCATION/plugins svn checkout http://rutorrent.googlecode.com/svn/trunk/plugins/plugin-name oh, autotools is a pretty complicated plugin...
  15. R

    Loading for ever :D

    Issue 85. Quote I think, you change $settings variable in config.php. It must be in relative form. Absolutely right New config.php: Code: $uploads = '../.rt.auto'; // temp directory for uploaded torrents, without tail slash $settings = '../.rt.session'; // settings...
  16. R

    page not loading in IE

    yah, i see.
  17. R

    page not loading in IE

    What version are you using? Are you behind a squid proxy? Have you tried flushing the browsers cache?
  18. R

    Loading for ever :D

    I posted this on google code, but I believe tat this is a better place to solve this issue. As the title says I have loading screen hanging for ever, unless I quit rtorrent and start it again, when everything starts working fine. I'm sure it is a server issue, but by now I have't been bale to...
  19. R

    Install ruTorrent3.0 on FreeBSD8_Relase

    i honestly don't know what to tell you. I have it installed across several freebsd machines and it works fine.
  20. R

    Install ruTorrent3.0 on FreeBSD8_Relase

    very odd...is it amd64 or i386 i always use amd64 and come to think of it, yesterday his box was i386 too ...i wonder if there is a bug with 32 bit... i just set up another vm in virtualbox the exact same and it worked with amd64.