Source Code Tab
The "Source Code" tab is used to protect your pages by adding pure text information into the HTML source code; the interface is illustrated below.

"Insert empty lines on the top of HTML code": When using this option, the top of your HTML code will have blank lines added. When a visitor tries to view the source code, they will initially just see a blank screen - they will need to scroll down to find the real source. Of course, this is a very basic first line of defensive. The "Number of lines" option allows you to specify the number of blank lines that are added to the top of the page. Please note that "Warning message" will be displayed before the blank lines, where you can put "Source code not available" to help deceive the user.
"Insert copyright notice": Use this option to add copyright information to the top of your HTML code; when visitors view the source code, they will see the copyright information - you can customize the copyright message in the "Copyright Info" field.
"Insert NOSCRIPT section": Since the program's encryption is based on JavaScript, the protected pages can only be viewed with browser which supports JavaScript. For this reason you can add a <NOSCRIPT> section to your pages. This section contains HTML code that will be displayed with non-JavaScript supporting web browsers. Message or HTML code which will be added into <NOSCRIPT> section can be customized in the "NOSCRIPT code" field.
|