Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 726 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 726 Bytes

PHP-PageLocker

  • Easily encrypt php page with just one line of code. !

Features

  • No installation & No Database
  • Super Easy To Use Only 1 Line Of Code!
  • Cookies session support.

How to setup!

  • The only thing you have to do is to copy the puttipongstudio-lock.php in the folder with your website's php files. <?php include'puttipongstudio-lock.php'; lock("yourpasswordhere", 1); ?>

Adding this line of code at the beginning of any PHP page, will lock it. The visitor will need to type the password "yourpasswordhere" to pass to the content of the page. (refer example.php file)

Screenshot :D