首先看文件结构,因为没有数据库,所以分析起来简单多了:
config\
config.php 应用全局设置
user\ 应用用户配置目录(目前好像是单用户,没做测试。)
setting.php 用户配置文件,估计是为了扩展多用户,专门创建user目录
controller\ 应用控制器目录
desktop.class.php 桌面类
editor.class.php 编辑器类
explorer.class.php 文件管理器类
fav.class.php 收藏夹类
setting.class.php 设置控制器
upload.class.php 上传控制器
user.class.php 用户操作控制器(用户登录,修改密码等操作,并非用户管理)
Data\ 数据存放目录
Recycle\ 回收站目录
thumb\ 缩略图目录
User\ 用户数据目录
desktop\ 用户桌面目录
doc\ 文档目录
download\ 下载目录
image\ 图片目录,好像是用户头像
movie\ 电影
music\ 音乐
xxx.oexe 按照作者的意思,应该就是在线程序了,记录的json数据,和程序地址,iframe加载的。
star.html 一个特效页面,不清楚做啥,该不会是屏幕保护吧?
lib\ 库目录
class\ 类库
arraysql.class.php php array仿sql
history.class.php 历史操作类
http.class.php php 仿http请求类 和httpclient.class.php有点像
imageThumb.class.php 生成多种类型的缩略图
seccode.class.php 验证码类,可以随机产生
template.class.php 模板引擎类
zip.class.php zip压缩类
core\ 核心库
Application.class.php 应用基类
Controller.class.php 控制器基类
Model.class.php 模型基类
function\ 函数库
common.function.php 公共函数
file.function.php 文件函数库
web.function.php web函数库。ip url header post get cookie等处理
static\ 静态文件目录
images\ 图片文件
thumb\ 缩略图
wall_page\ 桌面背景图文件
thumb\ 桌面背景缩略图
js\ js文件
app\ 应用js
artDialog\ 提示框
cmp4\ 在线mp4
codemirror\ 在线编辑器
common.js 公共js
contextMenu\ 菜单
picasa\ 相册
swfUpload\ flash上传
ztree\ 大名鼎鼎的ztree
template\ 模板目录
common\ 公共模板
desktop\ 桌面控制
editor\ 编辑器
explorer\ 文件管理器
setting\ 设置
user\ 用户登录
转自:http://www.aichengxu.com/view/14059
纯Linux环境、免备案【海外简单云】php空间,108元一年起。
【网上创业步骤】:
1 开通云主机、域名 2 建设官方网站 3 整体网站推广 … 成功见证 创业技能素质培训
更多有价值的内容:
简单主机官方网店 store.simplehost2.com
简单主机官方相册 gallery.simplehost2.com
原创文章,转载请注明: 转载自官方SimpleHost的博客 简单云 云主机 一键建站 最强主机
本文链接地址: 【简单云】KODExplorer 文件结构