【实例简介】ckeditor_3.6.4 ckfinder2.3 for php整合
ckeditor_3.6.4 ckfinder2.3 for php整合 1.注意修改ckfinder/config.php 第32行权限验证方式 2.ckfinder 上传文件名以时间命名,去掉修改文件及文件夹功能并屏蔽按钮。 附调用方法: <textarea cols="80" id=...
【实例截图】
【核心代码】
.
├── ckeditor
│ ├── LICENSE.html
│ ├── adapters
│ │ └── jquery.js
│ ├── ckeditor.js
│ ├── ckeditor.pack
│ ├── ckeditor.php
│ ├── ckeditor_basic.js
│ ├── ckeditor_basic_source.js
│ ├── ckeditor_php4.php
│ ├── ckeditor_php5.php
│ ├── ckeditor_source.js
│ ├── config.js
│ ├── contents.css
│ ├── images
│ │ └── spacer.gif
│ ├── lang
│ │ ├── _languages.js
│ │ ├── _translationstatus.txt
│ │ ├── en.js
│ │ └── zh-cn.js
│ ├── plugins
│ │ ├── a11yhelp
│ │ │ ├── dialogs
│ │ │ │ └── a11yhelp.js
│ │ │ └── lang
│ │ │ ├── _translationstatus.txt
│ │ │ ├── cs.js
│ │ │ ├── cy.js
│ │ │ ├── da.js
│ │ │ ├── de.js
│ │ │ ├── el.js
│ │ │ ├── en.js
│ │ │ ├── eo.js
│ │ │ ├── fa.js
│ │ │ ├── fi.js
│ │ │ ├── fr.js
│ │ │ ├── gu.js
│ │ │ ├── he.js
│ │ │ ├── it.js
│ │ │ ├── mk.js
│ │ │ ├── nb.js
│ │ │ ├── nl.js
│ │ │ ├── no.js
│ │ │ ├── pt-br.js
│ │ │ ├── ro.js
│ │ │ ├── tr.js
│ │ │ ├── ug.js
│ │ │ ├── vi.js
│ │ │ └── zh-cn.js
│ │ ├── about
│ │ │ └── dialogs
│ │ │ ├── about.js
│ │ │ └── logo_ckeditor.png
│ │ ├── adobeair
│ │ │ └── plugin.js
│ │ ├── ajax
│ │ │ └── plugin.js
│ │ ├── autogrow
│ │ │ └── plugin.js
│ │ ├── bbcode
│ │ │ └── plugin.js
│ │ ├── clipboard
│ │ │ └── dialogs
│ │ │ └── paste.js
│ │ ├── colordialog
│ │ │ └── dialogs
│ │ │ └── colordialog.js
│ │ ├── devtools
│ │ │ ├── lang
│ │ │ │ ├── _translationstatus.txt
│ │ │ │ ├── bg.js
│ │ │ │ ├── cs.js
│ │ │ │ ├── cy.js
│ │ │ │ ├── da.js
│ │ │ │ ├── de.js
│ │ │ │ ├── el.js
│ │ │ │ ├── en.js
│ │ │ │ ├── eo.js
│ │ │ │ ├── et.js
│ │ │ │ ├── fa.js
│ │ │ │ ├── fi.js
│ │ │ │ ├── fr.js
│ │ │ │ ├── gu.js
│ │ │ │ ├── he.js
│ │ │ │ ├── hr.js
│ │ │ │ ├── it.js
│ │ │ │ ├── nb.js
│ │ │ │ ├── nl.js
│ │ │ │ ├── no.js
│ │ │ │ ├── pl.js
│ │ │ │ ├── pt-br.js
│ │ │ │ ├── tr.js
│ │ │ │ ├── ug.js
│ │ │ │ ├── uk.js
│ │ │ │ ├── vi.js
│ │ │ │ └── zh-cn.js
│ │ │ └── plugin.js
│ │ ├── dialog
│ │ │ └── dialogDefinition.js
│ │ ├── div
│ │ │ └── dialogs
│ │ │ └── div.js
│ │ ├── docprops
│ │ │ ├── dialogs
│ │ │ │ └── docprops.js
│ │ │ └── plugin.js
│ │ ├── find
│ │ │ └── dialogs
│ │ │ └── find.js
│ │ ├── flash
│ │ │ ├── dialogs
│ │ │ │ └── flash.js
│ │ │ └── images
│ │ │ └── placeholder.png
│ │ ├── forms
│ │ │ ├── dialogs
│ │ │ │ ├── button.js
│ │ │ │ ├── checkbox.js
│ │ │ │ ├── form.js
│ │ │ │ ├── hiddenfield.js
│ │ │ │ ├── radio.js
│ │ │ │ ├── select.js
│ │ │ │ ├── textarea.js
│ │ │ │ └── textfield.js
│ │ │ └── images
│ │ │ └── hiddenfield.gif
│ │ ├── iframe
│ │ │ ├── dialogs
│ │ │ │ └── iframe.js
│ │ │ └── images
│ │ │ └── placeholder.png
│ │ ├── iframedialog
│ │ │ └── plugin.js
│ │ ├── image
│ │ │ └── dialogs
│ │ │ └── image.js
│ │ ├── link
│ │ │ ├── dialogs
│ │ │ │ ├── anchor.js
│ │ │ │ └── link.js
│ │ │ └── images
│ │ │ └── anchor.gif
│ │ ├── liststyle
│ │ │ └── dialogs
│ │ │ └── liststyle.js
│ │ ├── pagebreak
│ │ │ └── images
│ │ │ └── pagebreak.gif
│ │ ├── pastefromword
│ │ │ └── filter
│ │ │ └── default.js
│ │ ├── pastetext
│ │ │ └── dialogs
│ │ │ └── pastetext.js
│ │ ├── placeholder
│ │ │ ├── dialogs
│ │ │ │ └── placeholder.js
│ │ │ ├── lang
│ │ │ │ ├── _translationstatus.txt
│ │ │ │ ├── bg.js
│ │ │ │ ├── cs.js
│ │ │ │ ├── cy.js
│ │ │ │ ├── da.js
│ │ │ │ ├── de.js
│ │ │ │ ├── el.js
│ │ │ │ ├── en.js
│ │ │ │ ├── eo.js
│ │ │ │ ├── et.js
│ │ │ │ ├── fa.js
│ │ │ │ ├── fi.js
│ │ │ │ ├── fr.js
│ │ │ │ ├── he.js
│ │ │ │ ├── hr.js
│ │ │ │ ├── it.js
│ │ │ │ ├── nb.js
│ │ │ │ ├── nl.js
│ │ │ │ ├── no.js
│ │ │ │ ├── pl.js
│ │ │ │ ├── pt-br.js
│ │ │ │ ├── tr.js
│ │ │ │ ├── ug.js
│ │ │ │ ├── uk.js
│ │ │ │ ├── vi.js
│ │ │ │ └── zh-cn.js
│ │ │ ├── placeholder.gif
│ │ │ └── plugin.js
│ │ ├── preview
│ │ │ └── preview.html
│ │ ├── scayt
│ │ │ └── dialogs
│ │ │ ├── options.js
│ │ │ └── toolbar.css
│ │ ├── showblocks
│ │ │ └── images
│ │ │ ├── block_address.png
│ │ │ ├── block_blockquote.png
│ │ │ ├── block_div.png
│ │ │ ├── block_h1.png
│ │ │ ├── block_h2.png
│ │ │ ├── block_h3.png
│ │ │ ├── block_h4.png
│ │ │ ├── block_h5.png
│ │ │ ├── block_h6.png
│ │ │ ├── block_p.png
│ │ │ └── block_pre.png
│ │ ├── specialchar
│ │ │ ├── dialogs
│ │ │ │ └── specialchar.js
│ │ │ └── lang
│ │ │ ├── _translationstatus.txt
│ │ │ ├── cs.js
│ │ │ ├── cy.js
│ │ │ ├── de.js
│ │ │ ├── el.js
│ │ │ ├── en.js
│ │ │ ├── eo.js
│ │ │ ├── et.js
│ │ │ ├── fa.js
│ │ │ ├── fi.js
│ │ │ ├── fr.js
│ │ │ ├── he.js
│ │ │ ├── hr.js
│ │ │ ├── it.js
│ │ │ ├── nb.js
│ │ │ ├── nl.js
│ │ │ ├── no.js
│ │ │ ├── pt-br.js
│ │ │ ├── tr.js
│ │ │ ├── ug.js
│ │ │ └── zh-cn.js
│ │ ├── styles
│ │ │ └── styles
│ │ │ └── default.js
│ │ ├── stylesheetparser
│ │ │ └── plugin.js
│ │ ├── table
│ │ │ └── dialogs
│ │ │ └── table.js
│ │ ├── tableresize
│ │ │ └── plugin.js
│ │ ├── tabletools
│ │ │ └── dialogs
│ │ │ └── tableCell.js
│ │ ├── templates
│ │ │ ├── dialogs
│ │ │ │ └── templates.js
│ │ │ └── templates
│ │ │ ├── default.js
│ │ │ └── images
│ │ │ ├── template1.gif
│ │ │ ├── template2.gif
│ │ │ └── template3.gif
│ │ ├── uicolor
│ │ │ ├── Thumbs.db
│ │ │ ├── dialogs
│ │ │ │ └── uicolor.js
│ │ │ ├── lang
│ │ │ │ ├── _translationstatus.txt
│ │ │ │ ├── bg.js
│ │ │ │ ├── cs.js
│ │ │ │ ├── cy.js
│ │ │ │ ├── da.js
│ │ │ │ ├── de.js
│ │ │ │ ├── el.js
│ │ │ │ ├── en.js
│ │ │ │ ├── eo.js
│ │ │ │ ├── et.js
│ │ │ │ ├── fa.js
│ │ │ │ ├── fi.js
│ │ │ │ ├── fr.js
│ │ │ │ ├── he.js
│ │ │ │ ├── hr.js
│ │ │ │ ├── it.js
│ │ │ │ ├── mk.js
│ │ │ │ ├── nb.js
│ │ │ │ ├── nl.js
│ │ │ │ ├── no.js
│ │ │ │ ├── pl.js
│ │ │ │ ├── pt-br.js
│ │ │ │ ├── tr.js
│ │ │ │ ├── ug.js
│ │ │ │ ├── uk.js
│ │ │ │ ├── vi.js
│ │ │ │ └── zh-cn.js
│ │ │ ├── plugin.js
│ │ │ ├── uicolor.gif
│ │ │ └── yui
│ │ │ ├── assets
│ │ │ │ ├── hue_bg.png
│ │ │ │ ├── hue_thumb.png
│ │ │ │ ├── picker_mask.png
│ │ │ │ ├── picker_thumb.png
│ │ │ │ └── yui.css
│ │ │ └── yui.js
│ │ ├── wsc
│ │ │ └── dialogs
│ │ │ ├── ciframe.html
│ │ │ ├── tmpFrameset.html
│ │ │ ├── wsc.css
│ │ │ └── wsc.js
│ │ └── xml
│ │ └── plugin.js
│ ├── skins
│ │ └── v2
│ │ ├── dialog.css
│ │ ├── editor.css
│ │ ├── icons.png
│ │ ├── icons_rtl.png
│ │ ├── images
│ │ │ ├── dialog_sides.gif
│ │ │ ├── dialog_sides.png
│ │ │ ├── dialog_sides_rtl.png
│ │ │ ├── mini.gif
│ │ │ ├── noimage.png
│ │ │ ├── sprites.png
│ │ │ ├── sprites_ie6.png
│ │ │ └── toolbar_start.gif
│ │ ├── skin.js
│ │ └── templates.css
│ └── themes
│ └── default
│ └── theme.js
├── ckeditor_3.6.4 ckfinder2.3 for php整合_ckeditor_3.6.4 ckfinder2.3forphp.rar
├── ckfinder
│ ├── ckfinder.html
│ ├── ckfinder.js
│ ├── ckfinder.php
│ ├── ckfinder_v1.js
│ ├── ckfinderyyyyy.js
│ ├── config.js
│ ├── config.php
│ ├── core
│ │ ├── ckfinder_php5.php
│ │ └── connector
│ │ └── php
│ │ ├── connector.php
│ │ ├── constants.php
│ │ ├── lang
│ │ │ ├── en.php
│ │ │ └── zh-cn.php
│ │ └── php5
│ │ ├── CommandHandler
│ │ │ ├── CommandHandlerBase.php
│ │ │ ├── CopyFiles.php
│ │ │ ├── CreateFolder.php
│ │ │ ├── DeleteFiles.php
│ │ │ ├── DeleteFolder.php
│ │ │ ├── DownloadFile.php
│ │ │ ├── FileUpload.php
│ │ │ ├── GetFiles.php
│ │ │ ├── GetFolders.php
│ │ │ ├── Init.php
│ │ │ ├── LoadCookies.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
│ ├── install.txt
│ ├── lang
│ │ ├── _translationstatus.txt
│ │ ├── en.js
│ │ └── zh-cn.js
│ ├── license.txt
│ ├── plugins
│ │ ├── dummy
│ │ │ ├── lang
│ │ │ │ ├── en.js
│ │ │ │ └── pl.js
│ │ │ └── plugin.js
│ │ ├── fileeditor
│ │ │ ├── codemirror
│ │ │ │ ├── LICENSE
│ │ │ │ ├── lib
│ │ │ │ │ ├── codemirror.css
│ │ │ │ │ └── codemirror.js
│ │ │ │ └── mode
│ │ │ │ ├── clike
│ │ │ │ │ └── clike.js
│ │ │ │ ├── css
│ │ │ │ │ └── css.js
│ │ │ │ ├── htmlmixed
│ │ │ │ │ └── htmlmixed.js
│ │ │ │ ├── javascript
│ │ │ │ │ └── javascript.js
│ │ │ │ ├── php
│ │ │ │ │ └── php.js
│ │ │ │ └── xml
│ │ │ │ └── xml.js
│ │ │ ├── plugin.js
│ │ │ └── plugin.php
│ │ ├── flashupload
│ │ │ ├── Uploader.html
│ │ │ └── flash
│ │ │ └── Uploader.swf
│ │ ├── gallery
│ │ │ └── colorbox
│ │ │ ├── colorbox.css
│ │ │ ├── images
│ │ │ │ ├── border.png
│ │ │ │ ├── controls.png
│ │ │ │ ├── ie6
│ │ │ │ │ ├── borderBottomCenter.png
│ │ │ │ │ ├── borderBottomLeft.png
│ │ │ │ │ ├── borderBottomRight.png
│ │ │ │ │ ├── borderMiddleLeft.png
│ │ │ │ │ ├── borderMiddleRight.png
│ │ │ │ │ ├── borderTopCenter.png
│ │ │ │ │ ├── borderTopLeft.png
│ │ │ │ │ └── borderTopRight.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── loading_background.png
│ │ │ │ └── overlay.png
│ │ │ ├── jquery.colorbox-min.js
│ │ │ ├── jquery.min.js
│ │ │ └── license.txt
│ │ ├── imageresize
│ │ │ ├── images
│ │ │ │ └── mini.gif
│ │ │ ├── plugin.js
│ │ │ └── plugin.php
│ │ ├── watermark
│ │ │ ├── logo.gif
│ │ │ └── plugin.php
│ │ └── zip
│ │ ├── images
│ │ │ └── zip.gif
│ │ └── plugin.php
│ ├── skins
│ │ ├── kama
│ │ │ ├── app.css
│ │ │ ├── host.css
│ │ │ ├── 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
│ │ │ │ ├── maximize.gif
│ │ │ │ ├── refresh.gif
│ │ │ │ ├── settings.gif
│ │ │ │ └── view.gif
│ │ │ ├── richcombo.css
│ │ │ ├── skin.js
│ │ │ └── uipanel.css
│ │ └── v1
│ │ ├── app.css
│ │ ├── host.css
│ │ ├── 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
│ │ │ │ ├── maximize.gif
│ │ │ │ ├── refresh.gif
│ │ │ │ ├── settings.gif
│ │ │ │ └── view.gif
│ │ │ └── toolbar_start.gif
│ │ ├── richcombo.css
│ │ ├── skin.js
│ │ └── uipanel.css
│ └── userfiles
└── 说明.txt
137 directories, 497 files
评论