fork download
  1. var base= new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z","a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z");
  2. var data=new Array(3);
  3. base.reverse();
  4. data[0]=base[42];
  5. data[1]=base[11];
  6. data[2]=base[17];
  7. data[3]=base[12];
  8. data[4]=base[7];
  9. data[5]=base[43];
  10. data[6]=base[6];
  11. password=prompt("Please enter the Password!","");
  12. if (password==data.join("_")){
  13. window.location.href=""+password+".php";
  14. }
Runtime error #stdin #stdout 0.02s 4980KB
stdin
Standard input is empty
stdout
Standard output is empty