CodeIgniter Forums
Encode CodeIgniter script - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Encode CodeIgniter script (/showthread.php?tid=65194)



Encode CodeIgniter script - abosmond - 05-12-2016

Hello,

I've searched keyword sourceguardian, zend guard, ioncube but I get no result. So, I decide to create new thread. Is there anyone who has experience in encoding CI script? I'm trying sourceguardian. The whole process is fine, but I got nothing when run the encoded script. Is there any idea how to protect our script so another can't easily copy it?

Thanks.


RE: Encode CodeIgniter script - dmyers - 05-13-2016

As far as I know those are pretty much it. Make sure you have the Zend loader setup properly.

This link might help.
http://files.zend.com/help/Zend-Guard/content/welcome.htm

DMyers


RE: Encode CodeIgniter script - cartalot - 05-13-2016

so looking at another way to do this - would it be possible to set something up on the client server - that communicates with a server you control? in other words the bulk of the work is happening on your server, and then the data is passed back and forth with json - like an api . that might be faster to set up then what you are trying to do now and you would still have most of the control.