|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Application developers can seamlessly integrate the Advantage Database install with their application install. Learn the best practices used when setting up silent installs with this seminar. |
|
#1
|
|||
|
|||
|
protecting code in PHP
Subject: Protecting Code in PHP
hi all, how to protect my code in PHP? i put my code in public domain and i don't want to anybody to open the code ...it's on Linux any a person who got right only can open..but i don't even want to take that takes place. i know there are so many encoders available i can encode the code with that....but i want to know whether any mechanism is available with PHP itself so taht it can decode the encoded code by itself... pls help me.. thanx in advance ckb |
|
#2
|
||||
|
||||
|
Moved to Development Software from PHP forum.
__________________
Give a person code, and they'll hack for a day; Teach them how to code, and they'll hack forever. Analyze twice; hack once. The world's first existential ITIL question: If a change is released into production without a ticket to track it, was it actually released? About DrGroove: ITIL-Certified IT Process Engineer - Enterprise Application Architect - Freelance IT Journalist - Devshed Moderator - Funk Bassist Extraordinaire |
|
#4
|
|||
|
|||
|
reply
but how to decode the code script which is encoded by zend encoder...??? is there any way other than zend encoder which is along with php itself/.....pls help
|
|
#5
|
||||
|
||||
|
The file would be readable by other Zend products, such as the Encoder or the Studio. The .php file (encrypted) would still run under the normal PHP engine (actually, it would see a 30 to 40% increase in speed!).
|
|
#6
|
||||
|
||||
|
Quote:
Thats not true Dr Groove, you need Zend Optimizer to run encoded files, http://www.zend.com/store/products/zend-optimizer.php |
|
#7
|
||||
|
||||
|
Quote:
True, but the add-on is free... I guess I should have just said 'it won't cost users anything to run encoded PHP files'. My bad. |
| Viewing: Dev Shed Forums > Web Site Management > Development Software > protecting code in PHP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|