Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement