If I want to hide the php code(encrypt) from the client how can I do that or is there any software maybe in netbeans that enables this feature?
php code hide
Page 1 of 114 Replies - 1364 Views - Last Post: 01 December 2010 - 08:30 AM
Replies To: php code hide
#2
Re: php code hide
Posted 26 November 2010 - 06:21 AM
if you have uploaded your code the only way to get it is when PHP is broken. you’ll never see any server-side code (regardless which language).
#3
Re: php code hide
Posted 26 November 2010 - 06:24 AM
if the php code is broken how can I hide it from client
#4
Re: php code hide
Posted 26 November 2010 - 06:25 AM
I don’t mean the PHP code, I mean the PHP interpreter.
broken PHP code might only issue error messages that can be used to exploit your site.
broken PHP code might only issue error messages that can be used to exploit your site.
This post has been edited by Dormilich: 26 November 2010 - 06:26 AM
#5
Re: php code hide
Posted 26 November 2010 - 06:26 AM
I think you're looking for something like ionCube or Zend Encoder. If I'm understanding you correctly.
#6
Re: php code hide
Posted 26 November 2010 - 06:41 AM
are there any free softwares to be used?
what i mean is that i need a PHP obfuscator to hide the php code
what i mean is that i need a PHP obfuscator to hide the php code
#7
Re: php code hide
Posted 26 November 2010 - 06:44 AM
I think you have the wrong idea about how PHP works …
#8
Re: php code hide
Posted 26 November 2010 - 06:47 AM
You're not communicating very well, perhaps because of a language barrier. This may be a case where seeking help in your native language is to your advantage.
#9
Re: php code hide
Posted 26 November 2010 - 02:38 PM
Just Google PHP code obfuscation. What the OP wants to do is take his source code and scramble it so that the client he sells it to has no idea what he wrote. This, however, can still be hacked if someone really wants to.
#10
Re: php code hide
Posted 26 November 2010 - 02:42 PM
personally, I’d never buy an obfuscated script. programmers should have better things to do than obfuscate. (despite that this contradicts any programming paradigm out there)
#11
Re: php code hide
Posted 26 November 2010 - 02:55 PM
@Dormilich - I agree totally. If I am buying a piece of web based software it is almost always guaranteed that it doesn't do all that I want it to. I don't want to have to do any more work than necessary to add my extra functionality to it and have it up and running as needed. Besides, more obfuscators that I have seen are pretty sad when it comes to protecting code as they always have to undo whatever they have done to themselves. You put it in a sandbox and force it to show the code as it does and you will get the full contents back as it tries to run (sure it will rename variables, but that is just an annoyance).
@op - Don't worry about trying to make it harder for someone who has purchased your code to work with it. Make it easy for them to develope addons and everything else they may want to do with it and you are far more likely to have people pleased with your software and willing to purhcase other products you have. After all look at phpBB, IPB, Wordpress, and the list goes on. All of them are widely used and IPB is the only one that costs money - even then though it is easy to modify it to your needs.
@op - Don't worry about trying to make it harder for someone who has purchased your code to work with it. Make it easy for them to develope addons and everything else they may want to do with it and you are far more likely to have people pleased with your software and willing to purhcase other products you have. After all look at phpBB, IPB, Wordpress, and the list goes on. All of them are widely used and IPB is the only one that costs money - even then though it is easy to modify it to your needs.
#12
Re: php code hide
Posted 01 December 2010 - 03:16 AM
Is there any php obfuscator that can be integrated into netbeans or eclipse whereby I can write my code and automatic obfuscation is done.
#14
Re: php code hide
Posted 01 December 2010 - 05:09 AM
Merged into earlier topic on same subject. The answer is probably no, but did you try Google?
#15
Re: php code hide
Posted 01 December 2010 - 08:30 AM
Odds are that if they hired you to write code for them, they're not going to be able to follow what you wrote. That's why they hired you!
If you want to make it harder for them to read it, just remove all indenting and possibly even line breaks. That will discourage most people.
If you want to make it harder for them to read it, just remove all indenting and possibly even line breaks. That will discourage most people.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote







|