Veteran
Joined: 30 Nov 2006 |
Posts: 186 |
|
|
 |
Posted: Sat Feb 09, 2008 6:18 pm |
|
 |
 |
 |
 |
That is exactly why it should be build in to Nucoder and handled by PHPExpress, instead of you creating the same checks over and over again in all your files. That would create an overhead.
But if PHPexpress could load a license file, once into memory, and check if that is valid for each encoded PHP file loaded into the cache, then the overhead would be minimum.
Remember it does not have to run through the entire encoded file and compare it with a hash value. It only has to compare a minimal part with the rules in the license key file.
Rules like Domain name etc. If you want to lock your script to a single site.
This will also be a great way of creating trial licenses for your scripts.
And no I only need the checks to be performed on encoded files.
In my projects not all files are encoded. Everything that has to do with displaying the output, is not encoded, so users can change the look and feel, but all the logic is encoded.
If you sell software, on the web, you would then need a license generator to generate the license files. Your customers could download your encoded software and you could deliver the key files in an email. A simple way of selling your work.
|
|