Login & password--- Help me please!!!!

liunx

Guest
Hi,<br />
<br />
How can I make a page with access, (login and password). I have an idea, but don't function. <br />
<br />
Can somebody help me please!!! I'm desperate!!! : (<br />
<br />
nanvil<!--content-->Depends on what you want to use. If you're on an Apache server you may want to look at .htaccess/.htpasswd. If you're using PHP or another server side language and a database you have still other options.<!--content-->if you want an easy solution, go here (<!-- m --><a class="postlink" href="http://javascript.internet.com/passwords/">http://javascript.internet.com/passwords/</a><!-- m -->). <br />
***NOTE***<br />
these are simply javascript password protections; they can (in many cases) be easily bypassed. there are some very good ones here, but they can still be gotten around with some effort.<!--content-->Originally posted by rhsunderground <br />
if you want an easy solution, go here (<!-- m --><a class="postlink" href="http://javascript.internet.com/passwords/">http://javascript.internet.com/passwords/</a><!-- m -->). <br />
***NOTE***<br />
these are simply javascript password protections; they can (in many cases) be easily bypassed. there are some very good ones here, but they can still be gotten around with some effort. never ever reccomend a js password system. EVER! Unless of course you do some of that jeffmott super encryption, even then you have to worrie about users not supporting js though. You might as well reccomend a no right click script to go with that js password protection. Javascript should be left to aesthetics, leave the functional scripting on the server.<br />
Here is an article about a login system made with an asp.net, I wrote it myself a while back:<br />
<!-- m --><a class="postlink" href="http://www.webreference.com/programming/asp/quasi/">http://www.webreference.com/programming/asp/quasi/</a><!-- m --><!--content-->Originally posted by PeOfEo <br />
never ever reccomend a js password system. EVER! <br />
note that i didn't actually recommend a js password system, i simply said :<br />
Originally posted by rhsunderground <br />
if you want an easy solution, go here (<!-- m --><a class="postlink" href="http://javascript.internet.com/passwords/">http://javascript.internet.com/passwords/</a><!-- m -->). <br />
<br />
and then i put the standard disclaimer below it. i've been around here long enough to know to never reccomend a js password system, i was simply naming an alternative (easier) solution to the suggestions already made. nanvil didn't say how complex they wanted the login system to be, so i posted the easiest one i knew of, other than: <br />
<br />
<script><br />
var password="page"<br />
if {login.value!=password} (reDirect())<br />
</script><!--content-->but still, even mentioning javascript and security, unless security has an in in front of it, should be a sin.<!--content-->i'll remember that when i write the gospel according to the internet...<!--content-->
 
Back
Top