How to limit PHP script to one domain per license?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jakezz
Forum Newbie
Posts: 2
Joined: Sun Mar 14, 2010 8:51 pm

How to limit PHP script to one domain per license?

Post by jakezz »

Hi, I'm having some trouble thinking up a clever way to limit customers to one domain per script license.

I've tried searching Google but this doesn't seem to be a popular topic.

Anyone have any ideas? :idea:
User avatar
tr0gd0rr
Forum Contributor
Posts: 305
Joined: Thu May 11, 2006 8:58 pm
Location: Utah, USA

Re: How to limit PHP script to one domain per license?

Post by tr0gd0rr »

Hire a lawyer. Lawyers can send letters to anyone who violates your license.

You could check if some of the encoders such as Zend Encoder and IonCube support that.
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: How to limit PHP script to one domain per license?

Post by Darhazer »

We use ioncube for that :) Zend encoder should also support it.
Post Reply