Tópico: [Web Site] Scripts
Ver um Único Post
Antigo 15-03-2009, 12:42 PM   #2 (permalink)
Damage
Amigo SE
 
Avatar de Damage
 
Registrado em: Dec 2008
Localização: Em casa ?
Posts: 713
Agradeceu: 69
Agradecido 3,278 Vezes em 340 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:
Pontos: 617, Nível: 12
Pontos: 617, Nível: 12 Pontos: 617, Nível: 12 Pontos: 617, Nível: 12
Atividade: 3%
Atividade: 3% Atividade: 3% Atividade: 3%

Inventório de Damage Usuário possui 1x Hacker Usuário possui 1x DOS User Usuário possui 1x Lineage II Player

Padrão

Citação:
<html><head>

<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>:: L2 Account ZS 2.0 - Lineage2 ::</title>
<link href="L2%20Account%20ZS%202.0%20-%20Lineage2_arquivos/style.css" rel="stylesheet" type="text/css">
<script language="javascript" type="text/javascript" src="L2%20Account%20ZS%202.0%20-%20Lineage2_arquivos/lineage2.js"></script>
</head><body>

<script type="text/javascript">
function isAlphaNumeric(value) {
if (value.match(/^[a-zA-Z0-9]+$/)) {
return true;
} else {
return false;
}
}
function isEmailAddress(email) {
if (email.match(/^([a-zA-Z0-9])+([.a-zA-Z0-9_-])*@([a-zA-Z0-9_-])+(.[a-zA-Z0-9_-]+)+/)) {
return true;
} else {
return false;
}
}
function checkform1(nomeform) {

if(nomeform.code.value=="") {
alert("Please enter your security key!");
return false;
}
if(nomeform.account.value=="") {
alert("Please enter an account name!");
return false;
}
if (!isAlphaNumeric(nomeform.account.value)) {
alert("Your username must be alphanumeric!");
return false;
}
pwLEN = nomeform.account.value.length;
if (pwLEN < 4 || pwLEN > 15) {
alert("Account length must be 4 to 12 characters long!");
return false;
}
if(nomeform.email.value=="") {
alert("Please enter your E-mail!");
return false;
}
if (!isEmailAddress(nomeform.email.value)) {
alert("You did not enter a valid E-mail address! [Advertise] If u use an invalid E-mail, you will not be able to Recover your Password!");
return false;
}
pw2LEN = nomeform.email.value.length;
if (pw2LEN < 6 || pw2LEN > 50) {
alert("Password length must be 4 to 16 characters long!");
return false;
}
return true;
}
</script>
<br><br><br><br>
<table width="629" align="center" border="0" cellpadding="0" cellspacing="0" height="402">
<tbody><tr><td class="TablePrincipal">
<table class="Quadro" width="300" align="center" height="130">
<tbody><tr><td>
<form name="register" id="register" method="post" action="index.php" onsubmit="return checkform1(this)">
<table width="98%" align="right" border="0" cellpadding="0" cellspacing="0">
<tbody><tr><td class="L2Server">--Welcome--</td></tr>
<tr><td class="Texto"><label for="account" title="L2AccountZS">Account Name: </label></td>
<td height="30"><label for="account" title="Account"><input class="Campo" id="account" maxlength="15" name="account" type="text"></label></td></tr>
<tr><td class="Texto"><label for="password" title="L2AccountZS">Password: </label></td>
<td height="30"><input class="Campo" name="password" id="password" maxlength="16" type="password"></td></tr>
<tr><td class="Texto"><label for="code" title="L2AccountZS">Security Code: </label></td>
<td height="30"><input class="CampoCode" name="code" id="code" maxlength="5" type="text">&nbsp;&nbsp;<img src="L2%20Account%20ZS%202.0%20-%20Lineage2_arquivos/captcha.gif" alt="Security Code" width="50" height="18"></td></tr>
<tr><td colspan="2" align="center" height="30"><input class="Botao" name="lostpassword" value="Request Password!" onclick="redirectPage()" type="button">&nbsp;<input class="Botao" name="register" value="Register Now" onclick="redirectPagezeta()" type="button">&nbsp;<input class="Botao" name="reset" value="Clear" type="reset">&nbsp;<input class="Botao" name="login" value="Log-in" type="submit">&nbsp;</td></tr>
</tbody></table>
</form>
</td></tr></tbody></table>
</td></tr></tbody></table>
<table width="100%">
<tbody><tr><td style="text-align: center;"><span class="Texto">(C) 2007-2008 - Developed by zdark<span></span></span></td></tr>
</tbody></table>
</body></html>
Não sei mexer com PHP etc.. mais eu tinha esse ake se nao me engano ele é um acm que tem tudo isso (Y)

__________________
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]
[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar] [/RIGHT]
Damage está offline   Responder com Citação