
Untitled
By: a guest on Jan 29th, 2011 | syntax:
None | size: 0.50 KB | hits: 161 | expires: Never
REQUIREMENTS
- PHP >= 5
- php5-mcrypt
- mysql-server
- php5-mysql
- apache with HTTPS support (if not, you must modify the source code)
INSTALLATION
- Create table for notes:
/*
create table note (
id varchar(30) primary key,
token varchar(45),
creation date);
*/
- Extract files
- chmod 777 ./notes or do it writable for php scripts
- Edit connect_db() function in notes_lib.php
setting up your configuration.
- Have fun
a0rtega
http://securitybydefault.com/