PHP Comments Remover [ remove_phpcomments ]
What is it ?
This is a command line program to remove all php comments ( and html comments too ) from a file.
The source file is never modified and the parsed string should be print on output or into another file.
What isn't it ?
This is not a real php obfuscator, just creates a quite unreadable file only if is used the -s option.
Features
- Fast char by char parser, big files in few milliseconds
- Safe parsing, you cannot write parsed file on itself
- Should generate a quite unreadable file with -s option
- Allow php users to call this file with exec and get the result on an array
More informations
Please read the help on your prompt just launching the program.
Download ANSI C executable file [ prompt ready ]
Windows 9X / NT / 2000 / XP
[
remove_phpcomments.exe v1.0c HDF ( HereDoc Fixed ) - 02 August 2005 ]
Linux ( compiled in a Debian )
[
remove_phpcomments v1.0b HDF ( HereDoc Fixed ) - 27 July 2005 ]
Tkinter GUI Download [ requires Python 2.3.5 for Linux, 2.4 or greater for Windows ]
With this simple GUI in Tkinter you can parse easyly a file or a directory in few steps.
Just chose parsing options, recoursive for a folder, remove code lines for automated -s option.
Linux PYO [ compiled on Debian with Python 2.3.5 ] ( you need remove_phpcomments on same folder )
[
phpcc.pyo v0.1b - 08 July 2005 - launch in this way: python -O phpcc.pyo ]
Windows PYW [ created and tested only on XP and Python 2.4 ] ( you need remove_phpcomments.exe on same folder )
[
PHP Comments Cleaner.pyw v0.1b - 07 July 2005 - double click or associate to pythonw.exe ]
Obfuscator 1.0 [ installable application, only for Windows ]
Only for Windows 9X / 2000 / XP
This Tkinter GUI implements a new features that should obfuscate your scripts code.
Windows 9X / NT / XP [ single installable file ] ( you don't need anything else )
[
PHP Comments Cleaner.exe - 22 May 2006 - installable application ] ( about 2.4 Mb )