Search results

  1. D

    change chunk priority

    See f.prioritize_first.enable f.prioritize_first.disable f.prioritize_last.enable f.prioritize_last.disable etc.
  2. D

    "Dupe-check-Plugin"

    Hash comparison. The safest way.
  3. D

    "Dupe-check-Plugin"

    Is it possible to write a plugin which checks for already existing torrents? So that multible users are warned with "The torrent already exists". I think that would be really nice to have?
  4. D

    Need a Fully featured Screenshot plugin

    http://rutorrent.googlecode.com/svn/trunk/plugins/screenshots/ just change the resolution in the settings if you require a different size.
  5. D

    filemanager plugin permission

    I am using this filemanager in rutorrent http://forums.rutorrent.org/index.php?topic=1405.0 this filemanager shows all files (including root and all) but i want that it will only show the download folder and other folders inside it. need help guys thx in advance
  6. D

    extsearch plugin addition

    Damn.. missed this reply... Thanks... done!
  7. D

    extsearch plugin addition

    Push it, please. Don't know, really. May be, use that parameter as category?
  8. D

    AutoTools - Auto Move leaving torrents complete and not seeding.

    updating rutorrent to v 3.5 will surely solve you problem.
  9. D

    rTorrent Manager (Start Stop Restart rtorrent)

    1. 'multirpc' plugin. This is a integration solution for several users, who work at the some hosting. With this plugin user can - See torrents, owned by another users. And run some core commands (start, stop, etc) for its. - Mark torrents as 'visible' or 'hidden' for another users. - When user...
  10. D

    rTorrent Manager (Start Stop Restart rtorrent)

    Such plugin is exist. But it is commercial. For got it you must 1) Send $15 to donation link 2) Register at the http://redmine.rutorrent.org (if you hasn't registration yet, of course) 3) Send letter with your login from point 2 to me (novik65[at]gmail.com)
  11. D

    Chat plugin

    getting a undefined cachedEcho error at the end of action.php script I can't work out why?
  12. D

    Chat plugin

    1 of my users is getting this msg : Chat plugin: Invalid opened update value Any idea ??
  13. D

    Chat plugin

    How can I let the CHAT settings NOT appear in the settings menu ??
  14. D

    Chat plugin

    the solaris box has PHP 5.2.12 (mod_php) with apache 2.2 All my other boxes run php 5.3.3 (php-fpm) with nginx. I will probably eventually build nginx and php-fpm for the solaris box but i haven't gotten around to it
  15. D

    Chat plugin

    I got it working...I'm nto sure why but it was failing to load originally. I saw some error messages regaurding "PEAR" but upon reloading everything it seems to be working.
  16. D

    Chat plugin

    Did some major updates (currently only applied to the SVN version) to the plugin. Did some rewriting so each user gets a /chat/ dir in their settings dir with all available chats (main and PM). I fixed the bug where it showed the day of last month instead of this month, I didn't notice that...
  17. D

    Chat plugin

    Yup, I think this is enough to avoid XSS but correct me if I'm wrong: Code: text = text.replace(/&(?!\w+([;\s]|$))/g, "&amp;"); text = text.replace(/</g, "&lt;").replace(/>/g, "&gt;"); Hadn't thought of that, that saves some lines of code and calculations too. I've updated the plugin with this...
  18. D

    Chat plugin

    Hey there, I recently started using ruTorrent (before I was just using rTorrent and made a simple PHP page to upload/list/remove torrents from the watchdir) and I thought it might be nice to communicate with other users on the same ruTorrent setup. So I made this chat plugin and thought other...
  19. D

    Rutracker_check plug-in upgrade

    First of all, one question - do you understand Russian? Sorry, but i can't see this in your code. Anyway, svn version of plugin doesn't check torrents date more. And doesn't make unnecessary loading of torrents. Try to check it.
  20. D

    Parse UL/DL Speed

    Just use xmlrpc. Or get https://code.google.com/p/pyroscope/wiki/RtorrentMonitoring going, then it's a call to /json/engine to get this: { "download": [ 23, 568320 ], "engine_id": "cube:6310", "now": 1365251354.666424, "upload": [ 18, 63488...