View Single Post
  #2 (permalink)  
Old 08-28-2006, 01:04 AM
John's Avatar   
John John is offline
Co-Administrator
 
Join Date: Jul 2006
Age: 20
Posts: 3,581
Last Blog:
Tidy up your HTML
Credits: 0
Rep Power: 20
John has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond repute
Send a message via AIM to John Send a message via MSN to John
Default

Quote:
Originally Posted by falco85 View Post
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?
Reply With Quote