Web Hosting Talk







View Full Version : Script licenses/serial numbers...


Triexa
05-28-2003, 04:03 PM
I've read a few threads foudn via the search on this topic, but I was just wondering if anyone had any of the following:

- Tips to handle serial numbers/licenses within the scripts
- Any websites/articles that mention this
- Tips on GENERATING the serial numbers???

Of course, seeing as how PHP is open source, it is very hard to do something like implement a checker, because those lines could just be removed. If anyone could please provide any details on this, it would be greatly appreciated!!!

BMurtagh
05-28-2003, 04:12 PM
well with php you could use like ioncube and just encode the php :)

Triexa
05-28-2003, 04:44 PM
I really don't want to encode the code... Really all I've heard about this is bad things... and I want users to be able to modify the code... add their own things.

MadRaptor
05-28-2003, 07:22 PM
I was thinking about adding a license to one of my programs. Could always require people to enter a license code with their program unique to their website ip or url. Of course could be reverse engineered if they understand the code well enough but I guess its a morality issue, any program can be cracked really...

Triexa
05-28-2003, 08:59 PM
I never used license #s until now, however, I will be giving all current (and new) customers an order id, and this will be required for upgrades and support.

Just brought up a question myself... which "name" do you think???
-Serial #
-License key (or something to that effect)
-Order ID
-Something else?

MadRaptor
05-29-2003, 02:07 PM
Would customer ID not be another?

Triexa
05-29-2003, 06:42 PM
yes, actually thought of customer id after posting that :) hehe.. I think I will go with customer ID too...