qqlove 发表于 2010-10-24 13:21:50

安装LNMP后,ZEND加密的程序显示为空白

可以正常打开html页面,也可以打开p.php探针,但打开用ZEND加密的程序建设的网站时,一片空白,请问是什么问题呢?
安装了两次还是有这个问题~~

麻烦知怎要解决的,给个答复,谢谢。

qqlove 发表于 2010-10-24 13:23:49

对了,补充下,安装的是最新的0.5版本

bujinshuo 发表于 2010-10-24 16:51:59

ZEND没编译吧
把你的phpinfo发上来大家看看

licess 发表于 2010-10-25 11:45:07

发phpinfo的信息看看

j_yf 发表于 2010-12-29 11:25:16

这是我的PHPinfo()

1这是我的PHPinfo(),我的也是不能运行,我安装的dz论坛就行(DZ论坛用的是伪静态的)

j_yf 发表于 2010-12-29 13:11:59

http://219.150.117.20/p.php
探针地址

j_yf 发表于 2010-12-29 19:43:28

我把PHP文件解密后现在出现这个
Zend Optimizer not installed
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.

Seeing this message instead of the website you expected?
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:

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.

Note: Zend Technologies cannot resolve issues related to this message appearing on websites not belonging to Zend Technologies.
What is the Zend Optimizer?
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.

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

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.

j_yf 发表于 2010-12-30 10:02:23

0.5安装包可能没装ZendEncoder这个解码器,有谁知道怎么安装吗?

0.5安装包可能没装ZendEncoder这个解码器,有谁知道怎么安装吗?

zuozhuan 发表于 2011-12-8 12:20:28

:Q还是一个遗留问题

kuhanzhu 发表于 2011-12-9 09:54:57

虚心请教。
网上搜索到这个问题的并不多。
我是自己编译安装的,采用php 5.3.8+Zend Guard Loader+eAccelerator,PHPinfo信息显示如下:
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies
    with eAccelerator v0.9.6.1, Copyright (c) 2004-2010 eAccelerator, by eAccelerator

说明成功了。运行php文件也没什么事。
然而,当我用zend guard 5.5加密了文件php5.3之后,访问页面就会出现:

The page you are looking for is temporarily unavailable.
Please try again later.

无解。


zend_loader.enable=1
zend_loader.disable_licensing=0
zend_loader.obfuscation_level_support=3
zend_loader.license_path=
zend_extension=/usr/local/webroot/php/lib/php/extensions/ZendGuardLoader.so

zend_extension="/usr/local/webroot/php/lib/php/extensions/no-debug-non-zts-20090626/eaccelerator.so"
eaccelerator.shm_size="16"
eaccelerator.cache_dir="/var/www/cache"
eaccelerator.enable="1"
eaccelerator.optimizer="1"
eaccelerator.check_mtime="1"
eaccelerator.debug="0"
eaccelerator.filter=""
eaccelerator.shm_max="0"
eaccelerator.shm_ttl="0"
eaccelerator.shm_prune_period="0"
eaccelerator.shm_only="0"
eaccelerator.allowed_admin_path="/var/www/control.php"

一开始以为是权限问题,但在虚拟机上把能给的都给了还是不行(服务器上也一样出这个问题)。去掉eaccelerator,就正常。这个冲突不知道要在哪修改解决。

[ 本帖最后由 kuhanzhu 于 2011-12-9 09:58 编辑 ]

licess 发表于 2011-12-9 17:49:10

回复 10# 的帖子

https://bbs.vpser.net/thread-1144-1-1.html
页: [1]
查看完整版本: 安装LNMP后,ZEND加密的程序显示为空白