Re: [PHP] Storing compiled code on the server

2007-02-23 Thread Richard Lynch
On Wed, February 21, 2007 8:52 am, Brian Dunning wrote:
 I have a few scripts that I want to protect from the prying eyes of
 even people with root access to my server. The best suggestion I've
 heard is to store only the compiled version on the server itself. I
 have no idea how to do this or how those scripts would be called. Can
 anyone point me to a good starting place?

There are products/projects such as that Prioblender (?) thing, and
Zend has one which was once called Zend Encoder but got re-named by
Marketing to, maybe, Zend Guard (?).

Basically, if somebody has root access, though, them having access to
your PHP script should be awfully low on the worry list... :-)

Assuming this is somebody you actually WANT to have root on your box,
then a good clear contract with them regarding the use of the source
is probably more important than trying to obfuscate it.

Any determined individual can reverse-engineer it no matter how you
obfuscate it, so you need that contract anyway.

Once you have the clear contract, whether they just steal it as
source, or reverse engineer it, you are in the same boat.  So you're
only keeping the honest people honest with an ill-designed lock to add
the obfuscation.

-- 
Some people have a gift link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Storing compiled code on the server

2007-02-21 Thread Brian Dunning
I have a few scripts that I want to protect from the prying eyes of  
even people with root access to my server. The best suggestion I've  
heard is to store only the compiled version on the server itself. I  
have no idea how to do this or how those scripts would be called. Can  
anyone point me to a good starting place?


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Storing compiled code on the server

2007-02-21 Thread Németh Zoltán
2007. 02. 21, szerda keltezéssel 06.52-kor Brian Dunning ezt írta:
 I have a few scripts that I want to protect from the prying eyes of  
 even people with root access to my server. The best suggestion I've  
 heard is to store only the compiled version on the server itself. I  
 have no idea how to do this or how those scripts would be called. Can  
 anyone point me to a good starting place?
 

google for php compile, the second result is a commercial software
doing something like this

greets
Zoltán Németh

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Storing compiled code on the server

2007-02-21 Thread Edward Kay
 I have a few scripts that I want to protect from the prying eyes of
 even people with root access to my server. The best suggestion I've
 heard is to store only the compiled version on the server itself. I
 have no idea how to do this or how those scripts would be called. Can
 anyone point me to a good starting place?


http://www.ioncube.com/

http://www.zend.com/products/zend_guard

I believe IonCube have an online facility where you can upload your script
and get a compiled version back for a few pence per file. Never used it
myself though.

Edward

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Storing compiled code on the server

2007-02-21 Thread Andrei Verovski (aka MacGuru)
On Wednesday 21 February 2007 16:52:40 Brian Dunning wrote:
 I have a few scripts that I want to protect from the prying eyes of
 even people with root access to my server. The best suggestion I've
 heard is to store only the compiled version on the server itself. I
 have no idea how to do this or how those scripts would be called. Can
 anyone point me to a good starting place?

Just use PHP Accelerator (formely Turck MM Cache). Search for it on 
sourceforge.net

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Storing compiled code on the server

2007-02-21 Thread Jürgen Wind



Andrei Verovski (aka MacGuru) wrote:
 
 On Wednesday 21 February 2007 16:52:40 Brian Dunning wrote:
 I have a few scripts that I want to protect from the prying eyes of
 even people with root access to my server. The best suggestion I've
 heard is to store only the compiled version on the server itself. I
 have no idea how to do this or how those scripts would be called. Can
 anyone point me to a good starting place?
 
 Just use PHP Accelerator (formely Turck MM Cache). Search for it on 
 sourceforge.net
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 
 
maybe you mean http://eaccelerator.net/ ?
-- 
View this message in context: 
http://www.nabble.com/Storing-compiled-code-on-the-server-tf3267158.html#a9089013
Sent from the PHP - General mailing list archive at Nabble.com.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php