资源简介
HTML留言板代码,asp+HTML代码,有需要的,可以下载,谢谢!
代码片段和文件信息
#!/usr/bin/env python
“““
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2007 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the “GPL“)
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the “LGPL“)
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the “MPL“)
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Configuration file for the File Manager Connector for Python
“““
# INSTALLATION NOTE: You must set up your server environment accordingly to run
# python scripts. This connector requires Python 2.4 or greater.
#
# Supported operation modes:
# * WSGI (recommended): You‘ll need apache + mod_python + modpython_gateway
# or any web server capable of the WSGI python standard
# * Plain Old CGI: Any server capable of running standard python scripts
# (although mod_python is recommended for performance)
# This was the previous connector version operation mode
#
# If you‘re using Apache web server replace the htaccess.txt to to .htaccess
# and set the proper options and paths.
# For WSGI and mod_python you may need to download modpython_gateway from:
# http://projects.amor.org/misc/svn/modpython_gateway.py and copy it in this
# directory.
# SECURITY: You must explicitly enable this “connector“. (Set it to “True“).
# WARNING: don‘t just set “ConfigIsEnabled = True“ you must be sure that only
# authenticated users can access this file or use some kind of session checking.
Enabled = False
# Path to user files relative to the document root.
UserFilesPath = ‘/userfiles/‘
# Fill the following value it you prefer to specify the absolute path for the
# user files directory. Useful if you are using a virtual directory symbolic
# link or alias. Examples: ‘C:\\MySite\\userfiles\\‘ or ‘/root/mysite/userfiles/‘.
# Attention: The above ‘UserFilesPath‘ must point to the same directory.
# WARNING: GetRootPath may not work in virtual or mod_python configurations and
# may not be thread safe. Use this configuration parameter instead.
UserFilesAbsolutePath = ‘‘
# Due to security issues with Apache modules it is recommended to leave the
# following setting enabled.
ForceSingleExtension = True
# What the user can do with this connector
ConfigAllowedCommands = [ ‘QuickUpload‘ ‘FileUpload‘ ‘GetFolders‘ ‘GetFoldersAndFiles‘ ‘CreateFolder‘ ]
# Allowed Resource Types
ConfigAllowedTypes = [‘File‘ ‘Image‘ ‘Flash‘ ‘Media‘]
# Do not touch this 3 lines see “Configuration settings for each Resource Type“
AllowedExtensions = {}; DeniedExtensions = {};
FileTypesPath = {}; FileTypesAbsol
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2008-01-24 17:11 admin\
文件 7258 2008-01-24 17:11 admin\admin.asp
文件 395 2008-01-24 16:25 admin\adminbookfso.asp
文件 387 2008-01-24 10:52 admin\bookfso.asp
文件 2157 2008-01-24 10:23 admin\booklook.html
文件 488 2008-01-24 08:39 admin\conn_book.asp
目录 0 2008-01-24 17:04 admin\data\
文件 397312 2008-01-24 17:04 admin\data\feihu_book.mdb
文件 218 2008-01-24 15:01 admin\delbook.asp
目录 0 2008-01-24 16:18 admin\fhedit\
目录 0 2008-01-24 08:45 admin\fhedit\editor\
文件 9657 2007-11-19 12:53 admin\fhedit\editor\1.html
文件 2949 2007-11-09 11:36 admin\fhedit\editor\ba
目录 0 2008-01-23 17:04 admin\fhedit\editor\css\
目录 0 2008-01-23 17:04 admin\fhedit\editor\css\behaviors\
文件 236 2006-03-22 23:11 admin\fhedit\editor\css\behaviors\disablehandles.htc
文件 111 2006-03-22 23:11 admin\fhedit\editor\css\behaviors\hiddenfield.gif
文件 691 2006-03-22 23:11 admin\fhedit\editor\css\behaviors\hiddenfield.htc
文件 854 2006-03-22 23:11 admin\fhedit\editor\css\behaviors\showtableborders.htc
文件 1463 2006-03-22 23:11 admin\fhedit\editor\css\fck_editorarea.css
文件 1412 2006-03-22 23:11 admin\fhedit\editor\css\fck_internal.css
文件 1259 2006-03-22 23:11 admin\fhedit\editor\css\fck_showtableborders_gecko.css
目录 0 2008-01-23 17:04 admin\fhedit\editor\css\images\
文件 184 2006-03-22 23:11 admin\fhedit\editor\css\images\fck_anchor.gif
文件 599 2006-03-22 23:11 admin\fhedit\editor\css\images\fck_flashlogo.gif
文件 5120 2007-12-24 11:00 admin\fhedit\editor\css\images\Thumbs.db
目录 0 2008-01-23 17:04 admin\fhedit\editor\dialog\
目录 0 2008-01-23 17:04 admin\fhedit\editor\dialog\common\
文件 439 2006-03-22 23:11 admin\fhedit\editor\dialog\common\fcknumericfield.htc
文件 1539 2006-03-22 23:11 admin\fhedit\editor\dialog\common\fck_dialog_common.css
文件 2322 2006-03-22 23:11 admin\fhedit\editor\dialog\common\fck_dialog_common.js
............此处省略408个文件信息
- 上一篇:基于web远程控制led灯
- 下一篇:发送带图片的邮件
评论
共有 条评论