请人帮忙zend解密工具两个PHP文件

&好评度 19
&如果你如果您觉得此软件好,请
&如果你如果您觉得此软件差,请
&&本地下载地址:
&『 点击下面的地址下载 』
&&软件介绍:
zend studio 10.1.0 破解文件能够轻松的帮助用户成功激活zend studio 10软件,并附带了相应的注册码,以及注册机,希望对网友们有帮助。使用方法:1、下载解压,得到3个文件,一个破解文件,一个注册机,一个注册码文件;2、将文件“com.zend.php.core_10.1.0..jar”复制到plugins目录下即可成功破解;3、如果不行,请用“sn.txt”中的注册码自行注册。zend studio简介:zend studio是一个屡获大奖的专业PHP集成开发环境,具备功能强大的专业编辑工具和调试工具,包括了PHP所有必须的开发部件,通过一整套编辑、调试、分析、优化和数据库工具,Zend Studio加速开发周期,并简化复杂的应用方案。
&&相关软件:
我喜欢这个软件 我不喜欢这个软件
编程开发小类
visualfoxpro是微软公司开发的一套可视化的桌面关系型数据库开发软件,其版
VisualC++是microsoft公司开发的一个重要的面向对象的(oop)可视化开发工具,
EmEditorPro是一款简单好用的文本编辑器,支持多种配置,自定义颜色、字体、
NSIS是“Nullsoft脚本安装系统”(NullsoftScriptableInstallationSystem)的
Delphi是著名的Borland(现在已和Inprise合并)公司开发的一个Windows应用程
软件下载排行
软件详细资料已被复制到粘贴板,直接粘贴既可。
 |  |  |  |  | 
