Search results

  1. S

    Trafic plugin zero data

    I have two users using rutorrent, each user has their own instance of rtorrent running and everything works fine, except for the trafic tab and the ratios per day/week/month for user1 They are configured exactly the same, infact the user2 has configuration cloned from user1 with paths and post...
  2. S

    RSS not updating, Synology NAS

    Using this code: execute = {sh,-c,/usr/bin/php /volume1/web/rutorrent/php/initplugins.php &} And adding /volume1/web to php-basedir rutorrent seems to update feeds
  3. S

    RSS not updating, Synology NAS

    I already have. I posted the code above but just to be clear, this is what I use: execute = {sh,-c,/usr/bin/php /volume1/@appstore/rutorrent/share/rutorrent/php/initplugins.php &} /volume1/@appstore/rutorrent/share/rutorrent/php/initplugins.php is the location of initplugins.php.
  4. S

    RSS not updating, Synology NAS

    I already tried usr/bin/php. volume1/@appstore/rutorrent/php does not exist. In /volume1/@appstore/rutorrent/ I have app, bin, etc, lib, openssl.conf, sbin, share, usr and var directories. In var I have .rtorrent.rc and in share I have the plugin stuff.
  5. S

    RSS not updating, Synology NAS

    Yes I did restart. Tried both paths to php but none of them work. So I tried all of these tips.
  6. S

    RSS not updating, Synology NAS

    So the command should then for me be: execute = {sh,-c,/volume1/@appstore/rutorrent/share/rutorrent/php /volume1/@appstore/rutorrent/share/rutorrent/php/initplugins.php &} How do I know if I have web server authentication? How do I know this command is working? I also have /usr/bin/php.. Which...
  7. S

    RSS not updating, Synology NAS

    scgi_port = localhost:8050 directory = /volume1/Downloads session = /usr/local/rutorrent/var/.session schedule = watch_directory,5,5,load_start=/volume1/Watched/*.torrent #max_memory_usage = 63791104 log.open_file = "rtorrent.log", "/usr/local/rutorrent/var/rtorrent.log" log.add_output = "warn"...
  8. S

    RSS not updating, Synology NAS

    What do you mean? How can I check that? The plugin is active as I can update manually just fine but something about the automatic refresh is not working.
  9. S

    RSS not updating, Synology NAS

    Does not help unfortunately..
  10. S

    RSS not updating, Synology NAS

    I got everything working fine except the feed updating. When the counter ticks down to 0, nothing happens but if I update manually, it works fine and the filters start downloads and so on. I read somewhere about rights to read/write which was the fix for some. However, they were not on Synology...
  11. S

    assigning throttle channel on load

    Hi - first of all thank you for rutorrent ! (donation sent). Question - how do I assign throttle channel on load ? I don't want to assign it to all torrent just some. Let say I have following in my config Code: schedule =...
  12. S

    [SOLVED] Can't Install history plugin

    Wooooooow Kolor, you are a genious!!! The error was exactly in the file plugins.ini in /var/www/rutorrent/conf/USERNAME/ In that file the plugin was disabled. I didn't even know there was that folder (I am the only user in the dedicated server and, as you can see, I am totally noob). Thank...
  13. S

    Please read before posting

    Before posting, please search. If you have an error report, PLEASE use the project page, click this link to open a new bug report: http://code.google.com/p/rutorrent/issues/entry If you have questions about how to USE rutorrent, or want to talk about topics which belong in the forums, feel...
  14. S

    Help on the create plugin.

    you can run them together but some stuff may not work exactly as you like, labels from one may not show up on the other. a better idea is to back up 2.8 and instal 3.0
  15. S

    Help on the create plugin.

    2 things: one, check webserver timeouts. Some webservers are set to time out way early. cherokee times out in 15 seconds, it takes much longer to make a torrents. two, try 3.0 via svn. The create module in 3.0 has been re-written
  16. S

    Filtering by label AND by tracklabel plugin

    In beta3 this option is replaced by two - "Full render of large tables" - and, if this option is off, "Show table contents while scrolling".
  17. S

    Filtering by label AND by tracklabel plugin

    Nope, What he wants to see is : Only the one torrent that meets the following criteria : * downloaded on tracker : ****.com (14 * Label = Movie ----- Ofcourse when you sort on label it is sort of the same thing But you still see all Labels , and a label like MOVIES will be in the midddle...
  18. S

    Auto add possible? or any other easy way to add torrents

    I am trying to make it as easy as possible to add torrents on my rutorrent at santrex. I've experimented with differerent RSS feeds on latest torrents on various sites, but only with partial succes. Not all RSS feeds seem to allow to direct downloading of torrents via the feed. I am used to...
  19. S

    datadir plugin

    First, I had a look to apache log file and found the error: File does not exist: /usr/local/apache/htdocs/rtorrent/plugins/datadir/images/edit16.gif then I've checked, there was no datadir/images/edit16.gif file there, I took it from the new version of he plugin (svn for rutorrent 3.0b). But...
  20. S

    datadir plugin

    Oh, "error: JS error: [http://.../rutorrent/js/objects.js : 313] a.attr is not a function" is because the interface was not loaded completely. this error shown when clicking right mouse button on the torrent. I just waited a little and this error gone. But datadir is still does not work. Now i...