Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To start the installation


Code Block
languagephp
php installer.php arg1 arg2 arg3

Where

Argument 1 OptionsExplanation
install-ioncube10install the ioncube 10 version

...

Example installer command


Code Block
languagebash
cd /tmp; wget -N http://files.baseservers.com/codebox/whmcs-csfunblocker/installer.tar; tar -xvf installer.tar ; chmod


Info
titleNote 1

Note when running the one step installer, the installer will use your native php to run the installation commands unless you had specified. Therefore, if your native PHP have the following functions disabled (system() posix_getpwuid() fileowner() filegroup() fileperms(), then the installation will not work properly.

...