How to implement licensing in php downloadable application

CompuTerror

New Member
If you want to implement licensing module in downloadable php application that need:
  • to allow application to run only on specified domain(s)
  • to be impossible to remove or go around
  • to work without Zend Optimizer or Ioncube loader (i.e. without encoding whole application)
what you think is best way to do it? If encoder is needed, do you see solution that encoding is used only for licensing module related logic i.e. allowing application to be altered without compromising licensing? Cheers
 
Back
Top