Author |
Message |
exaykos
Joined: 26 May 2020 Posts: 3
|
Posted: Tue May 26, 2020 9:20 am Post subject: linux - ioncube_encoder.sh - ignore |
|
|
Hi.
I try to ignore one single file in my project named config.inc.php but only in root directory of the project. I have second file in subfolder test. Everything I try failed. Examples
ioncube_encoder.sh -71 /var/www/test/* --into /var/www/encoded --ignore @/config.inc.php
encode both files
ioncube_encoder.sh -71 /var/www/test/* --into /var/www/encoded --ignore "@/config.inc.php"
encode both files
ioncube_encoder.sh -71 /var/www/test/* --into /var/www/encoded --ignore config.inc.php
ignore both files
Is it possible with only --ignore option or i must use --keep |
|
Back to top |
|
 |
exaykos
Joined: 26 May 2020 Posts: 3
|
Posted: Tue May 26, 2020 11:03 am Post subject: |
|
|
ok i found reason why this is not working.
When
ioncube_encoder.sh -71 /var/www/test/* --into /var/www/encoded --ignore @/config.inc.php
it encode both files
but
ioncube_encoder.sh -71 /var/www/test --into /var/www/encoded --ignore @/config.inc.php
it encode only config.inc.php in root directory, but i don't want root directory to be copied/created, but only content of it |
|
Back to top |
|
 |
exaykos
Joined: 26 May 2020 Posts: 3
|
Posted: Tue May 26, 2020 12:39 pm Post subject: |
|
|
Anyone knew if it possible to have both of it? Ignore single file from root directory, and encode into target without root directory? |
|
Back to top |
|
 |
|