{"id":2092,"date":"2015-05-21T05:37:37","date_gmt":"2015-05-21T05:37:37","guid":{"rendered":"https:\/\/cpanelplesk.com\/wp62\/?p=2092"},"modified":"2021-02-17T11:47:46","modified_gmt":"2021-02-17T11:47:46","slug":"how-to-install-ioncube-loaders-in-linux-system","status":"publish","type":"post","link":"https:\/\/cpanelplesk.com\/wp62\/how-to-install-ioncube-loaders-in-linux-system\/","title":{"rendered":"How to Install IonCube Loaders in Linux System"},"content":{"rendered":"<p>IonCube are used as encryption\/decryption utility for PHP programs by which we can keep secure our information. It also can limit PHP program to perform illegal. It also helps in boosting up the webpages that are provided. IonCube loaders are used for decoding secured information files while operating on web server.<!--more--><\/p>\n<p><strong>Step 1: Download IonCube Loaders<\/strong><\/p>\n<p>Use following command to download Ioncube loader.<\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \">For 32bit Systems:\r\n# wget http:\/\/downloads3.ioncube.com\/loader_downloads\/ioncube_loaders_lin_x86.tar.gz\r\nFor 64bit Systems:\r\n# wget http:\/\/downloads3.ioncube.com\/loader_downloads\/ioncube_loaders_lin_x86-64.tar.gz<\/pre>\n<\/div>\n<p>After downloading IonCube loaders archive file, extract it and place it to a permanent folder.<\/p>\n<div class=\"cpanel-files\"><\/div>\n<pre class=\"lang:default decode:true \"># tar xzf ioncube_loaders_lin_x86.tar.gz\r\n# mv ioncube \/usr\/local\/<\/pre>\n<div class=\"space1\"><\/div>\n<p><strong>Step 2: Enable IonCube Loader in PHP<\/strong><\/p>\n<p>Now add the following line at the end of php.ini file . To find <strong>php.ini<\/strong> file you can use following command:<\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \">php -i | grep php.ini<\/pre>\n<\/div>\n<p>As per above output edit\u00a0<strong>php.ini<\/strong> file and add following file and the end of file.<\/p>\n<div class=\"output-sh\">\n<pre class=\"lang:default decode:true \">zend_extension = \/usr\/local\/ioncube\/ioncube_loader_lin_5.4.so<\/pre>\n<\/div>\n<p>You can replace <strong>\/usr\/local\/ioncube\/ioncube_loader_lin_5.4.so<\/strong> file with your matching PHP version file.<\/p>\n<p><strong>Step 3: Verify IonCube Loader<\/strong><\/p>\n<p>After installing ioncube, we create a php script (<strong>phpinfo.php<\/strong>) using following content and access on webpage.<\/p>\n<div class=\"command-sh\">\n<pre class=\"lang:default decode:true \">&lt;?php \r\nphpinfo(); \r\n?&gt;<\/pre>\n<\/div>\n<p>Now when you access your created php script in web browser and you will find that IonCube loaders are enabled in your php installation.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>IonCube are used as encryption\/decryption utility for PHP programs by which we can keep secure our information. It also can limit PHP program to perform illegal. It also helps in boosting up the webpages that are provided. IonCube loaders are used for decoding secured information files while operating on web server. [&#8230;]<\/p>\n<p><a class=\"understrap-read-more-link\" href=\"https:\/\/cpanelplesk.com\/wp62\/how-to-install-ioncube-loaders-in-linux-system\/\">Continue Reading&#8230;<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2092","post","type-post","status-publish","format-standard","hentry","category-cpanel"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Install IonCube Loaders in Linux System - cPanel Plesk<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cpanelplesk.com\/wp62\/how-to-install-ioncube-loaders-in-linux-system\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"How to Install IonCube Loaders in Linux System - cPanel Plesk\" \/>\n<meta name=\"twitter:description\" content=\"IonCube are used as encryption\/decryption utility for PHP programs by which we can keep secure our information. It also can limit PHP program to perform illegal. It also helps in boosting up the webpages that are provided. IonCube loaders are used for decoding secured information files while operating on web server. [...]Continue Reading...\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Seemab Saleem\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-install-ioncube-loaders-in-linux-system\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-install-ioncube-loaders-in-linux-system\/\"},\"author\":{\"name\":\"Seemab Saleem\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648\"},\"headline\":\"How to Install IonCube Loaders in Linux System\",\"datePublished\":\"2015-05-21T05:37:37+00:00\",\"dateModified\":\"2021-02-17T11:47:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-install-ioncube-loaders-in-linux-system\/\"},\"wordCount\":193,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"articleSection\":[\"Cpanel\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-install-ioncube-loaders-in-linux-system\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-install-ioncube-loaders-in-linux-system\/\",\"name\":\"How to Install IonCube Loaders in Linux System - cPanel Plesk\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\"},\"datePublished\":\"2015-05-21T05:37:37+00:00\",\"dateModified\":\"2021-02-17T11:47:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-install-ioncube-loaders-in-linux-system\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cpanelplesk.com\/wp62\/how-to-install-ioncube-loaders-in-linux-system\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/how-to-install-ioncube-loaders-in-linux-system\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cpanelplesk.com\/wp62\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install IonCube Loaders in Linux System\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/\",\"name\":\"cPanel Plesk\",\"description\":\"Blog on famous hosting control panels\",\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\",\"name\":\"Farooq Omer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"contentUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"width\":300,\"height\":44,\"caption\":\"Farooq Omer\"},\"logo\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648\",\"name\":\"Seemab Saleem\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g\",\"caption\":\"Seemab Saleem\"},\"description\":\"Linux Server Administrator, Web Hosting engineer. I'm dealing with Linux servers since 2014. I started this blog to share the work i love with the world . let me know if you need any assistance. Thanks!!\",\"sameAs\":[\"https:\/\/cpanelplesk.com\/wp62\"],\"url\":\"https:\/\/cpanelplesk.com\/wp62\/author\/cmb\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install IonCube Loaders in Linux System - cPanel Plesk","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cpanelplesk.com\/wp62\/how-to-install-ioncube-loaders-in-linux-system\/","twitter_card":"summary_large_image","twitter_title":"How to Install IonCube Loaders in Linux System - cPanel Plesk","twitter_description":"IonCube are used as encryption\/decryption utility for PHP programs by which we can keep secure our information. It also can limit PHP program to perform illegal. It also helps in boosting up the webpages that are provided. IonCube loaders are used for decoding secured information files while operating on web server. [...]Continue Reading...","twitter_misc":{"Written by":"Seemab Saleem","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-install-ioncube-loaders-in-linux-system\/#article","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-install-ioncube-loaders-in-linux-system\/"},"author":{"name":"Seemab Saleem","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648"},"headline":"How to Install IonCube Loaders in Linux System","datePublished":"2015-05-21T05:37:37+00:00","dateModified":"2021-02-17T11:47:46+00:00","mainEntityOfPage":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-install-ioncube-loaders-in-linux-system\/"},"wordCount":193,"commentCount":0,"publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"articleSection":["Cpanel"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-install-ioncube-loaders-in-linux-system\/","url":"https:\/\/cpanelplesk.com\/wp62\/how-to-install-ioncube-loaders-in-linux-system\/","name":"How to Install IonCube Loaders in Linux System - cPanel Plesk","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#website"},"datePublished":"2015-05-21T05:37:37+00:00","dateModified":"2021-02-17T11:47:46+00:00","breadcrumb":{"@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-install-ioncube-loaders-in-linux-system\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cpanelplesk.com\/wp62\/how-to-install-ioncube-loaders-in-linux-system\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cpanelplesk.com\/wp62\/how-to-install-ioncube-loaders-in-linux-system\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cpanelplesk.com\/wp62\/"},{"@type":"ListItem","position":2,"name":"How to Install IonCube Loaders in Linux System"}]},{"@type":"WebSite","@id":"https:\/\/cpanelplesk.com\/wp62\/#website","url":"https:\/\/cpanelplesk.com\/wp62\/","name":"cPanel Plesk","description":"Blog on famous hosting control panels","publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13","name":"Farooq Omer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","contentUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","width":300,"height":44,"caption":"Farooq Omer"},"logo":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/"}},{"@type":"Person","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648","name":"Seemab Saleem","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g","caption":"Seemab Saleem"},"description":"Linux Server Administrator, Web Hosting engineer. I'm dealing with Linux servers since 2014. I started this blog to share the work i love with the world . let me know if you need any assistance. Thanks!!","sameAs":["https:\/\/cpanelplesk.com\/wp62"],"url":"https:\/\/cpanelplesk.com\/wp62\/author\/cmb\/"}]}},"_links":{"self":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/2092","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/comments?post=2092"}],"version-history":[{"count":0,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/2092\/revisions"}],"wp:attachment":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/media?parent=2092"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/categories?post=2092"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/tags?post=2092"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}