Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- include'easy-lock.php';
- $options = array(
- "bypass" => array('111.222.111.100'),
- "sha512" => true
- );
- $pw = "D404559F602EAB6FD602AC7680DACBFAADD13630335E951F097AF3900E9DE176B6DB28512F2E000B9D04FBA5133E8B1C6E8DF59DB3A8AB9D60BE4B97CC9E81DB";
- lock($pw, 2, $options);
- ?>
- ** 2 is the skin number
- ** the $pw is the sha512 encryption of `1234`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement