-=[D]exter=-
02-18-2003, 08:41 AM
i guestion for all of you guys and gals...
how do create password field like email where i can have members???
or should i use Javascripting???
gotfaith3
02-18-2003, 01:30 PM
hey, bravenet.com has some password protection things and if i remember corretly, i think that lissa has some on her site. go to fun stuff.
hey, try this code..
<script language="JavaScript">
<!--hide
var password;
var pass1="yourpasswordhere";
password=prompt('Enter your password in order to view this page!',' ');
if (password==pass1)
alert('YAY you got it right! Click OK to enter!');
else
{
window.location="http://www.lissaexplains.com";
}
//-->
</script>
-=[D]exter=-
02-20-2003, 09:35 AM
oh ya.............thx for your help....
but i couldn't find that script in fun stuff..
btw, did u extract this code from someone's script and u do so and i use it... aint i going against copyright and might be sued...
other member, pls help to reply
thx.
Sheila
02-20-2003, 10:05 AM
She got the script from here:
http://www.lissaexplains.com/java5.shtml
You'll have to scroll down some to see the code.
(It's in the JavaScript section, by the way.)
-=[D]exter=-
02-21-2003, 09:31 AM
ok... regarding this one.... i do noe a very simple way to get the password...easily...(if i am a hacker)........juz open source and it will be stated there...
ok...i would like to noe how do yahoo mail or hotmail do their password field???
Dude128
02-22-2003, 02:58 AM
sites like that most likely use a combination of a server side language such as PHP, ASP, or Perl, and a database system such as MySQL to store the user information.
-=[D]exter=-
02-22-2003, 02:49 PM
how can i do that, dude(sorry but that's ur name)??? i wish to create a password field whch cant be hacked (at least 98%)...
lilchici13
02-22-2003, 03:56 PM
GREAT SITE!!!! many other tuts. to! http://robouk.mchost.com/tuts/tutorial.php?tutorial=login
Alicia_8p
02-23-2003, 04:02 AM
Originally posted by -=[D]exter=-
ok... regarding this one.... i do noe a very simple way to get the password...easily...(if i am a hacker)........juz open source and it will be stated there...
You're not a hacker if you look at somone's sources. It's ok if you look, but ripping off someone else's hard work (codes) is wrong even if they don't catch you. I'm not saying you do that, I'm just stating that for anyone that's completley new at this.