Quantcast
Channel: php-scripts – Free Script Download
Viewing all articles
Browse latest Browse all 1278

PHP Easy Lock (Miscellaneous)

$
0
0

About

Ever needed to dam the entry of customers on a sure web page, however didn’t discover a good code for that? Nicely that is it! All you want is inside one file, and is being run from one single line of code…

Options

  • No set up, no configuration, no database wanted
  • Every thing is inside a single file
  • Very straightforward to make use of. For primary utilization you solely want 1 line of code
  • Absolutely Responsive and model new design. Works good on mobiles, tablets, laptops and desktops
  • three skins( + different four that come as a bonus) to select from
  • For greater practical calls for, there are many functionalities, like sha512 encryption, IP blocking, limiting variety of makes an attempt and so forth.
  • Operating very quick ~zero.006 seconds (6 milliseconds)

Easy examples of utilization

<?php embrace'straightforward-lock.php'; lock("pass123"); ?>

This code will lock the web page with the password “pass123”

<?php embrace'straightforward-lock.php'; lock("pass123", three); ?>

This code will lock the web page with the password “pass123” and can present the pores and skin three

Utilizing the sha512 mode:

<?php
    embrace'straightforward-lock.php';
    $choices = array(
        "sha512" => true
    );
    lock("d404559f602eab6fd602ac7680dacbfaadd13630335e951f097af3900e9de176b6db28512f2e000b9d04fba5133e8b1c6e8df59db3a8ab9d60be4b97cc9e81db", 1, $choices);
?>

This code will lock the web page with the password “1234”, because the “d404559f602eab6fd602ac7680dacbfaadd13630335e951f097af3900e9de176b6db28512f2e000b9d04fba5133e8b1c6e8df59db3a8ab9d60be4b97cc9e81db” is the sha512 encoding for “1234”;

Few screenshots

Skins three on vast display

Skins 5 and seven on tab and on cellular

Skins 2 and three on cellular

Skins four and 5 on cellular

Skins 1 and 6 on cellular

Extra…

Take a look at some demos right here: http://artur99.net/items/easy-lock/
Model: 1.three
Upcoming skins and options in subsequent updates…

The post PHP Easy Lock (Miscellaneous) appeared first on Free Script Download.


Viewing all articles
Browse latest Browse all 1278

Trending Articles