经Zend编译后含有二进制数据,所以给你经base64编码的数据。请自行解码后保存到文件
WmVuZAALMjAwMDExMjAwMQACMQAEMTE5AAQyNDEAePkKnzIMA8VwSGpirkK+i0tmSCUikQNr+5TS3NxKvcSUlCJopc0Aat2C0wMsM0Ej2RAlpFMhpb8TqpQlQ+SRV7lXDqWcuMoBCTpQFmAyguYAA1QjoHqZwCo0OGDNf0RYG0LrGDuYLSipzhDqTWhYGSAQAElrHmU=源程序
<?php
echo date("Y年m月d日");
?>

解决方案 »

  1.   

    另外我的文件上有
    <?php @Zend;
    3222;
    print "<html><body>\n";
    print "<a href=\"http://www.zend.com/store/products/zend-safeguard-suite.php\"><img border=\"0\" src=\"http://www.zend.com/images/store/safeguard_icon_nover_64.jpg\" align=\"right\"></a>\n";
    print "<center><h1>Zend Optimizer not installed</h1></center>";
    print "<p>This file was encoded by the <a href=\"http://www.zend.com/store/products/zend-encoder.php\">Zend Encoder</a> / <a href=\"http://www.zend.com/store/products/zend-safeguard-suite.php\">Zend SafeGuard Suite</a></p>\n";
    print "<p>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 2.1.0 or later.</p>\n";
    print "<h2>What is the Zend Optimizer?</h2>
    ";
    print <<<EOM
    <p>The Zend Optimizer is one of the most popular PHP plugins for performance-improvent, 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 replace inefficient code patterns with efficient code blocks.  The replacement code blocks perform exactly the same operations as the original code, only faster.</p>
    <p>In addition to performance-improvement, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Encoder or Zend SafeGuard Suite.</p>
    <p>The Zend Optimizer is a freely-available product from <a href="http://www.zend.com">Zend Technologies</a>.  Zend Technologies is the company that develops the scripting engine of PHP, also known as the <a href="http://www.zend.com/store/products/zend-engine.php">Zend Engine</a>.</p>
    EOM;
    print "</body></html>\n";
    exit(1);
    ?>是不是我的是试用板啊????
      

  2.   

    我的是:[email protected]
    [email protected]谢谢兄弟,收到立即给分!!!
    谢谢!
      

  3.   

    Zend Optimizer not installed
    This file was encoded by the Zend Encoder / Zend SafeGuard SuiteIn order to run it, please install the freely available Zend Optimizer, version 2.1.0 or later.What is the Zend Optimizer?
    The Zend Optimizer is one of the most popular PHP plugins for performance-improvent, 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 replace inefficient code patterns with efficient code blocks. The replacement code blocks perform exactly the same operations as the original code, only faster.In addition to performance-improvement, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Encoder or Zend SafeGuard Suite.The Zend Optimizer is a freely-available product from Zend Technologies. Zend Technologies is the company that develops the scripting engine of PHP, also known as the Zend Engine.自己看