Disables and prevents the Google cache, language translators, frames, and most anonymous web proxies from displaying your content on their websites. In JavaScript enabled browsers, the visitor will be redirected to the proper page on your site. If JavaScript is disabled (either by the visitor's browser or the anonymous web proxy), the visitor will get a blank screen. Very easy to configure.
This script will disable the ability to access the right-click menu on your website. Instead of seeing the standard right click menu the visitor will see an alert window with the message of your choice. Perfect for preventing users from opening your web page in a new window, saving your files, or other possibly threatening activity.
CryptoManiac uses str2hex(string) as well as Rot 13, two very simple yet effective ways to scramble text. It can also grab remote source to be loaded in your text editor. This isnt a highly secure method of hiding your source code or script for the reason that; the browser needs to parse the data in order to understand it. Therefore if the browser can read it, regardless of the format, it would be insecure. But what Crypto Maniac can do is make it an annoyance to peek at your code
NoPass is a password security system that can be used to protect web pages and files. As it is impossible to obtain the password from the source code, NoPass is very secure for a JavaScript of its kind. Possibly the most secure JavaScript password protection available. Easy to install and use. A downloadable version is now available for easier installation.
A code snippet that prompts user for password. If they enter the correct password it displays welcome in an alert box. Otherwise, it displays sorry wrong password in an alert box and sends them back to the previous page.
CGI mailto forms provide the ultimate level of protection from spambots. However, unless you need that for other reasons such as database transactions, mailto links have the great advantage of ensuring that you receive the sender's correct email address. The beauty of AntiSpambotMailto is that the email address parameter is not just the usual collection of ASCII codes. Each encoded character is also offset by the total length of the email address. For a spambot to be foolproof, they would have to write a complete JavaScript parser, which seems unlikely.
This code allows you to disable the ability of visitors to your site from being able to use the "Right-Click" function to save images from your web site.