Jump to content

Per domain license?


Jakez

Recommended Posts

How do I sell a PHP script on a per domain license basis?

 

I've found a utility that will encrypt a file for me, I just want to encrypt one file that is required for the script to run so that they can still do some editing to the other parts of the script if they want.

 

Question is, how do I include the one encrypted file which checks their domain for validation without the person deleting the include?

Link to comment
Share on other sites

Question is, how do I include the one encrypted file which checks their domain for validation without the person deleting the include?

 

You would need to somehow make the application actually need (require) this file.

 

Encryption and the like is not normally the best approach to licensing, it also now means your application can only run on servers where the encryption engine you have chosen to use is supported.

Link to comment
Share on other sites

what are you using to encrypt?

 

http://www.codeeclipse.com

Question is, how do I include the one encrypted file which checks their domain for validation without the person deleting the include?

 

You would need to somehow make the application actually need (require) this file.

 

Encryption and the like is not normally the best approach to licensing, it also now means your application can only run on servers where the encryption engine you have chosen to use is supported.

 

Yeah I know, which is why I did my best to find an encryption method that doesn't require any special engines installed. It's not the best encryption obviously, but will ward off at least most of the people.

 

I'm just not sure how to make the script require this encrypted file(s) to run without them being able to remove the includes and checks in the non-encrypted files.  :shy:

 

Maybe put one important function inside the encrypted file and they won't know which one it is without going through everything? But if they just remove the include it would easily tell them which function(s) is missing.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.