在windows7中安装ionCube PHP Encoder

第一步:

下载: http://downloads3.ioncube.com/eval_download_packages/ioncube_encoder/win32_i386/en/ioncube_encoder_evaluation.zip

Installing to a remote WINDOWS DEDICATED or VPS server
------------------------------------------------------

1. Upload the contents of this package to C:windowssystem32----将解压中的ext文件放到此(并在WINDOWS7中安装setup.exe)

2. Copy the loader-wizard.php script to the root web folder of a
configured domain on the server    ----放到网站根目录

2. Launch the Loader Wizard script in your browser. For example:
http://yourdomain/loader-wizard.php

第二步,打开浏览器:

http://localhost/loader-wizard.php

Installation Instructions

    1. Download one of the following archives of Windows VC11 x86 Loaders:

      Please note that the MS Windows installer version is suitable either for direct installation on a Windows machine or for uploading from a local PC to your server.
      A Loaders archive can also be downloaded from http://loaders.ioncube.com/.

    2. Put the Loader files in C:xamppphpioncube
    3. Edit the file C:xamppphpphp.ini and before any other zend_extension lines ensure that the following is included:
      zend_extension = "C:xamppphpioncubeioncube_loader_win_5.6.dll"
      Alternatively, replace your current C:xamppphpphp.ini file with this new php.ini file.
    4. Restart the Apache server software.
    5. When the server software has restarted, click here to test the Loader.---点击

点击上面“”后,结果:----提示安装成功

ionCube Loader Wizard

Loader Installed Successfully

The ionCube Loader version 5.0.21 for PHP 5.6 is installed and encoded files should run successfully.

Please contact the script provider if you do experience any problems running encoded files.

For security reasons we advise that you remove this Wizard script from your server now that the ionCube Loader is installed.

打开phpinfo()查看其在XAMPP中的配置信息:

Additional Modules

Module Name
ionCube Loader
原文地址:https://www.cnblogs.com/lbs8/p/5723788.html