Three Tries
If you want to protect a site and dont have CGI access, you can try this JavaScript. Visitors get three tries to enter the correct password then they are refused entry. The password of this example is:...
View ArticlePassword Prompt
If a visitor wants to go a password protected page, they must first enter the correct password on the page with this script. This script will just take you to [password you enter].html. This program...
View ArticleMultiple Users Prompt
This JavaScript is just like the previous Multiple Users one, but doesnt use a table interface to login. Instead, after clicking the Login! button, the script will prompt users for their username and...
View ArticleCookie Protection
You can use a basic cookie script to keep visitors (that dont have the cookie on their system) from viewing certain parts of your site (kind of.... There are always ways around it). The cookie is...
View ArticleJavaScript Password with External *.js Script 1
It uses the a prompt for the user to input a password or request. The page is dynamically built based on the the user response. It uses an external *.js file (If referenced directly, it will download)...
View ArticleJavaScript page protection with multiple accounts
This is a tutorial where you will find out how to make a Javascript password protection more secure by tricking hackers. You will also learn how to make a script which allows you to have multiple login...
View ArticleJavaScript Password Protection
This tutorial explains how to create a simple, useful password authentication system using JavaScript. Useful if your site requires a quick password protection solution, but not a top-level security...
View ArticlePassword Pro
Password Pro is a password protection program written in JavaScript that uses an encryption mechanism, to hide the password from the source code. You can use Password Pro to protect folders or files....
View ArticleScott Brady's Password Protection 1.0
This JavaScript lets you add a password to your page. You should note that this is not totally secure. You should not keep information such as credit card numbers or other sensitive information on the...
View ArticleKey Keeper 1.0
Have you ever wanted to password protect a web page but did not know how? Well your problems are solved with Key Keeper. This is one of the first password protection JavaScripts that will allow...
View ArticleLogin and password script
This is a simple password script that requires both a login and password to gain entry to the protected page, with an incorrect set taking the user to a "failure" page instead.
View ArticlecPanel/WHM Login
This script allows you to put a cPanel/WHM login form on your site for easy login. This script also has the capability to log into different servers from the same form. This script also uses PHP.
View ArticleSimple Login Script 1.9
This script enables you to create a members only area on your web site. It uses cookies to ensure a correct login is supplied before granting access, to the area. Also includes the option to have a...
View ArticleEasy Password Script
This simple script will send a user to a page only if they supply the correct password, helping to keep the page hidden from others.
View ArticleUsername / Email Changer 3
The Username / Email Changer control is a simple but powerful control that ensures username / email address hygiene through an easy to use and intuitive interface. The control uses regular expressions...
View ArticleBlock IP address script
Use this script to block certain IPs from your webpage, by redirecting them to another site. Uses SSI to determine the users IP, and JavaScript to block access.
View ArticleStrong Password Validator
Checks for uppercase, lowercase, numerical, length, and special character.
View ArticleJavascript Password System 1.1
The Javascript Password System (JPS) allows you to restrict access to your web pages by supplying "authorised" users with a password which they can use to view the protected pages. It works by using...
View ArticlePassword Protection Script
This Password Protection Script, is a password protector. The password is the name of the html page with out the html
View ArticleDES Password Pro 2
DES Password Pro is a script that creates a multiple user javascript login form. Different users can be set different passwords and entry urls, and all data is encrypted through the secure DES...
View Article