CodeIgniter Forums
how to save copyright? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: how to save copyright? (/showthread.php?tid=28653)

Pages: 1 2


how to save copyright? - El Forum - 03-17-2010

[eluser]7amza[/eluser]
Hello ,
i finished my application with codeigniter ..and the problem that i will provide the application for many sites and so i ask how can i do a system with codeigniter wich make me able to manage and controlle licences , hm maybe when i found a site wich is not autorised to use the application i can remove the databases or do something wich can stop the application .
thanks


how to save copyright? - El Forum - 03-17-2010

[eluser]nelson.wells[/eluser]
Look into Zend Optimizer or Ion Cube. They basically give you the ability to encrypt php files so that they cannot be edited. Even if you want to leave your app open source, you can set up an 'authorization file' with a secret key, and that authorization file will be encrypted. Check against the value in the file in every controller, and if it passes the controller loads or if it fails the controller alerts the user and then aborts.

I believe that is how ExpressionEngine protects the 30 day demo of their most recent release.


how to save copyright? - El Forum - 03-17-2010

[eluser]7amza[/eluser]
hey nelson , please can you be more explicit? give me just a little example ..


how to save copyright? - El Forum - 03-19-2010

[eluser]7amza[/eluser]
any idea?


how to save copyright? - El Forum - 03-19-2010

[eluser]LuckyFella73[/eluser]
This should help a bit:
http://www.ioncube.com/faq.php


how to save copyright? - El Forum - 03-21-2010

[eluser]7amza[/eluser]
i knew ioncube ..
i want do something wich will make me than able to breaks down the application from any website if it don't have a valable licence ..


how to save copyright? - El Forum - 03-21-2010

[eluser]Mareshal[/eluser]
An intelligent backdoor Smile , even if no commercial has it, but you could try. vBulletin has some backdoors Wink)

Btw, if someone will find one backdoor in your application, your product's life is OVER


how to save copyright? - El Forum - 03-23-2010

[eluser]7amza[/eluser]
Mareshal that's what i want know how to do that can you provide me by more informations ..
the application will be commercial..


how to save copyright? - El Forum - 03-24-2010

[eluser]7amza[/eluser]
anyreply?


how to save copyright? - El Forum - 03-26-2010

[eluser]7amza[/eluser]
up ?