Hide Your Source Code
Go to www.cgiscript.net for more free tools!

Description:
This tutorial/code will show you all you need to know, and provide you with the scripts, to hide your source code.
Directions: Follow steps 1-5 below. Pay careful attention to details, it has been tested and retested, it works. We will not answer questions regarding this script, if you follow the directions, IT WILL WORK. See an example here.

Read through ALL the steps below.

Step 1:
Let's assume your main page is named index.htm. Rename index.htm to encrypt.htm.

Step 2:
Open encrypt.htm with a text editor (or HTML editor of choice). Add the code below to the encrypt.htm file, right after the opening BODY tag.

Then use Control-C to copy the text into your web page.

Step 3:
Create a text file and name it index.htm (or whatever your main file was named originally, see Step 1). The contents of the new index.htm file can be found below. The code below is
all that will be contained in index.htm.

Then use Control-C to copy the text into your web page.

Step 4:
Create a text file and name it encrypt.js. The contents of the new encrypt.js file can be found below. This is all that will be contained in encrypt.js.

Then use Control-C to copy the text into your web page.

Step 5:
Copy all the files to your server (index.htm, encrypt.htm, and encrypt.js). All the files must be located in the same directory. then open the index.htm file. Try to view the source code, then try to right click on the page.