Search results

  1. D

    EraseData plugin works on apache2 but not with lighttpd

    user being the rutorrent user right? hmm so since i changed it to /home/nihim/.rtorrent it should be ok right?
  2. D

    EraseData plugin works on apache2 but not with lighttpd

    ok will play with those options. Thx a lot for the swift replies and the awesome work u have done with rutorrent. EDIT: also if you don't mind, i changed $topDirectory so diskspace plugin shows the correct info and not the size of /var I remember seeing on a ticket that you have said other...
  3. D

    EraseData plugin works on apache2 but not with lighttpd

    ah yes seems when i moved the rutorrent dir from one vm to another, permissions changed, on the apache vm it has 777 for share/* (which i guess is the default for it cause i didn't set it so) changed that also on the lighttpd vm and it works. Is that safe though?
  4. D

    EraseData plugin works on apache2 but not with lighttpd

    Hi, i am pretty new to linux so my knowledge is limited rtorrent/lib : 0.9.3/0.13.3 rutorrent/plugins: 0.3.4 I got 2 vm's running debian 6, they use the same directory format and the rtorrent / rutorrent configs are the same. Only difference is one has apache2 installed the other lighttpd...
  5. D

    RSS not updating automatically (3.5) [SOLVED]

    1) This is a decoration. Counter works very approximately. 2) Does your feeds works *without* interface? E.g. when your load rutorrent - is you see your feeds in up-to-date state?
  6. D

    RSS not updating automatically (3.5) [SOLVED]

    Im having the same problem, i can manually click update and it works. But if i just let it do it with the timer, it never updates.....
  7. D

    RSS: "Error loading feed" for HTTPS feeds

    If you has a curl problem, then you must see a warning in the log panel after the interface load. Do you see it?
  8. D

    create torrent with start seeding option checked

    well at 256KB piece size the .torrent isn't loaded, with a bigger (2M) piece size it is, maybe something to explore
  9. D

    create torrent with start seeding option checked

    sometimes, from what I can see with big files, torrent created isn't added, I have to add it manually I use rev 2226, nginx 1.2.1 and PHP 5.4.4-10 I checked my nginx logs and can't find anything relevant except Code: 2013/01/16 12:51:43 [warn] 22796#0: *507115 an upstream response is buffered...
  10. D

    rss plugin rss manager save as

    I have already given it to you. Yet once: replace in your code d.get_custom1= to d.get_custom=custom_name. And d.set_custom1=custom_value to d.set_custom=custom_name,custom_value.
  11. D

    rss plugin rss manager save as

    Hmm this is weird in rss manager under Label: i typed in ANIME to test and when the rss download was ready downloading to path Directory: /glftpd/site/Torents/Naruto_720p_HD.mkv i checked the general setting off the torrent. The save as: had change from ./Naruto_720p_HD.mkv to...
  12. D

    Frustrating problem with fileupload plugin.

    I am glad you solved the issue by yourself. It would be nice if you shared the solution with us, i am sure that other have had similar issues. You can try removing share/users/<user>/settings/fileuploads.dat after changing the configuration.
  13. D

    Create-plugin & torrent pulldown

    If anyone would be kind enough to give some pointers since my javascript ain't really that good. I tried modifying the create-plugin init.js and looked at the source. Just like the pulldown-menu for the piece-size, I would like a pulldown-menu for X amount of pre-defined tracker-URL's...
  14. D

    Fast Resume not working

    I added the torrent from one tracker but that tracker went down so wanted to continue from another
  15. D

    Fast Resume not working

    I was re-adding some torrents after clicking fast resume but it didnt resumed but instead did a full check
  16. D

    rss plugin possible parsing error

    You must reload feed for rule applying.
  17. D

    rss plugin possible parsing error

    Try adding rule in plugin RSSURLRewrite
  18. D

    Where are rules in the "Ratio Manager" saved?

    Backup rutorrent/share folder. It contain data for all plugins (and for all users).
  19. D

    v3.5 RSS Refresh time won't set

    thank you for the response. I did go through the settings options to change the time from 25 to 1, yet when I did it would change it only to 2 minutes. After the response from skydrome, I went into the config.php file, and changed $updateInterval = 1; // in minutes to $minInterval = 1...
  20. D

    v3.5 RSS Refresh time won't set

    Hi, thanks for the reply... could you post the full code in your config.php file for me to copy? Maybe mine is wrong or didn't update correctly, as it won't take: Code: <?php @define('HISTORY_MAX_COUNT', 100, true); @define('HISTORY_MAX_TRY', 3, true); @define('WAIT_AFTER_LOADING', 0, true)...