Featured Products
- Home
- PHP Scripts
- PHP Easy Lock
PHP Easy Lock
By : artur99 Published on Tuesday, February 14, 2017,09:32:11 in PHP Scripts
About
Ever wanted to block the access of users on a certain page, but didnât find a good code for that? Well this is it! All you need is inside one file, and is being run from one single line of codeâ¦Features
Simple examples of usage
<?php include'easy-lock.php'; lock("pass123"); ?> This code will lock the page with the password âpass123â<?php include'easy-lock.php'; lock("pass123", 3); ?> This code will lock the page with the password âpass123â and will show the skin 3Using the sha512 mode:
<?php
include'easy-lock.php';
$options = array(
"sha512" => true
);
lock("d404559f602eab6fd602ac7680dacbfaadd13630335e951f097af3900e9de176b6db28512f2e000b9d04fba5133e8b1c6e8df59db3a8ab9d60be4b97cc9e81db", 1, $options);
?>
This code will lock the page with the password â1234â, as the âd404559f602eab6fd602ac7680dacbfaadd13630335e951f097af3900e9de176b6db28512f2e000b9d04fba5133e8b1c6e8df59db3a8ab9d60be4b97cc9e81dbâ is the sha512 encoding for â1234â;Few screenshots
Skins 3 on wide screenMoreâ¦
Check out some demos here: https://artur99.net/items/easy-lock/Version: 1.3
Upcoming skins and features in next updatesâ¦




