View Full Version : php licensing
cursed
07-18-2007, 05:01 AM
Does anyone have a free php licensing script? I would greatly appreciate it.
djr33
07-18-2007, 05:15 AM
I don't really understand the question. Be more specific.
PHP itself is open source and already has copyright things in place. I don't really know how it works specifically, though.
If you are looking for a PHP script that 'licenses', then tell us what you want it to license.
Would it store it in a database?
Just output text?
Actually do some legal registration process?
cursed
07-22-2007, 09:23 PM
a php lisencing script that does:
makes a random serial that only works for one domain name, a callback in the scripts so it wont work if they remove the part where they put the license.
djr33
07-23-2007, 12:34 AM
If they have the PHP code, they could remove it anyway. Simply remove both the "it" and the validation check.
It would be very difficult to do anything that would make this confusing to remove.
mwinter
07-23-2007, 06:42 AM
It would be very difficult to do anything that would make this confusing to remove.
Not if one were to use Zend Guard, which requires Zend Optimizer to process the output, but the former is far from free.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.