/**
* @Author Ghost
* @Copyright 2012
* @Version 3.0
* @Description Advanced Register & Login Script
* @FileSource Flat File (.txt)
* @Setup Functions, Sessions, Encrypted Passwords
* @HTMLVersion Xhtml 1.0 Transitional EN
* @CssVersion Css3
**/
This Is An Advanced Flat File Register And Login Script With:
functions
sessions
encrypted passwords
file protection (Stop Direct Access To config.php / functions.php)
username protection (htmlentities / stripslashes / preg_replace / strtolower)
password protection (htmlentities / stripslashes)
members count (Will Appear On Index.php Once First Registration Is Complete)
site visited counter (Appears Instantly On First Index Load Up)
.htaccess file (protection for .txt files)
also includes:
file creating & chmoding of passwords.txt (When First Registration Is Excepted)
file creating & chmoding of usernames.txt (When First Registration Is Excepted)
file creating & chmoding of count.txt (When Going To Index.php On First Page Load)
I Have Also Added A Template Folder/File. Which You Can Copy/Paste And Rename It.
You Will Be Able To Use It For EVERY File You Want To Add/Create To Your Site/Project.
This File Is Setup Correctly, All You Will Need To Do Is Add Your Page Title And Content.
I Have Also Added A Nice Fire Background Image And A Under-Construction Image.
Just To Pretty Up The Script Abit Lol.
I Added A Nameless .txt File To Data Folder, Just So The Folder Wasnt Empty On Upload
Just Incase The Server Your On Doesnt Upload Empty Folders. As The Data Folder Will
Fill Up With 3 .txt Files Once You Start Using The Script. You Can Remove This .txt
File Whenever You Want. Just Make Sure The Data Folder Was Uploaded.
You Should Be Able To Use This Script As A Starter Base For Any Project/Site
You Wish To Make That Doesnt Require You To Have Mysql Database On Your Server.
Demo: the-immortals.uk.to
Script:
* @Author Ghost
* @Copyright 2012
* @Version 3.0
* @Description Advanced Register & Login Script
* @FileSource Flat File (.txt)
* @Setup Functions, Sessions, Encrypted Passwords
* @HTMLVersion Xhtml 1.0 Transitional EN
* @CssVersion Css3
**/
This Is An Advanced Flat File Register And Login Script With:
functions
sessions
encrypted passwords
file protection (Stop Direct Access To config.php / functions.php)
username protection (htmlentities / stripslashes / preg_replace / strtolower)
password protection (htmlentities / stripslashes)
members count (Will Appear On Index.php Once First Registration Is Complete)
site visited counter (Appears Instantly On First Index Load Up)
.htaccess file (protection for .txt files)
also includes:
file creating & chmoding of passwords.txt (When First Registration Is Excepted)
file creating & chmoding of usernames.txt (When First Registration Is Excepted)
file creating & chmoding of count.txt (When Going To Index.php On First Page Load)
I Have Also Added A Template Folder/File. Which You Can Copy/Paste And Rename It.
You Will Be Able To Use It For EVERY File You Want To Add/Create To Your Site/Project.
This File Is Setup Correctly, All You Will Need To Do Is Add Your Page Title And Content.
I Have Also Added A Nice Fire Background Image And A Under-Construction Image.
Just To Pretty Up The Script Abit Lol.
I Added A Nameless .txt File To Data Folder, Just So The Folder Wasnt Empty On Upload
Just Incase The Server Your On Doesnt Upload Empty Folders. As The Data Folder Will
Fill Up With 3 .txt Files Once You Start Using The Script. You Can Remove This .txt
File Whenever You Want. Just Make Sure The Data Folder Was Uploaded.
You Should Be Able To Use This Script As A Starter Base For Any Project/Site
You Wish To Make That Doesnt Require You To Have Mysql Database On Your Server.
Demo: the-immortals.uk.to
Script:
Comment