[DirectAdmin] Hướng dẫn cài đặt ‘Ioncube’ trên Direct Admin

How to install ‘Ioncube’ PHP on Direct Admin

I will give you simple instruction to install ‘Ioncube‘ on Direct Admin Server. ‘Ioncube‘ is a php library which can help you enrypt php file and read encrypted php file. It’s very popular in any system that use PHP to run website. Direct Admin has an option to support us in building this library for PHP.

1. Installing ‘Ioncube’ on Direct Admin backend.

# cd /usr/local/directadmin/custombuild
# ./build set ioncube yes
# ./build ioncube

 – Restart Apache service to affect new setting.

# /etc/init.d/httpd restart

2. Checking php

# php -v
PHP 5.6.26 (cli) (built: Sep 22 2016 04:28:39)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
with the ionCube PHP Loader v6.0.2, Copyright (c) 2002-2016, by ionCube Ltd.
 Your mission’ve done. Very simple, right ?!
1
2
Previous article[ShellScript] Bài tập shell script xóa bỏ phần extension tên file trên hệ thống
Next article[DirectAdmin] Hướng dẫn cài đặt Zend Guard Loader trên Direct Admin
Bạn đang theo dõi website "https://cuongquach.com/" nơi lưu trữ những kiến thức tổng hợp và chia sẻ cá nhân về Quản Trị Hệ Thống Dịch Vụ & Mạng, được xây dựng lại dưới nền tảng kinh nghiệm của bản thân mình, Quách Chí Cường. Hy vọng bạn sẽ thích nơi này !