well there’s a easy way to view the code, even though it was marked with bCompiler in the project build,
to start with the ExeOutput application built has total access to the Data Folder
so all you need is to add a html file chooser then select any of the files of your code inside the Data folder, and then echo the content of the file.
Ex: file.htm
File: test.php
<?php echo file_get_contents($_FILES'file_']'tmp_name']); ?>
Done. Now All of your hard working code is shown to the end user.
to start with the ExeOutput application built has total access to the Data Folder
so all you need is to add a html file chooser then select any of the files of your code inside the Data folder, and then echo the content of the file.
Ex: file.htm
File: test.php
<?php echo file_get_contents($_FILES'file_']'tmp_name']); ?>
Done. Now All of your hard working code is shown to the end user.
Last edited: