在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → ajaxplorer文件管理的php系统

ajaxplorer文件管理的php系统

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:3.40M
  • 下载次数:2
  • 浏览次数:22
  • 发布时间:2023-12-12
  • 实例类别:PHP语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2
 相关标签: Ajax 文件管理 php hp 管理

实例介绍

【实例简介】ajaxplorer 文件管理的php系统 好用 界面设计也好 支持多语言 用户和权限管理

【实例截图】

from clipboard

from clipboard

【核心代码】

.
├── ajaxplorer
│   ├── ajaxplorer-core-3.2.4-ChangeLog.txt
│   ├── ajaxplorer-core-3.2.4-ReleaseNote.txt
│   ├── client
│   │   ├── doc
│   │   │   ├── API.odt
│   │   │   ├── API_3.0.odt
│   │   │   ├── Ajaxplorer-DriverAPI-v2.3.pdf
│   │   │   ├── Ajaxplorer-DriverAPI-v3.pdf
│   │   │   ├── CREDITS.txt
│   │   │   ├── INSTALL.txt
│   │   │   ├── LICENSE.txt
│   │   │   ├── TROUBLESHOOTING.txt
│   │   │   └── ajaxplorer-manual-2.37-dist.html
│   │   ├── html
│   │   │   ├── gui.html
│   │   │   ├── gui_debug.html
│   │   │   └── public_links.html
│   │   ├── i18n
│   │   │   ├── ca.php
│   │   │   ├── cs.php
│   │   │   ├── da.php
│   │   │   ├── de.php
│   │   │   ├── en.php
│   │   │   ├── es.php
│   │   │   ├── eus.php
│   │   │   ├── fi.php
│   │   │   ├── fr.php
│   │   │   ├── gr.php
│   │   │   ├── he.php
│   │   │   ├── hu.php
│   │   │   ├── it.php
│   │   │   ├── ja.php
│   │   │   ├── kr.php
│   │   │   ├── nl.php
│   │   │   ├── no.php
│   │   │   ├── pl.php
│   │   │   ├── pt-br.php
│   │   │   ├── ru.php
│   │   │   ├── si.php
│   │   │   ├── sv.php
│   │   │   ├── tr.php
│   │   │   ├── zh-tw.php
│   │   │   └── zh.php
│   │   ├── js
│   │   │   ├── ajaxplorer
│   │   │   │   ├── ajxp_utils.js
│   │   │   │   ├── class.AbstractEditor.js
│   │   │   │   ├── class.Action.js
│   │   │   │   ├── class.ActionsManager.js
│   │   │   │   ├── class.ActionsToolbar.js
│   │   │   │   ├── class.ActivityMonitor.js
│   │   │   │   ├── class.Ajaxplorer.js
│   │   │   │   ├── class.AjxpAutoCompleter.js
│   │   │   │   ├── class.AjxpBootstrap.js
│   │   │   │   ├── class.AjxpDataModel.js
│   │   │   │   ├── class.AjxpDraggable.js
│   │   │   │   ├── class.AjxpNode.js
│   │   │   │   ├── class.AjxpPane.js
│   │   │   │   ├── class.AjxpSortable.js
│   │   │   │   ├── class.AjxpTabulator.js
│   │   │   │   ├── class.BackgroundManager.js
│   │   │   │   ├── class.BookmarksBar.js
│   │   │   │   ├── class.Connexion.js
│   │   │   │   ├── class.FilesList.js
│   │   │   │   ├── class.FoldersTree.js
│   │   │   │   ├── class.FormManager.js
│   │   │   │   ├── class.HeaderResizer.js
│   │   │   │   ├── class.InfoPanel.js
│   │   │   │   ├── class.LocationBar.js
│   │   │   │   ├── class.Modal.js
│   │   │   │   ├── class.MultiDownloader.js
│   │   │   │   ├── class.PropertyPanel.js
│   │   │   │   ├── class.RemoteNodeProvider.js
│   │   │   │   ├── class.Repository.js
│   │   │   │   ├── class.RepositorySelect.js
│   │   │   │   ├── class.ResourcesManager.js
│   │   │   │   ├── class.SearchEngine.js
│   │   │   │   ├── class.SliderInput.js
│   │   │   │   ├── class.TreeSelector.js
│   │   │   │   ├── class.User.js
│   │   │   │   ├── class.UserWidget.js
│   │   │   │   └── interfaces
│   │   │   │       ├── class.IActionProvider.js
│   │   │   │       ├── class.IAjxpNodeProvider.js
│   │   │   │       ├── class.IAjxpWidget.js
│   │   │   │       ├── class.IContextMenuable.js
│   │   │   │       └── class.IFocusable.js
│   │   │   ├── ajaxplorer.js
│   │   │   ├── ajaxplorer_boot.js
│   │   │   ├── bootlist.txt
│   │   │   ├── lib
│   │   │   │   ├── leightbox
│   │   │   │   │   └── lightbox.js
│   │   │   │   ├── md5
│   │   │   │   │   └── md5.js
│   │   │   │   ├── modernizr
│   │   │   │   │   └── modernizr.min.js
│   │   │   │   ├── prototype
│   │   │   │   │   ├── carousel.js
│   │   │   │   │   ├── cookiejar.js
│   │   │   │   │   ├── corners.js
│   │   │   │   │   ├── jsProgressBarHandler.js
│   │   │   │   │   ├── proto.history.js
│   │   │   │   │   ├── proto.menu.js
│   │   │   │   │   ├── protopass.js
│   │   │   │   │   ├── prototype.js
│   │   │   │   │   ├── prototype.livepipe.js
│   │   │   │   │   ├── prototype.oo.js
│   │   │   │   │   ├── shadower.js
│   │   │   │   │   ├── splitter.js
│   │   │   │   │   ├── webfx.selectable.js
│   │   │   │   │   └── webfx.sortable.js
│   │   │   │   ├── scriptaculous
│   │   │   │   │   ├── MIT-LICENSE
│   │   │   │   │   └── src
│   │   │   │   │       ├── builder.js
│   │   │   │   │       ├── controls.js
│   │   │   │   │       ├── dragdrop.js
│   │   │   │   │       ├── effects.js
│   │   │   │   │       ├── scriptaculous.js
│   │   │   │   │       ├── slider.js
│   │   │   │   │       ├── sound.js
│   │   │   │   │       └── unittest.js
│   │   │   │   ├── webfx
│   │   │   │   │   ├── ajxptree.js
│   │   │   │   │   └── xtree.js
│   │   │   │   └── xpath
│   │   │   │       └── javascript-xpath-cmp.js
│   │   │   └── scriptslist.txt
│   │   └── themes
│   │       └── oxygen
│   │           ├── css
│   │           │   ├── ajaxplorer.css
│   │           │   ├── allz.css
│   │           │   ├── csslist.txt
│   │           │   ├── pnghack
│   │           │   │   ├── pngHack.css
│   │           │   │   ├── pngHack.htc
│   │           │   │   └── transparent.gif
│   │           │   ├── screen.css
│   │           │   └── xtree.css
│   │           └── images
│   │               ├── 0.gif
│   │               ├── 1.gif
│   │               ├── 2.gif
│   │               ├── I.png
│   │               ├── ICON.png
│   │               ├── L.png
│   │               ├── Lminus.png
│   │               ├── Lplus.png
│   │               ├── OxygenPalette.psd
│   │               ├── T.png
│   │               ├── Tminus.png
│   │               ├── Toolbar.psd
│   │               ├── ToolbarBg.gif
│   │               ├── ToolbarBgReverse.gif
│   │               ├── Tplus.png
│   │               ├── actions
│   │               │   ├── 16
│   │               │   │   ├── accessories-archiver.png
│   │               │   │   ├── admin.png
│   │               │   │   ├── ajxp-link.png
│   │               │   │   ├── applix.png
│   │               │   │   ├── archive_insert.png
│   │               │   │   ├── ark_extract.png
│   │               │   │   ├── arrow_down_margin.png
│   │               │   │   ├── back.png
│   │               │   │   ├── bookmark.png
│   │               │   │   ├── bookmark_add.png
│   │               │   │   ├── bookmark_menu.png
│   │               │   │   ├── button_cancel.png
│   │               │   │   ├── column-visible.png
│   │               │   │   ├── configure.png
│   │               │   │   ├── database.png
│   │               │   │   ├── decrypted.png
│   │               │   │   ├── delete_bookmark.png
│   │               │   │   ├── documentinfo_koffice.png
│   │               │   │   ├── download_manager.png
│   │               │   │   ├── drive_remote.png
│   │               │   │   ├── edit.png
│   │               │   │   ├── edit_clear_history.png
│   │               │   │   ├── editcopy.png
│   │               │   │   ├── editdelete.png
│   │               │   │   ├── editpaste.png
│   │               │   │   ├── encrypted.png
│   │               │   │   ├── eraser.png
│   │               │   │   ├── favorite-folder.png
│   │               │   │   ├── file_info.png
│   │               │   │   ├── fileclose.png
│   │               │   │   ├── filenew.png
│   │               │   │   ├── fileopen.png
│   │               │   │   ├── filesave.png
│   │               │   │   ├── fileview_icon.png
│   │               │   │   ├── flag.png
│   │               │   │   ├── folder1_important.png
│   │               │   │   ├── folder_new.png
│   │               │   │   ├── folder_parent.png
│   │               │   │   ├── folder_red.png
│   │               │   │   ├── folder_red_new.png
│   │               │   │   ├── forward.png
│   │               │   │   ├── frame_image.png
│   │               │   │   ├── goto_parent.png
│   │               │   │   ├── help-about.png
│   │               │   │   ├── info.png
│   │               │   │   ├── ksysv.png
│   │               │   │   ├── mail_generic.png
│   │               │   │   ├── media-playback-start.png
│   │               │   │   ├── network-wired.png
│   │               │   │   ├── network_server_database.png
│   │               │   │   ├── player_play copy.png
│   │               │   │   ├── player_play.png
│   │               │   │   ├── player_stop.png
│   │               │   │   ├── public_url.png
│   │               │   │   ├── reload.png
│   │               │   │   ├── search.png
│   │               │   │   ├── toggle_log.png
│   │               │   │   ├── transp.png
│   │               │   │   ├── trashcan_empty.png
│   │               │   │   ├── up.png
│   │               │   │   ├── user_group_new.png
│   │               │   │   ├── view_choose.png
│   │               │   │   ├── view_icon.png
│   │               │   │   ├── view_list_tree.png
│   │               │   │   ├── view_text.png
│   │               │   │   ├── viewmag1.png
│   │               │   │   ├── window_close.png
│   │               │   │   ├── window_fullscreen.png
│   │               │   │   ├── window_nofullscreen.png
│   │               │   │   ├── yast_backup.png
│   │               │   │   ├── yast_kuser.png
│   │               │   │   ├── yast_security.png
│   │               │   │   ├── yast_user_add.png
│   │               │   │   ├── zoom-fit-best.png
│   │               │   │   ├── zoom-in.png
│   │               │   │   ├── zoom-original.png
│   │               │   │   └── zoom-out.png
│   │               │   ├── 22
│   │               │   │   ├── accessories-archiver.png
│   │               │   │   ├── admin.png
│   │               │   │   ├── ajxp-link.png
│   │               │   │   ├── applix.png
│   │               │   │   ├── archive_insert.png
│   │               │   │   ├── ark_extract.png
│   │               │   │   ├── back_22.png
│   │               │   │   ├── bookmark.png
│   │               │   │   ├── bookmark_f.png
│   │               │   │   ├── button_cancel.png
│   │               │   │   ├── cancel.png
│   │               │   │   ├── configure.png
│   │               │   │   ├── database.png
│   │               │   │   ├── decrypted.png
│   │               │   │   ├── dialog_close.png
│   │               │   │   ├── dialog_ok_apply.png
│   │               │   │   ├── documentinfo_koffice.png
│   │               │   │   ├── download_manager.png
│   │               │   │   ├── drive_remote.png
│   │               │   │   ├── edit.png
│   │               │   │   ├── edit_clear_history.png
│   │               │   │   ├── editcopy.png
│   │               │   │   ├── editdelete.png
│   │               │   │   ├── editpaste.png
│   │               │   │   ├── encrypted.png
│   │               │   │   ├── eraser.png
│   │               │   │   ├── favorite-folder.png
│   │               │   │   ├── file_info.png
│   │               │   │   ├── fileclose.png
│   │               │   │   ├── filenew.png
│   │               │   │   ├── fileopen.png
│   │               │   │   ├── filesave.png
│   │               │   │   ├── fileview_icon.png
│   │               │   │   ├── folder1_important.png
│   │               │   │   ├── folder_new.png
│   │               │   │   ├── folder_red.png
│   │               │   │   ├── folder_red_new.png
│   │               │   │   ├── forward_22.png
│   │               │   │   ├── frame_image.png
│   │               │   │   ├── go_back.png
│   │               │   │   ├── info.png
│   │               │   │   ├── ksysv.png
│   │               │   │   ├── mail_generic.png
│   │               │   │   ├── media-playback-start.png
│   │               │   │   ├── network-wired.png
│   │               │   │   ├── network_server.png
│   │               │   │   ├── network_server_database.png
│   │               │   │   ├── player_play.png
│   │               │   │   ├── player_stop.png
│   │               │   │   ├── printer1.png
│   │               │   │   ├── public_url.png
│   │               │   │   ├── reload.png
│   │               │   │   ├── system_search.png
│   │               │   │   ├── trashcan_empty.png
│   │               │   │   ├── up.png
│   │               │   │   ├── user_group_new.png
│   │               │   │   ├── view_choose.png
│   │               │   │   ├── view_icon.png
│   │               │   │   ├── view_list_details.png
│   │               │   │   ├── view_list_tree.png
│   │               │   │   ├── view_pim_news.png
│   │               │   │   ├── view_text.png
│   │               │   │   ├── window_fullscreen.png
│   │               │   │   ├── window_nofullscreen.png
│   │               │   │   ├── yast_backup.png
│   │               │   │   ├── yast_security.png
│   │               │   │   ├── yast_user_add.png
│   │               │   │   ├── zoom-fit-best.png
│   │               │   │   ├── zoom-fit-restore.png
│   │               │   │   ├── zoom-in.png
│   │               │   │   ├── zoom-original.png
│   │               │   │   └── zoom-out.png
│   │               │   └── 32
│   │               │       ├── accessories-archiver.png
│   │               │       ├── ajxp-link.png
│   │               │       ├── archive_insert.png
│   │               │       ├── ark_extract.png
│   │               │       ├── back.png
│   │               │       ├── bookmark.png
│   │               │       ├── bookmark_add.png
│   │               │       ├── bottom.png
│   │               │       ├── button_cancel.png
│   │               │       ├── button_ok.png
│   │               │       ├── configure.png
│   │               │       ├── database.png
│   │               │       ├── documentinfo_koffice.png
│   │               │       ├── drive_remote.png
│   │               │       ├── edit_clear_history.png
│   │               │       ├── edit_rename.png
│   │               │       ├── editcopy.png
│   │               │       ├── editdelete.png
│   │               │       ├── editpaste.png
│   │               │       ├── eraser.png
│   │               │       ├── favorite-folder.png
│   │               │       ├── file_info.png
│   │               │       ├── fileclose.png
│   │               │       ├── filenew.png
│   │               │       ├── fileopen.png
│   │               │       ├── filesave.png
│   │               │       ├── fileview_icon.png
│   │               │       ├── fileview_preview.png
│   │               │       ├── folder1_important.png
│   │               │       ├── folder_network.png
│   │               │       ├── folder_new.png
│   │               │       ├── folder_parent.png
│   │               │       ├── folder_red.png
│   │               │       ├── folder_red_new.png
│   │               │       ├── forward.png
│   │               │       ├── info.png
│   │               │       ├── ksysv.png
│   │               │       ├── mail_generic.png
│   │               │       ├── media_playback_start.png
│   │               │       ├── network_server.png
│   │               │       ├── network_server_database.png
│   │               │       ├── object_edit.png
│   │               │       ├── player_stop.png
│   │               │       ├── preferences_system.png
│   │               │       ├── preferences_system_login.png
│   │               │       ├── reload.png
│   │               │       ├── system_log_out.png
│   │               │       ├── system_search.png
│   │               │       ├── toggle_log.png
│   │               │       ├── top.png
│   │               │       ├── trashcan_empty.png
│   │               │       ├── up.png
│   │               │       ├── user_create.png
│   │               │       ├── user_group_new.png
│   │               │       ├── user_guest.png
│   │               │       ├── user_normal.png
│   │               │       ├── user_sysadmin.png
│   │               │       ├── utilities_file_archiver.png
│   │               │       ├── view_choose.png
│   │               │       ├── view_list_details.png
│   │               │       ├── view_list_icons.png
│   │               │       ├── view_list_text.png
│   │               │       ├── view_list_tree.png
│   │               │       ├── view_pim_news.png
│   │               │       ├── window_fullscreen.png
│   │               │       ├── window_nofullscreen.png
│   │               │       ├── yast_user_add.png
│   │               │       ├── zoom-fit-best.png
│   │               │       ├── zoom-in.png
│   │               │       ├── zoom-original.png
│   │               │       └── zoom-out.png
│   │               ├── arrow_down.png
│   │               ├── arrow_down_margin.png
│   │               ├── arrow_left.png
│   │               ├── arrow_right.png
│   │               ├── arrow_up.png
│   │               ├── arrow_up_margin.png
│   │               ├── blank.png
│   │               ├── fakeFlashButtonBg.gif
│   │               ├── foldericon.png
│   │               ├── greenled.png
│   │               ├── header_bg.png
│   │               ├── header_bg_down.png
│   │               ├── header_bg_on.png
│   │               ├── header_bg_plain.png
│   │               ├── header_bg_up.png
│   │               ├── hgrabber.gif
│   │               ├── html-folder.png
│   │               ├── i18n
│   │               │   ├── lang.gif
│   │               │   ├── lang_cn.gif
│   │               │   ├── lang_de.gif
│   │               │   ├── lang_ee.gif
│   │               │   ├── lang_en.gif
│   │               │   ├── lang_fr.gif
│   │               │   ├── lang_hun.gif
│   │               │   ├── lang_it.gif
│   │               │   ├── lang_lt.gif
│   │               │   ├── lang_pl.gif
│   │               │   ├── lang_rs.gif
│   │               │   ├── lang_si.gif
│   │               │   └── lang_sk.gif
│   │               ├── loadingImage.gif
│   │               ├── locationBg.gif
│   │               ├── mimes
│   │               │   ├── 16
│   │               │   │   ├── admin.png
│   │               │   │   ├── archive.png
│   │               │   │   ├── css.png
│   │               │   │   ├── document.png
│   │               │   │   ├── document_open_remote.png
│   │               │   │   ├── exe.png
│   │               │   │   ├── flash.png
│   │               │   │   ├── folder.png
│   │               │   │   ├── folder_open.png
│   │               │   │   ├── folder_red.png
│   │               │   │   ├── html.png
│   │               │   │   ├── image.png
│   │               │   │   ├── java_src.png
│   │               │   │   ├── javascript.png
│   │               │   │   ├── midi.png
│   │               │   │   ├── mime_empty.png
│   │               │   │   ├── pdf.png
│   │               │   │   ├── php.png
│   │               │   │   ├── repo_child.png
│   │               │   │   ├── search.png
│   │               │   │   ├── sound.png
│   │               │   │   ├── source_pl.png
│   │               │   │   ├── spreadsheet.png
│   │               │   │   ├── susehelpcenter.png
│   │               │   │   ├── toggle_log.png
│   │               │   │   ├── trashcan.png
│   │               │   │   ├── trashcan_full.png
│   │               │   │   ├── txt2.png
│   │               │   │   ├── user.png
│   │               │   │   ├── user_admin.png
│   │               │   │   ├── user_child.png
│   │               │   │   ├── user_group_new.png
│   │               │   │   ├── user_guest.png
│   │               │   │   ├── user_shared.png
│   │               │   │   ├── video.png
│   │               │   │   ├── x-office-calendar.png
│   │               │   │   ├── yast_kuser.png
│   │               │   │   └── zip.png
│   │               │   └── 64
│   │               │       ├── admin.png
│   │               │       ├── archive.png
│   │               │       ├── css.png
│   │               │       ├── document.png
│   │               │       ├── document_open_remote.png
│   │               │       ├── exe.png
│   │               │       ├── flash.png
│   │               │       ├── folder.png
│   │               │       ├── folder_red.png
│   │               │       ├── html.png
│   │               │       ├── image.png
│   │               │       ├── javascript.png
│   │               │       ├── midi.png
│   │               │       ├── mime_empty.png
│   │               │       ├── pdf.png
│   │               │       ├── php.png
│   │               │       ├── repo_child.png
│   │               │       ├── sound.png
│   │               │       ├── source_java.png
│   │               │       ├── source_pl.png
│   │               │       ├── spreadsheet.png
│   │               │       ├── susehelpcenter.png
│   │               │       ├── toggle_log.png
│   │               │       ├── trashcan.png
│   │               │       ├── trashcan_full.png
│   │               │       ├── txt2.png
│   │               │       ├── user.png
│   │               │       ├── user_admin.png
│   │               │       ├── user_child.png
│   │               │       ├── user_group_new.png
│   │               │       ├── user_guest.png
│   │               │       ├── user_shared.png
│   │               │       ├── video.png
│   │               │       ├── x-office-calendar.png
│   │               │       ├── yast_kuser.png
│   │               │       └── zip.png
│   │               ├── openfoldericon.png
│   │               ├── progress_bar.gif
│   │               ├── progress_box.gif
│   │               ├── redled.png
│   │               ├── slider-handle-vert.png
│   │               ├── slider-handle.png
│   │               ├── slider-track-bottom.png
│   │               ├── slider-track-left.png
│   │               ├── slider-track-right.png
│   │               ├── slider-track-top.png
│   │               ├── strip.png
│   │               ├── tree-even-odd-bg.png
│   │               ├── tree-odd-even-bg.png
│   │               ├── vgrabber.gif
│   │               └── yellowled.png
│   ├── content.php
│   ├── dav.php
│   ├── files
│   │   ├── INSTALL-SelectMeAndClickEdit.txt
│   │   ├── recycle_bin
│   │   │   └── testfile.txt
│   │   └── test
│   │       └── cardcenter.sql
│   ├── index.php
│   ├── plugins
│   │   ├── access.ajxp_conf
│   │   │   ├── admin.png
│   │   │   ├── ajxp_confActions.xml
│   │   │   ├── class.ConfigEditor.js
│   │   │   ├── class.ajxp_confAccessDriver.php
│   │   │   ├── i18n
│   │   │   │   ├── de.php
│   │   │   │   ├── en.php
│   │   │   │   ├── es.php
│   │   │   │   ├── fi.php
│   │   │   │   ├── fr.php
│   │   │   │   ├── hu.php
│   │   │   │   └── si.php
│   │   │   └── manifest.xml
│   │   ├── access.ajxp_shared
│   │   │   ├── class.ajxpSharedAccessDriver.php
│   │   │   ├── i18n
│   │   │   │   ├── de.php
│   │   │   │   ├── en.php
│   │   │   │   ├── es.php
│   │   │   │   ├── fr.php
│   │   │   │   ├── hu.php
│   │   │   │   └── si.php
│   │   │   ├── manifest.xml
│   │   │   └── preferences_system_network.png
│   │   ├── access.demo
│   │   │   ├── class.demoAccessDriver.php
│   │   │   └── manifest.xml
│   │   ├── access.fs
│   │   │   ├── class.fsAccessDriver.php
│   │   │   ├── class.fsAccessWrapper.php
│   │   │   ├── fsActions.xml
│   │   │   ├── icon.png
│   │   │   └── manifest.xml
│   │   ├── access.ftp
│   │   │   ├── class.ftpAccessDriver.php
│   │   │   ├── class.ftpAccessWrapper.php
│   │   │   ├── icon.png
│   │   │   └── manifest.xml
│   │   ├── access.jsapi
│   │   │   ├── api_browser_sample.html
│   │   │   ├── class.JsSourceViewer.js
│   │   │   ├── class.LocalAPINodeProvider.js
│   │   │   ├── class.jsapiAccessDriver.php
│   │   │   ├── i18n
│   │   │   │   ├── de.php
│   │   │   │   ├── en.php
│   │   │   │   └── si.php
│   │   │   ├── icons
│   │   │   │   ├── class.png
│   │   │   │   ├── class_singleton.png
│   │   │   │   ├── inherited_method.png
│   │   │   │   ├── interface.png
│   │   │   │   ├── method.png
│   │   │   │   ├── mixedin_method.png
│   │   │   │   ├── mixin.png
│   │   │   │   ├── mixin_warned.png
│   │   │   │   ├── package.png
│   │   │   │   ├── package_warned.png
│   │   │   │   └── property.png
│   │   │   ├── jsapi_styles.css
│   │   │   └── manifest.xml
│   │   ├── access.mysql
│   │   │   ├── class.mysqlAccessDriver.php
│   │   │   ├── manifest.xml
│   │   │   ├── mysqlActions.xml
│   │   │   └── resources
│   │   │       ├── css
│   │   │       │   └── sqlEditor.css
│   │   │       ├── i18n
│   │   │       │   ├── de.php
│   │   │       │   ├── en.php
│   │   │       │   ├── es.php
│   │   │       │   ├── fi.php
│   │   │       │   ├── fr.php
│   │   │       │   └── si.php
│   │   │       ├── images
│   │   │       │   ├── actions
│   │   │       │   │   ├── 16
│   │   │       │   │   │   ├── table_delete.png
│   │   │       │   │   │   ├── table_edit.png
│   │   │       │   │   │   ├── table_empty.png
│   │   │       │   │   │   ├── table_new.png
│   │   │       │   │   │   ├── table_record.png
│   │   │       │   │   │   ├── table_record_delete.png
│   │   │       │   │   │   ├── table_record_edit.png
│   │   │       │   │   │   └── table_record_new.png
│   │   │       │   │   └── 22
│   │   │       │   │       ├── table_delete.png
│   │   │       │   │       ├── table_edit.png
│   │   │       │   │       ├── table_empty.png
│   │   │       │   │       ├── table_new.png
│   │   │       │   │       ├── table_record.png
│   │   │       │   │       ├── table_record_delete.png
│   │   │       │   │       ├── table_record_edit.png
│   │   │       │   │       └── table_record_new.png
│   │   │       │   ├── mimes
│   │   │       │   │   ├── 16
│   │   │       │   │   │   ├── table_empty.png
│   │   │       │   │   │   ├── table_empty_tree.png
│   │   │       │   │   │   └── table_record.png
│   │   │       │   │   └── 64
│   │   │       │   └── mysql_icon.png
│   │   │       └── js
│   │   │           ├── class.SQLEditor.js
│   │   │           └── class.SQLSearchEngine.js
│   │   ├── access.remote_fs
│   │   │   ├── additionalActions.xml
│   │   │   ├── class.remote_fsAccessDriver.php
│   │   │   ├── class.remote_fsAccessWrapper.php
│   │   │   ├── manifest.xml
│   │   │   └── remote_fs_icon.png
│   │   ├── access.sftp
│   │   │   ├── class.sftpAccessDriver.php
│   │   │   ├── class.sftpAccessWrapper.php
│   │   │   ├── icon.png
│   │   │   └── manifest.xml
│   │   ├── access.smb
│   │   │   ├── class.smbAccessDriver.php
│   │   │   ├── class.smbAccessWrapper.php
│   │   │   ├── manifest.xml
│   │   │   └── smb.php
│   │   ├── access.webdav
│   │   │   ├── PEAR_HTTP_WebDAV_Client_Patch.diff
│   │   │   ├── README
│   │   │   ├── class.webdavAccessDriver.php
│   │   │   ├── class.webdavAccessWrapper.php
│   │   │   └── manifest.xml
│   │   ├── access.wms
│   │   │   ├── class.WmsBrowser.php
│   │   │   ├── i18n
│   │   │   │   ├── de.php
│   │   │   │   ├── en.php
│   │   │   │   ├── es.php
│   │   │   │   └── si.php
│   │   │   ├── images
│   │   │   │   ├── actions
│   │   │   │   ├── mimes
│   │   │   │   │   ├── 16
│   │   │   │   │   │   └── domtreeviewer.png
│   │   │   │   │   └── 64
│   │   │   │   │       └── domtreeviewer.png
│   │   │   │   └── world.png
│   │   │   └── manifest.xml.default
│   │   ├── auth.basic_http
│   │   │   ├── class.basic_httpAuthDriver.php
│   │   │   └── manifest.xml
│   │   ├── auth.cmsms
│   │   │   ├── action.xml
│   │   │   ├── class.cmsmsAuthDriver.php
│   │   │   └── manifest.xml
│   │   ├── auth.ftp
│   │   │   ├── README.txt
│   │   │   ├── class.ftpAuthDriver.php
│   │   │   └── manifest.xml
│   │   ├── auth.ldap
│   │   │   ├── class.ldapAuthDriver.php
│   │   │   └── manifest.xml
│   │   ├── auth.multi
│   │   │   ├── class.multiAuthDriver.php
│   │   │   ├── login_patch.xml
│   │   │   └── manifest.xml
│   │   ├── auth.phpbb
│   │   │   ├── class.phpbbAuthDriver.php
│   │   │   └── manifest.xml
│   │   ├── auth.remote
│   │   │   ├── class.remoteAuthDriver.php
│   │   │   ├── glueCode.php
│   │   │   ├── manifest.xml
│   │   │   ├── remoteAuthActions.xml
│   │   │   └── sessionSwitcher.php
│   │   ├── auth.remote_ajxp
│   │   │   ├── class.remote_ajxpAuthDriver.php
│   │   │   └── manifest.xml
│   │   ├── auth.serial
│   │   │   ├── class.serialAuthDriver.php
│   │   │   └── manifest.xml
│   │   ├── auth.smb
│   │   │   ├── class.smbAuthDriver.php
│   │   │   └── manifest.xml
│   │   ├── auth.sql
│   │   │   ├── class.sqlAuthDriver.php
│   │   │   ├── create.sql
│   │   │   └── manifest.xml
│   │   ├── conf.serial
│   │   │   ├── class.AJXP_User.php
│   │   │   ├── class.serialConfDriver.php
│   │   │   └── manifest.xml
│   │   ├── conf.sql
│   │   │   ├── README.txt
│   │   │   ├── class.AJXP_User.php
│   │   │   ├── class.sqlConfDriver.php
│   │   │   ├── create.sql
│   │   │   ├── manifest.xml
│   │   │   └── update_3.0.3_up.sql
│   │   ├── editor.audio
│   │   │   ├── class.AudioPreviewer.js
│   │   │   ├── class.AudioPreviewer.php
│   │   │   ├── dewplayer-bubble.swf
│   │   │   ├── dewplayer-playlist.swf
│   │   │   └── manifest.xml
│   │   ├── editor.browser
│   │   │   ├── class.BrowserOpener.js
│   │   │   ├── class.FileMimeSender.php
│   │   │   ├── manifest.xml
│   │   │   ├── mime.types
│   │   │   └── resources
│   │   │       ├── i18n
│   │   │       │   └── en.php
│   │   │       └── images
│   │   │           └── actions
│   │   │               ├── 16
│   │   │               │   ├── emblem-symbolic-link.png
│   │   │               │   └── project-open.png
│   │   │               ├── 22
│   │   │               │   ├── emblem-symbolic-link.png
│   │   │               │   └── project-open.png
│   │   │               └── 32
│   │   │                   ├── emblem-symbolic-link.png
│   │   │                   └── project-open.png
│   │   ├── editor.ckeditor
│   │   │   ├── HOWTO-INSTALL.txt
│   │   │   ├── class.AjxpCkEditor.js
│   │   │   ├── html_edit.png
│   │   │   └── manifest.xml.default
│   │   ├── editor.codemirror
│   │   │   ├── CodeMirror
│   │   │   │   ├── LICENSE
│   │   │   │   ├── contrib
│   │   │   │   │   ├── csharp
│   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   └── csharpcolors.css
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── js
│   │   │   │   │   │       ├── parsecsharp.js
│   │   │   │   │   │       └── tokenizecsharp.js
│   │   │   │   │   ├── freemarker
│   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   └── freemarkercolors.css
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── js
│   │   │   │   │   │       └── parsefreemarker.js
│   │   │   │   │   ├── groovy
│   │   │   │   │   │   └── index.html
│   │   │   │   │   ├── java
│   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   └── javacolors.css
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── js
│   │   │   │   │   │       ├── parsejava.js
│   │   │   │   │   │       └── tokenizejava.js
│   │   │   │   │   ├── lua
│   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   └── luacolors.css
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── js
│   │   │   │   │   │       └── parselua.js
│   │   │   │   │   ├── ometa
│   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   └── ometacolors.css
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── js
│   │   │   │   │   │       ├── parseometa.js
│   │   │   │   │   │       └── tokenizeometa.js
│   │   │   │   │   ├── php
│   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   └── phpcolors.css
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── js
│   │   │   │   │   │       ├── parsephp.js
│   │   │   │   │   │       ├── parsephphtmlmixed.js
│   │   │   │   │   │       └── tokenizephp.js
│   │   │   │   │   ├── plsql
│   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   └── plsqlcolors.css
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── js
│   │   │   │   │   │       └── parseplsql.js
│   │   │   │   │   ├── python
│   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   └── pythoncolors.css
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── js
│   │   │   │   │   │       └── parsepython.js
│   │   │   │   │   ├── scheme
│   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   └── schemecolors.css
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── js
│   │   │   │   │   │       ├── parsescheme.js
│   │   │   │   │   │       └── tokenizescheme.js
│   │   │   │   │   ├── sql
│   │   │   │   │   │   ├── LICENSE
│   │   │   │   │   │   ├── css
│   │   │   │   │   │   │   └── sqlcolors.css
│   │   │   │   │   │   ├── index.html
│   │   │   │   │   │   └── js
│   │   │   │   │   │       └── parsesql.js
│   │   │   │   │   └── xquery
│   │   │   │   │       ├── LICENSE
│   │   │   │   │       ├── css
│   │   │   │   │       │   ├── xqcolors-dark.css
│   │   │   │   │       │   ├── xqcolors.css
│   │   │   │   │       │   └── xqcolors2.css
│   │   │   │   │       ├── index.html
│   │   │   │   │       └── js
│   │   │   │   │           ├── parsexquery.js
│   │   │   │   │           └── tokenizexquery.js
│   │   │   │   ├── css
│   │   │   │   │   ├── baboon.png
│   │   │   │   │   ├── baboon_vector.ai
│   │   │   │   │   ├── csscolors.css
│   │   │   │   │   ├── docs.css
│   │   │   │   │   ├── font.js
│   │   │   │   │   ├── 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
│   │   │   │       ├── unittests.js
│   │   │   │       └── util.js
│   │   │   ├── class.CodeMirrorEditor.js
│   │   │   ├── css
│   │   │   │   ├── dummycolors.css
│   │   │   │   ├── linenumbers-py.css
│   │   │   │   └── linenumbers.css
│   │   │   ├── i18n
│   │   │   │   ├── de.php
│   │   │   │   ├── en.php
│   │   │   │   └── si.php
│   │   │   ├── img
│   │   │   │   ├── format_indent_more.png
│   │   │   │   ├── format_list_ordered.png
│   │   │   │   ├── format_wrap.png
│   │   │   │   ├── go_jump.png
│   │   │   │   ├── redo.png
│   │   │   │   ├── system_search.png
│   │   │   │   └── undo.png
│   │   │   ├── manifest.xml
│   │   │   └── source_edit.png
│   │   ├── editor.codepress
│   │   │   ├── class.CodePressEditor.js
│   │   │   ├── codepress
│   │   │   │   ├── codepress.css
│   │   │   │   ├── codepress.html
│   │   │   │   ├── codepress.js
│   │   │   │   ├── engines
│   │   │   │   │   ├── gecko.js
│   │   │   │   │   ├── khtml.js
│   │   │   │   │   ├── msie.js
│   │   │   │   │   ├── older.js
│   │   │   │   │   ├── opera.js
│   │   │   │   │   └── webkit.js
│   │   │   │   ├── images
│   │   │   │   │   └── line-numbers.png
│   │   │   │   ├── index.html
│   │   │   │   ├── languages
│   │   │   │   │   ├── css.css
│   │   │   │   │   ├── css.js
│   │   │   │   │   ├── generic.css
│   │   │   │   │   ├── generic.js
│   │   │   │   │   ├── html.css
│   │   │   │   │   ├── html.js
│   │   │   │   │   ├── java.css
│   │   │   │   │   ├── java.js
│   │   │   │   │   ├── javascript.css
│   │   │   │   │   ├── javascript.js
│   │   │   │   │   ├── perl.css
│   │   │   │   │   ├── perl.js
│   │   │   │   │   ├── php.css
│   │   │   │   │   ├── php.js
│   │   │   │   │   ├── ruby.css
│   │   │   │   │   ├── ruby.js
│   │   │   │   │   ├── sql.css
│   │   │   │   │   ├── sql.js
│   │   │   │   │   ├── text.css
│   │   │   │   │   └── text.js
│   │   │   │   └── license.txt
│   │   │   ├── manifest.xml.default
│   │   │   └── source_edit.png
│   │   ├── editor.diaporama
│   │   │   ├── PThumb.lib.php
│   │   │   ├── class.Diaporama.js
│   │   │   ├── class.ImagePreviewer.php
│   │   │   └── manifest.xml
│   │   ├── editor.eml
│   │   │   ├── attach.png
│   │   │   ├── class.EmlParser.php
│   │   │   ├── class.EmlViewer.js
│   │   │   ├── emlViewer.css
│   │   │   ├── i18n
│   │   │   │   ├── de.php
│   │   │   │   ├── en.php
│   │   │   │   ├── fr.php
│   │   │   │   └── si.php
│   │   │   ├── img
│   │   │   │   ├── 16
│   │   │   │   │   └── mail_mime.png
│   │   │   │   └── 64
│   │   │   │       └── mail_mime.png
│   │   │   └── manifest.xml
│   │   ├── editor.exif
│   │   │   ├── class.ExifEditor.js
│   │   │   ├── i18n
│   │   │   │   ├── de.php
│   │   │   │   ├── en.php
│   │   │   │   ├── es.php
│   │   │   │   └── si.php
│   │   │   ├── images
│   │   │   │   └── actions
│   │   │   │       ├── 16
│   │   │   │       │   └── camera_photo.png
│   │   │   │       ├── 22
│   │   │   │       │   └── camera_photo.png
│   │   │   │       └── 32
│   │   │   │           └── camera_photo.png
│   │   │   └── manifest.xml
│   │   ├── editor.imagick
│   │   │   ├── HOWTO-INSTALL.txt
│   │   │   ├── class.IMagickPreviewer.js
│   │   │   ├── class.IMagickPreviewer.php
│   │   │   ├── conf.editor.imagick.inc
│   │   │   └── manifest.xml.default
│   │   ├── editor.openlayer
│   │   │   ├── HOWTO
│   │   │   ├── class.OLViewer.js
│   │   │   ├── i18n
│   │   │   │   ├── de.php
│   │   │   │   ├── en.php
│   │   │   │   ├── es.php
│   │   │   │   ├── fr.php
│   │   │   │   └── si.php
│   │   │   ├── manifest.xml
│   │   │   ├── openlayer
│   │   │   └── services.png
│   │   ├── editor.other
│   │   │   ├── class.OtherEditorChooser.js
│   │   │   ├── manifest.xml
│   │   │   └── resources
│   │   │       ├── i18n
│   │   │       │   └── en.php
│   │   │       ├── images
│   │   │       │   └── actions
│   │   │       │       ├── 16
│   │   │       │       │   └── unknown.png
│   │   │       │       ├── 22
│   │   │       │       │   └── unknown.png
│   │   │       │       └── 32
│   │   │       │           └── unknown.png
│   │   │       └── other_chooser.css
│   │   ├── editor.pixlr
│   │   │   ├── class.PixlrEditor.js
│   │   │   ├── class.PixlrEditor.php
│   │   │   ├── fake_close_pixlr.php
│   │   │   ├── fake_save_pixlr.php
│   │   │   ├── images
│   │   │   │   └── actions
│   │   │   │       ├── 16
│   │   │   │       │   └── color_fill.png
│   │   │   │       ├── 22
│   │   │   │       │   └── color_fill.png
│   │   │   │       └── 32
│   │   │   │           └── color_fill.png
│   │   │   └── manifest.xml
│   │   ├── editor.text
│   │   │   ├── class.TextEditor.js
│   │   │   └── manifest.xml
│   │   ├── editor.video
│   │   │   ├── class.VideoPreviewer.js
│   │   │   ├── class.VideoReader.php
│   │   │   ├── manifest.xml
│   │   │   ├── player_flv_maxi.swf
│   │   │   └── video-js
│   │   │       ├── LICENSE.txt
│   │   │       ├── video-js.css
│   │   │       └── video.js
│   │   ├── gui.ajax
│   │   │   ├── ajxpclient_actions.xml
│   │   │   ├── class.AJXP_ClientDriver.php
│   │   │   ├── manifest.xml
│   │   │   └── widget_sample.html
│   │   ├── gui.ios
│   │   │   ├── ajxp-ios.js
│   │   │   └── manifest.xml
│   │   ├── gui.mobile
│   │   │   ├── ajxp-mobile.css
│   │   │   ├── ajxp-mobile.js
│   │   │   └── manifest.xml
│   │   ├── hook.auth_demo
│   │   │   ├── class.demoAuthHook.php
│   │   │   └── manifest.xml.default
│   │   ├── hook.demo
│   │   │   ├── class.HookDemo.php
│   │   │   ├── manifest.xml.default
│   │   │   └── testActions.xml
│   │   ├── index.html
│   │   ├── log.sql
│   │   │   ├── README.txt
│   │   │   ├── class.sqlLogDriver.php
│   │   │   ├── create.sql
│   │   │   └── manifest.xml
│   │   ├── log.text
│   │   │   ├── class.textLogDriver.php
│   │   │   └── manifest.xml
│   │   ├── meta.exif
│   │   │   ├── class.ExifCellRenderer.js
│   │   │   ├── class.ExifMetaManager.php
│   │   │   ├── class.GeoConversion.php
│   │   │   ├── i18n
│   │   │   │   ├── de.php
│   │   │   │   ├── en.php
│   │   │   │   ├── es.php
│   │   │   │   └── si.php
│   │   │   ├── manifest.xml
│   │   │   └── world.png
│   │   ├── meta.serial
│   │   │   ├── class.MetaCellRenderer.js
│   │   │   ├── class.SerialMetaManager.php
│   │   │   ├── css
│   │   │   │   ├── blue.png
│   │   │   │   ├── brown.png
│   │   │   │   ├── green.png
│   │   │   │   ├── grey.png
│   │   │   │   ├── labelsClasses.css
│   │   │   │   ├── purple.png
│   │   │   │   └── red.png
│   │   │   ├── i18n
│   │   │   │   ├── de.php
│   │   │   │   ├── en.php
│   │   │   │   ├── es.php
│   │   │   │   ├── fi.php
│   │   │   │   ├── fr.php
│   │   │   │   └── si.php
│   │   │   ├── manifest.xml
│   │   │   ├── rating.png
│   │   │   ├── rating_off.png
│   │   │   └── rating_remove.png
│   │   ├── meta.svn
│   │   │   ├── class.SVNLogger.js
│   │   │   ├── class.SvnManager.php
│   │   │   ├── i18n
│   │   │   │   ├── de.php
│   │   │   │   ├── en.php
│   │   │   │   ├── es.php
│   │   │   │   └── si.php
│   │   │   ├── images
│   │   │   │   └── actions
│   │   │   │       ├── 16
│   │   │   │       │   └── system_file_manager.png
│   │   │   │       ├── 22
│   │   │   │       │   └── system_file_manager.png
│   │   │   │       └── 32
│   │   │   │           └── system_file_manager.png
│   │   │   ├── manifest.xml
│   │   │   ├── svn_executor.inc.php
│   │   │   └── svn_lib.inc.php
│   │   ├── notify.phpmail-lite
│   │   │   ├── class.PhpMailLiteNotifier.php
│   │   │   ├── conf.notify.phpmail-lite.inc
│   │   │   ├── lib
│   │   │   │   └── class.phpmailer-lite.php
│   │   │   └── manifest.xml
│   │   ├── uploader.flex
│   │   │   ├── FlashFileUpload.swf
│   │   │   ├── class.FlexUploadProcessor.php
│   │   │   ├── flash_tpl.html
│   │   │   └── manifest.xml
│   │   ├── uploader.html
│   │   │   ├── class.MultiUploader.js
│   │   │   ├── class.SimpleUploadProcessor.php
│   │   │   ├── class.XHRUploader.js
│   │   │   ├── dropzone.psd
│   │   │   ├── i18n
│   │   │   │   ├── de-dropzone.png
│   │   │   │   ├── en-dropzone.png
│   │   │   │   ├── fi-dropzone.png
│   │   │   │   ├── fr-dropzone.png
│   │   │   │   └── si-dropzone.png
│   │   │   └── manifest.xml
│   │   └── uploader.jumploader
│   │       ├── class.JumploaderProcessor.php
│   │       ├── jumploader_tpl.html
│   │       └── manifest.xml
│   ├── publicLet.inc.php
│   ├── runTests.php
│   └── server
│       ├── cache
│       │   ├── plugins_cache.ser
│       │   └── plugins_requires.ser
│       ├── classes
│       │   ├── class.AJXP_Cache.php
│       │   ├── class.AJXP_Controller.php
│       │   ├── class.AJXP_Exception.php
│       │   ├── class.AJXP_JSPacker.php
│       │   ├── class.AJXP_Logger.php
│       │   ├── class.AJXP_Plugin.php
│       │   ├── class.AJXP_PluginsService.php
│       │   ├── class.AJXP_Safe.php
│       │   ├── class.AJXP_Utils.php
│       │   ├── class.AJXP_VarsFilter.php
│       │   ├── class.AJXP_WebdavAuth.php
│       │   ├── class.AJXP_WebdavBackend.php
│       │   ├── class.AJXP_XMLWriter.php
│       │   ├── class.AbstractAccessDriver.php
│       │   ├── class.AbstractAjxpUser.php
│       │   ├── class.AbstractAuthDriver.php
│       │   ├── class.AbstractConfDriver.php
│       │   ├── class.AbstractLogDriver.php
│       │   ├── class.AbstractTest.php
│       │   ├── class.AjxpRole.php
│       │   ├── class.AuthService.php
│       │   ├── class.CaptchaProvider.php
│       │   ├── class.ConfService.php
│       │   ├── class.HTMLWriter.php
│       │   ├── class.HttpClient.php
│       │   ├── class.PublicletCounter.php
│       │   ├── class.RecycleBinManager.php
│       │   ├── class.Repository.php
│       │   ├── class.SystemTextEncoding.php
│       │   ├── class.UserSelection.php
│       │   ├── dibi.compact.php
│       │   ├── ezc
│       │   │   ├── Base
│       │   │   │   ├── base.php
│       │   │   │   ├── base_autoload.php
│       │   │   │   ├── exceptions
│       │   │   │   │   ├── autoload.php
│       │   │   │   │   ├── double_class_repository_prefix.php
│       │   │   │   │   ├── exception.php
│       │   │   │   │   ├── extension_not_found.php
│       │   │   │   │   ├── file_exception.php
│       │   │   │   │   ├── file_io.php
│       │   │   │   │   ├── file_not_found.php
│       │   │   │   │   ├── file_permission.php
│       │   │   │   │   ├── functionality_not_supported.php
│       │   │   │   │   ├── init_callback_configured.php
│       │   │   │   │   ├── invalid_callback_class.php
│       │   │   │   │   ├── invalid_parent_class.php
│       │   │   │   │   ├── property_not_found.php
│       │   │   │   │   ├── property_permission.php
│       │   │   │   │   ├── setting_not_found.php
│       │   │   │   │   ├── setting_value.php
│       │   │   │   │   ├── value.php
│       │   │   │   │   └── whatever.php
│       │   │   │   ├── ezc_bootstrap.php
│       │   │   │   ├── features.php
│       │   │   │   ├── file.php
│       │   │   │   ├── init.php
│       │   │   │   ├── interfaces
│       │   │   │   │   ├── configuration_initializer.php
│       │   │   │   │   ├── exportable.php
│       │   │   │   │   └── persistable.php
│       │   │   │   ├── metadata
│       │   │   │   │   ├── pear.php
│       │   │   │   │   └── tarball.php
│       │   │   │   ├── metadata.php
│       │   │   │   ├── options
│       │   │   │   │   └── autoload.php
│       │   │   │   ├── options.php
│       │   │   │   ├── struct.php
│       │   │   │   └── structs
│       │   │   │       ├── file_find_context.php
│       │   │   │       └── repository_directory.php
│       │   │   ├── EZC_LICENCE
│       │   │   ├── Webdav
│       │   │   │   ├── auth
│       │   │   │   │   └── digest_base.php
│       │   │   │   ├── backends
│       │   │   │   │   ├── file.php
│       │   │   │   │   ├── memory.php
│       │   │   │   │   └── simple.php
│       │   │   │   ├── exceptions
│       │   │   │   │   ├── bad_request.php
│       │   │   │   │   ├── broken_base_uri.php
│       │   │   │   │   ├── broken_request_uri.php
│       │   │   │   │   ├── broken_storage_exception.php
│       │   │   │   │   ├── exception.php
│       │   │   │   │   ├── headers_not_validated.php
│       │   │   │   │   ├── inconsistency.php
│       │   │   │   │   ├── invalid_callback.php
│       │   │   │   │   ├── invalid_header.php
│       │   │   │   │   ├── invalid_hook.php
│       │   │   │   │   ├── invalid_request_body.php
│       │   │   │   │   ├── invalid_request_method.php
│       │   │   │   │   ├── invalid_xml.php
│       │   │   │   │   ├── missing_header.php
│       │   │   │   │   ├── missing_transport_configuration.php
│       │   │   │   │   ├── misssing_server_variable.php
│       │   │   │   │   ├── no_transport_handler.php
│       │   │   │   │   ├── plugin_precondition_failed.php
│       │   │   │   │   ├── request_not_supported.php
│       │   │   │   │   └── unknown_header.php
│       │   │   │   ├── interfaces
│       │   │   │   │   ├── anonymous_authenticator.php
│       │   │   │   │   ├── authorizer.php
│       │   │   │   │   ├── backend
│       │   │   │   │   │   ├── change.php
│       │   │   │   │   │   ├── make_collection.php
│       │   │   │   │   │   └── put.php
│       │   │   │   │   ├── backend.php
│       │   │   │   │   ├── basic_authenticator.php
│       │   │   │   │   ├── digest_authenticator.php
│       │   │   │   │   ├── infrastructure_base.php
│       │   │   │   │   ├── path_factory.php
│       │   │   │   │   ├── property.php
│       │   │   │   │   ├── property_live.php
│       │   │   │   │   ├── property_storage.php
│       │   │   │   │   ├── request.php
│       │   │   │   │   └── response.php
│       │   │   │   ├── namespace_registry.php
│       │   │   │   ├── options
│       │   │   │   │   ├── backend_file_options.php
│       │   │   │   │   ├── backend_memory_options.php
│       │   │   │   │   └── server.php
│       │   │   │   ├── path_factories
│       │   │   │   │   ├── automatic.php
│       │   │   │   │   └── basic.php
│       │   │   │   ├── plugin_configuration.php
│       │   │   │   ├── plugin_parameters.php
│       │   │   │   ├── plugin_registry.php
│       │   │   │   ├── plugins
│       │   │   │   │   └── lock
│       │   │   │   │       ├── administration
│       │   │   │   │       │   └── purger.php
│       │   │   │   │       ├── administrator.php
│       │   │   │   │       ├── check_observers
│       │   │   │   │       │   ├── lock.php
│       │   │   │   │       │   ├── lock_refresh.php
│       │   │   │   │       │   ├── multiple.php
│       │   │   │   │       │   ├── path_collector.php
│       │   │   │   │       │   └── property_collector.php
│       │   │   │   │       ├── config.php
│       │   │   │   │       ├── exceptions
│       │   │   │   │       │   ├── access_denied.php
│       │   │   │   │       │   └── administration.php
│       │   │   │   │       ├── handlers
│       │   │   │   │       │   ├── copy.php
│       │   │   │   │       │   ├── delete.php
│       │   │   │   │       │   ├── lock.php
│       │   │   │   │       │   ├── mkcol.php
│       │   │   │   │       │   ├── move.php
│       │   │   │   │       │   ├── options.php
│       │   │   │   │       │   ├── propfind.php
│       │   │   │   │       │   ├── proppatch.php
│       │   │   │   │       │   ├── put.php
│       │   │   │   │       │   └── unlock.php
│       │   │   │   │       ├── header
│       │   │   │   │       │   ├── if_header_condition.php
│       │   │   │   │       │   ├── if_header_list_item.php
│       │   │   │   │       │   ├── if_header_no_tag_list.php
│       │   │   │   │       │   └── if_header_tagged_list.php
│       │   │   │   │       ├── header_handler.php
│       │   │   │   │       ├── interfaces
│       │   │   │   │       │   ├── check_observer.php
│       │   │   │   │       │   ├── handler.php
│       │   │   │   │       │   ├── if_header_list.php
│       │   │   │   │       │   ├── lock_authorizer.php
│       │   │   │   │       │   └── lock_backend.php
│       │   │   │   │       ├── main.php
│       │   │   │   │       ├── options.php
│       │   │   │   │       ├── properties
│       │   │   │   │       │   ├── lockdiscovery.php
│       │   │   │   │       │   ├── lockdiscovery_activelock.php
│       │   │   │   │       │   ├── supportedlock.php
│       │   │   │   │       │   └── supportedlock_lockentry.php
│       │   │   │   │       ├── property_handler.php
│       │   │   │   │       ├── requests
│       │   │   │   │       │   ├── content
│       │   │   │   │       │   │   └── lock_info.php
│       │   │   │   │       │   ├── lock.php
│       │   │   │   │       │   └── unlock.php
│       │   │   │   │       ├── responses
│       │   │   │   │       │   ├── lock.php
│       │   │   │   │       │   └── unlock.php
│       │   │   │   │       ├── structs
│       │   │   │   │       │   └── lock_check_info.php
│       │   │   │   │       ├── tools.php
│       │   │   │   │       └── transport.php
│       │   │   │   ├── properties
│       │   │   │   │   ├── creationdate.php
│       │   │   │   │   ├── dead.php
│       │   │   │   │   ├── displayname.php
│       │   │   │   │   ├── getcontentlanguage.php
│       │   │   │   │   ├── getcontentlength.php
│       │   │   │   │   ├── getcontenttype.php
│       │   │   │   │   ├── getetag.php
│       │   │   │   │   ├── getlastmodified.php
│       │   │   │   │   ├── resourcetype.php
│       │   │   │   │   ├── source.php
│       │   │   │   │   └── source_link.php
│       │   │   │   ├── property_storages
│       │   │   │   │   ├── basic.php
│       │   │   │   │   └── flagged.php
│       │   │   │   ├── requests
│       │   │   │   │   ├── content
│       │   │   │   │   │   └── property_behaviour.php
│       │   │   │   │   ├── copy.php
│       │   │   │   │   ├── delete.php
│       │   │   │   │   ├── get.php
│       │   │   │   │   ├── head.php
│       │   │   │   │   ├── mkcol.php
│       │   │   │   │   ├── move.php
│       │   │   │   │   ├── options.php
│       │   │   │   │   ├── propfind.php
│       │   │   │   │   ├── proppatch.php
│       │   │   │   │   └── put.php
│       │   │   │   ├── responses
│       │   │   │   │   ├── copy.php
│       │   │   │   │   ├── delete.php
│       │   │   │   │   ├── error.php
│       │   │   │   │   ├── get_collection.php
│       │   │   │   │   ├── get_resource.php
│       │   │   │   │   ├── head.php
│       │   │   │   │   ├── mkcol.php
│       │   │   │   │   ├── move.php
│       │   │   │   │   ├── multistatus.php
│       │   │   │   │   ├── options.php
│       │   │   │   │   ├── propfind.php
│       │   │   │   │   ├── proppatch.php
│       │   │   │   │   ├── propstat.php
│       │   │   │   │   └── put.php
│       │   │   │   ├── server.php
│       │   │   │   ├── server_configuration.php
│       │   │   │   ├── server_configuration_manager.php
│       │   │   │   ├── structs
│       │   │   │   │   ├── anonymous_auth.php
│       │   │   │   │   ├── auth.php
│       │   │   │   │   ├── basic_auth.php
│       │   │   │   │   ├── collection.php
│       │   │   │   │   ├── digest_auth.php
│       │   │   │   │   ├── display_information.php
│       │   │   │   │   ├── display_information_empty.php
│       │   │   │   │   ├── display_information_string.php
│       │   │   │   │   ├── display_information_xml.php
│       │   │   │   │   ├── output_result.php
│       │   │   │   │   ├── potential_uri_content.php
│       │   │   │   │   └── resource.php
│       │   │   │   ├── tools
│       │   │   │   │   ├── date_time.php
│       │   │   │   │   └── xml.php
│       │   │   │   ├── transport.php
│       │   │   │   ├── transports
│       │   │   │   │   ├── header_handler.php
│       │   │   │   │   ├── konqueror.php
│       │   │   │   │   ├── microsoft.php
│       │   │   │   │   ├── nautilus.php
│       │   │   │   │   ├── property_handler.php
│       │   │   │   │   └── property_handlers
│       │   │   │   │       └── nautilus.php
│       │   │   │   └── webdav_autoload.php
│       │   │   └── autoload
│       │   │       ├── archive_autoload.php
│       │   │       ├── authentication_autoload.php
│       │   │       ├── authentication_database_autoload.php
│       │   │       ├── authentication_openid_autoload.php
│       │   │       ├── base_autoload.php
│       │   │       ├── cache_autoload.php
│       │   │       ├── configuration_autoload.php
│       │   │       ├── console_autoload.php
│       │   │       ├── db_autoload.php
│       │   │       ├── db_schema_autoload.php
│       │   │       ├── debug_autoload.php
│       │   │       ├── document_autoload.php
│       │   │       ├── execution_autoload.php
│       │   │       ├── feed_autoload.php
│       │   │       ├── file_autoload.php
│       │   │       ├── graph_autoload.php
│       │   │       ├── graph_database_autoload.php
│       │   │       ├── image_analyzer_autoload.php
│       │   │       ├── image_autoload.php
│       │   │       ├── input_autoload.php
│       │   │       ├── log_autoload.php
│       │   │       ├── log_database_autoload.php
│       │   │       ├── mail_autoload.php
│       │   │       ├── mvc_authentication_autoload.php
│       │   │       ├── mvc_autoload.php
│       │   │       ├── mvc_feed_autoload.php
│       │   │       ├── mvc_mail_autoload.php
│       │   │       ├── mvc_template_autoload.php
│       │   │       ├── persistent_autoload.php
│       │   │       ├── persistent_object_autoload.php
│       │   │       ├── php_generator_autoload.php
│       │   │       ├── query_autoload.php
│       │   │       ├── search_autoload.php
│       │   │       ├── signal_autoload.php
│       │   │       ├── system_autoload.php
│       │   │       ├── template_autoload.php
│       │   │       ├── template_translation_autoload.php
│       │   │       ├── translation_autoload.php
│       │   │       ├── translation_cache_autoload.php
│       │   │       ├── tree_autoload.php
│       │   │       ├── tree_db_autoload.php
│       │   │       ├── tree_persistent_autoload.php
│       │   │       ├── url_autoload.php
│       │   │       ├── webdav_autoload.php
│       │   │       ├── workflow_autoload.php
│       │   │       ├── workflow_database_autoload.php
│       │   │       ├── workflow_event_autoload.php
│       │   │       └── workflow_signal_autoload.php
│       │   ├── index.html
│       │   ├── interface.AjxpWebdavProvider.php
│       │   ├── interface.AjxpWrapper.php
│       │   ├── packer
│       │   │   ├── class.JavaScriptPacker.php
│       │   │   └── index.html
│       │   ├── pclzip.lib.php
│       │   └── securimage
│       │       ├── AHGBold.ttf
│       │       ├── LICENSE.txt
│       │       ├── README.FONT.txt
│       │       ├── README.txt
│       │       ├── gdfonts
│       │       │   └── automatic.gdf
│       │       ├── images
│       │       │   └── refresh.gif
│       │       ├── securimage.php
│       │       └── words
│       │           └── words.txt
│       ├── conf
│       │   ├── base.conf.php
│       │   ├── compat.php
│       │   ├── conf.access.fs.inc
│       │   ├── conf.editor.diaporama.inc
│       │   ├── conf.php
│       │   ├── conf.uploader.inc
│       │   ├── diag_result.php
│       │   ├── extensions.conf.php
│       │   └── index.html
│       ├── index.html
│       ├── logs
│       │   ├── index.html
│       │   ├── log_07-25-11.txt
│       │   └── log_08-08-11.txt
│       ├── tests
│       │   ├── index.html
│       │   ├── plugins
│       │   │   ├── index.html
│       │   │   ├── test.fsAccess.php
│       │   │   ├── test.ftpAccess.php
│       │   │   └── test.sshAccess.php
│       │   ├── test.AJXPVersion.php
│       │   ├── test.Client.php
│       │   ├── test.GPC.php
│       │   ├── test.PHPDomXML.php
│       │   ├── test.PHPErrorLevel.php
│       │   ├── test.PHPGDVersion.php
│       │   ├── test.PHPLimits.php
│       │   ├── test.PHPMCrypt.php
│       │   ├── test.PHPOS.php
│       │   ├── test.PHPSession.php
│       │   ├── test.PHPVersion.php
│       │   ├── test.SSLEncryption.php
│       │   ├── test.ServerEncoding.php
│       │   ├── test.Upload.php
│       │   ├── test.UsersConfig.php
│       │   ├── test.Writeability.php
│       │   └── test.Zlib.php
│       ├── tmp
│       ├── users
│       │   ├── admin
│       │   │   ├── bookmarks.ser
│       │   │   ├── prefs.ser
│       │   │   └── rights.ser
│       │   └── users.ser
│       └── xml
│           ├── ajxp_mixins.xml
│           ├── standard_auth_actions.xml
│           └── standard_conf_actions.xml
└── ajaxplorer文件管理的php系统.rar

250 directories, 1259 files



实例下载地址

ajaxplorer文件管理的php系统

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警