Hi all;
I've uploaded a php code for a proxy web that is here:
http://www.4shared.com/zip/MT-eEmCR/surrogafier.html
I want to put this file on my server and use it as a browser, so that clients connect to the server through this inner (surrogafier) browser!
Currently, I want to customize the php code to meet my needs.
I'd like to save any entered character or password or any action done, in a text file using this php code.
I mean, when a client calls the surrogafier (php proxy browser) available on the server in his browser (Chrome, IE, Firefox, Opera, ...) address bar, any input by the client to be save in a text file.
Something like LOGGING, but I want to save any character or string input or event in addition to registering only actions or functions!
And because I'm new to php coding, I don't know which function should I add to this code to do the above work?
Is there any stock function in php to use it for this purpose or I should write a procedure myself?
Please help...
TIA.


