Re: hide php code
From: Nel (nelly_at_ne14.co.NOSPAMuk)
Date: 09/22/04
- Next message: Tony Marston: "Re: How to get the document root (public html folder)?"
- Previous message: Tony Marston: "Re: Opinions? Is it _GOOD_ that foreach() throws warning when given undef var?"
- In reply to: Ira Baxter: "Re: hide php code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 22 Sep 2004 09:55:01 +0100
"Ira Baxter" <idbaxter@semdesigns.com> wrote in message
news:cihrev0snr@enews1.newsguy.com...
>
> "karolina" <rallykarro@hotmail.com> wrote in message
> news:c8a98246.0409151039.6d09a01c@posting.google.com...
> > Hi,
> >
> > I have a webserver which some user have their own accounts on. I want
> > to provide the users with some public classes which they may use use
> > when they are making there own php code placed in their own
> > directories.
> >
> > I want the code to be accessable via an interface (like h-files in c)
> > but I do not want my code to be viewable to the users which are using
> > my classes. Very much like a library or something.
> > How do I make php code which are hidden but are free to use by my
> > users with a defined interface against my classes?
>
> Your source code needs to be processable by the PHP compiler.
> But, you don't want your code-users to "see" it.
> This is an unsolvable problem when stated this way.
>
> What you can do is to obfuscate the source code you want them
> to use. This enables them (and the compiler) to see the public interface,
> and to "see" the class bodies, but if the class bodies
> are sufficiently obfuscated, it won't do them much good
> to see it.
>
see http://www.zend.com/store/products/zend-safeguard-suite.php
It's not cheap, but it's very good.
Nel.
- Next message: Tony Marston: "Re: How to get the document root (public html folder)?"
- Previous message: Tony Marston: "Re: Opinions? Is it _GOOD_ that foreach() throws warning when given undef var?"
- In reply to: Ira Baxter: "Re: hide php code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|