S seachen Verified User Joined Feb 3, 2007 Messages 491 Jan 8, 2008 #1 i have a dedicated server which using DA. it not support ioncube. may i know how to install it? thanks so much
i have a dedicated server which using DA. it not support ioncube. may i know how to install it? thanks so much
agnivo007 Verified User Joined Nov 25, 2006 Messages 245 Location India Jan 9, 2008 #2 Assuming your OS is linux... Download url : http://www.ioncube.com/loaders.php # wget [linux loader tar.gz url here] (make sure you choose correct arch 32 or 64 bit) # tar zxvf ion* # cd ion* # cp ioncube_loader_lin_[your php version].so /usr/local/lib/php/extensions/ # nano /usr/local/lib/php.ini look for extensions section add : zend_extension=/usr/local/lib/php/extensions/ioncube_loader_lin_[your php version].so save and exit # service httpd restart to verify : # php -v
Assuming your OS is linux... Download url : http://www.ioncube.com/loaders.php # wget [linux loader tar.gz url here] (make sure you choose correct arch 32 or 64 bit) # tar zxvf ion* # cd ion* # cp ioncube_loader_lin_[your php version].so /usr/local/lib/php/extensions/ # nano /usr/local/lib/php.ini look for extensions section add : zend_extension=/usr/local/lib/php/extensions/ioncube_loader_lin_[your php version].so save and exit # service httpd restart to verify : # php -v