PHP Single-User No Database Login Script

Overview

Password protect pages with a logon page and no database is needed.  Just put this folder on your hosted server, set up your config file, and add online to any page you want to password protect.  This script is for a single-user, the single-user can login to any page(s) you create under the app with just one line of code. This script is great for small websites, protected sections of a website, administration section of a website, etc..

To use this script, you will need PHP installed on your server/hosting plan.

Features

  • No Database needed
  • Multiple pages
  • Password stored in PHP suggested secured hash
  • Very Simple to use
  • Easy to add pages

Requirements

  • PHP 5.4 or above

Instructions

  • Upload folder to web server
  • Update the “config” file to update defaults

Related