Help for this page

Select Code to Download


  1. or download this
      $a = 'charangaBoom'; $b = 'BANG!'; $c = $a . $b;
      $d = "D-$c"; substr($d, 2, 8) = 'x' x 8;
      sleep(600);
    
  2. or download this
      strings /dev/mem | egrep 'Boom[B][A][N][G]'