Hello,
I’ve got a little issue with my script. Basically my script looks like this:
And what I want to do is simply pass a command file_get_contents to execute php script from a remote site so it should be something like
http://myurl.com/index.php?command=file_get_contents(‘remote_url/script.txt’);
But yet the code fails to execute.
Any suggestions?