ragax Posted July 26, 2013 Share Posted July 26, 2013 If you're installing code on a client's server, what is a good configuration to protect your code from getting ripped off? A few years ago I remember reading about obfuscation, and about some options to install compiled PHP. Do some of you know what commercial outfits use nowadays to protect their source code? What are the best free solutions? And the best paid solutions? Many thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/280525-configuration-to-protect-the-php-source-code/ Share on other sites More sharing options...
trq Posted July 26, 2013 Share Posted July 26, 2013 Do some of you know what commercial outfits use nowadays to protect their source code? License agreements. Obfuscating code won't achieve much. Quote Link to comment https://forums.phpfreaks.com/topic/280525-configuration-to-protect-the-php-source-code/#findComment-1442227 Share on other sites More sharing options...
PravinS Posted July 26, 2013 Share Posted July 26, 2013 try ioncube http://www.ioncube.com/ Quote Link to comment https://forums.phpfreaks.com/topic/280525-configuration-to-protect-the-php-source-code/#findComment-1442237 Share on other sites More sharing options...
ragax Posted July 26, 2013 Author Share Posted July 26, 2013 @trq, g'day from across the Tasman, You mean, sign something with the client, and leave the source code wide open on their server? Aarrg, not what I'm hoping to hear. An unrelated question, but which also has to do with php configuration. I clicked on thorpesystems and saw mentioned a "static site generator". Is the idea to transform a set of dynamic pages into static pages, rebuilding them as needed, to make the site load faster? A friend mentioned he makes his pages that way, and the idea has been tantalizing me ever since... but I haven't yet found the courage to tackle it. Recently got back into projects after about a year's break so I have a number of questions. @PravinS: Thank you very much, I will have a look! Quote Link to comment https://forums.phpfreaks.com/topic/280525-configuration-to-protect-the-php-source-code/#findComment-1442238 Share on other sites More sharing options...
ragax Posted July 26, 2013 Author Share Posted July 26, 2013 Aarrg, not what I'm hoping to hear. But now that I've read about Idezender and similar tools, I think I know why you said that "Obfuscating code won't achieve much". Quote Link to comment https://forums.phpfreaks.com/topic/280525-configuration-to-protect-the-php-source-code/#findComment-1442241 Share on other sites More sharing options...
trq Posted July 26, 2013 Share Posted July 26, 2013 We have 1100+ clients, who all have copies of our code in there servers. We do however maintain these servers for the clients but that is beside the point. In like the last 7 years there has been one instance of someone breaking their license agreement by trying to use our code outside of it. As for static site generation. I use it because i prefer to add content to my sites via vim and git rather than using some web interface. My sites source code is available (and the app I created to generate it) at the links in the bottom right corner of the site. You'll have to excuse the design of that thing, I got half way through converting it and couldn't be bothered to be honest. Quote Link to comment https://forums.phpfreaks.com/topic/280525-configuration-to-protect-the-php-source-code/#findComment-1442262 Share on other sites More sharing options...
ragax Posted July 26, 2013 Author Share Posted July 26, 2013 Thank you for explaining, trq. What's there to excuse, it looks great. Simple is beautiful. Wishing you a fun weekend. Quote Link to comment https://forums.phpfreaks.com/topic/280525-configuration-to-protect-the-php-source-code/#findComment-1442321 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.