-
|
I had an issue multiple times where I would lose values in 'Added' column, or it would be overwritten after a forced check. I need help with this line: I need to get modified time from one of the files of the selected torrent but I'm not sure how to get it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Ok, I managed to accomplish what I wanted. And here is the code for action.php Now when I right click on a torrent and select 'Fix Added Time' it does what I wanted but I get a popup (and a log) I suspect it has something to do with the response from action.php but I dont know how to fix it. |
Beta Was this translation helpful? Give feedback.
-
With this plugin everybody, who have access to ruTorrent, will may know - is concrete file or directory (any file, in any place) exists on your system or not. IMHO this is not good for security...
Check input/output parameters. Check web-server error log. |
Beta Was this translation helpful? Give feedback.
Ok, I managed to accomplish what I wanted.
I forgot to tell that I wrote this plugin for rTorrent 0.9.6 and ruTorrent 0.13.6 (this is what I get from seedbox).
Here is the code for init.js