EKINdesigns Posted May 24, 2007 Share Posted May 24, 2007 If i wanted to distribute a script of mine and wanted to force licenses and such how would i go about doing that? Should i have their site connect with mine and compare license files with the database? Any other ideas? I also plan to Zend encrypt my script as well....bad idea? Link to comment https://forums.phpfreaks.com/topic/52852-question-on-distributing/ Share on other sites More sharing options...
taith Posted May 24, 2007 Share Posted May 24, 2007 personally... i'd do it this way... hardest thing to remake, thats really easy for you... database... on you installer program, have the licence, you type "i agree" in, or whatnot, takes the encrypted(md5()/sha1()/etc...) value of that, have it go to your server, grab the file with that encrypted name... which then creates the database, and everyones happy :-)... Link to comment https://forums.phpfreaks.com/topic/52852-question-on-distributing/#findComment-260993 Share on other sites More sharing options...
chigley Posted May 24, 2007 Share Posted May 24, 2007 If you can afford Zend, use it. That has licensing features with it. For a cheaper option I'd go with IonCube. Link to comment https://forums.phpfreaks.com/topic/52852-question-on-distributing/#findComment-260997 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.