Search results

  1. D

    Ratio-Plugin Description needed

    thx, no devel is not installed
  2. D

    Create Plugin, Syntax Error?

    aweomse, glad we were able to help.
  3. D

    Create Plugin, Syntax Error?

    Understand. Method __toString working correctly since version 5.2.0 only. Will be fixed.
  4. D

    Disabling of plugins does not work

    Why can't we disable the plugin directly from webui? It could simply write data to global or user plugins.ini files once disabled/enabled. It looks pretty easy I could get this coded if agreed on the flow.
  5. D

    Default home for torrent made by the Create plugin?

    when you click save, it is SUPPOSED to download to your pc. The torrents are created to your torrents dir for rutorrent i think, if you DO NOT have webauth set up, this dir is rutorrentfiles/share/torrents/ if you DO have webauth, it would be rutorrentsfiles/share/USERNAME/torrents
  6. D

    diskspace plugin

    Hello. I downloaded an up-to-date version of your great software. It is really great job you done since january. Thank you very much. I'd like to ask you about an diskspace plugin. It is really new one and usefull plugin. Why this plugin displays free space in root filesystem? I do like to...
  7. D

    NO paths showing when creating a torrent

    the only reason this wouldn't work is the following: you do not have _getdir you do not have valid php you do not have proper permissions You do not have your topdir set correctly (or you do have it set and it's keeping you from browsing lower)
  8. D

    NO paths showing when creating a torrent

    hi, any news with this? i have the same issue (rutorrent 3, centos5 64bit) tried with mktorrent, createtorrent and without any external but always the same.. just loading and nothing happens, no errors, nothing..
  9. D

    NO paths showing when creating a torrent

    I believe that part is sorted already
  10. D

    NO paths showing when creating a torrent

    so it's just the dirs not showing up?
  11. D

    NO paths showing when creating a torrent

    Try to clear the browser (or proxy) cache. Your browser use old version of script.
  12. D

    NO paths showing when creating a torrent

    it's not a problem. also if you have eveyrthing set up wrong and you have the plugins, all you have to do is click the little [...] button and it will fill in the dir.
  13. D

    RSS size torrent

    This idea would be a good addition to the rss feed plugin. I know of a few sites that have 720p packs free leech but having limited hardrive space i cant auto rss feed them just in case they are to large. so having a check after the torrent is added to check file size would be a nice addition...
  14. D

    [RSS] Where to save the .torrent files

    sounds like you're missing a session directory show me your .rtorrent.rc
  15. D

    [create] Invalid torrent file

    After switched to buildtorrent the .torrent file looks fine byt when Im trying to upload it to tracker I get: Code: Upload failed! dictionary is missing key(s)
  16. D

    RSS size torrent

    hello I need some help with rss filters. I add new RSS automatic RSS to my rutorrent, is OK. bat I only want automatic download torrent which max size 1GB. I don't know I make it. Please, help sorry, my English is not good
  17. D

    create plugin & mktorrent issues

    thank you very much for the help guys have managed to solve the issue by removing mktorrent and recompile as advised for the benefit of other ppl that might have the same problem/want to use mktorrent to create torrent: Code: wget...
  18. D

    create plugin & mktorrent issues

    Yes, as novik said you did to recompile it with big size support : Code: cd /tmp wget http://downloads.sourceforge.net/mktorrent/mktorrent-1.0.tar.gz tar -xzvf mktorrent-1.0.tar.gz cd mktorrent-1.0 make USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 make install Or use buildtorrent
  19. D

    create torrent help

    PHP 5.2.0-8+etch16 (cli) (built: Nov 24 2009 11:14:47) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies Code: <?php // configuration parameters // for snoopy client @define(&#39;HTTP_USER_AGENT&#39;, &#39;Mozilla/5.0 (Windows; U...
  20. D

    Plugins will not start (probably apache/permission issue)

    Thanks, everything now works exept a working startup script. I always get the error message Code: cannot find readable session directory /home/torrent/torrent/.session/; from config /home/torrent/.rtorrent.rc. check permissions when a try one of the startup script like this one...