Guest

Untitled

By: a guest on Jan 29th, 2011  |  syntax: None  |  size: 0.50 KB  |  hits: 161  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  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/