Advertisement
Guest User

Untitled

a guest
Jan 29th, 2011
577
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. REQUIREMENTS
  2. - PHP >= 5
  3. - php5-mcrypt
  4. - mysql-server
  5. - php5-mysql
  6. - apache with HTTPS support (if not, you must modify the source code)
  7.  
  8. INSTALLATION
  9. - Create table for notes:
  10. /*
  11. create table note (
  12. id varchar(30) primary key,
  13. token varchar(45),
  14. creation date);
  15. */
  16.  
  17. - Extract files
  18.  
  19. - chmod 777 ./notes or do it writable for php scripts
  20.  
  21. - Edit connect_db() function in notes_lib.php
  22. setting up your configuration.
  23.  
  24. - Have fun
  25.  
  26. a0rtega
  27. http://securitybydefault.com/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement