Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
JS15
ok, so i wont open a new thread and just ask here: i´m trying to modify the script in notepad, and i wanna from it to alert to me the password, i will show what i am trying:
{
password = document.password.password.value;
var a = password.charAt(9)
var c = password.charAt(4)
var b = password.charAt(10)
var d = password.charAt(7)
var f = password.charAt(6)
var e = password.charAt(1)
var g = password.charAt(3)
var i = password.charAt(0)
var h = password.charAt(8)
var j = password.charAt(13)
var l = password.charAt(5)
var k = password.charAt(6)
var m = password.charAt(11)
var o = password.charAt(12)
var n = password.charAt(2)
var riddle = "query test mess";
if (a+""+b+""+c+""+d+""+e+""+f+""+g+""+h+""+i+""+j+""+k+""+l+""+m+""+n+""+o==riddle)
{
alert("Congrats!");
}
else
{
alert(a+""+b+""+c+""+d+""+e+""+f+""+g+""+h+""+i+""+j+""+k+""+l+""+m+""+n+""+o==riddle);
}```
but this doesnt work what i´ll have to do?
[EDIT]DAMN SMILEYS[/EDIT]