Hi folks, Previously my website is composed of pure HTML. I use an online obfuscater at http://snapbuilder.com/code_snippet_...l_source_code/
Obfuscate webpage which is composed of HTML with PHP snippets
4
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
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
- Bortnite
- Fabricio Guerrero
- dilek101
Next Topics on Trending Feed
-
4