phpGuardian 3.0 (Default branch) |
|
|
phpGuardian encodes PHP source code and logs the
server information to check if the script is
running in another server. This can be useful in
the event that the script has been duplicated
without authorization. In response, it can then
optionally execute arbitrary code which could be
used to lock execution.
License: GNU Lesser General Public License (LGPL)
Changes:
The parse_file_* was modified for better recursive parsing. All of the text was translated into Italian and English. E_ALL errors were fixed. Reports may be exported in CSV and text formats. The obfuscator lists (variables, constants, functions) were refreshed. The security of _GET and _POST variables was improved. An admin panel to configure all options was added. The layout was separated from the code. The layout was restyled. Several improvements were carried out. Several bugs were resolved.
|