-->

Source Code Project PHP Easy Lock - PHP Script Password protect Mobile Responsive

Ever wanted to block user access on certain pages, but did not find a good code for it? Well here it is! What you need is in one file, and run from one line of code ...

Features PHP Script Password Protect Easy Lock  : 

  • No installation, no configuration, no database required
  • Everything is in one file
  • Very easy to use. For basic use, you need only 1 line of code
  • The new design is entirely Responsive and new. Works perfectly on your phone, tablet, laptop, and desktop
  • 3 skins (+ 4 others coming as bonuses) to choose from
  • For higher functional demands, there are many options, such as sha512 encryption, IP blocking, limiting the number of attempts, etc.
  • Runs very fast ~ 0.006 seconds (6 milliseconds)
  • Remember me option - will set encrypted cookies to keep users logged in
Source Code Project PHP Easy Lock - PHP Script Password protect Responsive




Simple examples of usage


This code will lock the page with the password "pass123"


This code will lock the page with the password "pass123" and will show the skin 3



Using the sha512 mode:

   include'easy-lock.php';
   lock("fd37ca5ca8763ae077a5e9740212319591603c42a08a60dcc91d12e7e457b024f6bdfdc10cdc1383e1602ff2092b4bc1bb8cac9306a9965eb352435f5dfe8bb0", 3, array("sha512" => true));
?>

Few screenshots
Skins on tab and on mobile

Source Code Project PHP Easy Lock - PHP Script Password protect Responsive



Skins 2 and 3 on mobile

Source Code Project PHP Easy Lock - PHP Script Password protect Responsive


Also Sourde Code Project More 

NEXT ARTICLE Next Post
PREVIOUS ARTICLE Previous Post
NEXT ARTICLE Next Post
PREVIOUS ARTICLE Previous Post
 

Delivered by FeedBurner

-->