samilo
(Samiloxphp)
1
[b] Hi
I am using shared hosting and I programmed system to company , but it’s now stolen and I noted it on
another web site , because Hosting root give all my code to another company .
1- How to secure my code ?
2- If I used program like source cup , my code will be lazy ?
http://www.sourcecop.com/
3- what is the best solution for my status
Thanks in advance
[/b]
Niels
(Niels)
2
Source cop only obfuscates the source. If someone wants to steal your source, you can not prevent this with source cop.
Possible solutions:
-
You could use Zend Guard, but this requires the hoster to install additional software on the server.
-
You could also agree on clear licenses with your customers and take legal action when the agreement is breached by the customer.
-
Host the code on your own server, or run large parts on your own server and make it available with an API.
samilo
(Samiloxphp)
3
Thank you , but relay I think in some extinction do that .
is that possible ?
Niels
(Niels)
4
As far as I know it is not possible to encrypt PHP code with native PHP, you need a server module for this.
konapaz
(Konapaz)
5
Correct me If I am wrong!
you could use something like that…
eval(base64_decode('ZXJyb3JfcmVwb3J0aW5nKDApOw0KJGJvd...'))
samilo
(Samiloxphp)
6
My friend i.amniels , you don’t need any extra plugin in source cop .
I used it before on plain php not with yii and worked also on shared hosting .