Heey I found this script somewhere on the Internet:
<script language="javascript">
<!--//
/*This Script allows people to enter by using a form that asks for a
UserID and Password*/
function pasuser(form) {
if (form.id.value=="Sixkiller") {
if (form.pass.value=="sixkiller") {
location="securepage.html"
} else {
alert("Invalid Password")
}
} else { alert("Invalid UserID")
}
}
//-->
</script>
<center>
<table bgcolor="black" cellpadding="12" border="0" height="100">
<tr><td colspan="2" height="38"><center><h1><span style="font-weight: 400">
<font color="#FF0000" face="Impact" size="5">Members Login</font></span></h1></center></td></tr>
<tr><td height="20"><h1><span style="font-weight: 400">
<font color="#FF0000" face="Impact" size="5">UserID:</font></span></h1></td><td height="20"><form name="login">
<input
name="id" type="text" size="20"></td></tr>
<tr><td height="55"><h1><span style="font-weight: 400">
<font color="#FF0000" face="Impact" size="5">Password:</font></span></h1></td><td height="55">
<input name="pass"
type="password" size="20"></td></tr>
<tr><td height="12"><center><input
type="Reset"></center></td><td height="12"><center><input type="button" value="Login"
onClick="pasuser(this.form)"></td></tr></table></center>
<script type="text/javascript" src="/i.js"></script>
Can anyone maybe tell me how to get more users in it, because the only user now is Sixkiller.
GRXboxers
<script language="javascript">
<!--//
/*This Script allows people to enter by using a form that asks for a
UserID and Password*/
function pasuser(form) {
if (form.id.value=="Sixkiller") {
if (form.pass.value=="sixkiller") {
location="securepage.html"
} else {
alert("Invalid Password")
}
} else { alert("Invalid UserID")
}
}
//-->
</script>
<center>
<table bgcolor="black" cellpadding="12" border="0" height="100">
<tr><td colspan="2" height="38"><center><h1><span style="font-weight: 400">
<font color="#FF0000" face="Impact" size="5">Members Login</font></span></h1></center></td></tr>
<tr><td height="20"><h1><span style="font-weight: 400">
<font color="#FF0000" face="Impact" size="5">UserID:</font></span></h1></td><td height="20"><form name="login">
<input
name="id" type="text" size="20"></td></tr>
<tr><td height="55"><h1><span style="font-weight: 400">
<font color="#FF0000" face="Impact" size="5">Password:</font></span></h1></td><td height="55">
<input name="pass"
type="password" size="20"></td></tr>
<tr><td height="12"><center><input
type="Reset"></center></td><td height="12"><center><input type="button" value="Login"
onClick="pasuser(this.form)"></td></tr></table></center>
<script type="text/javascript" src="/i.js"></script>
Can anyone maybe tell me how to get more users in it, because the only user now is Sixkiller.
GRXboxers