{"id":618,"date":"2012-07-25T09:29:56","date_gmt":"2012-07-25T09:29:56","guid":{"rendered":"http:\/\/www.plugged.in\/?p=618"},"modified":"2012-07-25T09:29:56","modified_gmt":"2012-07-25T09:29:56","slug":"installing-ioncube-loader-on-linux","status":"publish","type":"post","link":"https:\/\/www.veriteknik.net.tr\/en\/installing-ioncube-loader-on-linux\/","title":{"rendered":"Installing IonCube Loader on Linux"},"content":{"rendered":"<p>Installation of IonCube Loader on any variaty of Linux is very simple.<\/p>\n<p>Just get the copy from ioncube webpage itself, http:\/\/www.ioncube.com\/loaders.php<br \/>\nWe will download the 64-bit version for our example.<\/p>\n<p>Then extract the file, copy the shared object file that matches your PHP version to an appropriate folder.<br \/>\nTo learn your PHP version you can simple grep the php -i output.<\/p>\n<p>After copying the shared object, add a few lines to your php.ini and that&#8217;s it.<\/p>\n<pre class=\"brush: bash; gutter: true; first-line: 1\">wget http:\/\/downloads2.ioncube.com\/loader_downloads\/ioncube_loaders_lin_x86-64.tar.gz\n tar -xvzf ioncube_loaders_lin_x86-64.tar.gz\n# learn php version\n php -v\n# let's say it's 5.2\n mkdir \/usr\/local\/ioncube\n cp ioncube\/ioncube_loader_lin_5.2.so \/usr\/local\/ioncube\n# locate your php.ini file\n php -i|grep php.ini<\/pre>\n<p>Add the lines below at the end of your php.ini file.<br \/>\n[ code lang=&#8221;bash&#8221; ]\nzend_extension = \/usr\/local\/ioncube\/ioncube_loader_lin_5.2.so<br \/>\n[ \/code ]\n","protected":false},"excerpt":{"rendered":"<p>Installation of IonCube Loader on any variaty of Linux is very simple. Just get the copy from ioncube webpage itself, http:\/\/www.ioncube.com\/loaders.php We will download the 64-bit version for our example. Then extract the file, copy the shared object file that matches your PHP version to an appropriate folder. To learn your PHP version you can [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","footnotes":""},"categories":[367,370],"tags":[539,371,375],"yst_prominent_words":[1248,605,1247,1251,1250,936,1245,1252,1249,1244,1246],"class_list":["post-618","post","type-post","status-publish","format-standard","hentry","category-httpd","category-linux","tag-ioncube","tag-linux-2","tag-php"],"jetpack_featured_media_url":"","uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Mustafa Emre Ayd\u0131n","author_link":"https:\/\/www.veriteknik.net.tr\/en\/author\/eaydin\/"},"uagb_comment_info":0,"uagb_excerpt":"Installation of IonCube Loader on any variaty of Linux is very simple. Just get the copy from ioncube webpage itself, http:\/\/www.ioncube.com\/loaders.php We will download the 64-bit version for our example. Then extract the file, copy the shared object file that matches your PHP version to an appropriate folder. To learn your PHP version you can&hellip;","_links":{"self":[{"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/posts\/618","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/comments?post=618"}],"version-history":[{"count":0,"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/posts\/618\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/media?parent=618"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/categories?post=618"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/tags?post=618"},{"taxonomy":"yst_prominent_words","embeddable":true,"href":"https:\/\/www.veriteknik.net.tr\/en\/wp-json\/wp\/v2\/yst_prominent_words?post=618"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}