×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Minh Monmen
Added: Nov 20, 2015 9:32 AM
Views: 1916
Tags: no tags
  1. <!DOCTYPE html>
  2. <!--
  3. To change this license header, choose License Headers in Project Properties.
  4. To change this template file, choose Tools | Templates
  5. and open the template in the editor.
  6. -->
  7. <html>
  8.     <head>
  9.         <meta charset="UTF-8">
  10.         <title></title>
  11.         <script>
  12.             var a = "de9f8caa7ea6fe56830925a124d605d4";
  13.    
  14.     var password = "";
  15.    
  16.     for(var i = 0; i < 20; i++)
  17.         password += a.substring((i%3),(i%5)+(i%3));
  18.     alert(password)
  19.         </script>
  20.     </head>
  21.     <body>
  22.         <?php
  23.         $myName = "Minh";
  24.         echo $myName;
  25.         ?>
  26.     </body>
  27. </html>
  28.