Here is something really cool, you can encrypt you html code so it will make it harder to read, they can crack the code but it is a real pain.
i have worked on this script, have a look, once my account has been set up here, i'll put the script on this server...
http://tmpnz.freelinuxhost.com/encode.php
Example...
Before:
<form action=encode.php method=post>
<textarea name="code" cols="92" rows="10">
</textarea>
<input value="Encode Script!" type=submit>
</form>
After:
<script>
<!--
document.write(unescape("%3Cform+action%3Dencode.p hp+method%3Dpost%3E%0D%0A%3Ctextarea+name%3D%5C%22 code%5C%22+cols%3D%5C%2292%5C%22+rows%3D%5C%2210%5 C%22%3E%0D%0A%3C%2Ftextarea%3E%0D%0A%3Cbr%3E%3Cinp ut+value%3D%5C%22Encode+Script%21%5C%22+type%3Dsub mit%3E%0D%0A%3C%2Fform%3E"));
//-->
</script>



Reply With Quote


Bookmarks