Obfuscate webpage which is composed of HTML with PHP snippets

3 replies
Hi folks,

Previously my website is composed of pure HTML. I use an online obfuscater at http://snapbuilder.com/code_snippet_...l_source_code/

This obfuscator worked fine until I added a simple PHP snippet to dynamically get a parameter from URL address to tag the source to an input field. It looks like the following:

<input type="hidden" name="custom source" value="<? echo $_GET['source']; ?>">

This worked perfect fine after I rename the index.html to index.php. However, after I obfuscate it as what I did before, the php snippet <? echo $_GET['source']; ?> shows itself as it is. No dynamical value is replacing its place.

In this case, how I can obfuscate the HTML source with a php snippet inside it?

Thank you very much for your support!Best Regards
David
#composed #html #obfuscate #php #snippets #webpage
Avatar of Unregistered
Avatar of Unregistered

Trending Topics