Well I am currently making a plug-in for another php script.
I am wondering how I can make this plugin contain a unique license so people can't copy it without have a license for each site.
My idea was, make a script that installs the database, but the code won't be in my script. There will be code to contact my web server asking permission, and I will check the HTTP_REFERR to see if its registered. If it is I will print back the code that should be inserted into the database.
Does anybody else have a idea?
I know about putting copyrights saying don't modified this script, but that never works.
Thanks,
Andrew
I am wondering how I can make this plugin contain a unique license so people can't copy it without have a license for each site.
My idea was, make a script that installs the database, but the code won't be in my script. There will be code to contact my web server asking permission, and I will check the HTTP_REFERR to see if its registered. If it is I will print back the code that should be inserted into the database.
Does anybody else have a idea?
I know about putting copyrights saying don't modified this script, but that never works.
Thanks,
Andrew