How to install ionCube Loader extension in PHP 4.1 to 5.5 versions

  • *Translation into Portuguese of Brazil


    The IonCube is an application that aims to protect the source code files written in PHP.
    "O IonCube é um aplicativo que visa a proteção do código-fonte de arquivos escritos em PHP."
    The IonCube has an engine advanced compiled-code encoding, performing encryption code without affecting the performance of the environment.
    "O IonCube possui um motor de codificação avançado de código-compilado, realizando a criptografia do código sem prejuízo para a performance do ambiente."
    Encryption must be performed directly on the developer's computer using the IonCube PHP Encoder software.
    "A criptografia deve ser realizada diretamente no computador do desenvolvedor, utilizando o software IonCube PHP Encoder. "
    After this process, the codes must be sent to the server Hosting.
    "Após esse processo, os códigos devem ser enviados para o servidor de Hospedagem."

    Downloading the necessary files
    "Baixando os arquivos necessários"
    # cd /usr/local/src/
    # mkdir ioncube && cd ioncube
    # wget http://downloads2.ioncube.com/…loaders_lin_x86-64.tar.gz
    # tar -zxvf ioncube_loaders_lin_x86-64.tar.gz


    Preparing the settings
    "Preparando as configurações"
    # mv ioncube /usr/lib/php5/


    Create file ioncube.ini
    "Criando arquivo ioncube.ini"
    # vim /etc/php5/mods-available/ioncube.ini

    zend_extension="/usr/lib/php5/ioncube/ioncube_loader_lin_5.X.so"


    # /etc/php5/conf.d
    # ln -s ../mods-available/ioncube.ini 20-ioncube.ini
    or #php5enmod ioncube

    Activation
    "Ativando"
    # service apache2 restart
    or
    # /etc/init.d/apache2 restart

    Checking if everything is ok
    Verificando se tudo está ok
    # php -v

    PHP 5.4.4-14+deb7u11 (cli) (built: Jun 13 2014 13:53:15)
    Copyright (c) 1997-2012 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
    with the ionCube PHP Loader v4.6.1, Copyright (c) 2002-2014, by ionCube Ltd., and

    É isso ai pessoal! Espero que sejá útil. :thumbup: