Single User Login Script Without Database

Overview

The Single User Login Script is a single user PHP Login system that is both secure, very easy to setup and implement, and does NOT require a database. It’s perfect for small web applications, scripts, and personal pages which only have a single admin using them. The script does not support multiple users.

To use the script, simply upload 2 files to your website and place one single line of code at the top of every page of which you want to protect. If you are not logged in and try to view a protected page, the page will display a login form. Once logged in, stay logged in across multiple protected pages. The password for the script is stored ‘hashed’ so it is protected in case of a security breach!

The only requirements are that your hosting account supports PHP. The script comes with full documentation including instructions on how to install the script and continued support and free updates. Please note that the script is for one user only!

If you’re looking for a full-blown user admin script, why not check out my PHP Login Script. It’s been downloaded 100s of times – here

Features

  • No database needed.
  • Stay logged across multiple pages
  • One line of code at top of page.
  • Full documentation.
  • Encrypted Password.

Requirements

  • A hosting account
  • PHP

Instructions

  • Create a hashed version of your choice of password.
  • Upload 2 files
  • Place one line of code at the top of pages you want to protect.

Related