Ver Mensaje Individual
  #28 (permalink)  
Antiguo 09/08/2007, 16:05
Avatar de Chuty
Chuty
 
Fecha de Ingreso: noviembre-2002
Ubicación: el bar de la esquina
Mensajes: 609
Antigüedad: 22 años
Puntos: 2
Re: Cómo es posible que ZEND ENCODE cueste más de US $500 ?

Hola Anarko
Aqui te dejo un ejemplo de una pequeña pagina pasada por el Zend

Codigo limpio
Código PHP:
<?
phpinfo
();
?>
Pasado por Zend

Código PHP:
<?php @Zend;
4132;
/* 
print <<<EOM
<html><body><a href="http://www.zend.com/store/products/zend-safeguard-suite.php"><img border="0" src="http://www.zend.com/images/store/safeguard_optimizer_img.gif" align="right"></a><center><h1>Zend Optimizer not installed</h1></center><p>This file was encoded by the <a href="http://www.zend.com/store/products/zend-safeguard-suite.php">ZendGuard</a>. In order to run it, please install the freely available <a href="http://www.zend.com/store/products/zend-optimizer.php">Zend Optimizer</a>, version 3.0.0 or later.</p><h2>Seeing this instead of the website you expected?</h2>This means this webserver was not installed or configured correctly. In order to view this website properly, please contact the website's system administrator/webmaster with the following message:<br><br><tt>The component Zend Optimizer is not installed on the Web Server and therefore cannot service encoded files. Please download and install on the Web Server the freely available Zend Optimizer.</tt><br><br>Zend Technologies can not help with resolving issues related to this message appearing on websites not belonging to <a href="http://www.zend.com">Zend Technologies</a>.<h2>What is the Zend Optimizer?</h2><p>The Zend Optimizer is one of the most popular PHP plugins for performance-improvement, and has been freely available since the early days of PHP 4.  It improves performance by taking PHP's intermediate code through multiple Optimization Passes, which replaces inefficient code patterns with efficient code blocks. The replaced code blocks perform the exact same operations as the original code, only faster.</p><p>In addition to improving performance, the Zend Optimizer also enables PHP to transparently load files encoded by the ZendGuard.</p><p>The Zend Optimizer is a free product available for download from <a href="http://www.zend.com">Zend Technologies</a>.  Zend Technologies developed the PHP scripting engine, also known as the <a href="http://www.zend.com/store/products/zend-engine.php">Zend Engine</a>.</p></body></html>
EOM;
exit();
__halt_compiler();
?>

2006022801
Ÿ2 Å°s~QF~n¢Bp<‘Cr

Aun asi no se te entiende mucho lo que pides
Por ejemplo palabras magicas a que llamas al valor de la variable o al nombre de la misma
Generalmente nunca utiliza los nombres de las variables que sean especificas a algo .
Por favor se mas explicito y pon algo de tu codigo para que se nos aclare a nosotros tu problema

saludos