shihao Posted January 14, 2010 Share Posted January 14, 2010 Hi guys, Do anyone know how to encrypt php code? Which means after I write the code, I want hide my code dun want to display to someone else. If anyone who know please help!!! Thanks and regards Shi Hao Link to comment https://forums.phpfreaks.com/topic/188419-encrypt-php-code/ Share on other sites More sharing options...
premiso Posted January 14, 2010 Share Posted January 14, 2010 IonCube is a popular php encryption software, it costs money and requires servers to have their software on them for the code to be able to run: http://www.ioncube.com The other option is to look up and see if there are any other alternatives for encrypting php files. Here is a list of different encryption options: http://www.seocompany.ca/software/free-encryption-software.html Hope that helps. Link to comment https://forums.phpfreaks.com/topic/188419-encrypt-php-code/#findComment-994694 Share on other sites More sharing options...
shihao Posted January 14, 2010 Author Share Posted January 14, 2010 Dear premiso, Thanks for your Information. Link to comment https://forums.phpfreaks.com/topic/188419-encrypt-php-code/#findComment-994698 Share on other sites More sharing options...
shihao Posted January 14, 2010 Author Share Posted January 14, 2010 wow, I took too long to install ioncube, seems that doesn't work. I want to install ioncube on centos 5.4 to encrypt my script from customer. I have download php encoder 6.5 evaluation base on http://www.ioncube.com/ And I have done what the folllowing link state, http://techgurulive.com/2008/09/16/how-to-install-ioncube-php-encoderdecoder/ When I restart httpd, Stopping httpd: [ OK ] Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName [ OK ] Seems that nothing has install. Anyone who know please help!!! Thanks in advance!!! Link to comment https://forums.phpfreaks.com/topic/188419-encrypt-php-code/#findComment-994796 Share on other sites More sharing options...
marlonbtx Posted January 20, 2010 Share Posted January 20, 2010 There's other one called Zend Guard, http://www.zend.com/products/guard/ Link to comment https://forums.phpfreaks.com/topic/188419-encrypt-php-code/#findComment-998803 Share on other sites More sharing options...
shihao Posted January 21, 2010 Author Share Posted January 21, 2010 Dear marlonbtx, Thanks for the recommendation. I have decide to use ioncube, the php.ini file should specify the correct loader. After that it will works. Thanks and regards Shi Hao Link to comment https://forums.phpfreaks.com/topic/188419-encrypt-php-code/#findComment-999399 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.