Search results

  1. J

    calling php file from plugin on new torrent event

    got it working , i took2 functions from autotools plugin, in which it checks if script is running with daemon switch or not and run a daemon, so i used Code: [Select] if( !chdir( dirname( __FILE__) ) ) exit; if( count( $argv ) > 1 ) { $usr = ($argv[1]=='--daemon') ? 3 : 2; if( count(...
  2. J

    calling php file from plugin on new torrent event

    thanks for reply @ 1, do you want me to write a new function to log things or use existed one which logs in /tmp/error.log file, please explain it bit here is updated test.php, it works but partially Code: if( chdir( dirname( __FILE__) ) ) { if( count( $argv ) > 2 )...
  3. J

    labels column

    you would be correct, but i don't exactly know how to access the update mechanism.
  4. J

    Question about addRowById()

    Hello Maybe someone of the veterans here can help me with addRowById() it's used in rutorrent to make tables, a very handy system. But can you somehow tell it to always keep a row up top even if you sort the table on other columns and order? I have been trying to figure out how the...
  5. J

    Login / Logout plugin/mod using web auth and captcha

    Yes please don't post other people's IP addresses here. Maybe it's best to move the SCGI part into a new thread? It's pretty off topic now.
  6. J

    Login / Logout plugin/mod using web auth and captcha

    dude, you just don't get it. we recommend either securing the SCGI directory with some form of webserver authentication or mounting it on top of a directory with auth. If you tried mine, you'd get stopped by the webserver auth. what that guy did was exactly what novik was talking about...
  7. J

    Login / Logout plugin/mod using web auth and captcha

    Thank you for your notice! But what does this have to do with the login interface? You only connected to rTorrent application using the apache SCGI module which port was opened (was running some tests from remote machine), this doesn't have anything related with this login interface. This was...
  8. J

    Login / Logout plugin/mod using web auth and captcha

    Quote 1. It seems you don't have a clue about how ruTorrent works Really? Strange... May be you try to teach me - how ruTorrent works? )) Quote , so: if someone wants to access xmlrpc.php it first has to bypass util.php, which is included in it, as any relevant file from /php dir. Simple...
  9. J

    Login / Logout plugin/mod using web auth and captcha

    1) This realization is a not secure. For example, ajax requests to RPC bypass this auth. As result, anybody may give list of your torrents or delete its all. 2) Store password as plain text is a not good idea. You must store password's hash instead passwords.
  10. J

    Login / Logout plugin/mod using web auth and captcha

    Thanks for the feedback. In this case it doesn't really matter how your store the password, its like storring the password of a DB in a db config file, since it's not printed anywhere and it doesn't get to the client side. The thing you now must worry is your server seucurity. -captcha...
  11. J

    Are you a ruTorrent Plugin Developer?

    what exactly are you looking for? I wouldn't expect many people who actually write the public plugins to respond to this type of forum post, but you do have some options. Hire a developer to do what you want (though i wouldn't expect any dev to make a private plugin for anything less than a...
  12. J

    Plugin: Pause ui refresh and force refresh

    This sounds like an awesome plugin, though there are no files for download on http://code.google.com/p/rutorrent-pausewebui/ Is there a problem or has it been removed? Thanks
  13. J

    Plugin: Pause ui refresh and force refresh

    How exactly do you do? Give me step by step and i will se if i can reproduce the error..
  14. J

    Plugin: Pause ui refresh and force refresh

    Maybe the problem is that I have over 100 torrents, I've got to admit that rutorrent itself is a little bit lagy, working with such amount.
  15. J

    Plugin: Pause ui refresh and force refresh

    it works for me.
  16. J

    Plugin: Pause ui refresh and force refresh

    looks fantastic bro.
  17. J

    Plugin: Pause ui refresh and force refresh

    The fr lang file is now included. I've made a google code project now http://code.google.com/p/rutorrent-pausewebui/
  18. J

    Plugin: Pause ui refresh and force refresh

    if you want i'm sure we can find you svn hosting via googlecode or on another site
  19. J

    Plugin: Pause ui refresh and force refresh

    that's excellent man.
  20. J

    Plugin: Pause ui refresh and force refresh

    Will this be added to the next svn revision?