Welcome![Sign In][Sign Up]
Location:
Search - Php c

Search list

[Develop Toolsphp dezender批量反编译php加密文件的工具

Description:

需求:
1、操作系统:Windows 2000/XP,内存越大越好,推荐1G以上。

2、安装php5,假定安装在c:\php5,复制c:\php5下所有文件到c:\php-de文件夹。

3、安装ZendOptimizer-3.3.0,假定安装在C:\Program Files\Zend\ZendOptimizer-3.3.0。

4、解压dezend.rar包到c:\php-de文件夹,覆盖里面的php.exe和php5ts.dll文件,还有两个文件config.ini(混淆函数

列表)、PhpVars.reg(环境变量配置)和decode_all.bat(批量dezend)下面要用到。

5、修改c:\php-de文件夹下的php.ini文件,增加下面一个节:

[Zend]
zend_extension_manager.optimizer_ts="C:\Program Files\Zend\ZendOptimizer-3.3.0\lib\Optimizer-3.3.0"
zend_extension_ts="C:\Program Files\Zend\ZendOptimizer-3.3.0\lib\ZendExtensionManager.dll"

修改内存限制
memory_limit = 128M

6、修改PhpVars.reg文件,将对应的行修改为:
"PHP_DECODE_INI"="c:\\php-de"
"PHP_DECODE_PATH"="c:\\php-de\\decode"
然后双击该文件,导入注册表。

7、复制要dezend的文件夹到c:\php-de目录下,假定是c:\php-de\dezend。运行cmd,执行
cd c:\php-de
decode_all zend

8、耐心的等一段时间,dezend好的文件就在c:\\php-de\\decode文件夹了。

提示:
可以修改decode_all里面的*.php *.inc,添加其他扩展名的php文件。


Platform: | Size: 1127705 | Author: dssz.net | Hits:

[Web ServerPHP核心编程_随书光盘

Description: 本光盘是《PHP 核心编程》一书的配套光盘,包括完整的PHP功能实现、代码库,以及Apache和Xitam Web服务器。 《PHP 核心编程》一书为有经验的Web工作者编写的有关PHP 3.0的完整而实用的指南。书中介绍PHP如何从Java、Perl和C中吸取最好的理念,到如何利用PHP编程创建出丰富、生动的Web站点。 全书内容共分4部分。第1部分讲述PHP脚本语言概念,及如何控制执行、如何处理数据;第2部分函数参考,按功能排序并给出各函数的实用例子;第3部分讲述如何解决常见的编程问题,如排序和图表生成;第4部分给出如何用PHP创建整个Web站点的建议。 本书提供的CD—ROM包括完整的PHP功能实现、代码库,以及Apache和Xitam Web服务器。-CD is the "core PHP Programming," a book supporting the CD, including the integrity of the PHP Function, code base, and the Apache Web server and Xitam. "PHP core programming," a book for the Web experience of the workers preparing the integrity of PHP 3.0 and practical Guide. The book on how PHP from Java, Perl and C to draw the best ideas, how to use PHP programming to create rich, lively Web site. Contents of the book is divided into four parts. Part 1 on the PHP scripting language concepts, and how to control the implementation, how to handle data; Part 2 of the function reference, according to the function of the sequence and function is a practical example; Part 3 on how to solve common programming problems, if the sequencing and chart generation; Part 4 is how to
Platform: | Size: 14599647 | Author: 刘毅然 | Hits:

[Search Enginephpbaidump3

Description: 综合搜索引擎php, 综合搜索引擎php-comprehensive search engine php, c omprehensive search engine php
Platform: | Size: 285806 | Author: 周清 | Hits:

[Internet-NetworkPHP中文手册最新版(5月份)

Description: PHP,即“PHP: Hypertext Preprocessor”,是一种广泛用于 Open Source(开放源代码)的尤其适合 Web 开发并可以嵌入 HTML 的多用途脚本语言。它的语法接近 C,Java 和 Perl,而且容易学习。该语言的主要目标是让 Web 开发人员快速的书写动态生成的网页,然而,PHP 的功能并不局限于此。
Platform: | Size: 4664047 | Author: 45445@554.cc | Hits:

[SourceCodePHP调用C# COM+

Description: C#写的提取WORD、EXCEL、PDF等文件文本COM+,PHP调用简单,NameTest("d:\\协同办公系统用户手册.doc"); echo $msg; ?>
Platform: | Size: 103309 | Author: zwp20002 | Hits:

[Windows DevelopC语言计算器

Description: 编辑器,源代码 一个简单的计算器 E统天下--织网梦 ...背景不同。Java是基于C++、面向计算机程序 设计...代替。 (2)JavaScript 源代码无须编译 嵌入HTML...则与之不同。Java的源代码必须进行编译,成为 存在...中的一部分,以一般的文本编辑器就可以连同HTML一... www.51foru.com/index008jsjc.htm 19K 2003-12-10 - 百度快照 C Java PHP Perl Python的程序代码美化工具使用 ...php) 一个速度很快的C/C++/Java源代码美化工具。 astyle比indent好在 有很多成套的的风格定义:ansi ...SLICKEDIT这种大型商业文本编辑器等。 解决:对于...==>网页选项==>HTML源代码选单里选择“使用下面... www.chedong.com/tech/indent_tools.html 14K 2005-3-3 - 百度快照 Jedit for Linux Source Code 源代码--eNet软件-editor, source code for a simple calculator E EC world-- Netting dream ... different backgrounds. Java is based on the C-oriented computer programs designed to replace .... (2) do not have JavaScript compiler source code embedded in HTML ... is different. Java source code to be compiled, as exists ... a part of, in general text editor with HTML can be a ... www.51foru.com/index008jsjc.htm 19K 2003-12-10- Baidu snapshot C Java PHP Perl Python the code landscaping tools ... php), a fast C/C/Java source code for landscaping tools. Astyle than indent Fortunately, there are many sets of the style definition : ansi ... SLICKEDIT such a large-scale commercial, such as text editors. Solution : ...== gt; Website options == gt; HTML source code menu you select "Use the following ... www.c
Platform: | Size: 45056 | Author: 王健 | Hits:

[Web ServerPHP核心编程_随书光盘

Description: 本光盘是《PHP 核心编程》一书的配套光盘,包括完整的PHP功能实现、代码库,以及Apache和Xitam Web服务器。 《PHP 核心编程》一书为有经验的Web工作者编写的有关PHP 3.0的完整而实用的指南。书中介绍PHP如何从Java、Perl和C中吸取最好的理念,到如何利用PHP编程创建出丰富、生动的Web站点。 全书内容共分4部分。第1部分讲述PHP脚本语言概念,及如何控制执行、如何处理数据;第2部分函数参考,按功能排序并给出各函数的实用例子;第3部分讲述如何解决常见的编程问题,如排序和图表生成;第4部分给出如何用PHP创建整个Web站点的建议。 本书提供的CD—ROM包括完整的PHP功能实现、代码库,以及Apache和Xitam Web服务器。-CD is the "core PHP Programming," a book supporting the CD, including the integrity of the PHP Function, code base, and the Apache Web server and Xitam. "PHP core programming," a book for the Web experience of the workers preparing the integrity of PHP 3.0 and practical Guide. The book on how PHP from Java, Perl and C to draw the best ideas, how to use PHP programming to create rich, lively Web site. Contents of the book is divided into four parts. Part 1 on the PHP scripting language concepts, and how to control the implementation, how to handle data; Part 2 of the function reference, according to the function of the sequence and function is a practical example; Part 3 on how to solve common programming problems, if the sequencing and chart generation; Part 4 is how to
Platform: | Size: 14599168 | Author: 刘毅然 | Hits:

[Search Enginephpbaidump3

Description: 综合搜索引擎php, 综合搜索引擎php-comprehensive search engine php, c omprehensive search engine php
Platform: | Size: 285696 | Author: 周清 | Hits:

[Otherphp-xin

Description: php新手上路中文教程,仅供大家学习,我认为还可以-php Chinese Getting Started Guide, we only learn, I think I can
Platform: | Size: 346112 | Author: lzj | Hits:

[WEB CodePHP-MAC

Description: 这样获取客户端的网卡MAC的! 经测试,本方法可获取一个或一个MAC信息 1、从index.htm中直接下载运行goMac.bat 2、goMac.bat调用ipconfig获取MAC,并把MAC信息保存生成c:\addmac.htm 3、goMac.bat运行c:\addmac.htm 4、c:\addmac.htm自动把MAC信息GET到addmac.php 5、addmac.php处理相关的MAC信息-such access client MAC! Tested, the method will be able to acquire one or a MAC information, index.htm directly from the download operation goMac.bat 2, goMac.bat call PC access MAC, MAC and the preservation of information generated c : \ addmac.htm 3, goMac.bat running c : \ addmac.htm 4, c : \ addmac.htm automatically GET MAC information to addmac.php 5, addmac.php MAC address related information
Platform: | Size: 2048 | Author: | Hits:

[Otherdownload.php(1)

Description: 《Microsoft Visual C# .NET 2003开发技巧大全》源代码- Microsoft Visual C#. NET 2003 development techniques Guinness source code
Platform: | Size: 93184 | Author: | Hits:

[OtherOReilly.PHP.Cookbook.2nd.Edition.Aug.2006

Description: PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that range from beginner questions to advanced web programming techniques, this guide contains practical examples -- or "recipes" -- for anyone who uses this scripting language to generate dynamic web content. Updated for PHP 5, this book provides solutions that explain how to use the new language features in detail, including the vastly improved object-oriented capabilities and the new PDO data access extension. New sections on classes and objects are included, along with new material on processing XML, building web services with PHP, and working with SOAP/REST architectures. With each recipe, the authors include a discussion that explains the logic and concepts underlying the solution.-PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that range from beginner questions to advanced web programming techniques, this guide contains practical examples-- or "recipes"-- for anyone who uses this scripting language to generate dynamic web content. Updated for PHP 5, this book provides solutions that explain how to use the new language features in detail, including the vastly improved object-oriented capabilities and the new PDO data access extension. New sections on classes and objects are included, along with new material on processing XML, building web services with PHP, and working with SOAP/REST architectures. With each recipe, the authors include a discussion that explains the logic and concepts underlying the solution.
Platform: | Size: 1437696 | Author: awake | Hits:

[OtherApache+Mysql+PHPchm

Description: 这个是我在web培训时老师提供的手册,有apache,php和mysql,希望对大家有用。-This is my web, when teachers are provided with training manuals, have apache, php and mysql, I hope useful for everyone.
Platform: | Size: 23856128 | Author: Stephen | Hits:

[WEB Codecss8

Description: 全站生成HTML. 文章HTML命名,文件名转汉语拼音后成生HTML 后台生成RSS和SITEMAP 安装说明:数据库文件在DATA目录下,数据库链接文件在Incs/connts.php 后台进入地址:/admin/ -html,php,css8
Platform: | Size: 2491392 | Author: 恒飞 | Hits:

[OtherCourse.Technology.PHP.5.Fast.and.Easy.Web.Developm

Description: 是《php5快速网站开发》一整本书。英文版本的。 by Julie C. Meloni ISBN:1592004733 Course Technology © 2004 (545 pages) -Get up and running with PHP 5, Apache, and MySQL with ease. This guide demonstrates how to display dynamic content, build your own contact management system, create custom reports, work with XML, and much more.
Platform: | Size: 9817088 | Author: 敖马 | Hits:

[OtherPHP_china_chm

Description: 本手册是台湾彭武兴先生所著的 <<PHP BIBLE>> 一书的简体中文版。笔者只是对该书进行了繁简转换,并将原书中的台湾术语改为通俗的术 语,及纠正了由此带来的一些语意错误,仅供个人参考使用。未经彭武兴先生书面授权请勿用于商业目的。 -This manual is written by Mr. Peng Wuxing Taiwan " <PHP BIBLE> " A simplified Chinese version of the book. I just converted the book was simplified, and changed the original terms of Taiwan' s popular book, terminology, and to correct some of the resulting semantic errors, for personal reference. Without the written authorization of Mr. Peng Wuxing Do not for commercial purposes.
Platform: | Size: 970752 | Author: 刘活跃 | Hits:

[WEB Codec-zepp42

Description: Zakkis Excel Parser php script
Platform: | Size: 94208 | Author: xenon | Hits:

[Crack Hackaes

Description: AES 加密解密 AES implementation in PHP (c) Chris Veness 2005-2008.-AES implementation in PHP (c) Chris Veness 2005-2008. Right of free use is commercial or non-commercial use. No warranty of any form is offered.
Platform: | Size: 4096 | Author: songqilin | Hits:

[Otherphp-zh

Description: PHP,即“PHP: Hypertext Preprocessor”,是一种被广泛使用的开放源代码多用途脚本语言,尤其适用于 web 开发并可以嵌入到 HTML 中去。其语法利用了 C,Java 和 Perl,非常容易学习。该语言的主要目标是让 web 开发人员可以很快写出动态生成的网页,但 PHP 的功能远不止如此。(PHP, the "PHP: Hypertext Preprocessor", is a widely used open source multipurpose scripting language, especially for web development and can be embedded into HTML. Its syntax takes advantage of C, Java, and Perl, and is very easy to learn. The main goal of the language is to enable Web developers to quickly write dynamically generated web pages, but PHP's function is far more than this.)
Platform: | Size: 3065856 | Author: tony2018 | Hits:

[DDoS-PHP-Script-master

Description: DDoS master written on PHP
Platform: | Size: 8192 | Author: imCEOb | Hits:
« 12 3 4 5 6 7 8 9 10 ... 28 »

CodeBus www.codebus.net