76 downloads
[b]Quick PHP Password Protection[/b] 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.
[i]Demo is not working atm, but i have used it myself and it's really simple to work with.[/i]
[hr]
[b]Example Usage[/b]
$quickprotect->checkLoginAndDirect();
That’s all it takes! One line of effective code (not counting the class include and init), and you’ve password protected a page!
[hr]
[b]Features[/b][list]
[*]Secure. Tested brute force and SQL Injection proof.
[*]Extremely easy implementation. One line of code, and you’re done.
[*]No database required. Settings stored in INI file.
[/list]
[b]Note:[/b] this is a single user system ONLY . Multiple users are not supported. This is designed for small projects, web apps, and personal pages.