在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → php新闻管理系统源码

php新闻管理系统源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:17.35M
  • 下载次数:3
  • 浏览次数:108
  • 发布时间:2021-02-02
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
以最基础的php原生的过程写法写的新闻发布系统,适合新手学习
【实例截图】
【核心代码】
4bcad9da-2bbc-43f8-b4e1-e912c0029f82
└── mycms
├── admin
│   ├── admin
│   │   ├── add.php
│   │   ├── del.php
│   │   ├── edit.php
│   │   └── index.php
│   ├── category
│   │   ├── add.php
│   │   ├── del.php
│   │   ├── edit.php
│   │   ├── index.php
│   │   └── next.php
│   ├── index
│   │   ├── index.php
│   │   ├── jump.php
│   │   ├── login.php
│   │   └── outlogin.php
│   ├── level
│   │   ├── add.php
│   │   ├── del.php
│   │   ├── edit.php
│   │   └── index.php
│   ├── news
│   │   ├── add.php
│   │   ├── del.php
│   │   ├── edit.php
│   │   └── index.php
│   └── template
│   ├── admin
│   │   ├── add.html
│   │   ├── edit.html
│   │   └── index.html
│   ├── category
│   │   ├── add.html
│   │   ├── edit.html
│   │   └── index.html
│   ├── footer.html
│   ├── header.html
│   ├── index
│   │   ├── index.html
│   │   └── login.html
│   ├── level
│   │   ├── add.html
│   │   ├── edit.html
│   │   └── index.html
│   └── news
│   ├── add.html
│   ├── edit.html
│   └── index.html
├── home
│   ├── contact
│   │   └── index.php
│   ├── index
│   │   └── index.php
│   ├── link
│   │   └── index.php
│   ├── message
│   │   └── index.php
│   ├── news
│   │   ├── index.php
│   │   └── info.php
│   ├── product
│   │   └── index.php
│   ├── template
│   │   ├── contact
│   │   │   └── index.html
│   │   ├── footer.html
│   │   ├── header.html
│   │   ├── index
│   │   │   └── index.html
│   │   ├── link
│   │   │   └── index.html
│   │   ├── message
│   │   │   └── index.html
│   │   ├── news
│   │   │   ├── info.html
│   │   │   └── news.html
│   │   ├── product
│   │   │   └── index.html
│   │   └── user
│   │   ├── login.html
│   │   └── reg.html
│   └── user
│   ├── authReg.php
│   ├── checkName.php
│   ├── loginout.php
│   ├── login.php
│   ├── reg.php
│   └── vcode.php
├── index.php
├── js
│   ├── category.js
│   ├── ckeditor
│   │   ├── adapters
│   │   │   └── jquery.js
│   │   ├── CHANGES.html
│   │   ├── ckeditor
│   │   │   ├── adapters
│   │   │   │   └── jquery.js
│   │   │   ├── CHANGES.html
│   │   │   ├── ckeditor_basic.js
│   │   │   ├── ckeditor_basic_source.js
│   │   │   ├── ckeditor.js
│   │   │   ├── ckeditor.pack
│   │   │   ├── ckeditor.php
│   │   │   ├── ckeditor_php4.php
│   │   │   ├── ckeditor_php5.php
│   │   │   ├── ckeditor_source.js
│   │   │   ├── ckfinder
│   │   │   │   ├── changelog.txt
│   │   │   │   ├── ckfinder.html
│   │   │   │   ├── ckfinder.js
│   │   │   │   ├── ckfinder.php
│   │   │   │   ├── 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
│   │   │   │   │   │   │   ├── it.php
│   │   │   │   │   │   │   ├── lv.php
│   │   │   │   │   │   │   ├── nl.php
│   │   │   │   │   │   │   ├── pl.php
│   │   │   │   │   │   │   ├── pt-br.php
│   │   │   │   │   │   │   ├── ru.php
│   │   │   │   │   │   │   ├── sk.php
│   │   │   │   │   │   │   ├── sl.php
│   │   │   │   │   │   │   ├── sv.php
│   │   │   │   │   │   │   ├── zh-cn.php
│   │   │   │   │   │   │   └── zh-tw.php
│   │   │   │   │   │   ├── php4
│   │   │   │   │   │   │   ├── CommandHandler
│   │   │   │   │   │   │   │   ├── CommandHandlerBase.php
│   │   │   │   │   │   │   │   ├── CreateFolder.php
│   │   │   │   │   │   │   │   ├── DeleteFile.php
│   │   │   │   │   │   │   │   ├── DeleteFolder.php
│   │   │   │   │   │   │   │   ├── DownloadFile.php
│   │   │   │   │   │   │   │   ├── FileUpload.php
│   │   │   │   │   │   │   │   ├── GetFiles.php
│   │   │   │   │   │   │   │   ├── GetFolders.php
│   │   │   │   │   │   │   │   ├── Init.php
│   │   │   │   │   │   │   │   ├── _notes
│   │   │   │   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   │   │   │   ├── QuickUpload.php
│   │   │   │   │   │   │   │   ├── RenameFile.php
│   │   │   │   │   │   │   │   ├── RenameFolder.php
│   │   │   │   │   │   │   │   ├── Thumbnail.php
│   │   │   │   │   │   │   │   └── XmlCommandHandlerBase.php
│   │   │   │   │   │   │   ├── Core
│   │   │   │   │   │   │   │   ├── AccessControlConfig.php
│   │   │   │   │   │   │   │   ├── Config.php
│   │   │   │   │   │   │   │   ├── Connector.php
│   │   │   │   │   │   │   │   ├── Factory.php
│   │   │   │   │   │   │   │   ├── FolderHandler.php
│   │   │   │   │   │   │   │   ├── ImagesConfig.php
│   │   │   │   │   │   │   │   ├── Registry.php
│   │   │   │   │   │   │   │   ├── ResourceTypeConfig.php
│   │   │   │   │   │   │   │   ├── ThumbnailsConfig.php
│   │   │   │   │   │   │   │   └── Xml.php
│   │   │   │   │   │   │   ├── ErrorHandler
│   │   │   │   │   │   │   │   ├── Base.php
│   │   │   │   │   │   │   │   ├── FileUpload.php
│   │   │   │   │   │   │   │   ├── Http.php
│   │   │   │   │   │   │   │   ├── _notes
│   │   │   │   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   │   │   │   └── QuickUpload.php
│   │   │   │   │   │   │   └── Utils
│   │   │   │   │   │   │   ├── FileSystem.php
│   │   │   │   │   │   │   ├── Misc.php
│   │   │   │   │   │   │   ├── Security.php
│   │   │   │   │   │   │   └── XmlNode.php
│   │   │   │   │   │   └── php5
│   │   │   │   │   │   ├── CommandHandler
│   │   │   │   │   │   │   ├── CommandHandlerBase.php
│   │   │   │   │   │   │   ├── CreateFolder.php
│   │   │   │   │   │   │   ├── DeleteFile.php
│   │   │   │   │   │   │   ├── DeleteFolder.php
│   │   │   │   │   │   │   ├── DownloadFile.php
│   │   │   │   │   │   │   ├── FileUpload.php
│   │   │   │   │   │   │   ├── GetFiles.php
│   │   │   │   │   │   │   ├── GetFolders.php
│   │   │   │   │   │   │   ├── Init.php
│   │   │   │   │   │   │   ├── QuickUpload.php
│   │   │   │   │   │   │   ├── RenameFile.php
│   │   │   │   │   │   │   ├── RenameFolder.php
│   │   │   │   │   │   │   ├── Thumbnail.php
│   │   │   │   │   │   │   └── XmlCommandHandlerBase.php
│   │   │   │   │   │   ├── Core
│   │   │   │   │   │   │   ├── AccessControlConfig.php
│   │   │   │   │   │   │   ├── Config.php
│   │   │   │   │   │   │   ├── Connector.php
│   │   │   │   │   │   │   ├── Factory.php
│   │   │   │   │   │   │   ├── FolderHandler.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
│   │   │   │   │   ├── css
│   │   │   │   │   │   └── ckfinder.css
│   │   │   │   │   ├── 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
│   │   │   │   │   ├── 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
│   │   │   │   │   │   │   │   ├── exe.gif
│   │   │   │   │   │   │   │   ├── fla.gif
│   │   │   │   │   │   │   │   ├── gif.gif
│   │   │   │   │   │   │   │   ├── jpg.gif
│   │   │   │   │   │   │   │   ├── js.gif
│   │   │   │   │   │   │   │   ├── mdb.gif
│   │   │   │   │   │   │   │   ├── mp3.gif
│   │   │   │   │   │   │   │   ├── pdf.gif
│   │   │   │   │   │   │   │   ├── ppt.gif
│   │   │   │   │   │   │   │   ├── rdp.gif
│   │   │   │   │   │   │   │   ├── swf.gif
│   │   │   │   │   │   │   │   ├── swt.gif
│   │   │   │   │   │   │   │   ├── txt.gif
│   │   │   │   │   │   │   │   ├── vsd.gif
│   │   │   │   │   │   │   │   ├── xls.gif
│   │   │   │   │   │   │   │   ├── xml.gif
│   │   │   │   │   │   │   │   └── zip.gif
│   │   │   │   │   │   │   └── 32
│   │   │   │   │   │   │   ├── ai.gif
│   │   │   │   │   │   │   ├── avi.gif
│   │   │   │   │   │   │   ├── bmp.gif
│   │   │   │   │   │   │   ├── cs.gif
│   │   │   │   │   │   │   ├── default.icon.gif
│   │   │   │   │   │   │   ├── dll.gif
│   │   │   │   │   │   │   ├── doc.gif
│   │   │   │   │   │   │   ├── exe.gif
│   │   │   │   │   │   │   ├── fla.gif
│   │   │   │   │   │   │   ├── gif.gif
│   │   │   │   │   │   │   ├── jpg.gif
│   │   │   │   │   │   │   ├── js.gif
│   │   │   │   │   │   │   ├── mdb.gif
│   │   │   │   │   │   │   ├── mp3.gif
│   │   │   │   │   │   │   ├── pdf.gif
│   │   │   │   │   │   │   ├── ppt.gif
│   │   │   │   │   │   │   ├── rdp.gif
│   │   │   │   │   │   │   ├── swf.gif
│   │   │   │   │   │   │   ├── swt.gif
│   │   │   │   │   │   │   ├── txt.gif
│   │   │   │   │   │   │   ├── vsd.gif
│   │   │   │   │   │   │   ├── xls.gif
│   │   │   │   │   │   │   ├── xml.gif
│   │   │   │   │   │   │   └── zip.gif
│   │   │   │   │   │   ├── spacer.gif
│   │   │   │   │   │   └── toolbar
│   │   │   │   │   │   ├── add.gif
│   │   │   │   │   │   ├── delete.gif
│   │   │   │   │   │   ├── download.gif
│   │   │   │   │   │   ├── help.gif
│   │   │   │   │   │   ├── refresh.gif
│   │   │   │   │   │   ├── settings.gif
│   │   │   │   │   │   └── view.gif
│   │   │   │   │   ├── js
│   │   │   │   │   │   ├── ckfinder_gecko.js
│   │   │   │   │   │   └── ckfinder_ie.js
│   │   │   │   │   ├── lang
│   │   │   │   │   │   ├── en.js
│   │   │   │   │   │   ├── zh-cn.js
│   │   │   │   │   │   └── zh-tw.js
│   │   │   │   │   ├── pages
│   │   │   │   │   │   ├── blank.html
│   │   │   │   │   │   ├── ckffiles.html
│   │   │   │   │   │   └── ckffolders.html
│   │   │   │   │   └── skins
│   │   │   │   │   ├── default
│   │   │   │   │   │   ├── fck_dialog.css
│   │   │   │   │   │   ├── fck_editor.css
│   │   │   │   │   │   └── images
│   │   │   │   │   │   ├── toolbar.arrowright.gif
│   │   │   │   │   │   ├── toolbar.buttonarrow.gif
│   │   │   │   │   │   ├── toolbar.collapse.gif
│   │   │   │   │   │   ├── toolbar.end.gif
│   │   │   │   │   │   ├── toolbar.expand.gif
│   │   │   │   │   │   ├── toolbar.separator.gif
│   │   │   │   │   │   └── toolbar.start.gif
│   │   │   │   │   ├── office2003
│   │   │   │   │   │   ├── fck_dialog.css
│   │   │   │   │   │   ├── fck_editor.css
│   │   │   │   │   │   └── images
│   │   │   │   │   │   ├── toolbar.arrowright.gif
│   │   │   │   │   │   ├── toolbar.bg.gif
│   │   │   │   │   │   ├── toolbar.buttonarrow.gif
│   │   │   │   │   │   ├── toolbar.collapse.gif
│   │   │   │   │   │   ├── toolbar.end.gif
│   │   │   │   │   │   ├── toolbar.expand.gif
│   │   │   │   │   │   ├── toolbar.separator.gif
│   │   │   │   │   │   └── toolbar.start.gif
│   │   │   │   │   └── silver
│   │   │   │   │   ├── fck_dialog.css
│   │   │   │   │   ├── fck_editor.css
│   │   │   │   │   └── images
│   │   │   │   │   ├── toolbar.arrowright.gif
│   │   │   │   │   ├── toolbar.buttonarrow.gif
│   │   │   │   │   ├── toolbar.buttonbg.gif
│   │   │   │   │   ├── toolbar.collapse.gif
│   │   │   │   │   ├── toolbar.end.gif
│   │   │   │   │   ├── toolbar.expand.gif
│   │   │   │   │   ├── toolbar.separator.gif
│   │   │   │   │   └── toolbar.start.gif
│   │   │   │   ├── install.txt
│   │   │   │   ├── license.txt
│   │   │   │   └── userfiles
│   │   │   ├── config.js
│   │   │   ├── contents.css
│   │   │   ├── images
│   │   │   │   └── spacer.gif
│   │   │   ├── INSTALL.html
│   │   │   ├── lang
│   │   │   │   ├── en.js
│   │   │   │   ├── zh-cn.js
│   │   │   │   └── zh.js
│   │   │   ├── LICENSE.html
│   │   │   ├── plugins
│   │   │   │   ├── about
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   ├── about.js
│   │   │   │   │   │   └── logo_ckeditor.png
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── basicstyles
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── blockquote
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── button
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── clipboard
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── paste.js
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── colorbutton
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── colordialog
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── colordialog.js
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── contextmenu
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── dialog
│   │   │   │   │   ├── dialogDefinition.js
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── dialogui
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── div
│   │   │   │   │   └── dialogs
│   │   │   │   │   └── div.js
│   │   │   │   ├── domiterator
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── editingblock
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── elementspath
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── enterkey
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── entities
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── fakeobjects
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── filebrowser
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── find
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── find.js
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── flash
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── flash.js
│   │   │   │   │   ├── images
│   │   │   │   │   │   └── placeholder.png
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── floatpanel
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── font
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── format
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── forms
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   ├── button.js
│   │   │   │   │   │   ├── checkbox.js
│   │   │   │   │   │   ├── form.js
│   │   │   │   │   │   ├── hiddenfield.js
│   │   │   │   │   │   ├── radio.js
│   │   │   │   │   │   ├── select.js
│   │   │   │   │   │   ├── textarea.js
│   │   │   │   │   │   └── textfield.js
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── horizontalrule
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── htmldataprocessor
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── htmlwriter
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── iframedialog
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── image
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── image.js
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── indent
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── justify
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── keystrokes
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── link
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   ├── anchor.js
│   │   │   │   │   │   └── link.js
│   │   │   │   │   ├── images
│   │   │   │   │   │   └── anchor.gif
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── list
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── listblock
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── maximize
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── menu
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── menubutton
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── newpage
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── pagebreak
│   │   │   │   │   ├── images
│   │   │   │   │   │   └── pagebreak.gif
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── panel
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── panelbutton
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── pastefromword
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── pastefromword.js
│   │   │   │   │   ├── filter
│   │   │   │   │   │   └── default.js
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── pastetext
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── pastetext.js
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── popup
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── preview
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── print
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── removeformat
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── resize
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── richcombo
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── save
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── scayt
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   ├── options.js
│   │   │   │   │   │   └── toolbar.css
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── selection
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── 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
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── smiley
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── smiley.js
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── angel_smile.gif
│   │   │   │   │   │   ├── angry_smile.gif
│   │   │   │   │   │   ├── broken_heart.gif
│   │   │   │   │   │   ├── confused_smile.gif
│   │   │   │   │   │   ├── cry_smile.gif
│   │   │   │   │   │   ├── devil_smile.gif
│   │   │   │   │   │   ├── embaressed_smile.gif
│   │   │   │   │   │   ├── envelope.gif
│   │   │   │   │   │   ├── heart.gif
│   │   │   │   │   │   ├── kiss.gif
│   │   │   │   │   │   ├── lightbulb.gif
│   │   │   │   │   │   ├── omg_smile.gif
│   │   │   │   │   │   ├── regular_smile.gif
│   │   │   │   │   │   ├── sad_smile.gif
│   │   │   │   │   │   ├── shades_smile.gif
│   │   │   │   │   │   ├── teeth_smile.gif
│   │   │   │   │   │   ├── thumbs_down.gif
│   │   │   │   │   │   ├── thumbs_up.gif
│   │   │   │   │   │   ├── tounge_smile.gif
│   │   │   │   │   │   ├── whatchutalkingabout_smile.gif
│   │   │   │   │   │   └── wink_smile.gif
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── sourcearea
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── specialchar
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── specialchar.js
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── styles
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── stylescombo
│   │   │   │   │   ├── plugin.js
│   │   │   │   │   └── styles
│   │   │   │   │   └── default.js
│   │   │   │   ├── tab
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── table
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── table.js
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── tabletools
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── tableCell.js
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── templates
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── templates.js
│   │   │   │   │   ├── plugin.js
│   │   │   │   │   └── templates
│   │   │   │   │   ├── default.js
│   │   │   │   │   └── images
│   │   │   │   │   ├── template1.gif
│   │   │   │   │   ├── template2.gif
│   │   │   │   │   └── template3.gif
│   │   │   │   ├── toolbar
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── uicolor
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   └── uicolor.js
│   │   │   │   │   ├── lang
│   │   │   │   │   │   └── en.js
│   │   │   │   │   ├── plugin.js
│   │   │   │   │   ├── uicolor.gif
│   │   │   │   │   └── yui
│   │   │   │   │   ├── assets
│   │   │   │   │   │   ├── hue_bg.png
│   │   │   │   │   │   ├── hue_thumb.png
│   │   │   │   │   │   ├── picker_mask.png
│   │   │   │   │   │   ├── picker_thumb.png
│   │   │   │   │   │   └── yui.css
│   │   │   │   │   └── yui.js
│   │   │   │   ├── undo
│   │   │   │   │   └── plugin.js
│   │   │   │   ├── wsc
│   │   │   │   │   ├── dialogs
│   │   │   │   │   │   ├── ciframe.html
│   │   │   │   │   │   ├── tmpFrameset.html
│   │   │   │   │   │   ├── wsc.css
│   │   │   │   │   │   └── wsc.js
│   │   │   │   │   └── plugin.js
│   │   │   │   └── wysiwygarea
│   │   │   │   └── plugin.js
│   │   │   ├── skins
│   │   │   │   ├── kama
│   │   │   │   │   ├── dialog.css
│   │   │   │   │   ├── editor.css
│   │   │   │   │   ├── icons.png
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── dialog_sides.gif
│   │   │   │   │   │   ├── dialog_sides.png
│   │   │   │   │   │   ├── dialog_sides_rtl.png
│   │   │   │   │   │   ├── mini.gif
│   │   │   │   │   │   ├── noimage.png
│   │   │   │   │   │   ├── sprites_ie6.png
│   │   │   │   │   │   ├── sprites.png
│   │   │   │   │   │   └── toolbar_start.gif
│   │   │   │   │   ├── skin.js
│   │   │   │   │   └── templates.css
│   │   │   │   ├── office2003
│   │   │   │   │   ├── dialog.css
│   │   │   │   │   ├── editor.css
│   │   │   │   │   ├── icons.png
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── dialog_sides.gif
│   │   │   │   │   │   ├── dialog_sides.png
│   │   │   │   │   │   ├── dialog_sides_rtl.png
│   │   │   │   │   │   ├── mini.gif
│   │   │   │   │   │   ├── noimage.png
│   │   │   │   │   │   ├── sprites_ie6.png
│   │   │   │   │   │   └── sprites.png
│   │   │   │   │   ├── skin.js
│   │   │   │   │   └── templates.css
│   │   │   │   └── v2
│   │   │   │   ├── dialog.css
│   │   │   │   ├── editor.css
│   │   │   │   ├── icons.png
│   │   │   │   ├── images
│   │   │   │   │   ├── dialog_sides.gif
│   │   │   │   │   ├── dialog_sides.png
│   │   │   │   │   ├── dialog_sides_rtl.png
│   │   │   │   │   ├── mini.gif
│   │   │   │   │   ├── noimage.png
│   │   │   │   │   ├── sprites_ie6.png
│   │   │   │   │   ├── sprites.png
│   │   │   │   │   └── toolbar_start.gif
│   │   │   │   ├── skin.js
│   │   │   │   └── templates.css
│   │   │   └── themes
│   │   │   └── default
│   │   │   └── theme.js
│   │   ├── ckeditor_basic.js
│   │   ├── ckeditor_basic_source.js
│   │   ├── ckeditor.js
│   │   ├── ckeditor.pack
│   │   ├── ckeditor.php
│   │   ├── ckeditor_php4.php
│   │   ├── ckeditor_php5.php
│   │   ├── ckeditor_source.js
│   │   ├── ckfinder
│   │   │   ├── changelog.txt
│   │   │   ├── ckfinder.html
│   │   │   ├── ckfinder.js
│   │   │   ├── ckfinder.php
│   │   │   ├── 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
│   │   │   │   │   │   ├── it.php
│   │   │   │   │   │   ├── lv.php
│   │   │   │   │   │   ├── nl.php
│   │   │   │   │   │   ├── pl.php
│   │   │   │   │   │   ├── pt-br.php
│   │   │   │   │   │   ├── ru.php
│   │   │   │   │   │   ├── sk.php
│   │   │   │   │   │   ├── sl.php
│   │   │   │   │   │   ├── sv.php
│   │   │   │   │   │   ├── zh-cn.php
│   │   │   │   │   │   └── zh-tw.php
│   │   │   │   │   ├── php4
│   │   │   │   │   │   ├── CommandHandler
│   │   │   │   │   │   │   ├── CommandHandlerBase.php
│   │   │   │   │   │   │   ├── CreateFolder.php
│   │   │   │   │   │   │   ├── DeleteFile.php
│   │   │   │   │   │   │   ├── DeleteFolder.php
│   │   │   │   │   │   │   ├── DownloadFile.php
│   │   │   │   │   │   │   ├── FileUpload.php
│   │   │   │   │   │   │   ├── GetFiles.php
│   │   │   │   │   │   │   ├── GetFolders.php
│   │   │   │   │   │   │   ├── Init.php
│   │   │   │   │   │   │   ├── _notes
│   │   │   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   │   │   ├── QuickUpload.php
│   │   │   │   │   │   │   ├── RenameFile.php
│   │   │   │   │   │   │   ├── RenameFolder.php
│   │   │   │   │   │   │   ├── Thumbnail.php
│   │   │   │   │   │   │   └── XmlCommandHandlerBase.php
│   │   │   │   │   │   ├── Core
│   │   │   │   │   │   │   ├── AccessControlConfig.php
│   │   │   │   │   │   │   ├── Config.php
│   │   │   │   │   │   │   ├── Connector.php
│   │   │   │   │   │   │   ├── Factory.php
│   │   │   │   │   │   │   ├── FolderHandler.php
│   │   │   │   │   │   │   ├── ImagesConfig.php
│   │   │   │   │   │   │   ├── Registry.php
│   │   │   │   │   │   │   ├── ResourceTypeConfig.php
│   │   │   │   │   │   │   ├── ThumbnailsConfig.php
│   │   │   │   │   │   │   └── Xml.php
│   │   │   │   │   │   ├── ErrorHandler
│   │   │   │   │   │   │   ├── Base.php
│   │   │   │   │   │   │   ├── FileUpload.php
│   │   │   │   │   │   │   ├── Http.php
│   │   │   │   │   │   │   ├── _notes
│   │   │   │   │   │   │   │   └── dwsync.xml
│   │   │   │   │   │   │   └── QuickUpload.php
│   │   │   │   │   │   └── Utils
│   │   │   │   │   │   ├── FileSystem.php
│   │   │   │   │   │   ├── Misc.php
│   │   │   │   │   │   ├── Security.php
│   │   │   │   │   │   └── XmlNode.php
│   │   │   │   │   └── php5
│   │   │   │   │   ├── CommandHandler
│   │   │   │   │   │   ├── CommandHandlerBase.php
│   │   │   │   │   │   ├── CreateFolder.php
│   │   │   │   │   │   ├── DeleteFile.php
│   │   │   │   │   │   ├── DeleteFolder.php
│   │   │   │   │   │   ├── DownloadFile.php
│   │   │   │   │   │   ├── FileUpload.php
│   │   │   │   │   │   ├── GetFiles.php
│   │   │   │   │   │   ├── GetFolders.php
│   │   │   │   │   │   ├── Init.php
│   │   │   │   │   │   ├── QuickUpload.php
│   │   │   │   │   │   ├── RenameFile.php
│   │   │   │   │   │   ├── RenameFolder.php
│   │   │   │   │   │   ├── Thumbnail.php
│   │   │   │   │   │   └── XmlCommandHandlerBase.php
│   │   │   │   │   ├── Core
│   │   │   │   │   │   ├── AccessControlConfig.php
│   │   │   │   │   │   ├── Config.php
│   │   │   │   │   │   ├── Connector.php
│   │   │   │   │   │   ├── Factory.php
│   │   │   │   │   │   ├── FolderHandler.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
│   │   │   │   ├── css
│   │   │   │   │   └── ckfinder.css
│   │   │   │   ├── 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
│   │   │   │   ├── 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
│   │   │   │   │   │   │   ├── exe.gif
│   │   │   │   │   │   │   ├── fla.gif
│   │   │   │   │   │   │   ├── gif.gif
│   │   │   │   │   │   │   ├── jpg.gif
│   │   │   │   │   │   │   ├── js.gif
│   │   │   │   │   │   │   ├── mdb.gif
│   │   │   │   │   │   │   ├── mp3.gif
│   │   │   │   │   │   │   ├── pdf.gif
│   │   │   │   │   │   │   ├── ppt.gif
│   │   │   │   │   │   │   ├── rdp.gif
│   │   │   │   │   │   │   ├── swf.gif
│   │   │   │   │   │   │   ├── swt.gif
│   │   │   │   │   │   │   ├── txt.gif
│   │   │   │   │   │   │   ├── vsd.gif
│   │   │   │   │   │   │   ├── xls.gif
│   │   │   │   │   │   │   ├── xml.gif
│   │   │   │   │   │   │   └── zip.gif
│   │   │   │   │   │   └── 32
│   │   │   │   │   │   ├── ai.gif
│   │   │   │   │   │   ├── avi.gif
│   │   │   │   │   │   ├── bmp.gif
│   │   │   │   │   │   ├── cs.gif
│   │   │   │   │   │   ├── default.icon.gif
│   │   │   │   │   │   ├── dll.gif
│   │   │   │   │   │   ├── doc.gif
│   │   │   │   │   │   ├── exe.gif
│   │   │   │   │   │   ├── fla.gif
│   │   │   │   │   │   ├── gif.gif
│   │   │   │   │   │   ├── jpg.gif
│   │   │   │   │   │   ├── js.gif
│   │   │   │   │   │   ├── mdb.gif
│   │   │   │   │   │   ├── mp3.gif
│   │   │   │   │   │   ├── pdf.gif
│   │   │   │   │   │   ├── ppt.gif
│   │   │   │   │   │   ├── rdp.gif
│   │   │   │   │   │   ├── swf.gif
│   │   │   │   │   │   ├── swt.gif
│   │   │   │   │   │   ├── txt.gif
│   │   │   │   │   │   ├── vsd.gif
│   │   │   │   │   │   ├── xls.gif
│   │   │   │   │   │   ├── xml.gif
│   │   │   │   │   │   └── zip.gif
│   │   │   │   │   ├── spacer.gif
│   │   │   │   │   └── toolbar
│   │   │   │   │   ├── add.gif
│   │   │   │   │   ├── delete.gif
│   │   │   │   │   ├── download.gif
│   │   │   │   │   ├── help.gif
│   │   │   │   │   ├── refresh.gif
│   │   │   │   │   ├── settings.gif
│   │   │   │   │   └── view.gif
│   │   │   │   ├── js
│   │   │   │   │   ├── ckfinder_gecko.js
│   │   │   │   │   └── ckfinder_ie.js
│   │   │   │   ├── lang
│   │   │   │   │   ├── en.js
│   │   │   │   │   ├── zh-cn.js
│   │   │   │   │   └── zh-tw.js
│   │   │   │   ├── pages
│   │   │   │   │   ├── blank.html
│   │   │   │   │   ├── ckffiles.html
│   │   │   │   │   └── ckffolders.html
│   │   │   │   └── skins
│   │   │   │   ├── default
│   │   │   │   │   ├── fck_dialog.css
│   │   │   │   │   ├── fck_editor.css
│   │   │   │   │   └── images
│   │   │   │   │   ├── toolbar.arrowright.gif
│   │   │   │   │   ├── toolbar.buttonarrow.gif
│   │   │   │   │   ├── toolbar.collapse.gif
│   │   │   │   │   ├── toolbar.end.gif
│   │   │   │   │   ├── toolbar.expand.gif
│   │   │   │   │   ├── toolbar.separator.gif
│   │   │   │   │   └── toolbar.start.gif
│   │   │   │   ├── office2003
│   │   │   │   │   ├── fck_dialog.css
│   │   │   │   │   ├── fck_editor.css
│   │   │   │   │   └── images
│   │   │   │   │   ├── toolbar.arrowright.gif
│   │   │   │   │   ├── toolbar.bg.gif
│   │   │   │   │   ├── toolbar.buttonarrow.gif
│   │   │   │   │   ├── toolbar.collapse.gif
│   │   │   │   │   ├── toolbar.end.gif
│   │   │   │   │   ├── toolbar.expand.gif
│   │   │   │   │   ├── toolbar.separator.gif
│   │   │   │   │   └── toolbar.start.gif
│   │   │   │   └── silver
│   │   │   │   ├── fck_dialog.css
│   │   │   │   ├── fck_editor.css
│   │   │   │   └── images
│   │   │   │   ├── toolbar.arrowright.gif
│   │   │   │   ├── toolbar.buttonarrow.gif
│   │   │   │   ├── toolbar.buttonbg.gif
│   │   │   │   ├── toolbar.collapse.gif
│   │   │   │   ├── toolbar.end.gif
│   │   │   │   ├── toolbar.expand.gif
│   │   │   │   ├── toolbar.separator.gif
│   │   │   │   └── toolbar.start.gif
│   │   │   ├── install.txt
│   │   │   ├── license.txt
│   │   │   └── userfiles
│   │   ├── config.js
│   │   ├── contents.css
│   │   ├── images
│   │   │   └── spacer.gif
│   │   ├── INSTALL.html
│   │   ├── lang
│   │   │   ├── en.js
│   │   │   ├── zh-cn.js
│   │   │   └── zh.js
│   │   ├── LICENSE.html
│   │   ├── plugins
│   │   │   ├── about
│   │   │   │   ├── dialogs
│   │   │   │   │   ├── about.js
│   │   │   │   │   └── logo_ckeditor.png
│   │   │   │   └── plugin.js
│   │   │   ├── basicstyles
│   │   │   │   └── plugin.js
│   │   │   ├── blockquote
│   │   │   │   └── plugin.js
│   │   │   ├── button
│   │   │   │   └── plugin.js
│   │   │   ├── clipboard
│   │   │   │   ├── dialogs
│   │   │   │   │   └── paste.js
│   │   │   │   └── plugin.js
│   │   │   ├── colorbutton
│   │   │   │   └── plugin.js
│   │   │   ├── colordialog
│   │   │   │   ├── dialogs
│   │   │   │   │   └── colordialog.js
│   │   │   │   └── plugin.js
│   │   │   ├── contextmenu
│   │   │   │   └── plugin.js
│   │   │   ├── dialog
│   │   │   │   ├── dialogDefinition.js
│   │   │   │   └── plugin.js
│   │   │   ├── dialogui
│   │   │   │   └── plugin.js
│   │   │   ├── div
│   │   │   │   └── dialogs
│   │   │   │   └── div.js
│   │   │   ├── domiterator
│   │   │   │   └── plugin.js
│   │   │   ├── editingblock
│   │   │   │   └── plugin.js
│   │   │   ├── elementspath
│   │   │   │   └── plugin.js
│   │   │   ├── enterkey
│   │   │   │   └── plugin.js
│   │   │   ├── entities
│   │   │   │   └── plugin.js
│   │   │   ├── fakeobjects
│   │   │   │   └── plugin.js
│   │   │   ├── filebrowser
│   │   │   │   └── plugin.js
│   │   │   ├── find
│   │   │   │   ├── dialogs
│   │   │   │   │   └── find.js
│   │   │   │   └── plugin.js
│   │   │   ├── flash
│   │   │   │   ├── dialogs
│   │   │   │   │   └── flash.js
│   │   │   │   ├── images
│   │   │   │   │   └── placeholder.png
│   │   │   │   └── plugin.js
│   │   │   ├── floatpanel
│   │   │   │   └── plugin.js
│   │   │   ├── font
│   │   │   │   └── plugin.js
│   │   │   ├── format
│   │   │   │   └── plugin.js
│   │   │   ├── forms
│   │   │   │   ├── dialogs
│   │   │   │   │   ├── button.js
│   │   │   │   │   ├── checkbox.js
│   │   │   │   │   ├── form.js
│   │   │   │   │   ├── hiddenfield.js
│   │   │   │   │   ├── radio.js
│   │   │   │   │   ├── select.js
│   │   │   │   │   ├── textarea.js
│   │   │   │   │   └── textfield.js
│   │   │   │   └── plugin.js
│   │   │   ├── horizontalrule
│   │   │   │   └── plugin.js
│   │   │   ├── htmldataprocessor
│   │   │   │   └── plugin.js
│   │   │   ├── htmlwriter
│   │   │   │   └── plugin.js
│   │   │   ├── iframedialog
│   │   │   │   └── plugin.js
│   │   │   ├── image
│   │   │   │   ├── dialogs
│   │   │   │   │   └── image.js
│   │   │   │   └── plugin.js
│   │   │   ├── indent
│   │   │   │   └── plugin.js
│   │   │   ├── justify
│   │   │   │   └── plugin.js
│   │   │   ├── keystrokes
│   │   │   │   └── plugin.js
│   │   │   ├── link
│   │   │   │   ├── dialogs
│   │   │   │   │   ├── anchor.js
│   │   │   │   │   └── link.js
│   │   │   │   ├── images
│   │   │   │   │   └── anchor.gif
│   │   │   │   └── plugin.js
│   │   │   ├── list
│   │   │   │   └── plugin.js
│   │   │   ├── listblock
│   │   │   │   └── plugin.js
│   │   │   ├── maximize
│   │   │   │   └── plugin.js
│   │   │   ├── menu
│   │   │   │   └── plugin.js
│   │   │   ├── menubutton
│   │   │   │   └── plugin.js
│   │   │   ├── newpage
│   │   │   │   └── plugin.js
│   │   │   ├── pagebreak
│   │   │   │   ├── images
│   │   │   │   │   └── pagebreak.gif
│   │   │   │   └── plugin.js
│   │   │   ├── panel
│   │   │   │   └── plugin.js
│   │   │   ├── panelbutton
│   │   │   │   └── plugin.js
│   │   │   ├── pastefromword
│   │   │   │   ├── dialogs
│   │   │   │   │   └── pastefromword.js
│   │   │   │   ├── filter
│   │   │   │   │   └── default.js
│   │   │   │   └── plugin.js
│   │   │   ├── pastetext
│   │   │   │   ├── dialogs
│   │   │   │   │   └── pastetext.js
│   │   │   │   └── plugin.js
│   │   │   ├── popup
│   │   │   │   └── plugin.js
│   │   │   ├── preview
│   │   │   │   └── plugin.js
│   │   │   ├── print
│   │   │   │   └── plugin.js
│   │   │   ├── removeformat
│   │   │   │   └── plugin.js
│   │   │   ├── resize
│   │   │   │   └── plugin.js
│   │   │   ├── richcombo
│   │   │   │   └── plugin.js
│   │   │   ├── save
│   │   │   │   └── plugin.js
│   │   │   ├── scayt
│   │   │   │   ├── dialogs
│   │   │   │   │   ├── options.js
│   │   │   │   │   └── toolbar.css
│   │   │   │   └── plugin.js
│   │   │   ├── selection
│   │   │   │   └── plugin.js
│   │   │   ├── 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
│   │   │   │   └── plugin.js
│   │   │   ├── smiley
│   │   │   │   ├── dialogs
│   │   │   │   │   └── smiley.js
│   │   │   │   ├── images
│   │   │   │   │   ├── angel_smile.gif
│   │   │   │   │   ├── angry_smile.gif
│   │   │   │   │   ├── broken_heart.gif
│   │   │   │   │   ├── confused_smile.gif
│   │   │   │   │   ├── cry_smile.gif
│   │   │   │   │   ├── devil_smile.gif
│   │   │   │   │   ├── embaressed_smile.gif
│   │   │   │   │   ├── envelope.gif
│   │   │   │   │   ├── heart.gif
│   │   │   │   │   ├── kiss.gif
│   │   │   │   │   ├── lightbulb.gif
│   │   │   │   │   ├── omg_smile.gif
│   │   │   │   │   ├── regular_smile.gif
│   │   │   │   │   ├── sad_smile.gif
│   │   │   │   │   ├── shades_smile.gif
│   │   │   │   │   ├── teeth_smile.gif
│   │   │   │   │   ├── thumbs_down.gif
│   │   │   │   │   ├── thumbs_up.gif
│   │   │   │   │   ├── tounge_smile.gif
│   │   │   │   │   ├── whatchutalkingabout_smile.gif
│   │   │   │   │   └── wink_smile.gif
│   │   │   │   └── plugin.js
│   │   │   ├── sourcearea
│   │   │   │   └── plugin.js
│   │   │   ├── specialchar
│   │   │   │   ├── dialogs
│   │   │   │   │   └── specialchar.js
│   │   │   │   └── plugin.js
│   │   │   ├── styles
│   │   │   │   └── plugin.js
│   │   │   ├── stylescombo
│   │   │   │   ├── plugin.js
│   │   │   │   └── styles
│   │   │   │   └── default.js
│   │   │   ├── tab
│   │   │   │   └── plugin.js
│   │   │   ├── table
│   │   │   │   ├── dialogs
│   │   │   │   │   └── table.js
│   │   │   │   └── plugin.js
│   │   │   ├── tabletools
│   │   │   │   ├── dialogs
│   │   │   │   │   └── tableCell.js
│   │   │   │   └── plugin.js
│   │   │   ├── templates
│   │   │   │   ├── dialogs
│   │   │   │   │   └── templates.js
│   │   │   │   ├── plugin.js
│   │   │   │   └── templates
│   │   │   │   ├── default.js
│   │   │   │   └── images
│   │   │   │   ├── template1.gif
│   │   │   │   ├── template2.gif
│   │   │   │   └── template3.gif
│   │   │   ├── toolbar
│   │   │   │   └── plugin.js
│   │   │   ├── uicolor
│   │   │   │   ├── dialogs
│   │   │   │   │   └── uicolor.js
│   │   │   │   ├── lang
│   │   │   │   │   └── en.js
│   │   │   │   ├── plugin.js
│   │   │   │   ├── uicolor.gif
│   │   │   │   └── yui
│   │   │   │   ├── assets
│   │   │   │   │   ├── hue_bg.png
│   │   │   │   │   ├── hue_thumb.png
│   │   │   │   │   ├── picker_mask.png
│   │   │   │   │   ├── picker_thumb.png
│   │   │   │   │   └── yui.css
│   │   │   │   └── yui.js
│   │   │   ├── undo
│   │   │   │   └── plugin.js
│   │   │   ├── wsc
│   │   │   │   ├── dialogs
│   │   │   │   │   ├── ciframe.html
│   │   │   │   │   ├── tmpFrameset.html
│   │   │   │   │   ├── wsc.css
│   │   │   │   │   └── wsc.js
│   │   │   │   └── plugin.js
│   │   │   └── wysiwygarea
│   │   │   └── plugin.js
│   │   ├── skins
│   │   │   ├── kama
│   │   │   │   ├── dialog.css
│   │   │   │   ├── editor.css
│   │   │   │   ├── icons.png
│   │   │   │   ├── images
│   │   │   │   │   ├── dialog_sides.gif
│   │   │   │   │   ├── dialog_sides.png
│   │   │   │   │   ├── dialog_sides_rtl.png
│   │   │   │   │   ├── mini.gif
│   │   │   │   │   ├── noimage.png
│   │   │   │   │   ├── sprites_ie6.png
│   │   │   │   │   ├── sprites.png
│   │   │   │   │   └── toolbar_start.gif
│   │   │   │   ├── skin.js
│   │   │   │   └── templates.css
│   │   │   ├── office2003
│   │   │   │   ├── dialog.css
│   │   │   │   ├── editor.css
│   │   │   │   ├── icons.png
│   │   │   │   ├── images
│   │   │   │   │   ├── dialog_sides.gif
│   │   │   │   │   ├── dialog_sides.png
│   │   │   │   │   ├── dialog_sides_rtl.png
│   │   │   │   │   ├── mini.gif
│   │   │   │   │   ├── noimage.png
│   │   │   │   │   ├── sprites_ie6.png
│   │   │   │   │   └── sprites.png
│   │   │   │   ├── skin.js
│   │   │   │   └── templates.css
│   │   │   └── v2
│   │   │   ├── dialog.css
│   │   │   ├── editor.css
│   │   │   ├── icons.png
│   │   │   ├── images
│   │   │   │   ├── dialog_sides.gif
│   │   │   │   ├── dialog_sides.png
│   │   │   │   ├── dialog_sides_rtl.png
│   │   │   │   ├── mini.gif
│   │   │   │   ├── noimage.png
│   │   │   │   ├── sprites_ie6.png
│   │   │   │   ├── sprites.png
│   │   │   │   └── toolbar_start.gif
│   │   │   ├── skin.js
│   │   │   └── templates.css
│   │   └── themes
│   │   └── default
│   │   └── theme.js
│   ├── common.js
│   ├── jquery-1.8.3.min.js
│   └── reg.js
├── lib
│   ├── common.fun.php
│   ├── db.fun.php
│   ├── file.fun.php
│   ├── img.fun.php
│   ├── init.fun.php
│   └── PHPMailer
│   ├── aboutus.html
│   ├── ChangeLog.txt
│   ├── class.phpmailer.php
│   ├── class.pop3.php
│   ├── class.smtp.php
│   ├── docs
│   │   ├── extending.html
│   │   ├── faq.html
│   │   ├── Note_for_SMTP_debugging.txt
│   │   ├── pop3_article.txt
│   │   └── use_gmail.txt
│   ├── docs.ini
│   ├── examples
│   │   ├── contents.html
│   │   ├── images
│   │   │   ├── phpmailer.gif
│   │   │   ├── phpmailer_mini.gif
│   │   │   └── Thumbs.db
│   │   ├── index.html
│   │   ├── test_db_smtp_basic.php
│   │   ├── test_mail_advanced.php
│   │   ├── test_mail_basic.php
│   │   ├── test_pop_before_smtp_advanced.php
│   │   ├── test_pop_before_smtp_basic.php
│   │   ├── test_sendmail_advanced.php
│   │   ├── test_sendmail_basic.php
│   │   ├── test_smtp_advanced_no_auth.php
│   │   ├── test_smtp_advanced.php
│   │   ├── test_smtp_basic_no_auth.php
│   │   ├── test_smtp_basic.php
│   │   ├── test_smtp_gmail_advanced.php
│   │   └── test_smtp_gmail_basic.php
│   ├── language
│   │   ├── phpmailer.lang-ar.php
│   │   ├── phpmailer.lang-br.php
│   │   ├── phpmailer.lang-ca.php
│   │   ├── phpmailer.lang-ch.php
│   │   ├── phpmailer.lang-cz.php
│   │   ├── phpmailer.lang-de.php
│   │   ├── phpmailer.lang-dk.php
│   │   ├── phpmailer.lang-es.php
│   │   ├── phpmailer.lang-et.php
│   │   ├── phpmailer.lang-fi.php
│   │   ├── phpmailer.lang-fo.php
│   │   ├── phpmailer.lang-fr.php
│   │   ├── phpmailer.lang-hu.php
│   │   ├── phpmailer.lang-it.php
│   │   ├── phpmailer.lang-ja.php
│   │   ├── phpmailer.lang-nl.php
│   │   ├── phpmailer.lang-no.php
│   │   ├── phpmailer.lang-pl.php
│   │   ├── phpmailer.lang-ro.php
│   │   ├── phpmailer.lang-ru.php
│   │   ├── phpmailer.lang-se.php
│   │   ├── phpmailer.lang-tr.php
│   │   ├── phpmailer.lang-zh_cn.php
│   │   └── phpmailer.lang-zh.php
│   ├── LICENSE
│   ├── mail
│   │   ├── class.phpmailer.php
│   │   ├── class.pop3.php
│   │   ├── class.smtp.php
│   │   └── phpmail.php
│   ├── README
│   ├── test
│   │   ├── contents.html
│   │   ├── phpmailerTest.php
│   │   ├── testemail.php
│   │   └── test.png
│   └── v 5.0.2
├── public
│   ├── css
│   │   ├── contact.css
│   │   ├── demo.css
│   │   ├── index.css
│   │   ├── link.css
│   │   ├── login.css
│   │   ├── message.css
│   │   ├── news.css
│   │   ├── product.css
│   │   └── style.css
│   ├── images
│   │   ├── 1.jpg
│   │   ├── 2.jpg
│   │   ├── 3.jpg
│   │   ├── 4.jpg
│   │   ├── abg.gif
│   │   ├── actbg.gif
│   │   ├── banna.jpg
│   │   ├── catebg.jpg
│   │   ├── foot.gif
│   │   ├── icon_02.gif
│   │   ├── icon_03.gif
│   │   ├── index_conbg.jpg
│   │   ├── leftbg.jpg
│   │   ├── logo.gif
│   │   ├── nav_bg_07.png
│   │   ├── nav_bg.jpg
│   │   ├── _product2.jpg
│   │   ├── product.gif
│   │   ├── QQ
│   │   │   ├── 01.gif
│   │   │   ├── 02.gif
│   │   │   ├── 03.gif
│   │   │   ├── 04.gif
│   │   │   ├── 05.gif
│   │   │   ├── 06.gif
│   │   │   ├── 07.gif
│   │   │   ├── 08.gif
│   │   │   ├── 09.gif
│   │   │   ├── 10.gif
│   │   │   ├── 11.gif
│   │   │   ├── 12.gif
│   │   │   ├── 13.gif
│   │   │   ├── 14.gif
│   │   │   ├── 15.gif
│   │   │   ├── 16.gif
│   │   │   ├── 17.gif
│   │   │   ├── 18.gif
│   │   │   ├── 19.gif
│   │   │   ├── 20.gif
│   │   │   ├── 21.gif
│   │   │   ├── 22.gif
│   │   │   ├── 23.gif
│   │   │   ├── 24.gif
│   │   │   ├── 25.gif
│   │   │   ├── 26.gif
│   │   │   ├── 27.gif
│   │   │   ├── 28.gif
│   │   │   ├── 29.gif
│   │   │   ├── 30.gif
│   │   │   ├── 31.gif
│   │   │   ├── 32.gif
│   │   │   ├── 33.gif
│   │   │   ├── 34.gif
│   │   │   ├── 35.gif
│   │   │   ├── 36.gif
│   │   │   ├── 37.gif
│   │   │   ├── 38.gif
│   │   │   ├── 39.gif
│   │   │   ├── 40.gif
│   │   │   ├── 41.gif
│   │   │   ├── 42.gif
│   │   │   ├── 43.gif
│   │   │   ├── 44.gif
│   │   │   ├── 45.gif
│   │   │   ├── 46.gif
│   │   │   ├── 47.gif
│   │   │   ├── 48.gif
│   │   │   ├── 49.gif
│   │   │   ├── 50.gif
│   │   │   ├── 51.gif
│   │   │   ├── 52.gif
│   │   │   ├── 53.gif
│   │   │   ├── 54.gif
│   │   │   ├── 55.gif
│   │   │   ├── 56.gif
│   │   │   ├── 57.gif
│   │   │   ├── 58.gif
│   │   │   ├── 59.gif
│   │   │   ├── 60.gif
│   │   │   ├── 61.gif
│   │   │   ├── 62.gif
│   │   │   ├── 63.gif
│   │   │   ├── 64.gif
│   │   │   ├── 65.gif
│   │   │   ├── 66.gif
│   │   │   ├── 67.gif
│   │   │   ├── 68.gif
│   │   │   ├── 69.gif
│   │   │   ├── 70.gif
│   │   │   ├── 71.gif
│   │   │   ├── 72.gif
│   │   │   ├── 73.gif
│   │   │   ├── 74.gif
│   │   │   └── 75.gif
│   │   ├── rightbg.gif
│   │   ├── rightboxbg.gif
│   │   ├── searchbg.jpg
│   │   ├── search.gif
│   │   └── search_left.gif
│   ├── resources
│   │   ├── css
│   │   │   ├── invalid.css
│   │   │   ├── reset.css
│   │   │   └── style.css
│   │   ├── images
│   │   │   ├── bg-body.gif
│   │   │   ├── bg-button-green.gif
│   │   │   ├── bg-content-box.gif
│   │   │   ├── bg-form-field.gif
│   │   │   ├── bg-login.gif
│   │   │   ├── bg-login-top.png
│   │   │   ├── bg-menu-item-current.gif
│   │   │   ├── bg-menu-item-green.gif
│   │   │   ├── bg-radial-gradient.gif
│   │   │   ├── bg-sidebar.gif
│   │   │   ├── bl.png
│   │   │   ├── b.png
│   │   │   ├── br.png
│   │   │   ├── icons
│   │   │   │   ├── bullet_black.png
│   │   │   │   ├── clock_48.png
│   │   │   │   ├── comment_48.png
│   │   │   │   ├── cross_circle.png
│   │   │   │   ├── cross_grey_small.png
│   │   │   │   ├── cross.png
│   │   │   │   ├── exclamation.png
│   │   │   │   ├── hammer_screwdriver.png
│   │   │   │   ├── image_add_48.png
│   │   │   │   ├── information.png
│   │   │   │   ├── jquery.wysiwyg.gif
│   │   │   │   ├── paper_content_pencil_48.png
│   │   │   │   ├── pencil_48.png
│   │   │   │   ├── pencil.png
│   │   │   │   └── tick_circle.png
│   │   │   ├── logo.png
│   │   │   ├── menu-current-arrow.gif
│   │   │   ├── shortcut-button-bg.gif
│   │   │   ├── tl.png
│   │   │   └── tr.png
│   │   └── scripts
│   │   ├── facebox.js
│   │   ├── jquery-1.3.2.min.js
│   │   ├── jquery-1.8.3.min.js
│   │   ├── jquery.date.js
│   │   ├── jquery.datePicker.js
│   │   ├── jquery.wysiwyg.js
│   │   └── simpla.jquery.configuration.js
│   └── xml
│   ├── adminmenu.xml
│   └── homemenu.xml
├── upload
│   └── 15
│   ├── 05
│   │   ├── 18
│   │   │   ├── fly0080abbfb38949f6b0f73d2ee75f6359.jpg
│   │   │   ├── fly0975590a320f1a8288ac29405be5d4ff.png
│   │   │   ├── fly167d953d26f28e13f25d926bb86610e8.png
│   │   │   ├── fly1c1afab165ef69be88b84f29b2a93702.jpg
│   │   │   ├── fly235a9333f1498c4cbe554092bc1c2a53.png
│   │   │   ├── fly3a0ea54d0b7afbd5405cb085f9065f7f.png
│   │   │   ├── fly76d5d543d1350f4789952088fd24e7da.png
│   │   │   ├── fly9030dcb39930d4920413b4c74fe7902d.png
│   │   │   ├── fly9ac4238cc1628f366441e44b776aaa67.png
│   │   │   ├── flyd65194c5cebf8931a350652d3b218805.png
│   │   │   ├── flye90aa9cad4a5c3a9fe9ac41cc96d7a5f.png
│   │   │   └── flyfbb2dfbfb1cd01832d733d9bd99485d2.jpg
│   │   ├── 19
│   │   │   └── fly9f8d9fd12e5691bd3fd709c8bcfa96cf.jpg
│   │   ├── 22
│   │   │   ├── fly0e2d2decce96b5f7fb866ccbead628aa.jpg
│   │   │   ├── fly1db95b22c3f378e3bea07a821f138a2d.jpg
│   │   │   ├── fly3bda6bd9e8f117faff2cf2b8659bd0f2.png
│   │   │   ├── fly3ef98bb348b842fa8f2ab32d2204d058.jpg
│   │   │   ├── fly42407f059a0bf981b52eddc86f80397a.jpg
│   │   │   ├── fly444e16d4354afca429e1b4b825c1ec54.jpg
│   │   │   ├── fly603153a639755971f5a6ede341f689d6.jpg
│   │   │   ├── fly68f52fae047694da8059465c6763ac75.jpg
│   │   │   ├── fly7c28d25684731495f68288417c6154e8.png
│   │   │   ├── fly84bd446fdcb9e30875104fa14bdc8d4b.gif
│   │   │   ├── fly861ee1b9a0849444d694e070440361b1.jpg
│   │   │   ├── flya7a9097ed9bcd7bd74254a652fa837ee.jpg
│   │   │   ├── flyb85cbfc9657fee565146c71de8f56c0d.jpg
│   │   │   └── flyf9db20ce12ba9d1e44146505fa255c0f.jpg
│   │   ├── 25
│   │   │   ├── fly1ae032cf548b688ed8663be923a87e3a.jpg
│   │   │   ├── fly2f3b6bba52b00fc52f671d114a0319a7.png
│   │   │   ├── fly2fab65847217922e739776dbfd22e511.gif
│   │   │   ├── fly77508b999fea8048dbb13f3a2c715a41.jpg
│   │   │   ├── flyb8d3560bfba32e9794f305b34a69415e.png
│   │   │   └── flybfd6171e1f1bec3e3609ac37e8727054.jpg
│   │   ├── 26
│   │   │   ├── fly10c61e3c8c9fea1efc0144ead3c6b367.jpg
│   │   │   ├── fly241b1796eb9747a4ecec379faae18b4e.jpg
│   │   │   ├── fly389fee7563e721433d31c644f43b0f66.jpg
│   │   │   ├── fly70ad81cca553af0115b09bd1f992dbf6.jpg
│   │   │   ├── fly8e45afa7f16a520d088e495e783a098a.jpg
│   │   │   ├── fly906101e21dad5ea0de67994fa48159aa.jpg
│   │   │   ├── flya440a697651f1aa5b1df2d66671408f4.jpg
│   │   │   ├── flycc8ea17a2a9543a4c37b480028035716.jpg
│   │   │   └── flye47ad1cc9f759f661d5c804f931ba250.jpg
│   │   └── 31
│   │   ├── fly9e629d1ad207f19c174a04b3eb529766.jpg
│   │   └── flyf69fb6b10fd26d63cff613d5512f4f09.jpg
│   └── 06
│   ├── 01
│   │   ├── fly0753661bec1f646e2a759661e2a6dc75.jpg
│   │   ├── fly15d2ad67bfd008cae9043788c6edd141.jpg
│   │   ├── fly1905cd205358ecf893766eea8f89962b.jpg
│   │   ├── fly28b13bf4e64739614c54b46f859a9a92.jpg
│   │   ├── fly3bf069e1f909482ae6acbd2b9c244cc2.jpg
│   │   ├── fly4874d2f16cc009c92dfaf771f452a883.jpg
│   │   ├── fly5928f3d69749486296f1f2a72a35937d.jpg
│   │   ├── fly68d87197ced7fce28339ba2256b50603.jpg
│   │   ├── fly72e785555249462d48c24a58788f3907.jpg
│   │   ├── fly8d6b9e99f1812a78e6656ad9e145ae3a.jpg
│   │   ├── flya8084ba764394d380c2e93c709d81318.jpg
│   │   ├── flyb44cca222be3e878294cd5f126fb2eb2.jpg
│   │   ├── flybf715e362694931593ec4f0cdf4297c2.jpg
│   │   ├── flyc821a11750693992404379644e06175a.jpg
│   │   ├── flydbed26ca4bcd4f918e5e763f1408b01f.jpg
│   │   ├── flydc8f95943690607ab5daaf5c48ffff15.jpg
│   │   ├── flye0f72c382e93522e4e442b7cab3fb2d9.jpg
│   │   ├── flyf33aa44a256c7de7176849ad2efe7c12.jpg
│   │   └── flyfc1b0750b60f9bf4e895e02540c6fa51.jpg
│   ├── 03
│   │   ├── fly2cc85247afb319ab702cd5c8169cd4b0.jpg
│   │   ├── fly4a73f78d3d9c1e449b59a043a90c9928.jpg
│   │   ├── fly7070db581ff1b9a00bd0c4760002d9ba.jpg
│   │   ├── fly7163a8cd07e2bde0f23d100264c965bd.jpg
│   │   ├── fly8254455ee9acacb50b772e139539e211.jpg
│   │   ├── fly8d09b402ee5d46b8b8ffa77afefe4580.jpg
│   │   ├── fly90b96fb202c42b2dca71a7e2b4fd12cc.jpg
│   │   ├── flyd04d1a94f8991d41bce02014b532895e.jpg
│   │   ├── flyd25d3fafd225757e146429887e461b75.jpg
│   │   └── flyd6a6e23ab0f33e9825212537850092be.jpg
│   ├── 05
│   │   ├── fly0c41aa0eb660e2abf54ff8ff21b554c0.jpg
│   │   ├── fly192384fbe0c7cd3c2a228ecfcf43d0de.jpg
│   │   ├── flyaa6e986e70e3ecf79437d906a7f23b5a.png
│   │   ├── flybf4aa8093b9d29bf12499abd902b57e5.jpg
│   │   ├── flyf1dac2e6748c0183249e5e71873a363f.jpg
│   │   └── flyf345c6de6b32e10f02b09b5956881c8f.jpg
│   └── 12
│   └── fly8460ad9a665fe1dbf46a0fe8472fc3b5.png
└── uploads
├── images
│   ├── 2-2.jpg
│   ├── 3-3.jpg
│   ├── 3.jpg
│   ├── 4(1).jpg
│   ├── 4.jpg
│   ├── 5.jpg
│   └── bj.jpg
└── _thumbs
└── Images
├── 2-2.jpg
├── 3-3.jpg
├── 3.jpg
├── 4(1).jpg
├── 4.jpg
├── 5.jpg
└── bj.jpg

394 directories, 1503 files

标签:

实例下载地址

php新闻管理系统源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警