View Full Version : How or where can I get a good members protect type area?
cao825
03-20-2001, 06:48 PM
I am looking for a protection for my page that would have the user enter in a username and password and only let the users into a section of my site. And have random checks so that no one could get into the site and it wouldn't bother the user. Thanks for any input!
micosol
04-27-2001, 06:25 PM
Instead of individual signins, you could make them come in from a certain page using this script:
<!-- Begin
var requiredfrom = "www.yoursite.com/login.htm"; // required prev. page
if (document.referrer.indexOf(requiredfrom) == -1) {
alert("You must come to this page from " + requiredfrom);]
window.location=requiredfrom;
}
// End -->
whkoh
05-11-2001, 07:21 AM
There are scripts to handle this. One of it is:
http://www.widexl.com/cgi_scripts.html
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.