» Xtgem Coding Help » View post
Mstar Copy below
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<center><div class="full"><div class="name">»Password
Generator</div></div></center>
</div><script
type="text/javascript" src="http://zealot.waphall.com/Javascript/password.js"></script>
<div class="zxfourborder"
align="justify"><center><img src="/Icons/password.png" alt="password"/></center>
The Online Password Generator allows you to create random passwords that are highly
secure and extremely difficult to crack or guess due to an optional combination of different letters, numbers and symbols.
</div>
<div class="zxfourborder" align="left">
<script>
var passopts = {
volves: 'aeiou',
hyphen: '-',
consonants: 'bcdfghklmprstvxz',
}
</script>
<form method="post">
<input type="text" style="text-align:center;" id="password" onclick="this.focus();this.select()">
<input type="button" class="btn" id="regen" value="Generate">
<br/><br/>
<input type="checkbox" id=""use_letters" value="abcdefghijklmnopqrstuvwxyz" checked="checked"> Letters
<br/><br/>
<input type="checkbox" id="use_numbers" value="1234567890" checked="checked"> Numbers
<br/><br/><input type="checkbox" id="use_specs" value="!@#$%^*(){}[]?="> Symbols
<br/><br/>
<input type="checkbox" id="use_specified" value="1">Special chars
<input type="text" id="specified_chars" value="→←©®™" disabled="disabled" class="input-mini">
<br/><br/>
<input type="checkbox" id="use_pronounceable" value="1"> Pronounceable
<br/><br/>
<input type="checkbox" id="use_hyphens" value="1"> Separate each
<input type="text" class="input-mini" id="hyphen_length" value="2" disabled="disabled"> symbols.
<br/><br/>
Length: <input type="text" class="input-mini" id="password_length" value="8">
</form>
</div></div>
Copy code
<center><div class="full"><div class="name">»Password
Generator</div></div></center>
</div><script
type="text/javascript" src="http://zealot.waphall.com/Javascript/password.js"></script>
<div class="zxfourborder"
align="justify"><center><img src="/Icons/password.png" alt="password"/></center>
The Online Password Generator allows you to create random passwords that are highly
secure and extremely difficult to crack or guess due to an optional combination of different letters, numbers and symbols.
</div>
<div class="zxfourborder" align="left">
<script>
var passopts = {
volves: 'aeiou',
hyphen: '-',
consonants: 'bcdfghklmprstvxz',
}
</script>
<form method="post">
<input type="text" style="text-align:center;" id="password" onclick="this.focus();this.select()">
<input type="button" class="btn" id="regen" value="Generate">
<br/><br/>
<input type="checkbox" id=""use_letters" value="abcdefghijklmnopqrstuvwxyz" checked="checked"> Letters
<br/><br/>
<input type="checkbox" id="use_numbers" value="1234567890" checked="checked"> Numbers
<br/><br/><input type="checkbox" id="use_specs" value="!@#$%^*(){}[]?="> Symbols
<br/><br/>
<input type="checkbox" id="use_specified" value="1">Special chars
<input type="text" id="specified_chars" value="→←©®™" disabled="disabled" class="input-mini">
<br/><br/>
<input type="checkbox" id="use_pronounceable" value="1"> Pronounceable
<br/><br/>
<input type="checkbox" id="use_hyphens" value="1"> Separate each
<input type="text" class="input-mini" id="hyphen_length" value="2" disabled="disabled"> symbols.
<br/><br/>
Length: <input type="text" class="input-mini" id="password_length" value="8">
</form>
</div></div>
Copy code
» Xtgem Coding Help » View post
Guests: 1
zf_mackie (Admin)