Welcome![Sign In][Sign Up]
Location:
Search - php-5.2.10

Search list

[Disassembly梅花三弄版dezend V1.0

Description:

php开源屠龙刀
梅花三弄dezend v1.1
[color=#FF0000]主要增加对用zendguard 4.01进行加密的dezend支持[/color]该类文件开头格式:
<?php @Zend;
4147;
现改为:首行包含Zend的文件为需dezend文件

*****************************************
梅花三弄dezend v1.0
一、特点:
1.基于"黑刀4.3"作为内核,[color=#FF0000]支持单文件、多文件、整站或多站.样子如大家非常熟悉的flashfxp,[/color]你可拖动鼠标快速选择多个文件或文件夹.
2.[color=#0000FF]重建原目录结构,目录层数不限,判断是否是zend文件,避免重复dezend,非zend文件也copy至相应目录,保持与原站点整体目录结构和文件数量一致[/color],如所有文件dezend成功可直接整站测试.
    针对目录数量多,文件数量多的大站型需dezend来说,本工具是最佳选择.
3.方便快捷,拖动鼠标选定一批目录或文件后从左边拖到右边或从右边拖到左边即可,可视化人性化操作方式(与flashfxp使用方法基本相同);
4.支持带空格目录路径或文件名和长文件名
5.支持定制dos执行参数,并可显示dos执行后的返回信息
6.支持dezend后自动执行一批替换,实现扩展式二次dezend,不用于dezend也是一个强大的批量替换工 具,历遍文件夹把选定的后缀文件进行替换
7.使用内存少,单进程目录历遍,不过速度远比平时上传文件快一些
8.支持中途暂停和继续执行
9.支持任务列表保存和恢复
10.智能记录当前操作目录
11.本软件绿色,下载后可直接使用,运行后仅在桌面生成一个快捷方式,不对其它有操作
12.增加黑刀版的config.ini缺了一批关于mysql的函数名,当然也缺了日期时间方面的,暂没有补上
13.支持鼠标右键菜单的全选、取销全选,建立目录、删除文件或目录(与flashfxp使用方法基本相同)
14. 支持双击打开上级目录、双击本窗口打开目录、支持双击调用相应程序打开文件进行编辑(与flashfxp使用方法基本相同)
二、备注:
1、主要用了"黑刀4.3"作为内核,大家可下载其最新版,并把本压缩包mh_dezend.exe和Change.ini及两个图标放到根目录即可.
2、基于核心程序的原因,整站dezend后不一定能使用,需要一定的修改技术,尤其是对高版本的php的function未能很好的dezend,当然不影响

运行,但可读性差。
3、本版免费使用,无功能限制,一切后果自负
4、本想上传一图片和使用教程和实例的,....感觉上一看即会的,觉得不是很必要,请使用之后帮忙上传
5.这是第一个测试版,可能会有一些错误的,望各位用后提出建议,以进一步改进。

三、自我评价:是dezend的一把最新屠龙刀,当然如黑刀兄弟所说:[color=#FF0000]刀可用来切菜,也可用来杀人,请各自注意合理使用[/color]
四、使用注意事项:
1.可把需dezend的文件复制到程序目录下的"zend文件夹,打开主程序拖到另一目录即可,也可点击A、B目录按钮选取源目录和目标目录,选取目

录后,下次打开将自动定位到这两个目录
2.点击“上级目录”虽然可以改变目标目录或源目录,但不会记下这方法打开的当前目录,下次打开仍以最近一次用点击A、B目录按钮选取源目录和目标目录进行定位.
3.要是你对dos命令执行参数不是很熟悉,用默认设置即可,也可参照一下压缩包内附的使用说明里《执行dos命令解密参数详解》(摘自黑刀4.3版使用说明)

梅花三弄QQ:279491263
************************************************************

====执行dos命令解密参数详解(摘自黑刀4.3版使用说明)====

[{/}|{-}command[:attributes]]

/h or /? help (帮助信息)
/detail{/d} show detail(显示详细源代码和opcode信息,非常有用)
/opcode show opcode(opcode数值)
/oparray show oparray(oparray信息)
/function show all the function(所有内部函数名)
/class show all the class(所有内部类名)
/hash show all known hash table(所有认识的哈希表)
/info log general infomation(default phpinfo.log)(其他一些信息)
/raw{/r} dump raw op code(显示详细原始opcode信息,遇到exception的时候非常有用)
/execute execute the file(default NOT)(运行源文件)
/backup{/b} backup the file with extension .bak if out file exist(替换前备份)
/append{/a} appaned to previous log file(追加日志,默认是替换)
/tick{/t} show tick span(显示时间消耗)
/noexpire ignore file expire(忽略文件是否过期)
/noindent ignore indent(去掉缩进)
/compact dump with compact style[not support yet](暂未使用)
/classic dump with classic style[not support yet](暂未使用)
/bug dump bug statement(显示BUG)
/full set to full mode(暂未使用)
/force{/f} set to force mode(和/i使用时强制导入config文件)
/import{/i} import class and function name[obfuscate name] from config file(程序根据源文件混淆与否决定导入config文件)
/export{/e} export class and function name[obfuscate name] to config file(导出函数名和类名到config文件)
/obfuscate dump obfuscate name and its url encoded name(显示被混淆的名字)
/dic dump obfuscate name dictionary depend on $level(生成混淆名字典,根据level设置字符数范围)
/tab dump with tab prefix(default space)(使用tab缩进,默认使用空格缩进)
/indent:$i dump with indent $i(default 4)(缩进字符数,默认是4)
/stack:$i dump with stack size $i(default 16)(内部堆栈起始字节数,默认16)
/string:$i dump with stack string length $i(default 4096)(内部字符串堆栈字节数,默认4096,如果内存充裕,可以设大)
/level:$i,$j dump with decode level range $i-$j(default 4-1)(混淆相关的字符数范围,用来猜测名字的字符数范围)
/ext:$ext dump to file with file extension $ext(default .de.php)(输出文件扩展名,*表示使用源文件扩展名)
/root:$root dump to $path + ( $source - $root ) if specified /path:$path(截取路径根路径)
/path:$path dump to $path(输出路径)
/file:$file dump to $file(输出文件名)
/config[:$c] override config file by ?[:phpinfo.log])(config文件名,默认是config.ini)
/log[:$name] override log name by $name([: ?])(日志名)
/logtype:$t override log type by $t<file|registry|debug|messagebox>(输出日志方式,文件、注册表、debug字符串、对话框)
/ini[:$ini] override php.ini search path by $ini([:.], if not specified)(php.ini的优先搜索路径,默认是.,即当前目录)

Enviroment string PHP_DECODE_XXX override default setting, see help(命令行参数都有对应的环境变量)
Priority(high->low):
Command line->Enviroment string->default setting(优先权:命令行 高于 环境变量 高于 默认设置)

if $ext set to *, then keep origin file extension
if $path = 'd:\', $root = 'e:\', then 'e:\php\xxx'=>'d:\php\xxx'


 


Platform: | Size: 1062308 | Author: liu3zy | Hits:

[PHP仿swoopo竞拍网源码竟拍网php源码

Description: 这套程序现在很火,也是目前最好的一套竞拍程序 需要在Linux+Apach+Mysql+Php的环境下运行。 Windows的话,需要装个IISRewrite做网址重写,不然就运行不起来了~ 你要是熟的话,需要修改一下源代码,才可以适应各种环境。 全套程序+数据库,保证100% PHP源代码 本源码是仿SWOOPO.COM整站的源码,具有健壮性、稳定性的特点,包含SWOOPO的绝大部分功能。 产品基本功能: 1.SWOOPO独创的拍卖形式:每出价一次就付款一定的金额 2.玩家每次出价后,倒计时自动增加时间(按照后台设定的参数) 3.会员注册、登录、帐户更新、帐户充值、付款购买中标商品 4.新增、编辑、删除拍卖商品 5.查看获胜的玩家信息,更新拍卖状态 6.查看会员竞标、充值记录,给会员赠送点数,处理会员退款(点数) 7.维护网站文字内容,比如页脚(如关于我们、联系方式等)和帮助信息 8.管理商品分类,新增、编辑、删除分类,支持无限级分类 9.修改网站参数设置 10.支持定价拍卖、加一分拍卖、不眨眼拍卖、100%免费拍卖、晚上拍卖、一般拍卖等形式 11.会员注册成功赠送点数,首次竞拍成功赠送代金券 12.新增、编辑和删除网站公告和新闻 13.点数退回 14.会员管理:浏览会员,新增会员,修改会员,删除会员,冻结会员 15.管理点数卡包 16.设置参数:会员一个月内最多能中标多少个商品 17.强大的自动出价功能,会员无需时刻关注拍卖进程 18.网站布局允许修改 19.支持首页广告的定制、发布和管理 19.本源码没有加密,经过严格的病毒、木马后门程序检测,完全原创
Platform: | Size: 375208 | Author: Toroji | Hits:

[Linux-Unixphp 识别图片源码

Description: php 识别图片源码,可以识别验证码
Platform: | Size: 5751 | Author: chenyifeng3000@tom.com | Hits:

[PHPPHP Guest Book

Description: PHP Guest Book
Platform: | Size: 96068 | Author: d4rkin9@gmail.com | Hits:

[PHPPHP安全,第二版

Description: Pro PHP Security is arguably the most comprehensive PHP security book available, and is highly recommended to any developer or administrator of a PHP-based Web site. — Michael J. Ross, Web developer/Slashdot contributor Pro PHP Security is one of the first books devoted solely to PHP security. It will serve as your complete guide for taking defensive and proactive security measures within your PHP applications. (And the methods discussed are compatible with PHP versions 3, 4, and 5.) The knowledge you’ll gain from this comprehensive guide will help you prevent attackers from potentially disrupting site operation or destroying data. And you’ll learn about various security measures, for example, creating and deploying “captchas,” validating e-mail, fending off SQL injection attacks, and preventing cross-site scripting attempts. About the Author Chris Snyder is a software engineer at Fund for the City of New York, where he helps develop next-generation websites and services for nonprofit organizations. He is a member of the Executive Board of New York PHP, and has been looking for new ways to build scriptable, linked, multimedia content since he saw his first Hypercard stack in 1988. Michael Southwell is a retired English professor who has been developing websites for more than 10 years in the small business, nonprofit, and educational areas, with special interest in problems of accessibility. He has authored and co-authored 8 books and numerous articles about writing, writing and computers, and writing education. He is a member of the Executive Board of New York PHP, and a Zend Certified Engineer.
Platform: | Size: 3714563 | Author: sunshine1988 | Hits:

[WEB Codedp.SyntaxHighlighter

Description: javascript 的语法高亮代码 支持: 1. C# 2. CSS 3. C++ 4. Delphi 5. Java 6. JavaScript 7. PHP 8. Python 9. Ruby 10. SQL 11. Visual Basic 12. XML / HTML 众多流行语言-javascript code syntax highlighter support : 1. C# 2. CSS 3. C 4. Delphi 5. Java 6. JavaScript 7. PHP 8. Python 9. Ruby 10. SQL 11. Visual Basic 12. XML/HTML many popular languages
Platform: | Size: 53248 | Author: 0000 | Hits:

[Data structszju1025

Description: zju 1025 Wooden Sticks http://acm.zju.edu.cn/show_problem.php?pid=1025-zju 1025 Wooden Sticks http :// acm.zju.edu.cn/show_problem.php pid = 102 5
Platform: | Size: 1024 | Author: 蟑螂2001版 | Hits:

[Othermyimage

Description: 稀饭伊人相册系统继承了新天堂多用户相册系统的功能,并且增加了当前比较流行的相册的功能。 使用MYSQL数据库使得可以承受更多的数据量和更好的系统性能。 在WEB页面上我们致力于W3C的标准,使其能在IE,FF等浏览器下正常浏览(推荐使用FF) 1:多用户上传,各自独立空间 2:对图片自定义标签(TAG) 3:相册和图片的添加,上传,修改 4:缩略图功能(需IMAGE::MAGICK支持) 5:用户搜索,方便查找用户(稍后添加) 6:相册排名(稍后添加) 7:相册加密功能 8:RSS订阅(稍后添加) 9:使用模板技术,能更快的制作出属于你自己风格的站点和对应的语言 10:整合lightbox2.0,创造更好的视觉效果-err
Platform: | Size: 216064 | Author: lynn | Hits:

[Crack HackAES

Description: AES加密算法 2000年10月,NIST(美国国家标准和技术协会)宣布通过从15种侯选算法中选出的一项新的密匙加密标准。Rijndael被选中成为将来的AES。 Rijndael是在 1999 年下半年,由研究员 Joan Daemen 和 Vincent Rijmen 创建的。AES 正日益成为加密各种形式的电子数据的实际标准。 美国标准与技术研究院 (NIST) 于 2002 年 5 月 26 日制定了新的高级加密标准 (AES) 规范。-AES encryption algorithm in October 2000, NIST (National Institute of Standards and Technology Association) announced candidates from 15 kinds of algorithm selected a new encryption standard keys. Rijndael was selected to become the future of the AES. Rijndael is the second half of 1999, by researcher Joan Daemen and Vincent Rijmen created. AES encryption is increasingly becoming the various forms of de facto standard for electronic data. United States Institute of Standards and Technology (NIST) in May 26, 2002 developed a new Advanced Encryption Standard (AES) norms.
Platform: | Size: 8192 | Author: icefire | Hits:

[WEB Codelongboo-ajax

Description: 龙博框架主要特点 富客户端技术, 可以和任意后端技术(包括但不限于php, .Net, Java, python)或静态的HTML页面. 包含40多个图形界面控件, 例如标签(Tabs), 窗口对话框(Dialog),树型表格(TreeGrid),时间线(TimeLine)等等. 多浏览器兼容, 包括IE6+, firefox1.5+, opera9+, safari3+ 和 Google Chrome. 大量的API文档 和示例. 不断更新的代码片段供程序员参考. 极为方便的所见即所得的界面编辑器. Web界面使用拖拽轻松搞定,大大降低开发时间. 和其他Ajax框架,如jQuery, prototype, mootools充分兼容. 源代码开放。在LGPL许可下, 可免费应用于个人或商业目的. -The framework of the main features of rombo rich-client technology, can be any back-end technologies (including but not limited to php,. Net, Java, python), or static HTML pages. Containing more than 40 graphical interface controls, such as labels (Tabs), dialog window (Dialog), tree form (TreeGrid), timeline (TimeLine) and so on. more compatible browser, including IE6+, firefox1.5+, opera9+, safari3+ and Google Chrome. a lot of API documentation and examples. constantly update the code fragment for the programmer' s reference. extremely convenient WYSIWYG editor interface. Web interface easy to use drag-and-drop to get to significantly reduce development time. and other Ajax frameworks such as jQuery, prototype, mootools fully compatible. source code open. Under the LGPL license can be used free of personal or commercial purposes.
Platform: | Size: 4352000 | Author: Lee XiaoLiang | Hits:

[WEB CodeTreeMenu

Description: 无限级树形,兼容以下版本的浏览器:IE5.0+, FF1.06+, Opera8.5+ …… HTML,CSS,JavaScript代码相互分离(即数据,风格,脚本三者分离),可应用于多种场合,易于维护修改;更换树形图标,只需要修改CSS文件. -Unlimited class tree, is compatible with the following browsers: IE5.0+, FF1.06+, Opera8.5+ ... ... HTML, CSS, JavaScript code is separated (ie, data, style, script separation of the three), can be applied to in a variety of occasions, easy to maintain modified replacement tree icon, only need to modify the CSS file.
Platform: | Size: 6144 | Author: C peng | Hits:

[WEB Codegxcms_v1.0.10

Description: 一个cms系统 php mysql系统 欢迎下载 功能强大-Php mysql cms system of a
Platform: | Size: 976896 | Author: lihai | Hits:

[Otherjquery.sfbrowser_5n1z2r

Description: 利用php实现,这是一个用php脚本语言写的数据管理,翰烽SEO关键词管理系统 v2.10.19,翰烽关键词管理系统 本程序是个人为了方面管理关键词每天排名情况而写的。1、添加关键词,并且自助加入每个关键词在国内各搜索引擎排名情况。2、添加网址,自助加入每天收录和反链在各大搜索引擎的情况。,参考学习应运于开发实践不错的例子-Use php to achieve , which is a scripting language used to write php data management , Han Feng SEO keyword management system v2.10.19, Han Feng keyword management system aspects of this program is to manage individual keyword rankings and write every day .
Platform: | Size: 710656 | Author: opcneaeo | Hits:

[Otherjquery.sfbrowser_73jwaj

Description: 使用php做的,这是一个用php脚本语言写的数据管理,翰烽SEO关键词管理系统 v2.10.19,翰烽关键词管理系统 本程序是个人为了方面管理关键词每天排名情况而写的。1、添加关键词,并且自助加入每个关键词在国内各搜索引擎排名情况。2、添加网址,自助加入每天收录和反链在各大搜索引擎的情况。,学习研究参考均可-Using php to do, which is a php script language to write data management , Han Feng SEO keyword management system v2.10.19, Han Feng keyword management system aspects of this program is to manage individual keyword rankings and write every day .
Platform: | Size: 710656 | Author: dbayimeo | Hits:

[Otherjquery.sfbrowser_n9e1ro

Description: php脚本语言实现,这是一个用php脚本语言写的数据管理,翰烽SEO关键词管理系统 v2.10.19,翰烽关键词管理系统 本程序是个人为了方面管理关键词每天排名情况而写的。1、添加关键词,并且自助加入每个关键词在国内各搜索引擎排名情况。2、添加网址,自助加入每天收录和反链在各大搜索引擎的情况。,阅读提升自我参考代码-php scripting language, which is a php script language to write data management , Han Feng SEO keyword management system v2.10.19, Han Feng keyword management system aspects of this program is to manage individual keyword rankings and write every day .
Platform: | Size: 709632 | Author: jvlackfd | Hits:

[Otherjquery.sfbrowser_9fksix

Description: 服务端脚本语言php实现,这是一个用php脚本语言写的数据管理,翰烽SEO关键词管理系统 v2.10.19,翰烽关键词管理系统 本程序是个人为了方面管理关键词每天排名情况而写的。1、添加关键词,并且自助加入每个关键词在国内各搜索引擎排名情况。2、添加网址,自助加入每天收录和反链在各大搜索引擎的情况。,学习研究参考均可-Server-side scripting language php realize that this is a php script language to write data management , Han Feng SEO keyword management system v2.10.19, Han Feng keyword management system aspects of this program is to manage individual keyword rankings and write every day
Platform: | Size: 709632 | Author: jkogligz | Hits:

[Otherjquery.sfbrowser_5o5mf7

Description: 采用php的源码实现,这是一个用php脚本语言写的数据管理,翰烽SEO关键词管理系统 v2.10.19,翰烽关键词管理系统 本程序是个人为了方面管理关键词每天排名情况而写的。1、添加关键词,并且自助加入每个关键词在国内各搜索引擎排名情况。2、添加网址,自助加入每天收录和反链在各大搜索引擎的情况。,手头参考的例子程序代码-Using php source code implementation, which is a php script language to write data management , Han Feng SEO keyword management system v2.10.19, Han Feng keyword management system aspects of this program is to manage individual keyword rankings and write every day
Platform: | Size: 709632 | Author: jaakrbbw | Hits:

[Othertinymce_4.0.10

Description: TinyMCE是一个轻量级的基于浏览器的所见即所得编辑器,由java script写成。它对IE6+和Firefox1.5+都有着非常良好的支持。功能方面虽然不能称得上是最强,但绝对能够满足大部分网站的需求,并且功能配置灵活简单。另一特点是加载速度非常快,如果你的服务器采用的脚本语言是PHP,那还可以进一步优化。最重要的是,TinyMCE是一个根据LGPL license发布的自由软件,你可以把它用于商业应用。-TinyMCE is a lightweight browser-based WYSIWYG editor, the java script languages. It IE6+ and Firefox1.5+ have a very good support. Although it can not be regarded as functions of the strongest, but definitely able to meet the needs of most web sites, and the function is simple and flexible configuration. Another feature is to load very fast, if your server uses the scripting language is PHP, it can be further optimized. Most importantly, TinyMCE LGPL license is released in accordance with a free software, you can use it for commercial applications.
Platform: | Size: 295936 | Author: hanyj | Hits:

[Otherjquery.sfbrowser_lgfm7l

Description: 使用php做的,这是一个用php脚本语言写的数据管理,翰烽SEO关键词管理系统 v2.10.19,翰烽关键词管理系统 本程序是个人为了方面管理关键词每天排名情况而写的。1、添加关键词,并且自助加入每个关键词在国内各搜索引擎排名情况。2、添加网址,自助加入每天收录和反链在各大搜索引擎的情况。,初学者不错的参考例子程序-Using php to do, this is a php scripting language used to write data management , Han Feng SEO Keyword Management System v2.10.19, Han Feng keyword management system aspects of this program is to manage individual keyword rankings every day and write.
Platform: | Size: 709632 | Author: xawkuufg | Hits:

[WEB Codewbrick_news

Description: 环境说明:虚拟主机/服务器的PHP版本必须为5.2.5或以上才能运行本程序 文章系统功能介绍: 本程序每页代码都有注释,方便大家二次开发,程序和模板分离,模板在/UITemplates下,可设置伪静态,参考/PREPROC.conf.php文件。 后台管理地址:/mod.php/Dispatch.php?Webpage=AdminLogin 用户名和密码:wbrick wbrick -Environment Description: the PHP version of the virtual host/server must be 5.2.5 or more to run the program The system function is introduced in this paper: The program code has notes on each page, to facilitate the secondary development and separation procedures and templates, template in the /UITemplates, can set pseudo static, reference documents /PREPROC.conf.php. Background management address: Webpage=AdminLogin? /mod.php/Dispatch.php Username and password: wbrick wbrick
Platform: | Size: 463872 | Author: hmpudn37 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net