hi
I have designed a php script an was wondering about a way that I do not allow the customer who buys to install it on more than one domain. I am concerned about the logic of it more than the scripting, but if there is a script available to do such task I would not mind having it :)

Recommended Answers

All 5 Replies

php domain lock google search most php obfuscators have a domain lock function
you can configure, zip and disseminate the locked files in one pass

thank you guys very much.

Just for anyone who might find this useful, I did not use any software to lock the script to a domain, rather I designed a function which checked the url in the browser against the one I have licensed. and job done!!

This is a little outside the scope of the question, but it follows on,
I think,
from a prior post, about updating installed versions of scripts with the latest versions, you could do something similar to ensure the script running, is licensed & check for updates at the same time.
http://www.daniweb.com/forums/post785006-2.html
(PS Obfuscate that part of the script that checks the server_loc)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.