Robert 4 months ago
parent c907c1d12e
commit fd52bef32a
  1. 4
      docs/TODO.md
  2. 8
      docs/Zephir_code.md

@ -5,13 +5,13 @@
- [x] → Encrypted/Compressed Sessions - [x] → Encrypted/Compressed Sessions
- [ ] → Ensure JS error reporting works - [ ] → Ensure JS error reporting works
- [ ] → Force Database methods to try Cache First and Save Cache Data - [ ] → Force Database methods to try Cache First and Save Cache Data
- [ ] → Kernels - [ ] → Kernels (exists but not used yet)
- [x] → HTTP → Requests, Responce - [x] → HTTP → Requests, Responce
- [x] → Middleware - [x] → Middleware
- [x] → Macros - [x] → Macros
- [x] → Routes - [x] → Routes
- [x] → Controllers - [x] → Controllers
- [*] → Models - [@] → Models (is kind of complete...)
- [x] → Views (Twig/Liquid/PHP) - [x] → Views (Twig/Liquid/PHP)
- [x] → JavaScript/CSS Asset loading - [x] → JavaScript/CSS Asset loading
- [x] → Strings & Random Engine - [x] → Strings & Random Engine

@ -59,13 +59,19 @@ $ cd /var/www/ProjectCodeHydrater/protected/src/secret_php_files
Create you .php files inside of this DIR to keep them Secret. Create you .php files inside of this DIR to keep them Secret.
Each file should correspond with the Array_For_Files inside of make_license.php Each file should correspond with the Array_For_Files inside of make_license.php
Don't Ship these secret_php_files, they do not belong on PROD!!!! Don't Ship these secret_php_files, they do NOT belong on PROD!!!!
``` ```
The .php file names [in secret_php_files folder] must match the .aes file names! The .php file names [in secret_php_files folder] must match the .aes file names!
# Make a new License File and AES data # Make a new License File and AES data
``` ```
$ cd /var/www/ProjectCodeHydrater/protected/cli $ cd /var/www/ProjectCodeHydrater/protected/cli
Becareful to notice the EXPIRES_DATE is 4 years from now...!
To disable that set the expires variable to "*", by "expires" => "*", or leave out expires all together.
Also, do NOT save the passwords from PWD1, PWD2, etc... they should be created automatically by $license_maker->makePassword().
EDIT the make license file: EDIT the make license file:
$ nano make_license.php $ nano make_license.php

Loading…
Cancel
Save