Quote:
Originally Posted by falco85
I'm thinking about selling some PHP scripts I have created, is this a large market? Will it be worth the investment?
Secondly, I understand it is very easy to decompile PHP once it is Zend encoded, is that true? Just look around the net. I don't think there is a single piece of PHP that hasn't been decoded - even vbulletin if it is encoded in the first place.
|
the market for php really depends on the demand for your script. i would assume if you design a basic cms or forum there wouldnt be much of a market because there are the supply is enormus. However, if you have a new innovative script, im sure it would be worth your investment.
as for encrypting your code with zend, im sure it can be decomplied, as the zend optomizer must decompile the encryption for the server to understand the php.
you should also not that if you encrypt your code using zend the server must have the zend optomizer module installed (which is usually default, but you never know). which might decrease the desire for you code. Also as a php programer, i would never buy a code i couldnt edit myself if needed. So you have to weigh your options, is it more important your code is encrypted? or is it more important it attracts a larger community?