The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Web Site Management
> Development Software
|
protecting code in PHP
Discuss protecting code in PHP in the Development Software forum on Dev Shed. protecting code in PHP Development Software forum discussing tools designed to make managing your website easier, including statistical, tracking, ecommerce, and content management solutions.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

September 2nd, 2003, 12:17 AM
|
|
Contributing User
|
|
Join Date: Feb 2003
Posts: 60
Time spent in forums: < 1 sec
Reputation Power: 11
|
|
|
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
|

September 2nd, 2003, 12:44 AM
|
 |
Moderator Emeritus
|
|
Join Date: Feb 2002
Location: Scottsdale, AZ
|
|
|
Moved to Development Software from PHP forum.
|

September 2nd, 2003, 12:45 AM
|
 |
Moderator Emeritus
|
|
Join Date: Feb 2002
Location: Scottsdale, AZ
|
|
The Zend Encoder is what you're looking for.
|

September 2nd, 2003, 01:07 AM
|
|
Contributing User
|
|
Join Date: Feb 2003
Posts: 60
Time spent in forums: < 1 sec
Reputation Power: 11
|
|
|
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
|

September 9th, 2003, 10:26 AM
|
 |
Moderator Emeritus
|
|
Join Date: Feb 2002
Location: Scottsdale, AZ
|
|
|
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!).
|

September 23rd, 2003, 07:18 AM
|
 |
Second highest poster :p
|
|
|
|
Quote: Originally posted by drgroove
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!). |
Thats not true Dr Groove, you need Zend Optimizer to run encoded files, http://www.zend.com/store/products/zend-optimizer.php
|

September 23rd, 2003, 08:31 AM
|
 |
Moderator Emeritus
|
|
Join Date: Feb 2002
Location: Scottsdale, AZ
|
|
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.
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|