Search results

  1. D

    Non Removed Torrents Plugin

    Quote It only does not work for multiple users, as you see them the files from all users Probally the best thing to do is just have this addon installed for just the people that manage the box Its hard to test multi user setup as I dont have my server set up this way. (but will look at...
  2. D

    Non Removed Torrents Plugin

    Thankyou Novik65 ok here is the new nonremoved.php file just replace in your plugin nonremoved folder Code: <? require_once( '../../php/xmlrpc.php' ); require_once( '../../php/util.php' ); function getTorrentshash() { $req = new rXMLRPCRequest(new rXMLRPCCommand( "d.multicall", array(...
  3. D

    Non Removed Torrents Plugin

    When is it supposed to update ? Updates eveytime you click on the tab Also , how does this work for multiple users ? should work ok with multiuser as long as you have the correct path of where the completed downloads are found in the script And does this work when you have all in categorie...
  4. D

    Non Removed Torrents Plugin

    I did not mean you edited my post you edited the code on your site to try and fix the relative path problem I have updated my orginal post and have fixed a few issues so try the code from my orginal post again please and inform me of any problems
  5. D

    Non Removed Torrents Plugin

    Some points: 1) Don't forget to change this Quote author: dmrom to your nick or name. 2) Replace this fragment Code: $req = new rXMLRPCRequest(new rXMLRPCCommand( "d.multicall", array( "", "d.get_name=")) to Code: $req = new rXMLRPCRequest(new rXMLRPCCommand( "d.multicall", array( ""...
  6. D

    diskspace plugin mod for Multi-User with Linux Quota

    alright, its working, security is gay. [root@www ~]# grep apache /etc/sudoers ## allow apache to run repquota apache ALL=(root) NOPASSWD: /usr/sbin/repquota [root@www ~]# grep requiretty /etc/sudoers #Defaults requiretty [root@www ~]# [root@www public_html]# grep quotaUser...
  7. D

    diskspace plugin mod for Multi-User with Linux Quota

    Shell returns result with a line break at the end. You need something like $total = trim(shell_exec("/usr/sbin/repquota -u / | /bin/grep ^".$quotaUser." | awk '{printf \$4*1024}'")); $free = trim(shell_exec("/usr/sbin/repquota -u / | /bin/grep ^".$quotaUser." | awk '{printf (\$4-\$3)*1024}'"));
  8. D

    How do I set the label field a torrent has to a variable in a php plugin?

    Here is a code snippet: Code: $label = rawurldecode($d.get_custom1=); $directory = str_replace( "{LABEL}", $label, $directory ); if( ($path_to_finished != '') && !empty($session) ) { $path_to_finished = rtAddTailSlash( $path_to_finished ); $fname =...
  9. D

    How do I set the label field a torrent has to a variable in a php plugin?

    It use rtorrent as DB. You can associate pair key=>value with any torrent. Something like d.set_custom=key,value for set and $d.get_custom=key for get. BTW, torrents label already exist in these variables: $label = rawurlencode($label); d.set_custom1=$label for set (this pseudocode use...
  10. D

    diskspace plugin mod for Multi-User with Linux Quota

    Hello all, here is my diskspace plugin modification to support a Multi-User environment with Linux Quota. I don't know if is the proper way to do this, but is my first try. 1 ) Linux user need a quota. 2 ) ruTorrent & diskspace plugin need a modification. *...
  11. D

    filemanager plugin

    https://cloud.superseedbox.co.uk/public.php?service=files&t=e2a1c9f322c05189c540d97b6c3d6442
  12. D

    filemanager plugin

    I have come up with a patch that fixs the freezing issues with the screenshots feature and also changes the functionality of it. You can now select between .jpg or .png screenshots and they are generated in the original resolution. Also you can choose how many random shots to generate. There is...
  13. D

    filemanager plugin

    Hi Guys (sorry for 'unburie' this topic ), I have my rtorrent running on a raspberry machine with raspbian (a debian distro) On rtorrent i can see Quote [10.01.2014 00:36:32] FILE MANAGER: rar archive manipulation disabled (application not found) [10.01.2014 00:36:32] FILE MANAGER: zip...
  14. D

    filemanager plugin

    thx, that helped really Some more questions/issues: I needed to configure in the conf.php of filemanager e.g. gzip=/bin/ which was/is some kind of surprise. Cause on the one hand I would have assumed the same config-style as in the rutorrent-config.php, i.e. direct file-specification and not...
  15. D

    filemanager plugin

    It takes like 30 sec to generate screens of 128MB divx, waited more than 30 minutes for a 3GB mkv before killing the process. The Screenshot plugin that uses the ffmpeg too on the other hand takes a 1 minute to generate all the screens of the 3GB mkv. And no, my disk is not full.
  16. D

    filemanager plugin

    Thanks, by i tried the debian multimedia repo on both debian 6 and 7 (old and new stable), but i still get the error. It does not give me any problem on an old ubuntu 10.04 as you said, i will try to compile an old version of ffmpeg, maybe the problem is that it wants an outdated version and...
  17. D

    filemanager plugin

    Folders are already set to 777, this doesn't fix the issue as stated at all.
  18. D

    filemanager plugin

    I think it was writing something about compiling there. How could I make sure? Edit: Never mind.
  19. D

    filemanager plugin

    I get this error when trying to get screenshots: File Manager ERROR: undefined - 200 Current ffmpeg/ffprobe not supported. Please compile a newer version. Invalid JSON: Current ffmpeg/ffprobe not supported. Please compile a newer version.
  20. D

    filemanager plugin

    Hello, I would like to know if this plugin could plan to integrate 7zip ?