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

Search list

[WEB Codejack21

Description: xajax PHP Class Library The easiest way to develop asynchronous Ajax applications with PHP 21jack是用xajax使用的21点游戏-xajax PHP Class Library The easiest way to d evelop asynchronous applications with Ajax PH P 21jack is xajax the game 21:00
Platform: | Size: 113061 | Author: kuang | Hits:

[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:

[WEB Codefpdf

Description: 一个生成pdf的PHP class,是同类工具中比较出色的.-a PHP class, which is similar comparison tools outstanding.
Platform: | Size: 188416 | Author: 唐健 | Hits:

[Otherclass.watermark

Description: php watermark 水印图片,我们的项目正在用,支持中文-php watermark watermark images, the project is being used to support Chinese
Platform: | Size: 35840 | Author: wushihu | Hits:

[WEB Codeexcel_class

Description: php: export content to excel-php : export content to excel
Platform: | Size: 11264 | Author: xm 779 | Hits:

[GDI-Bitmapqddown_rmbtpxzm

Description: 您可以通过本代码片段,了解到: 1.BMP的文件结构,存储方式。 2.对于简单的图像验证码如何进行识别处理。 当然,您也可以使用它完成对一些简单的符合条件的图片验证码进行识别处理。 文件说明: demo.php 演示脚本 NEATBMP256ValidPic.class.php 相关类脚本 readme.txt 本文件 3721.bmp 3721的图像验证码 csdn.bmp CSDN的图像验证码-you can pass this code fragment, understand : 1.BMP the structure of the document, storage. 2. For simple image authentication code on how to deal with the identification. Of course, you can also use it to complete some simple eligible Photo identification code verification processing. Document : demo.php demo script NEATBMP256ValidPic.class.php script-related readme.txt this document 3721.bmp 3721 Image Verification Code csdn . bmp CSDN Image Verification Code
Platform: | Size: 10240 | Author: 沙沙 | Hits:

[WEB Codeencapsgallery-2.0-rc1

Description: encapsgallery-2.0-rc1是一个不错的PHP 开源项目 实现图片管理站点 推荐下载-encapsgallery-2.0-rc1 is a good picture realize PHP open source project management site to download
Platform: | Size: 265216 | Author: hp | Hits:

[WEB Codeexcel_class

Description: 用PHP把数据以excle的形式导入导出,包中有例子,可能看一看.很简单的呀-Using PHP to excle the form of data to import and export, the package has an example, you may look at. Very simple you
Platform: | Size: 12288 | Author: zrphero | Hits:

[ICQ-IM-Chatclass.jabber

Description: 用 php 跑 gtalk 的機器人 第一階段目標: 讓機器人可以順利上下線﹑發送訊息﹑結交好友。 第二階段目標: 讓機器人可以順利傳送檔案﹑圖片檔案的縮圖。 讓機器人可以順利傳送語音。 (exception) 第三階段目標: 新增機器人的 client 讓 client 可以從事除了訊息傳遞﹑檔案傳送之外的動作。 這裡主要是提供給 gtalkbot 相關程式開發上面需要的程式和部份的設計文件。 如有 gtalkbot 開發功能上的建議或需求回報,請逕向-Gtalk using php to run the first phase of the robot objectives: to allow the robot can be smoothly offline, send messages, make friends. The second stage goal: to allow a smooth robot can send files, the thumbnail picture files. So that robot can be smoothly transmitted voice. (exception) the third phase of the goal: Add the client so that client robot can engage in in addition to messaging, file transfers outside the action. Here is mainly related to the program available to gtalkbot above the needs of development programs and part of the design document. For the development of functional gtalkbot recommendations or demand the return, please radial
Platform: | Size: 11264 | Author: yuying | Hits:

[WEB Codephp_gif

Description: PHP GIF闪字动态生成程序,含全部PHP代码。-PHP GIF闪字procedures dynamically generated, containing all the PHP code.
Platform: | Size: 1775616 | Author: sunbird | Hits:

[WEB Code75448172yq

Description: php导入邮件地址,支持sina,gmail,hotmail,163等-php import e-mail address in support of sina, gmail, hotmail, 163, etc.
Platform: | Size: 59392 | Author: wsy | Hits:

[WEB CodeHeiyelurenPHPFramework-v0.2.0_compact

Description: web2.0开发必备的轻量级php框架.The small and simple PHP Framework (PHP4/PHP5 require).-The small and simple PHP Framework (PHP4/PHP5 require)
Platform: | Size: 1579008 | Author: wjm | Hits:

[WEB Codeclass.yahoo.weather

Description: 一个php抓取yahoo天气预报的脚本,可以直接哪去用。很容易就可以让你的站点支持天气预报功能-Yahoo weather grab a php script, which can be directly used that way. Can easily make your site to support weather forecasting capabilities
Platform: | Size: 18432 | Author: cz | Hits:

[WEB Codehtmlparser

Description: php 网页提取的经典的类,适合网页提取资料-php web page extracted classic class, suitable for extracting information on website
Platform: | Size: 2048 | Author: 曾香玉 | Hits:

[WEB Codeclass.page.php

Description: 自己封装的PHP分页类,使用方便,功能强大,通用性好-php source code,for pagination
Platform: | Size: 1024 | Author: 章宏 | Hits:

[WEB Codeclass.json.php

Description: PHP写的json类,没有JSON扩展一样用JSON-json class for php
Platform: | Size: 3072 | Author: 章宏 | Hits:

[WEB Codeclass.xml.php

Description: XML解析类,使用PHP自带的xml_parser类函数进行封装,功能强大,灵活方便-class used for xml parser
Platform: | Size: 2048 | Author: 章宏 | Hits:

[Internet-Networkstmp.class

Description: PHP 邮件发送程序,使用网易邮箱账号 支持 HTML text 编码-Use php send E-mail
Platform: | Size: 3072 | Author: | Hits:

[WEB Codeclass.smtp

Description: php mailer class smtp plugin
Platform: | Size: 6144 | Author: ay-man-w | Hits:

[WEB Codethumb

Description: PHP的图片处理类,非常实用 使用方法: <?php require_once thumb.php header("Content-type : text/html charset=GBK") $t = new ThumbHandler() //给图片增加水印 $t->setSrcImg("./img/00.jpg") $t->setDstImg("./tmp/new_test.jpg") $t->setMaskImg("./img/test.gif") $t->setMaskPosition(4) $t->setMaskImgPct(80) $t->setDstImgBorder(4,"#dddddd") // 指定缩放比例 $t->createImg(100,120) ?> <img src="img/00.jpg"> <img src="tmp/new_test.jpg"> -PHP' s image processing class, very practical to use: <?php require_once thumb.php header("Content-type : text/html charset=GBK") $t = new ThumbHandler() //给图片增加水印 $t-> setSrcImg (" ./img/00.jpg" ) $ t-> setDstImg (" ./tmp/new_test.jpg" ) $ t-> setMaskImg (" ./img/test.gif" ) $ t- > setMaskPosition (4) $ t-> setMaskImgPct (80) $ t-> setDstImgBorder (4, " # dddddd" ) // specify the scaling $ t-> createImg (100,120) ?> <img src="img/00.jpg"><img src="tmp/new_test.jpg">
Platform: | Size: 6144 | Author: 韩冰 | Hits:
« 12 »

CodeBus www.codebus.net