版权所有 Copyright &查看: 2574|回复: 18
【请教】谁知道PHP加密方面的事情?(Zend Guard Loader)
本帖最后由 不懂 于
13:12 编辑
安装Zend Guard Loader,不成功,没有报错信息
不知道是不是PHP版本的原因,厂家推荐使用 PHP5.3.X版本
【安装环境介绍】
操作系统:【Windows_2003_Enterprise_Edition_R2_CH_x86】
软件环境: WampServer 2.4
所包含的诸组件的版本:
Apache 2.4.4
MySQL 5.6.12
PHP 5.4.16
PHPMyAdmin 4.0.4
sqlBuddy 1.3.3
XDebug 2.2.3
【检验】ZendGuardLoader是否安装成功
编写phpinfo.php网页&&
phpinfo();
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.3.0, Copyright (c)
Zend Technologies
with eAccelerator v0.9.6.1, Copyright (c)
eAccelerator, by eAccelerator
with Zend Guard Loader v3.3, Copyright (c) , by Zend Technologies
有最后一行字,代表安装成功了。
结果没成功&&&&&&
请看phpinfo.php的截图, &&&&& &&&&&
本帖最后由 不懂 于
13:51 编辑
Zend Guard,大家常用的PHP代码加密工具。
Zend Optimizer(ZO),对应的解密工具
Zend Guard Loader(ZGL)&&是 Zend Optimizer的代替品
Zend Guard Loader只能安装在PHP5.3.x及以上的版本里,Zend Optimizer只能安装在PHP5.2.x及以下的版本中。
由于PHP 的版本(5.4.16)的原因,PHP 5.4.x 对应的是Zend Guard Loader
PHP 5.3.x 及以上版本,使用Zend Guard Loader
PHP 5.2.x 及以下版本,使用Zend Optimizer
Zend Guard 5.0.1 版本编译后的代码,只能在Zend Optimizer (版本3.3.3) 下运行。
Zend Guard 5.5.0 版本编译后的代码,只能在Zend Guard Loader (版本5.5.0)下运行。
Zend Guard 和Zend Guard Loader的下载链接:/en/products/guard/downloads
首先楼主你要先确定PHP是NTS版本。
本帖最后由 不懂 于
12:21 编辑
首先楼主你要先确定PHP是NTS版本。
有道理,我刚才确认了一下,Wamp自带的PHP是 TS(线程安全)版,这是问题的关键点吗?
有道理,我刚才确认了一下,Wamp自带的PHP是 TS(线程安全)版,这是问题的关键点吗?
Zend Guard Loader不支持TS版本,只支持NTS版本。
本帖最后由 不懂 于
13:32 编辑
Zend Guard Loader不支持TS版本,只支持NTS版本。
谢谢,干脆一并搞清楚【TS and NTS】、【IIS、Apache和Nginx】、和【VC6、VC9和VC11】,也方便后面的坛友,呵呵 &&&&
1. Apache 只能支持TS版本吗?
2. “Zend Guard Loader不支持TS版本,只支持NTS版本”,有官方的说明链接吗?(以方便后面的“研究僧”,呵呵 )
2. 如果上面没错,就是说Wamp 2.4集成环境,不支持Zend Guard Loader,对吗?
2. Zend Optimizer也一样吗,也不支持TS版本?
PHP For Windows:http://windows.php.net/
官方解释如下:
If you are using PHP as FastCGI with IIS you should use the Non-Thread Safe (NTS) versions of PHP.
Please use the Apache builds provided byApache Lounge. They also provide VC11 builds of Apache for x86 and x64. We use their binaries to build the Apache SAPIs.
If you are using PHP with Apache 1 or Apache2 from apache.org (not recommended) you need to use the older VC6 versions of PHP compiled with the legacy Visual Studio 6 compiler. Do NOTuse VC9+ versions of PHP with the apache.org binaries.
With Apache you have to use the Thread Safe (TS) versions of PHP.
VC9 and VC11
More recent versions of PHP are built with VC9 or VC11 (Visual Studio 2008 and 2012 compiler respectively) and include improvements in performance and stability.
The VC9 builds require you to have theVisual C++ Redistributable for Visual Studio 2008 SP1 x86 or x64 installed.
The VC11 builds require to have the Visual C++ Redistributable for Visual Studio 2012x86 or x64 installed.
TS and NTS
TS refers to multithread capable builds.NTS refers to single thread only builds. Use case for TS binaries involves interaction with a multithreaded SAPI and PHP loaded as a module into a web server. For NTSbinaries the widespread use case is interaction with a web server through the FastCGI protocol, utilizing no multithreading (but also for example CLI).
php.ini有个选项 开了才是真正开启ZendGuard
zend_loader.enable = 1
zend_loader.disable_licensing = 0
zend_loader.obfuscation_level_support = 3
具体TS和NTS没太在意 从来不用Win跑PHP
本帖最后由 不懂 于
13:28 编辑
php.ini有个选项 开了才是真正开启ZendGuard
zend_loader.enable = 1
zend_loader.disable_licensing = 0
碰到大神了,真幸福,呵呵
请帮忙看看,这个配置有没有问题,包括注明的问题哦,谢谢啦
[Zend.loader]
zend_extension=
&D:\wamp\bin\php\php5.4.16\ext\ZendLoader.dll&
zend_loader.enable=1& && && && && && && && && && && && && && &//启用加载编码脚本。默认开启 ,【默认为1】
zend_loader.disable_licensing=1& && && && && && && && &&&//是否检查授权,【0为禁止,1为允许】
zend_loader.obfuscation_level_support=3& && && &&&//配置混淆水平,这里不懂?
zend_loader.license_path=& && && && && && && && && && && & //寻找授权文件的路径,这里怎么填,是必选项吗?
干脆说清楚,方便后面的坛友看,呵呵,&&& &&&
以上是PHP目录下的 php.ini 文件
文件路径:D:\wamp\bin\php\php5.4.16 目录下的php.ini 文件
软件环境:& &Wamp 2.4
安装目录 :&&D:\wamp
网页文件存放位置:D:\wamp\www\
坛友的到访,默默的支持,哦也
Powered by如何破解Zend及ionCube加密的php文件 | 韦鲲鹏
我在·广西·柳州
如果你喜欢本站或这篇文章,请点赞,给我一点鼓励。}

我要回帖

更多关于 zend解密软件 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信