PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I've got someone logging into a clients box without authorization. I'm trying to determine who it is. I don't know if they have access to the code or not but I wrote a little script that notifies me of all logins by email. Is there a way to obfuscate this more?
Obfuscate is a pretty big word , but if you just want as much info as possible , you could capture the output of a phpinfo ( INFO_VARIABLES | INFO_ENVIRONMENT ) ; and send it to yourself.
In theory this will do the same thing. But I can't test it because I'm not sure what your inputs are. It's possible to obfuscate the 4 evals into one, but I'm too lazy.