Results 1 to 4 of 4

Thread: files encrypted?

  1. #1
    Join Date
    Jul 2007
    Posts
    13

    Default files encrypted?

    are all of these files encrypted so that we can not edit them? can somebody help me understand why all my files look like this?

    <?php @Zend;
    4147;
    /* ñ!This is not a text file!ÞÃ* */
    print <<<EOM
    <html><body><center><h1>Zend Optimizer not installed</h1></center>

    This file was encoded by the Zend Guard. In order to run it, please install the Zend Optimizer (available without charge), version 3.0.0 or later. </p><h2>Seeing this message instead of the website you expected?</h2>This means that this webserver is not configured correctly. In order to view this website properly, please contact the website's system administrator/webmaster with the following message:

    <tt>The component "Zend Optimizer" is not installed on the Web Server and therefore cannot service encoded files. Please download and install the Zend Optimizer (available without charge) on the Web Server.</tt>

    Note: Zend Technologies cannot resolve issues related to this message appearing on websites not belonging to Zend Technologies. <h2>What is the Zend Optimizer?</h2>

    The Zend Optimizer is one of the most popular PHP plugins for performance-improvement, and has been available without charge, since the early days of PHP 4. It improves performance by scanning PHP's intermediate code and passing it through multiple Optimization Passes to replace inefficient code patterns with more efficient code blocks. The replaced code blocks perform exactly the same operations as the original code, only faster. </p>

    In addition to improving performance, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Guard. </p>

    The Zend Optimizer is a free product available for download from Zend Technologies. Zend Technologies also developed the PHP scripting engine, known as the Zend Engine.</p></body></html>
    EOM;

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    Script is encoded with Zend. If you upload in binary mode, it will work.

  3. #3
    Join Date
    Jul 2007
    Posts
    13

    Default ok

    The site works, but when i want to edit any PHP files, I cannot because they are all incrypted...

  4. #4

    Default

    You should be able to completely customize your site by editing the template files located in the /template/ folder.

    The only the source code is protected and can't be edited.

Similar Threads

  1. YouTube Clone Files are Encrypted - Help
    By slhawk98 in forum Installation Support
    Replies: 3
    Last Post: 10-30-2007, 11:29 AM
  2. Replies: 3
    Last Post: 10-04-2007, 10:30 AM
  3. Encrypted Code...how to get around it?
    By salesdude23 in forum Template Modifications
    Replies: 10
    Last Post: 08-10-2007, 03:50 PM
  4. Can I use .mov files
    By mediageek in forum Installation Support
    Replies: 15
    Last Post: 08-05-2007, 04:50 PM
  5. Files encrypted ? wtf?
    By donkon in forum Installation Support
    Replies: 15
    Last Post: 07-05-2007, 07:26 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •