Replies: 2 comments 3 replies
-
You can use IPTables to host ruTorrent outside of the VPN. This way you don't need a script to perform any ruTorrent tasks. If you want to hide the IP address of the machine for ruTorrent, it's possible to host it on cloudflare for free. |
Beta Was this translation helpful? Give feedback.
-
I really don't understand. Here is the result when I use my script to call var_dump Request and the result when I call var_dump Request |
Beta Was this translation helpful? Give feedback.
-
Hello, I am making a script to add a torrent from a self-made form.
I have to do it like this, Rutorrent and Rtorrent are on a machine that uses a VPN. So I'm going through another machine which is on the same local network.
In my script I want call addtorrent.php so that the torrent is added automatically to Rtorrent and is started. I'm not very good in code and I don't understand what I have to send as information to the $_REQUEST variable (I think it is this one). I tried to give it the $_FILE information but it doesn't seem to be that.
I manage to send my file to the server but when the script calls addtorrent.php I get "File not found."
Result URL :
https://domain.tld/upload/addtorrent.php?result[]=Failed&name[]=file.name.torrent&
Anyone know how I can link my script correctly to addtorrent.php please?
My script
Beta Was this translation helpful? Give feedback.
All reactions