Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread elias
Hmm, I believe if were he host there is no PHP support, you can't work it out. unless: http://www.zend.com/zend/products.php#encoder use the encoder, then try to run throught the Zend Optimizer... ""Marian Vasile"" [EMAIL PROTECTED] wrote in message 9a1cr4$5fr$[EMAIL

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Marian Vasile
They have PHP support but I don't think they will want to install any other software... There is no other solution... ? There is no other free encoder on the market ? "Marian Vasile" [EMAIL PROTECTED] wrote in message 9a1cr4$5fr$[EMAIL PROTECTED]">news:9a1cr4$5fr$[EMAIL PROTECTED]... I need a

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Jack Dempsey
as a follow up: there was an e-mail recently from someone discussing this topic...i believe he wanted to write his own compiler/encoder for php...anyone heard anything about this? i agree about the price...i can't spend that much money for a piece of software; yet, i don't want to distribute

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Marian Vasile
I heard about something called php-gtk... Is that a php compiler ? Also I heard that is free because is open source project... Jack Dempsey [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... as a follow up: there was an e-mail recently from someone discussing this

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Jack Dempsey
no...gtk=gimp tool kit...(think graphics =P) http://gtk.php-coder.net/ check out that page...Joe Stump threw it together nicely; it has tons of useful info and links if you're so inclined, but no, nothing to do with compiling php... -jack Marian Vasile wrote: I heard about something called

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Marian Vasile
I can't believe that no one thought on something to compile all those scripts out there... I really can't give a solution based on plain text scripts and in this way php can't be for any use really... Anyone have Zend Encoder Unlimited ? Is there any buyer for this Encoder ? "Marian Vasile"

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Remco B. Brink
"Marian Vasile" [EMAIL PROTECTED] writes: I heard about something called php-gtk... Is that a php compiler ? From the Freshmeat project page: PHP-GTK is a PHP extension that implements language bindings for GTK+. It provides an object-oriented interface to GTK+ classes and functions and

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Jack Dempsey
ok, what exactly do you mean by "php can't be for any use really" better watch that kind of comment on this list ;-) can you not give a solution that's in plain text files because you're worried about people looking at the code, or something like running time, etc... if it's a code issue,

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread rui
i found a way, it's not the best secure thing, and best code obfuscator at all, but it will keep mosta part of the curious nose out of your code, use APC cache, it creates cache files encoded you can then use the encoded files, but you as always need to use they're static object loaded to read

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Marian Vasile
Search what ? I need to know if there is any way to encode the code... that's it... otherwise you have to agree with me that PHP can't be used for comercial solutions. (probably just when it's total trust between partners which is not a very common thing) Right ? Jack Dempsey [EMAIL PROTECTED]

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Remco B. Brink
"Marian Vasile" [EMAIL PROTECTED] writes: I can't believe that no one thought on something to compile all those scripts out there... I really can't give a solution based on plain text scripts and in this way php can't be for any use really... Maybe I am totally missing something here, but

RE: [PHP] Compile .php file is possible ?

2001-03-30 Thread Dominick Vansevenant
: [EMAIL PROTECTED] Subject: Re: [PHP] Compile .php file is possible ? "Marian Vasile" [EMAIL PROTECTED] writes: I can't believe that no one thought on something to compile all those scripts out there... I really can't give a solution based on plain text scripts and in this way

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Jack Dempsey
yes there is. the encoder. that's it. and no, i don't have to agree with you, there are plenty of people on this list alone who have used php for "commercial" applications...and if you're doing something that big and commercial the you should be able to pay the $2400 for the encoder... -jack

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Remco B. Brink
"Marian Vasile" [EMAIL PROTECTED] writes: Search what ? I need to know if there is any way to encode the code... that's it... Run it on a webserver, don't give out access to the code. If you don't want people to see your code, then don't give it away. Start programming in C++ or build Apache

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Marian Vasile
I've seen many people talking about Zend compiler... Where is that Zend compiler ? "Marian Vasile" [EMAIL PROTECTED] wrote in message 9a1cr4$5fr$[EMAIL PROTECTED]">news:9a1cr4$5fr$[EMAIL PROTECTED]... I need a method to compile my php files to give them to a customer. The main problem is that

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Pavel Kalian
Zend Compiler got renamed to Zend Encoder. Pavel - Original Message - From: "Marian Vasile" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 30, 2001 11:19 AM Subject: Re: [PHP] Compile .php file is possible ? I've seen many people talking about Zend compiler

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Marian Vasile
For all who asked why I need this kind of protection: I have a client who wants an web site with registration and everything included, poll, message board, forum etc. The registration system I builded myself. Now the client want's a preview, but he want this preview on his server. The entire

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Jack Dempsey
enter into a legal contract. if he breaks it, sue him. marian, i do understand your issues. I have the same type of problem (or soon will), but until a free encoder is released, we have to make do with what we can...and why does it have to be on his server?if you feel that the person would try

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Christian Reiniger
On Friday 30 March 2001 11:10, you wrote: Search what ? I need to know if there is any way to encode the code... that's it... otherwise you have to agree with me that PHP can't be used for comercial solutions. I do use it for commercial solutions. No problem. And I consider it part of my

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Christian Reiniger
On Friday 30 March 2001 11:24, you wrote: Now the client want's a preview, but he want this preview on his server. The entire solution costs 450 dollars. This price probably is too lower for some of you but I dont' live in US, I live in Romania. (PS: That's why Jack, I can't afford to buy

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Christian Reiniger
On Friday 30 March 2001 10:42, you wrote: can't spend that much money for a piece of software; yet, i don't want to distribute source that could be copied and distributed (well, sometimes that's good ;-), but not if this is a system i've been contracted to design ) Little question: If you've

Re: [PHP] Compile .php file is possible ?

2001-03-30 Thread Yasuo Ohgaki
I found interesting link http://www.deskcode.com/phpcompiler/ PHPCompiler v0.0.2 Beta PHPCompiler is an Overlay Manager i.e. A program that converts your PHP Scripts to Windows EXEcutable files that can be ran on any windows platform which has the necessary runtime DLL's. PHPCompiler works on

[PHP] Compile .php file is possible ?

2001-03-29 Thread Marian Vasile
I need a method to compile my php files to give them to a customer. The main problem is that this customer have an account on a shared hosting service and (I think) he can't install a compiler or something new on that server. Is it possible to encrypt my files ? Plz HELP ASAP Yours, Marian