{"id":1538,"date":"2015-01-06T01:42:37","date_gmt":"2015-01-06T01:42:37","guid":{"rendered":"https:\/\/qbytes.cloud\/?p=1538"},"modified":"2015-01-06T01:42:37","modified_gmt":"2015-01-06T01:42:37","slug":"install-ioncube-whm","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2015\/01\/06\/install-ioncube-whm\/","title":{"rendered":"Install ioncube in WHM"},"content":{"rendered":"<p>For cPanel<\/p>\n<p>Installing IonCube Loaders with cPanel &#038; WHM can be done one of two ways:<\/p>\n<p>1) Using EasyApache via WHM >> EasyApache, IonCube Loaders can be selected under the Exhaustive Options List prior to compiling.<\/p>\n<p>2) As the user `root` via SSH, you can run the below command to install IonCube Loaders without having to recompile Apache:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# \/scripts\/phpextensionmgr install IonCubeLoader\n\n<\/pre>\n<p>For Non-Control panel Servers<\/p>\n<p>Begin by downloading the latest loaders to your system. Linux 64 bit:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# cd \/root\n# wget http:\/\/downloads3.ioncube.com\/loader_downloads\/ioncube_loaders_lin_x86-64.tar.gz\n<\/pre>\n<p>Other loaders at:<br \/>\n<a href=\"http:\/\/www.ioncube.com\/loaders.php\" target=\"_blank\" rel=\"noopener\">http:\/\/www.ioncube.com\/loaders.php<\/a><\/p>\n<p>Extract the contents of the archived file<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# tar -xvf ioncube_loaders_lin_x86-64.tar.gz\n\n<\/pre>\n<p>Put the Loader file for your php version in \/usr\/lib64\/php\/modules<\/p>\n<p>Check php version:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# php -v\nPHP 5.4.43 (cli) (built: Jul 13 2015 12:26:16) \nCopyright (c) 1997-2014 The PHP Group\nZend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies\n\n<\/pre>\n<p>Put the Loader file for your php version in \/usr\/lib64\/php\/modules<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# cp -r \/root\/ioncube\/ \/usr\/lib64\/php\/modules\/ioncube_loader_lin_5.4.so\n<\/pre>\n<p>Create a ioncube.ini file in your ini files directory, \/etc\/php.d<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# cd \/etc\/php.d\n# nano ioncube.ini\n<\/pre>\n<p>\/pre><br \/>\n# zend_extension = \/usr\/lib64\/php\/modules\/ioncube_loader_lin_5.4.so<br \/>\n[\/bash]<\/p>\n<p>Restart the Apache server software.<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\nservice httpd restart\n<\/pre>\n<p>Check for ioncube<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# php -m | grep ioncube\nionCube\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>For cPanel Installing IonCube Loaders with cPanel &#038; WHM can be done one of two ways: 1) Using EasyApache via WHM >> EasyApache, IonCube Loaders can be selected under the Exhaustive Options List prior to compiling. 2) As the user `root` via SSH, you can run the below command to install IonCube Loaders without having &#8230; <a title=\"Install ioncube in WHM\" class=\"read-more\" href=\"https:\/\/www.qbytes.cloud\/index.php\/2015\/01\/06\/install-ioncube-whm\/\" aria-label=\"Read more about Install ioncube in WHM\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20,123],"tags":[],"class_list":["post-1538","post","type-post","status-publish","format-standard","hentry","category-cpanel","category-whm"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/1538","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=1538"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/1538\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=1538"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=1538"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=1538"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}