Search results

  1. D

    GetDir not working

    Make sure your permissions are ok. If ruTorrent and rtorrent don't have read permission to that dir, then it won't display it at all.
  2. D

    GetDir not working

    if you followed susbys guide top directory should be /home/user/downloads/
  3. D

    Modifying Create!

    Figured it out! Hier is the working ctorrent.sh for everyone else! Code: #!/bin/sh # # $1 - taskNo # $2 - php # $3 - ctorrent # $4 - path # $5 - piecesize # $6 - user path=$(echo "$4" | sed -e "s/\/*$//") dir=/tmp/"$6"$1 mkdir "$dir" chmod a+rx "$dir" echo $$ > "$dir"/pid chmod a+r...
  4. D

    Modifying Create!

    Hi there, I was trying to modify the create plugin, because I want it to create torrents with ctorrent. I edited my conf.php as follows: Code: $useExternal = 'ctorrent'; Code: $pathToCreatetorrent = '/usr/bin/ctorrent'; Then I created a bash script for ctorrent like for the other clients...
  5. D

    autod/l irssi

    Initialize your tracker settings in the trackers dialog box or it won't be able to download torrents.
  6. D

    Data plugin

    I installed Ubuntu 10.04 64bit (minimal) and installed rutorrent using the Easy ruTorrent installer http://forums.rutorrent.org/index.php?topic=608.0 This time using Apache as the webserver but after the installation I seem to be having the same problem with the get data plugin. It doesn't show...
  7. D

    Extsearch issue

    1) I don't know anything about PTM. You mean preto.me? It doesnt exist more, or it design was changed. Anyway, i hasn't access to it now. 2) Demonoid.com moved to demonoid.me and now in maintenance state. Some time it works, sime time - no.
  8. D

    [SOLVED]The unpack plugin does not let me unpack Bad response from server

    yah, theres no cost for forum support, it's just part of being a community
  9. D

    [SOLVED]The unpack plugin does not let me unpack Bad response from server

    iv installed rutorrent from svn.. then i downloaded all the plugins as one tar.gz and unpacked it in the plugin dir.. http://code.google.com/p/rutorrent/downloads/detail?name=plugins-3.2.tar.gz&can=2&q= this one i downloaded.
  10. D

    [SOLVED]The unpack plugin does not let me unpack Bad response from server

    do you have any errors in your webserver error logs?
  11. D

    [Solved] Auto unpack not working

    Make sure the file looks like this: Code: 103 exec( 'sh -c "'.escapeshellarg($rootPath.'/plugins/unpack/un'.$mode.$postfix.'.sh')." ". 104 escapeshellarg($arh)." ". 105 escapeshellarg($basename)." ". 106...
  12. D

    [Solved] Auto unpack not working

    i'm pretty sure you can just update your svn data. I saw changes to in in svn earlier
  13. D

    [Solved] Auto unpack not working

    Very strange. I think, in the new variant Quote Code 103 exec( 'sh -c '.escapeshellarg($rootPath.'/plugins/unpack/un'.$mode.$postfix.'.sh')." ". 104 escapeshellarg($arh)." ". 105 escapeshellarg($basename)." ". 106...
  14. D

    [Solved] Auto unpack not working

    Thanks Brock - That was exactly the solution I was looking for. Not only did it solve the problem but it was also explained so everyone could understand it. Great work \^_^/
  15. D

    [Solved] Auto unpack not working

    I can't the the auto unpack feature in the unpack plug-in to work. After a download finish nothing happens. I've ticked off the autounpack and choose a dir for it to unpack to.... right click and choosing unpack on a torrent works fine. What to do I've made a clean install using the...
  16. D

    RSS Plugin. HTTP Auth RSS

    im sorry about that. i thought it would be cleaner to kick off a new thread. won't do that next time. ok so the best option may be to download the svn copy to home, then ftp/sftp it up to the server and overwrite the files on the server? would this be ok? Do i not need to kick off this...
  17. D

    RSS Plugin. HTTP Auth RSS

    Yeah its strange. I have been told by the guys on the site that it may not work well with rtorrent, however it works perfectly with utorrent. for a number of years. if there is anyway you could get it going it would be fantastic. cheers
  18. D

    RSS Plugin. HTTP Auth RSS

    does the site require cookies at all? Perhaps this is something which could be handled via loginmgr...
  19. D

    RSS plugin configuration issues (3.20)

    I just went back and checked the guide and they both came from svn. Either way, if it behaves I don't see the older version of the plugin causing any issues as it's still working fine after a day, but ill keep an eye on it.
  20. D

    RSS plugin configuration issues (3.20)

    the only thing which would override it would be if you had a user based config setup as well. basically, if you use multi-user or webauth, you can create a directory for each user and set user based conf.php for each plugin. Example: rutorrent is installed at /var/www/rutorrent/ and you have...