raimis100 Posted December 4, 2008 Share Posted December 4, 2008 Hey Is there a way I can protect my php scripts so that nobody can read my code ? Link to comment https://forums.phpfreaks.com/topic/135533-solved-protect-your-script/ Share on other sites More sharing options...
gevans Posted December 4, 2008 Share Posted December 4, 2008 Once it's online no one will be able to read it, you're server will render it as a php file and not a text file Link to comment https://forums.phpfreaks.com/topic/135533-solved-protect-your-script/#findComment-706039 Share on other sites More sharing options...
raimis100 Posted December 4, 2008 Author Share Posted December 4, 2008 Nah, It won't work. Is there a way to decode it so that none can actually read it ? Link to comment https://forums.phpfreaks.com/topic/135533-solved-protect-your-script/#findComment-706048 Share on other sites More sharing options...
gevans Posted December 4, 2008 Share Posted December 4, 2008 What do you mean? How are people getting hold of your php scripts? Link to comment https://forums.phpfreaks.com/topic/135533-solved-protect-your-script/#findComment-706053 Share on other sites More sharing options...
raimis100 Posted December 4, 2008 Author Share Posted December 4, 2008 Yup ... It will be for sale Link to comment https://forums.phpfreaks.com/topic/135533-solved-protect-your-script/#findComment-706057 Share on other sites More sharing options...
Mark Baker Posted December 4, 2008 Share Posted December 4, 2008 I'll give evens that he's after a free copy of Zend Guard or equivalent (ioncube, etc) Link to comment https://forums.phpfreaks.com/topic/135533-solved-protect-your-script/#findComment-706058 Share on other sites More sharing options...
gevans Posted December 4, 2008 Share Posted December 4, 2008 You're selling php script?? You could try storing it in a database and prompting a file download with that info when a user is allowed. Or when they get uploaded to a directory change the CHMOD settings Link to comment https://forums.phpfreaks.com/topic/135533-solved-protect-your-script/#findComment-706060 Share on other sites More sharing options...
raimis100 Posted December 4, 2008 Author Share Posted December 4, 2008 You're selling php script?? You could try storing it in a database and prompting a file download with that info when a user is allowed. Or when they get uploaded to a directory change the CHMOD settings Somebody who can actually code will be able to get away with it anyway Not kinda sure what is ioncube but I will have a look Link to comment https://forums.phpfreaks.com/topic/135533-solved-protect-your-script/#findComment-706066 Share on other sites More sharing options...
Mark Baker Posted December 4, 2008 Share Posted December 4, 2008 Not kinda sure what is ioncube but I will have a lookZend Guard and ionCube are both products that allow you to encrypt your PHP script files so that anybody looking at them using a text editor will only see the encrypted script, not your plaintext php Link to comment https://forums.phpfreaks.com/topic/135533-solved-protect-your-script/#findComment-706071 Share on other sites More sharing options...
raimis100 Posted December 4, 2008 Author Share Posted December 4, 2008 Thats what I was looking for! Link to comment https://forums.phpfreaks.com/topic/135533-solved-protect-your-script/#findComment-706076 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.