highlight_file($script);
Status: Beta
Brought to you by:
krichter
As someone tested if
the php command : highlight_file($script), on a
encrypted file because with phtm encoder it shows the
decrypted file.
In the Readme file :
ATTENTION!
Any global variables you want to use within your
encoded sources must be declared __BEFORE__
databay_microcode_include otherwise the scope of
these global variables is just within the "build_page"
function...
So is there a way to encrypt file within object with global
variables in method ? or does it that means that the
global var in the method should be known by php before
the databay_microcode_include
thanks