protected password

File Protect

File Protect

Description Sometimes it is necessary to restrict the access to a file, to a complete folder, to a admin area or to specific file extensions like movie files. Of cause you can use a .htaccess file or create every time again a small login page but .htaccess is not very flexible and user friendly and programming everytime a new login page is very time consuming. Instead you can use “FileProtect”. It is that simple to implement: change the setti...

Readable Password Generator

Readable Password Generator

This small PHP script generates human-readable passwords. It requires PHP 4 .2.0 or greater – and that’s it! This is a pure PHP solution with no styling or JavaScript – so you can make this script do what you want. This script does not use a dictionary to generate passwords but generates ‘believable’ words using English grammar rules! Use PHP to include the code in your own website and then use the one line of code to generate random passwo...

Quick PHP Password Protection (Login System)

Quick PHP Password Protection (Login System)

Visit my main site at PHP Site Backup.com Quick PHP Password Protection is a single user PHP login system which is secure, quick to implement, and requires no database. Perfect for small web apps, scripts, and personal pages which only have a single admin using them. Demo Login Username and Password: admin, admin Example Usage $quickprotect->checkLoginAndDirect(); That’s all it takes! One line of effective code (not counting th...

CMS - IzzyWebsite Quick Edition - CMS System

CMS - IzzyWebsite Quick Edition - CMS System

IzzyWebsite CMS “Quick Edition” IzzyWebsite Quick Edition is CMS system, very simple, easy to install and the most easy to use CMS system ever! There is no easier way to start a dynamic CMS based website, all you have to do is edit single text file with each subpage you need, in separate line - system will create subpage files automatically, and content will be stored in HTML file. One template file will be used for each subpage, and temp...