Where Can I get a FREE Login and Logg-off or signin and signoff script? I have found various sites but I am easily confused. I need a step by step help process. Pleases respond if you can help me with this. Thank you,
Josh (joshsjoint@yahoo.ca)
In order for you to use a login/logoff script, you need some kind of database systemt set up...other wise its not really secure...
There are some JS scripts that have login code, but its not safe...the best way is to use either ASP, CGI or Coldfusion with MS Access support (that is what I use)...to see an example of that go to:
and register then sign in with it...that is how I did it in coldfusion... I have not failed; I have merely found 100,000 different ways of not succeding...
You'll no doubt find more if you know what you're searching for.
I've used a CGI Perl script which reads/writes user information from a flat file. This is perfectly secure provided the file you use is outside your web space. My script is based on the "Authenticate" one in the Patchett/Wright CGI/Perl Cookbook (
). The book's not bad for step-by-step help, provided you're interested in learning to use Perl, rather than looking for a black box that you can just upload and get on with. There are plenty of other scripts you can try (many of them free) at
YOu can do password protection with PHP without a full blown database, you can store the usernames and passwords in a text file and for added security you can encrypt the password. It's not a lie if you believe it!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.