基本信息
源码名称:PHP开源文档管理系统ckfinder
源码大小:1.02M
文件格式:.zip
开发语言:PHP
更新时间:2023-10-17
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
PHP开源文档管理系统ckfinder
CKFinder是一个强大而易于使用的Web浏览器的Ajax文件管理器。 其简单的界面使得它直观,快速学习的各类用户,从高级人才到互联网初学者。 特点  文件夹树导航 :用户直观的。质量 缩略图 ,使很快找到的东西。多...

.
├── PHP开源文档管理系统ckfinder_ckfinder_php_2.0.1.zip
└── ckfinder
    ├── _samples
    │   ├── ckeditor.html
    │   ├── fckeditor.html
    │   ├── index.html
    │   ├── php
    │   │   ├── ckeditor.php
    │   │   ├── fckeditor.php
    │   │   ├── popup.php
    │   │   ├── popups.php
    │   │   └── standalone.php
    │   ├── popup.html
    │   ├── popups.html
    │   ├── public_api.html
    │   ├── sample.css
    │   ├── standalone.html
    │   └── standalone_v1.html
    ├── changelog.txt
    ├── ckfinder.html
    ├── ckfinder.js
    ├── ckfinder.php
    ├── ckfinder_v1.js
    ├── config.js
    ├── config.php
    ├── core
    │   ├── ckfinder_php4.php
    │   ├── ckfinder_php5.php
    │   └── connector
    │       └── php
    │           ├── connector.php
    │           ├── constants.php
    │           ├── lang
    │           │   ├── cs.php
    │           │   ├── da.php
    │           │   ├── de.php
    │           │   ├── el.php
    │           │   ├── en.php
    │           │   ├── es-mx.php
    │           │   ├── es.php
    │           │   ├── fr.php
    │           │   ├── he.php
    │           │   ├── hu.php
    │           │   ├── it.php
    │           │   ├── ja.php
    │           │   ├── lv.php
    │           │   ├── nb.php
    │           │   ├── nl.php
    │           │   ├── nn.php
    │           │   ├── no.php
    │           │   ├── pl.php
    │           │   ├── pt-br.php
    │           │   ├── ru.php
    │           │   ├── sk.php
    │           │   ├── sl.php
    │           │   ├── sv.php
    │           │   ├── zh-cn.php
    │           │   └── zh-tw.php
    │           ├── php4
    │           │   ├── CommandHandler
    │           │   │   ├── CommandHandlerBase.php
    │           │   │   ├── CopyFiles.php
    │           │   │   ├── CreateFolder.php
    │           │   │   ├── DeleteFile.php
    │           │   │   ├── DeleteFolder.php
    │           │   │   ├── DownloadFile.php
    │           │   │   ├── FileUpload.php
    │           │   │   ├── GetFiles.php
    │           │   │   ├── GetFolders.php
    │           │   │   ├── Init.php
    │           │   │   ├── MoveFiles.php
    │           │   │   ├── QuickUpload.php
    │           │   │   ├── RenameFile.php
    │           │   │   ├── RenameFolder.php
    │           │   │   ├── Thumbnail.php
    │           │   │   └── XmlCommandHandlerBase.php
    │           │   ├── Core
    │           │   │   ├── AccessControlConfig.php
    │           │   │   ├── Config.php
    │           │   │   ├── Connector.php
    │           │   │   ├── Factory.php
    │           │   │   ├── FolderHandler.php
    │           │   │   ├── Hooks.php
    │           │   │   ├── ImagesConfig.php
    │           │   │   ├── Registry.php
    │           │   │   ├── ResourceTypeConfig.php
    │           │   │   ├── ThumbnailsConfig.php
    │           │   │   └── Xml.php
    │           │   ├── ErrorHandler
    │           │   │   ├── Base.php
    │           │   │   ├── FileUpload.php
    │           │   │   ├── Http.php
    │           │   │   └── QuickUpload.php
    │           │   └── Utils
    │           │       ├── FileSystem.php
    │           │       ├── Misc.php
    │           │       ├── Security.php
    │           │       └── XmlNode.php
    │           └── php5
    │               ├── CommandHandler
    │               │   ├── CommandHandlerBase.php
    │               │   ├── CopyFiles.php
    │               │   ├── CreateFolder.php
    │               │   ├── DeleteFile.php
    │               │   ├── DeleteFolder.php
    │               │   ├── DownloadFile.php
    │               │   ├── FileUpload.php
    │               │   ├── GetFiles.php
    │               │   ├── GetFolders.php
    │               │   ├── Init.php
    │               │   ├── MoveFiles.php
    │               │   ├── QuickUpload.php
    │               │   ├── RenameFile.php
    │               │   ├── RenameFolder.php
    │               │   ├── Thumbnail.php
    │               │   └── XmlCommandHandlerBase.php
    │               ├── Core
    │               │   ├── AccessControlConfig.php
    │               │   ├── Config.php
    │               │   ├── Connector.php
    │               │   ├── Factory.php
    │               │   ├── FolderHandler.php
    │               │   ├── Hooks.php
    │               │   ├── ImagesConfig.php
    │               │   ├── Registry.php
    │               │   ├── ResourceTypeConfig.php
    │               │   ├── ThumbnailsConfig.php
    │               │   └── Xml.php
    │               ├── ErrorHandler
    │               │   ├── Base.php
    │               │   ├── FileUpload.php
    │               │   ├── Http.php
    │               │   └── QuickUpload.php
    │               └── Utils
    │                   ├── FileSystem.php
    │                   ├── Misc.php
    │                   ├── Security.php
    │                   └── XmlNode.php
    ├── help
    │   ├── en
    │   │   ├── files
    │   │   │   ├── 001.html
    │   │   │   ├── 002.html
    │   │   │   ├── 003.html
    │   │   │   ├── 004.html
    │   │   │   ├── 005.html
    │   │   │   ├── 006.html
    │   │   │   ├── 007.html
    │   │   │   ├── 008.html
    │   │   │   ├── 009.html
    │   │   │   ├── 010.html
    │   │   │   ├── 011.html
    │   │   │   ├── 012.html
    │   │   │   ├── 013.html
    │   │   │   ├── header.html
    │   │   │   ├── images
    │   │   │   │   ├── 001.gif
    │   │   │   │   ├── 002.gif
    │   │   │   │   ├── 003.gif
    │   │   │   │   ├── 004.gif
    │   │   │   │   ├── 005.gif
    │   │   │   │   ├── 006.gif
    │   │   │   │   ├── 007.gif
    │   │   │   │   ├── 008.gif
    │   │   │   │   ├── 009.gif
    │   │   │   │   ├── 010.gif
    │   │   │   │   ├── 011.gif
    │   │   │   │   ├── 012.gif
    │   │   │   │   ├── 013.gif
    │   │   │   │   ├── 014.gif
    │   │   │   │   ├── 015.gif
    │   │   │   │   ├── 016.gif
    │   │   │   │   ├── 017.gif
    │   │   │   │   ├── 018.gif
    │   │   │   │   ├── 019.gif
    │   │   │   │   └── 020.gif
    │   │   │   ├── license.html
    │   │   │   ├── other
    │   │   │   │   ├── help.css
    │   │   │   │   └── help.js
    │   │   │   ├── suggestions.html
    │   │   │   └── toc.html
    │   │   └── index.html
    │   ├── es
    │   │   ├── files
    │   │   │   ├── 001.html
    │   │   │   ├── 002.html
    │   │   │   ├── 003.html
    │   │   │   ├── 004.html
    │   │   │   ├── 005.html
    │   │   │   ├── 006.html
    │   │   │   ├── 007.html
    │   │   │   ├── 008.html
    │   │   │   ├── 009.html
    │   │   │   ├── 010.html
    │   │   │   ├── 011.html
    │   │   │   ├── 012.html
    │   │   │   ├── 013.html
    │   │   │   ├── header.html
    │   │   │   ├── images
    │   │   │   │   ├── 001.png
    │   │   │   │   ├── 002.gif
    │   │   │   │   ├── 003.gif
    │   │   │   │   ├── 004.png
    │   │   │   │   ├── 005.png
    │   │   │   │   ├── 006.png
    │   │   │   │   ├── 007.png
    │   │   │   │   ├── 008.png
    │   │   │   │   ├── 009.png
    │   │   │   │   ├── 010.gif
    │   │   │   │   ├── 011.png
    │   │   │   │   ├── 012.png
    │   │   │   │   ├── 013.png
    │   │   │   │   ├── 014.gif
    │   │   │   │   ├── 015.gif
    │   │   │   │   ├── 016.gif
    │   │   │   │   ├── 017.gif
    │   │   │   │   ├── 018.png
    │   │   │   │   ├── 019.png
    │   │   │   │   └── 020.png
    │   │   │   ├── license.html
    │   │   │   ├── other
    │   │   │   │   ├── help.css
    │   │   │   │   └── help.js
    │   │   │   ├── suggestions.html
    │   │   │   └── toc.html
    │   │   └── index.html
    │   ├── es-mx
    │   │   ├── files
    │   │   │   ├── 001.html
    │   │   │   ├── 002.html
    │   │   │   ├── 003.html
    │   │   │   ├── 004.html
    │   │   │   ├── 005.html
    │   │   │   ├── 006.html
    │   │   │   ├── 007.html
    │   │   │   ├── 008.html
    │   │   │   ├── 009.html
    │   │   │   ├── 010.html
    │   │   │   ├── 011.html
    │   │   │   ├── 012.html
    │   │   │   ├── 013.html
    │   │   │   ├── header.html
    │   │   │   ├── images
    │   │   │   │   ├── 001.png
    │   │   │   │   ├── 002.gif
    │   │   │   │   ├── 003.gif
    │   │   │   │   ├── 004.png
    │   │   │   │   ├── 005.png
    │   │   │   │   ├── 006.png
    │   │   │   │   ├── 007.png
    │   │   │   │   ├── 008.png
    │   │   │   │   ├── 009.png
    │   │   │   │   ├── 010.gif
    │   │   │   │   ├── 011.png
    │   │   │   │   ├── 012.png
    │   │   │   │   ├── 013.png
    │   │   │   │   ├── 014.gif
    │   │   │   │   ├── 015.gif
    │   │   │   │   ├── 016.gif
    │   │   │   │   ├── 017.gif
    │   │   │   │   ├── 018.png
    │   │   │   │   ├── 019.png
    │   │   │   │   └── 020.png
    │   │   │   ├── license.html
    │   │   │   ├── other
    │   │   │   │   ├── help.css
    │   │   │   │   └── help.js
    │   │   │   ├── suggestions.html
    │   │   │   └── toc.html
    │   │   └── index.html
    │   └── pl
    │       ├── files
    │       │   ├── 001.html
    │       │   ├── 002.html
    │       │   ├── 003.html
    │       │   ├── 004.html
    │       │   ├── 005.html
    │       │   ├── 006.html
    │       │   ├── 007.html
    │       │   ├── 008.html
    │       │   ├── 009.html
    │       │   ├── 010.html
    │       │   ├── 011.html
    │       │   ├── 012.html
    │       │   ├── 013.html
    │       │   ├── header.html
    │       │   ├── images
    │       │   │   ├── 001.jpg
    │       │   │   ├── 002.gif
    │       │   │   ├── 003.gif
    │       │   │   ├── 004.png
    │       │   │   ├── 005.png
    │       │   │   ├── 006.png
    │       │   │   ├── 007.jpg
    │       │   │   ├── 008.png
    │       │   │   ├── 009.png
    │       │   │   ├── 010.png
    │       │   │   ├── 011.png
    │       │   │   ├── 012.png
    │       │   │   ├── 013.png
    │       │   │   ├── 014.gif
    │       │   │   ├── 015.gif
    │       │   │   ├── 016.gif
    │       │   │   ├── 017.gif
    │       │   │   ├── 018.gif
    │       │   │   ├── 019.png
    │       │   │   └── 020.png
    │       │   ├── license.html
    │       │   ├── other
    │       │   │   ├── help.css
    │       │   │   └── help.js
    │       │   ├── suggestions.html
    │       │   └── toc.html
    │       └── index.html
    ├── install.txt
    ├── lang
    │   ├── _translationstatus.txt
    │   ├── cs.js
    │   ├── da.js
    │   ├── de.js
    │   ├── el.js
    │   ├── en.js
    │   ├── es-mx.js
    │   ├── es.js
    │   ├── fr.js
    │   ├── he.js
    │   ├── hu.js
    │   ├── it.js
    │   ├── ja.js
    │   ├── lv.js
    │   ├── nb.js
    │   ├── nl.js
    │   ├── nn.js
    │   ├── no.js
    │   ├── pl.js
    │   ├── pt-br.js
    │   ├── ru.js
    │   ├── sk.js
    │   ├── sl.js
    │   ├── sv.js
    │   ├── zh-cn.js
    │   └── zh-tw.js
    ├── license.txt
    ├── plugins
    │   ├── dummy
    │   │   ├── lang
    │   │   │   ├── en.js
    │   │   │   └── pl.js
    │   │   └── plugin.js
    │   ├── fileeditor
    │   │   ├── codemirror
    │   │   │   ├── LICENSE
    │   │   │   ├── contrib
    │   │   │   │   └── php
    │   │   │   │       ├── LICENSE
    │   │   │   │       ├── css
    │   │   │   │       │   └── phpcolors.css
    │   │   │   │       ├── index.html
    │   │   │   │       └── js
    │   │   │   │           ├── parsephp.js
    │   │   │   │           ├── parsephphtmlmixed.js
    │   │   │   │           └── tokenizephp.js
    │   │   │   ├── css
    │   │   │   │   ├── csscolors.css
    │   │   │   │   ├── docs.css
    │   │   │   │   ├── jscolors.css
    │   │   │   │   ├── people.jpg
    │   │   │   │   ├── sparqlcolors.css
    │   │   │   │   └── xmlcolors.css
    │   │   │   └── js
    │   │   │       ├── codemirror.js
    │   │   │       ├── editor.js
    │   │   │       ├── highlight.js
    │   │   │       ├── mirrorframe.js
    │   │   │       ├── parsecss.js
    │   │   │       ├── parsedummy.js
    │   │   │       ├── parsehtmlmixed.js
    │   │   │       ├── parsejavascript.js
    │   │   │       ├── parsesparql.js
    │   │   │       ├── parsexml.js
    │   │   │       ├── select.js
    │   │   │       ├── stringstream.js
    │   │   │       ├── tokenize.js
    │   │   │       ├── tokenizejavascript.js
    │   │   │       ├── undo.js
    │   │   │       └── util.js
    │   │   ├── plugin.js
    │   │   └── plugin.php
    │   ├── imageresize
    │   │   ├── images
    │   │   │   └── mini.gif
    │   │   ├── plugin.js
    │   │   └── plugin.php
    │   └── watermark
    │       ├── logo.gif
    │       └── plugin.php
    ├── skins
    │   ├── kama
    │   │   ├── app.css
    │   │   ├── host.css
    │   │   ├── icons.png
    │   │   ├── images
    │   │   │   ├── ckffolder.gif
    │   │   │   ├── ckffolderopened.gif
    │   │   │   ├── ckfminus.gif
    │   │   │   ├── ckfnothumb.gif
    │   │   │   ├── ckfplus.gif
    │   │   │   ├── icons
    │   │   │   │   ├── 16
    │   │   │   │   │   ├── ai.gif
    │   │   │   │   │   ├── avi.gif
    │   │   │   │   │   ├── bmp.gif
    │   │   │   │   │   ├── cs.gif
    │   │   │   │   │   ├── default.icon.gif
    │   │   │   │   │   ├── dll.gif
    │   │   │   │   │   ├── doc.gif
    │   │   │   │   │   ├── docx.gif
    │   │   │   │   │   ├── exe.gif
    │   │   │   │   │   ├── fla.gif
    │   │   │   │   │   ├── gif.gif
    │   │   │   │   │   ├── jpg.gif
    │   │   │   │   │   ├── js.gif
    │   │   │   │   │   ├── mdb.gif
    │   │   │   │   │   ├── mp3.gif
    │   │   │   │   │   ├── ogg.gif
    │   │   │   │   │   ├── pdf.gif
    │   │   │   │   │   ├── ppt.gif
    │   │   │   │   │   ├── pptx.gif
    │   │   │   │   │   ├── rdp.gif
    │   │   │   │   │   ├── swf.gif
    │   │   │   │   │   ├── swt.gif
    │   │   │   │   │   ├── txt.gif
    │   │   │   │   │   ├── vsd.gif
    │   │   │   │   │   ├── xls.gif
    │   │   │   │   │   ├── xlsx.gif
    │   │   │   │   │   ├── xml.gif
    │   │   │   │   │   └── zip.gif
    │   │   │   │   └── 32
    │   │   │   │       ├── ai.gif
    │   │   │   │       ├── avi.gif
    │   │   │   │       ├── bmp.gif
    │   │   │   │       ├── cs.gif
    │   │   │   │       ├── default.icon.gif
    │   │   │   │       ├── dll.gif
    │   │   │   │       ├── doc.gif
    │   │   │   │       ├── docx.gif
    │   │   │   │       ├── exe.gif
    │   │   │   │       ├── fla.gif
    │   │   │   │       ├── gif.gif
    │   │   │   │       ├── jpg.gif
    │   │   │   │       ├── js.gif
    │   │   │   │       ├── mdb.gif
    │   │   │   │       ├── mp3.gif
    │   │   │   │       ├── ogg.gif
    │   │   │   │       ├── ogg.png
    │   │   │   │       ├── pdf.gif
    │   │   │   │       ├── ppt.gif
    │   │   │   │       ├── pptx.gif
    │   │   │   │       ├── rdp.gif
    │   │   │   │       ├── swf.gif
    │   │   │   │       ├── swt.gif
    │   │   │   │       ├── txt.gif
    │   │   │   │       ├── vsd.gif
    │   │   │   │       ├── xls.gif
    │   │   │   │       ├── xlsx.gif
    │   │   │   │       ├── xml.gif
    │   │   │   │       └── zip.gif
    │   │   │   ├── icons.png
    │   │   │   ├── loaders
    │   │   │   │   ├── 16x16.gif
    │   │   │   │   └── 32x32.gif
    │   │   │   ├── spacer.gif
    │   │   │   ├── sprites.png
    │   │   │   ├── sprites_ie6.png
    │   │   │   └── toolbar
    │   │   │       ├── add.gif
    │   │   │       ├── clear_basket.gif
    │   │   │       ├── delete.gif
    │   │   │       ├── download.gif
    │   │   │       ├── help.gif
    │   │   │       ├── refresh.gif
    │   │   │       ├── settings.gif
    │   │   │       └── view.gif
    │   │   ├── richcombo.css
    │   │   ├── skin.js
    │   │   └── uipanel.css
    │   └── v1
    │       ├── app.css
    │       ├── host.css
    │       ├── icons.png
    │       ├── images
    │       │   ├── ckffolder.gif
    │       │   ├── ckffolderopened.gif
    │       │   ├── ckfminus.gif
    │       │   ├── ckfnothumb.gif
    │       │   ├── ckfplus.gif
    │       │   ├── dialog_sides.gif
    │       │   ├── dialog_sides.png
    │       │   ├── dialog_sides_rtl.png
    │       │   ├── icons
    │       │   │   ├── 16
    │       │   │   │   ├── ai.gif
    │       │   │   │   ├── avi.gif
    │       │   │   │   ├── bmp.gif
    │       │   │   │   ├── cs.gif
    │       │   │   │   ├── default.icon.gif
    │       │   │   │   ├── dll.gif
    │       │   │   │   ├── doc.gif
    │       │   │   │   ├── docx.gif
    │       │   │   │   ├── exe.gif
    │       │   │   │   ├── fla.gif
    │       │   │   │   ├── gif.gif
    │       │   │   │   ├── jpg.gif
    │       │   │   │   ├── js.gif
    │       │   │   │   ├── mdb.gif
    │       │   │   │   ├── mp3.gif
    │       │   │   │   ├── pdf.gif
    │       │   │   │   ├── ppt.gif
    │       │   │   │   ├── pptx.gif
    │       │   │   │   ├── rdp.gif
    │       │   │   │   ├── swf.gif
    │       │   │   │   ├── swt.gif
    │       │   │   │   ├── txt.gif
    │       │   │   │   ├── vsd.gif
    │       │   │   │   ├── xls.gif
    │       │   │   │   ├── xlsx.gif
    │       │   │   │   ├── xml.gif
    │       │   │   │   └── zip.gif
    │       │   │   └── 32
    │       │   │       ├── ai.gif
    │       │   │       ├── avi.gif
    │       │   │       ├── bmp.gif
    │       │   │       ├── cs.gif
    │       │   │       ├── default.icon.gif
    │       │   │       ├── dll.gif
    │       │   │       ├── doc.gif
    │       │   │       ├── docx.gif
    │       │   │       ├── exe.gif
    │       │   │       ├── fla.gif
    │       │   │       ├── gif.gif
    │       │   │       ├── jpg.gif
    │       │   │       ├── js.gif
    │       │   │       ├── mdb.gif
    │       │   │       ├── mp3.gif
    │       │   │       ├── pdf.gif
    │       │   │       ├── ppt.gif
    │       │   │       ├── pptx.gif
    │       │   │       ├── rdp.gif
    │       │   │       ├── swf.gif
    │       │   │       ├── swt.gif
    │       │   │       ├── txt.gif
    │       │   │       ├── vsd.gif
    │       │   │       ├── xls.gif
    │       │   │       ├── xlsx.gif
    │       │   │       ├── xml.gif
    │       │   │       └── zip.gif
    │       │   ├── icons.png
    │       │   ├── loaders
    │       │   │   ├── 16x16.gif
    │       │   │   └── 32x32.gif
    │       │   ├── spacer.gif
    │       │   ├── sprites.png
    │       │   ├── sprites_ie6.png
    │       │   ├── toolbar
    │       │   │   ├── add.gif
    │       │   │   ├── clear_basket.gif
    │       │   │   ├── delete.gif
    │       │   │   ├── download.gif
    │       │   │   ├── help.gif
    │       │   │   ├── refresh.gif
    │       │   │   ├── settings.gif
    │       │   │   └── view.gif
    │       │   └── toolbar_start.gif
    │       ├── richcombo.css
    │       ├── skin.js
    │       └── uipanel.css
    └── userfiles

65 directories, 513 files