Command line encoder installation under Linux

Top  Previous  Next

The SourceGuardian™ 7.0 for PHP installation package is a .tar.gz file called:

 

Full version:   sg4full_linux.tar.gz

Trial Version:  sg4eval_linux.tar.gz.

 

You need to unpack this file into any directory you wish.

 

Example:

 

> cd /usr/local

> mkdir sg4

> cd sg4

> tar xzf /path/to/sg4full_linux.tar.gz

 

You may be need to add permissions under Linux to allow to the executing of the encoder binaries:

 

> chmod u+x encode4 encode5 licgen

or

> chmod a+x encode4 encode5 licgen

 

The installation package has following structure:

 

bin/encode4

(encoder for PHP 4)

bin/encode5

(encoder for PHP 5)

bin/license.txt

(license text)

bin/licgen

(for full version only)

ixed/ixed.*

(protected script loaders)

README

(documentation about SourceGuardian™  encoder)

 

You may optionally add symlinks to encode4, encode5 and licgen if needed to any other directory.