资源简介
HTML静态网页留言板ASP自动代码,
解压到你的网站根目录即可guestbook/index.html
本程序是html显示,提交,实现了很多人想要的“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个文件信息
- 上一篇:一个简单美观的登录界面
- 下一篇:Duilib界面设计器DuiDesigner
相关资源
- Head First HTML CSS中文版
- HTML5+CSS3实现的图片过滤归类应用特效
- HTML5 Canvas圆形气泡网页背景动画特效
- HTML5 Canvas模糊圆点粒子背景动画特效
- HTML5 Canvas透明丝带飘动背景动画特效
- HTML5 Canvas粒子流动爱心形状动画特效
- HTML5 Canvas浮动彩色粒子背景动画特效
- html5 canvas空间粒子移动背景动画特效
- HTML5 Canvas矩阵粒子波浪背景动画特效
- 响应式论坛静态HTML模板
- HTML5高级程序设计(引领下一代Web开发
- html5 头像上传带裁切功能
- HTML5手机移动端头像图片上传裁剪代码
- ht.js html5 canvas2d3d教程手册
- 屏幕取色值工具六种取值pixel/HEX/HTM
- Uploadify HTML5 版 / Jquery上传插件 全JS
- html5全景360
- 开心网游戏简单页面
- 易语言源码-OFFICE文档转换成HTML
- 给markdown生成的html添加左侧边栏目录
- jQuery+CSS3+HTML5催眠怀表摇摆动画特效
- 在线预览文档flash版支持word、excel、
- poi3.8 实现word07docx转为html
- HTML5多点触摸演示利用Canvas绘图
- nw.js打包处理教程(将html打包成PC应用
- 考勤管理系统 html原型代码
- 考勤系统 html原型代码
- HTML5 canvas打砖块射击小游戏.zip
- 蓝色兼职招聘网站HTML模板.zip
- 实用的视频博客社交类网站模板html整
评论
共有 条评论