Re: [PHP] copy protection

2002-05-07 Thread Udo Giacomozzi

[EMAIL PROTECTED] (Chris) wrote in
[EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: 

> I found this on the web one day, though I've never used it or played
> around with it.  It does make the code a pain to read though if it
> does anything close to the sample on the page.  Plus, its free.
> 
> http://pobs.mywalhalla.net
> 

Thanks for the link!

Udo

Posted by ELKNews 1.0.4-B
Empower your News Reader! http://www.atozedsoftware.com

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




Re: [PHP] copy protection

2002-05-07 Thread Chris

I found this on the web one day, though I've never used it or played around 
with it.  It does make the code a pain to read though if it does anything 
close to the sample on the page.  Plus, its free.

http://pobs.mywalhalla.net

-Chris

At 01:35 PM 5/7/2002 +, Udo Giacomozzi wrote:
>Hi!
>
>Has somebody thought of adding some sort of copy protection to a PHP
>project? I guess it would be difficult to accomplish.
>
>Say you have some PHP scripts for mantaining a web site. You don't want the
>ISP simply copies the scripts for each web site he wishes to use it for but
>buys a valid license for each copy.
>
>A solution would be a license key that guarantees the scripts are being
>used only on a specific web site / domain name the license has been buyed
>for.
>
>One problem is that PHP is source code, it isn't stored in compiled form,
>and a copy protection could be easily located and removed I think. Ok,
>there is Zend encoder but it is very expensive in my opinion.
>
>Are there any tools, articles? Did ever have anyone this problem?
>
>Udo


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




RE: [PHP] copy protection

2002-05-07 Thread Matt Schroebel

Look at the Zend Encoder.  It's not free, but there is a free trial available.
http://www.zend.com/store/products/zend-encoder.php

> -Original Message-
> From: Udo Giacomozzi [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, May 07, 2002 9:36 AM
> Subject: [PHP] copy protection

> Has somebody thought of adding some sort of copy protection to a PHP 
> project? I guess it would be difficult to accomplish.

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