如何在cPanel服务器上安装IonCube Loaders

IonCube是加密/解密工具用于使我们的PHP应用程序能够保护数据安全。 它也可以限制未经授权的PHP应用程序执行。 它还帮助加快页面响应速度。 IonCube Loaders用于在网络服务器上运行时,解码编码的文件。 阅读更多细节 官方网站 。 本教程将帮助你在 cPanel服务器中 安装IonCube Loaders 重新编译的Apache / PHP。

在cPanel 上安装 IonCube Loaders

若要安装ioncube首先使用使用SSH客户端(如Putty)的root用户访问连接到服务器并执行以下命令。
# /scripts/phpextensionmgr install IonCubeLoader
该脚本将安装ioncube和做所有必要的设置。下面是上述命令的输出示例
Updating md5sum list
Fetching http://httpupdate.cpanel.net/cpanelsync/easy/targz.yaml (connected:0).......(request attempt 1/12)...Using dns cache file /root/.HttpRequest/httpupdate.cpanel.net......searching for mirrors (mirror search attempt 1/3)......loaded mirror speeds from cache......mirror search success......connecting to 91.121.124.18...@91.121.124.18......connected......receiving...100%......request success......Done
Installing IonCubeLoader
Determining PHP version
Installing IonCube Loader binaries
Activating IonCube Loader extension in /usr/local/lib/php.ini
IonCube Loader extension activated

验证IonCube Loaders

安装ioncube后,您可以使用以下命令通过Linux命令行验证
# php -v

[Sample Output ------------------------------]
PHP 5.4.24 (cli) (built: Jan 26 2014 21:51:18)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
    with the ionCube PHP Loader v4.4.1, Copyright (c) 2002-2013, by ionCube Ltd.
或者我们也可以在Web服务器的根目录创建如下面内容的php文件,并在网页上访问这个PHP脚本 (info.php的)。
<?php
    phpinfo();
?>
现在,在Web浏览器中访问已创建的PHP脚本,你会发现,IonCube Loaders在你的PHP中已安装启用。
赞(52) 打赏
未经允许不得转载:优客志 » 系统运维
分享到:

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