- Joined
- Apr 15, 2007
- Messages
- 154
- Reaction score
- 0
All of the php files are encoded this is to protect the copy right its very simple to use.
Live Demo:
How to:
In terms.txt;
Change "Name of server" to the name of your server o-o
And in includes>>config.php;
Change
$dbhost = Your mysql database ip (default localhost)
$dbuser = Your mysql username (default root)
$dbpass = Your mysql password (default root)
$db = Your mysql database
You will also need to run these sqls
Well enjoy xD
Live Demo:
To view the content, you need to sign in or register
How to:
In terms.txt;
Change "Name of server" to the name of your server o-o
And in includes>>config.php;
Change
$dbhost = Your mysql database ip (default localhost)
$dbuser = Your mysql username (default root)
$dbpass = Your mysql password (default root)
$db = Your mysql database
You will also need to run these sqls
Code:
ALTER TABLE `accounts` ADD `question` TINYINT(4) NULL;
Code:
ALTER TABLE `accounts` ADD `answer` VARCHAR(50) NULL;
Code:
ALTER TABLE `accounts` ADD `pin` TINYINT(4) NULL;
Well enjoy xD