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

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:

[PHPPHP核心编程

Description: networking, data structures, regular expressions, math, configuration, graphics, MySQL/PostgreSQL support, XML, algorithms, debugging, optimization...and 650 downloadable code examples
Platform: | Size: 1575074 | Author: zhxwtop@163.com | 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:

[PHPphp项目,花店,带数据库,带源码,可执行!使用sql2000.rar

Description: php项目,花店,带数据库,带源码,可执行!使用sql2000.rar
Platform: | Size: 4294140 | Author: szah001@yahoo.com.cn | Hits:

[SourceCodePHP+TXT站点管理系统 1.1

Description: 系统特点: 1\无需数据库支持,不存在注入与攻击. 2\数据以文件夹方式存储,无限分类,无限记录条数. 3\支持多语言,多模板,自定义变量,信息页自定义项. 4\支持伪地址,灵活定义地址参数. 5\运用国际流行的SMARTY技术,参数可调. 6\模板自定义编辑,不同类型可以交叉调用. 7\友情链接自定义,自定义CSS风格. 8\一键修复所有数据结构。 9\读写分流技术,不会造成数据丢失。 PHP+TXT站点管理系统v1.1更新: 1、增加绿色公司模板, 2、增加公司介绍栏, 3、部分变量优化。 4、有部分网友提出增加短地址功能,直接修改DATA文件夹下的文件夹与menu项对应就可以了。
Platform: | Size: 1511873 | Author: 179018959@qq.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 Serverphp_screw-1.3

Description: PHP源码的加密文件,C:\cygwin\PHP\extensions\screw >msdev screw.dsp /MAKE "screw - Win32 Release_TS"-PHP source file encryption, C : \ cygwin \ PHP \ extensions \ screw gt; Msdev screw.dsp/MAKE "screw-Win32 Release_TS"
Platform: | Size: 10240 | Author: 周旋 | Hits:

[Search Enginelarbin-2.6.3

Description: larbin的源代码 开源的搜索引擎,好东西,分享-larbin the source code of open source search engine, good things to share
Platform: | Size: 166912 | Author: 李阳 | 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:

[Web Servermediawiki-1.9.3cn

Description: mediawiki代码及安装 集合PHP .net技术的结晶 维基百科亦采用此引擎-mediawiki code and installation of a collection of PHP. net technology, the crystallization of Wikipedia also uses this engine
Platform: | Size: 2171904 | Author: 李永刘 | Hits:

[WEB Codeygdc8888

Description: 本系统集成了留言本,财务管理,菜单管理,员工管理,安全管理,WAP手机端等功能,并继续继承1.X老版本简单、实用、美观的特点,在老版本上的基础上做了如下更新: 1.更简洁的前台与后台,菜单及功能布局更合理。 2.更合理的文件结构,合理适度的模板机制以及OO运用,更易于理解的代码,更适于二次开发; 3.解决了大部分浏览器兼容性问题,网页浏览更美观。 4.增加IP管理,安全日志等功能 5.前台速度的提升,得益于JS、AJAX的运用以及数据缓存。 6.留言本安全,WAP功能的加强等等 安装前需要自行修改CONFIG.PHP文件 -The system integrates the message of this, financial management, menu management, staff management, security management, WAP mobile terminal functions, and continue to inherit the old version 1.X simple, practical and beautiful features of the old version on the basis of doing the following update: 1. More concise front and back, menu and function of distribution more reasonable. 2. More reasonable file structure, appropriate and reasonable use of the template mechanism, and OO, the code easier to understand, more suitable for secondary development 3. To resolve most of the browser compatibility issues, web browsing even more beautiful. 4. Increase the IP management, security, logging and other functions 5. Reception speed upgrade, thanks to JS, AJAX application and data cache. 6. Message of the security, WAP functionality to enhance and so on Source Network colorless mentioned are: you ll need to modify CONFIG.PHP file
Platform: | Size: 321536 | Author: 龙骑士 | Hits:

[WEB Codephptxtcms

Description: 在线客服系统是一个程序小巧(180kb, 免费开源),安装使用简单的网上在线客服系统, 主要特点: 1. 基于PHP + MySQL + Ajax技术的在线客服系统 2. 用户安装在自己的服务器或虚拟主机, 安装一次可在任意网站或页面中调用 3. 前台中英文双语, 根据用户浏览器的语言自动切换或由管理员设置指定 4. 客服人员多窗口与不同的访客同时交流 5. 客服人员分组管理, 无限制添加客服人员 6. 新信息窗口闪动, 信息提示声音, 颜色, 表情符号等等。-Online customer service system is a small program (180kb, free open source), installed using a simple online online customer service system, the main features: 1 based on PHP+ MySQL+ Ajax technology, online customer service system 2 users to install their own servers or virtual hosts, one can be installed on any web site or page call 3 front in English and Chinese, according to the user' s browser language settings automatically switch or specified by the administrator 4 multi-window customer service and to exchange views with different visitors 5 customer service group management, unlimited add customer service 6 new message window flashing, message alert sounds, colors, emoticons and so on.
Platform: | Size: 2719744 | Author: 阳明 | Hits:

[WEB Codephptxtcms

Description: 中文名:PHP+TXT站点管理系统0.9版 英文名:php+txt Site Management System 0.9 联系方式:hufangqiang@139.com hufangqiang@tom.com 系统特点: 1\无需数据库支持,不存在注入与攻击. 2\数据以文件夹方式存储,无限分类,无限记录条数. 3\支持多语言,多模板,自定义变量,信息页自定义项.-Chinese name: PHP+ TXT site management system version 0.9 English name: php+ txt Site Management System 0.9 Contact: hufangqiang@139.com hufangqiang@tom.com Features: 1 \ without database support, and there is no injection attacks. 2 \ data stored in folders, unlimited categories, unlimited number of records. 3 \ support multiple languages, templates, custom variables, custom item information page.
Platform: | Size: 1782784 | Author: 65988 | Hits:

[WEB Codephptxtsite

Description: PHP+TXT站点管理系统 1\无需数据库支持,不存在注入与攻击. 2\数据以文件夹方式存储,无限分类,无限记录条数. 3\支持多语言,多模板,自定义变量,信息页自定义项. 4\支持伪地址,灵活定义地址参数. 5\运用国际流行的SMARTY技术,参数可调. 6\模板自定义编辑,不同类型可以交叉调用. 7\友情链接自定义,自定义CSS风格. 8\一键修复所有数据结构。 9\读写分流技术,不会造成数据丢失。-PHP+ TXT Site Management System 1 \ do not need database support, and there is no injection attacks. 2 \ data folder is stored, unlimited categories, unlimited number of records. 3 \ support multiple languages, templates, custom variables, information page Customization 4 \ support pseudo-address, flexible definition of the address parameters. 5 \ SMARTY use of the international popular technology, adjustable parameters, 6 \ custom template editing, you can cross different types of calls. 7 \ custom link, custom CSS style 8 \ one-click fix all of the data structure. 9 \ write streaming technology, will not cause data loss.
Platform: | Size: 1511424 | Author: | Hits:

[Web Serverqkshop_v1.3

Description: 启科网络开源淘宝客系统是由启科网络自主研PHP商城系统转换而来,支持商家注册、自助提交商品并且自动转换为淘宝客链接。 启科网络开源淘宝客系统是由启科网络技术开发团队完全自主开发,使用国内最流行高效的PHP程序语言,并用小巧的MySql作为数据库服务器,并且使用Smarty引擎来分离网站程序与前端设计代码,让建立的网站可以自由制作个性化的页面。 系统使用标签作为数据调用格式,网站前台开发人员只要简单学习系统标签功能和使用方法,将标签设置在制作的HTML模板中进行对网站数据、内容、信息等的调用,即可建设出美观、个性的网站。 网站系统集商品、文章功能与一体,并且可以在后台自由定义商品、文章内容显示的链接及页面中的标题、关键字和描述,对于网站的搜索引擎优化非常有效。 另一方面,通过自由定义链接,还可以让访问者完全找不到网站内容真实的程序处理文件及网站目录,可以更大的提高网站的安全性,防止网站被入侵。 启科网络PHP商城网站系统程序完全开源,没有源代码进行任何加密,方便有特殊需求的客户对源程序进行特定的二次开发。 -Kai Branch network open source Taobao customer system by Kai Branch network technology development team completely independent development , the use of domestic the most popular and efficient PHP program language , and compact MySql as database server , and to separate the website program with front-end design code with Smarty engine , site created free to create personalized pages .
Platform: | Size: 9115648 | Author: dfasdf | Hits:

[OtherNameCMS-Wind-V1.3

Description: NameCMS七风格米表程序V1.3版.php源码-The Pygmy Table program seven NameCMS Wind V1.3 version
Platform: | Size: 751616 | Author: 111 | Hits:

[Web Serverjquery-ui-map-3.0-rc

Description: 用php画图,用于数据显示,数据分析,漂亮的图形-use php code draw picture
Platform: | Size: 175104 | Author: leung | Hits:

[MySQLThinkphp3.1.3视频教程资料(BLog模板_图片类_字体

Description: 博客系统 PHP ThinkPHP Blog
Platform: | Size: 183493 | Author: 459935002@126.com | Hits:

[WEB Codefxcms_v1.0.3.1

Description: 飞翔CMS企业建站模板宝来网版,页面上看上去很简单的一款PHP企业建站系统,自带有安装程序,安装过程中会自动检测你的PHP配置是否符合要求,若有不符的地方会给出提示,指导您一步步安装飞翔CMS企业建站系统。安装完成可后台登录地址 http://你的网址/index.php?r=admini进行网站参数设置及相关信息管理-CMS Enterprises Website Templates Bora fly screen, the page looks very simple PHP Build a system that comes with the installation process, the installation process will automatically detect your PHP configuration meets the requirements, if any place will not match the prompts to guide you through the installation fly Build CMS system. Manage the installation is completed to your URL address http:///index.php? R = admini be the site parameters and related information management
Platform: | Size: 7899136 | Author: wpudn2 | Hits:

[Otherphpprobe_v1.3.1

Description: php探针 php探针 php探针 -phpprobe phpprobe.phpprobe phpprobe.
Platform: | Size: 1968128 | Author: 范德萨 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net