| |
| |
This is a simple JavaScript that allows you to password protect your Web pages. Written in French.
|
|
|
| |
| |
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.
|
|
|
| |
| |
If you want to 'protect' a site and don't 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: password.
|
|
|
| |
| |
This JavaScript is just like the previous Multiple Users one, but doesn't use a table interface to login. Instead, after clicking the Login! button, the script will prompt users for their username and password, and then perform the password-protection.
|
|
|
| |
| |
This JavaScript lets you set up a separate username and password for as many members as you want, and even give each a different page to go to after logging in.
|
|
|
| |
| |
This user friendly script allows you to password protect your Web site/pages. The password is the filename without the .html ending. This password for this example is gatekeeper-in.
|
|
|
| |
| |
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.
|
|
|
| |
| |
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.
|
|
|
| |
| |
You can use a basic cookie script to keep visitors (that don't have the cookie on their system) from viewing certain parts of your site (kind of.... There are always ways around it). The cookie is placed when the password provided is correct. Then, when they are forwarded to the password protected page, the cookie allows them to stay. Those without the cookie are sent back.
|
|
|
| |
| |
Use this script to block certain IPs from your webpage, by redirecting them to another site. Uses SSI to determine the user's IP, and JavaScript to block access.
|
|
|
| |
|