Well, that's not a good thing. Maybe I could include it with some sort of encryption and then decrypt the included file?
Do you know any other way besides just passing all necessary variables to the required file?
vincent wrote:
All you need is to get the plain sourcecode into your include statement.
So you can simply instruct the remote server to server the file asif it were plaintext. (*.txt).
However, this is VERY VERY VERY UNSAFE.
The remote PHP script is sent as raw text, which means you are sending all vars as raw PHP statements. Anybody can request that file and see all the data.