Search results

  1. J

    Ratio-Plugin Description needed

    also, which version of rutorrent are you using? if i remember right one of the FIRST versions which had ratio had this problem, and it was fixed in the next version. ALSO, i think this error can sometimes pop up if you don't have the php and curl binaries set in your rutorrent/config.php
  2. J

    Ratio-Plugin Description needed

    which os are you using? if you're using freebsd just do this: Code: cd /usr/ports/net-p2p/rtorrent/ && make deinstall cd /usr/ports/net-p2p/rtorrent-devel && make install clean if you are using linux or solaris remove rtorrent then do this: Code: svn co svn://rakshasa.no/libtorrent/trunk cd...
  3. J

    Create Plugin, Syntax Error?

    lmao, I didn't take that as an insult man, thats I posted that back in the email just to razz you. I've got to give BSD a shot I just havn't gotten around to it. PHP v5.2... That makes sense Thank you for the info on upgrading php, I will give it a shot and let you know how it works. btw I...
  4. J

    Create Plugin, Syntax Error?

    I use PHP v5.1.6 I run a CentOS v5.4 i386 Server w/ 2GB RAM It happens even when trying to create a torrent for a small file such as a single NFO or a 100MB r01 (RAR part file).
  5. J

    Create Plugin, Syntax Error?

    Thank You. I now understand the cause of this fault. :-D
  6. J

    Default home for torrent made by the Create plugin?

    Found it - thanks a lot!
  7. J

    Disabling of plugins does not work

    maybe this is how it was suppose to be, but when i select plugin from plugin tab and shut it down it remain active (after F5 it is status "Enabled"). BTW, what is prerequisite for enabling diskspace plugin? TY, danij3l
  8. J

    NO paths showing when creating a torrent

    as I wrote php is set in config file, command line php is working well
  9. J

    NO paths showing when creating a torrent

    Hello, I have since tested the create plugin on Debian Lenny and it works fine. I am therefore assuming that its down to Centos OS version 5.4. I will investigate further and will report back. I have checked that all paths and permissions are correct. If all fails I will go back to the...
  10. J

    NO paths showing when creating a torrent

    UPDATE I tested mktorrent in root and it made .torrent files with no problem. I get this error in rutorrent when i try to make a torrent file: 25.02.2010 18:26:57] JS error: [https://URL/rutorrent/ : 612] getCRC is not defined And when I refresh the page i get this in FireFox: Script...
  11. J

    NO paths showing when creating a torrent

    UPDATE: I had missed the obvious All I had to do was to put the "/" in the browser and voila. I was looking for something more complicated....soz to have troubled you...lol
  12. J

    RSS size torrent

    Hello You can try flexget, it's a usefull automatic rss downloader. Quote Features Process from any RSS feed, HTML page, CSV file, or from popular sites like RlsLog. Filter movies based on IMDB ratings and other details, or even by your rating history. Automatically download subtitles for...
  13. J

    [RSS] Where to save the .torrent files

    Actually I'm ashamed to admit you're right. Thanks a lot.
  14. J

    [RSS] Where to save the .torrent files

    Hey, Is it possible to set the directory where the .torrent files get saved, that are downloaded via the RSS Plugin: RSS Manager and the ones I click or even Files that i start in rutorrent itself. I want to save them in the watch directory is this possible? I have to move them manually if I...
  15. J

    Incomplete files

    Can you give me any hints as to collecting that information so I can incorperate it into a php script?
  16. J

    create torrent help

    then chances are your problem is due to not having a command line php installed or having it in a non-standard place. show me the output of: Code: php -v which php and the contents of your rutorrent/conf/config.php (or rutorrent/conf/users/USERNAME/config.php for authentication/multiuser)
  17. J

    Plugins will not start (probably apache/permission issue)

    you may not have curl or php installed. type: Code: which curl which php also the output of Code: php -v would be useful to know. if all else fails, you can try: Code: find / -name "php" -type f Code: find / -name "curl" -type f (the find commands will find any file named php or curl)...
  18. J

    Problem with data plugin

    I'm having a different problem that the OP. For me, the data plugin doesn't show up in the menu at all. I've installed several other plugins that have worked fine. The Only thing I've noticed is that I don't have a 'View' option in my menu as shown in the plugin screenshot. What am I doing wrong?
  19. J

    Problem with data plugin

    OK did some more testing. I used this syntax to create test files dd if=/dev/zero of=31meg bs=1M count=31 and then used rutorrent to create a file and send back. the largest file it will send back is 31mb, if you try 32mb it fails. 10mb files ok, 4mb files ok, etc. any clues?
  20. J

    Problem with data plugin

    and this error only happens on SOME files? and changing thier permissions manually doesn't do anything? This is quite strange....are you running any non-stock modules in apache other than mod_php and mod_scgi (and perhaps mod_ssl)