|
|
|
@ -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 |
|
|
|
|
|
|
|
|
|
|
|
|