Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

DiscuzX2.5完整目录结构注释!【language/module/plugin】

[复制链接]
cr180 发表于 2012-4-21 11:05:31 | 显示全部楼层 |阅读模式
本帖最后由 cr180 于 2012-4-21 12:16 编辑









DiscuzX2.5完整目录结构【source:language/module/plugin】

作者:cr180 / 整理日期:2012-4-21




DiscuzX2.5的文件实在太多了,程序已经差不多全部完成了模块化,连小地方都被模块化了。从2.5BATE发布到现在一直没有时间来帮助各位童鞋,所以特整理出DX2.5的完整目录结构供各位童鞋参考,某些地方可能存在标注错误,希望各位童鞋能及时纠正以免误导了大家。

AD:我开发的【超级管家】插件已经发布,集程序安全检测、数据优化、站长工具箱、防群发等功能,【超级管家】发布地址:www.appcuz.com




|-- /source/language  程序语言包(如不清楚,请打开各个文件查看)
        |-- /source/language/adv  广告语言包
        |-- /source/language/block  DIY语言包
        |-- /source/language/forum  论坛相关语言包
        |-- /source/language/group  群组语言包
        |-- /source/language/home  家园语言包
        |-- /source/language/magic  道具语言包
        |-- /source/language/member  用户相关语言包
        |-- /source/language/mobile  手机版wap语言包
        |-- /source/language/portal  门户语言包
        |-- /source/language/ranklist  排行榜语言包
        |-- /source/language/search  搜索语言包
        |-- /source/language/seccode  验证码语言包
        |-- /source/language/secqaa  验证回答语言包
        |-- /source/language/tag  标签语言包
        |-- /source/language/task  任务语言包
        |-- /source/language/userapp  漫游应用语言包
        lang_template.php  全局语言包
        lang_action.php  杂项
        lang_admincp.php  后台管理语言包
        lang_admincp_cloud.php  后台云平台语言包
        lang_admincp_login.php  后台登录语言包
        lang_admincp_menu.php  后台菜单语言包
        lang_admincp_msg.php  后台操作跳转提示语言包
        lang_admincp_searchindex.php  后台搜索关联语言包
        lang_blockclass.php  DIY模块语言包
        lang_core.php  全局语言包
        lang_email.php  Email发送语言包(模板)
        lang_error.php  安装程序语言包
        lang_exif.php  图片exif信息
        lang_feed.php  空间动态语言包
        lang_friend.php  空间好友语言包
        lang_message.php  showmessage提示语言包
        lang_notification.php  提醒功能语言包
        lang_portalcp.php  门户管理语言包
        lang_seccode.php  验证码语言包
        lang_space.php  个人空间语言包
        lang_spacecp.php  用户交互、设置等语言包

|-- /source/module  程序功能模块程序包
        |-- /source/module/forum  论坛功能模块
                forum_ajax.php  AJAX数据处理
                forum_announcement.php  论坛公告处理
                forum_attachment.php  论坛附件处理
                forum_collection.php  淘贴专辑
                forum_forumdisplay.php  论坛列表页
                forum_group.php  群组跳转页(弃用)
                forum_guide.php  热门导读
                forum_image.php  缩略图临时裁切加载
                forum_index.php  论坛首页
                forum_misc.php  杂项功能入口
                forum_modcp.php  管理面包
                forum_post.php  发帖程序
                forum_redirect.php  帖子快速跳转至页尾
                forum_relatekw.php  云平台相关搜索?
                forum_relatethread.php  奇虎搜索(弃用)
                forum_rss.php  RSS订阅
                forum_tag.php  主题标签
                forum_topicadmin.php  版主前台主题管理
                forum_trade.php  商品贴
                forum_viewthread.php  帖子查看页
        |-- /source/module/group  群组功能模块
                group_attentiongroup.php  关注的群组
                group_index.php  群组首页
                group_my.php  我的群组
        |-- /source/module/home  家园功能模块
                home_editor.php  编辑器
                home_follow.php  广播
                home_invite.php  邀请注册
                home_magic.php  道具
                home_medal.php  勋章
                home_misc.php  杂项入口
                home_rss.php  RSS
                home_space.php  个人空间
                home_spacecp.php  个人设置、发布类入口
                home_task.php  任务
        |-- /source/module/member  
                member_activate.php  
                member_clearcookies.php  清除登录痕迹
                member_connect.php  QQ登录主程序
                member_connect_logging.php  QQ绑定
                member_connect_register.php  QQ注册
                member_emailverify.php  邮箱验证
                member_getpasswd.php  获取指定用户加密密码
                member_logging.php  用户登录
                member_lostpasswd.php  找回密码
                member_register.php  用户注册
                member_regverify.php  用户认证审核
                member_switchstatus.php  登录统计
        |-- /source/module/misc  系统杂项,类似/source/include/misc此处不作详细注明
                misc_buyinvitecode.php  
                misc_diyhelp.php  
                misc_error.php  
                misc_faq.php  
                misc_getatuser.php  
                misc_imgcropper.php  
                misc_initsys.php  
                misc_invite.php  
                misc_manyou.php  
                misc_mobile.php  
                misc_patch.php  
                misc_ranklist.php  
                misc_report.php  
                misc_seccode.php  
                misc_secqaa.php  
                misc_stat.php  
                misc_swfupload.php  
                misc_tag.php  
        |-- /source/module/portal  门户功能模块
                portal_attachment.php  附件处理
                portal_block.php  DIY模块处理
                portal_comment.php  文章评论
                portal_index.php  门户首页
                portal_list.php  门户文章列表页
                portal_portalcp.php  文章发布、编辑等
                portal_rss.php  文章订阅
                portal_topic.php  门户专题
                portal_view.php  文章阅读页
        |-- /source/module/search  搜索功能模块
                search_album.php  搜索相册
                search_blog.php  搜索日志
                search_collection.php  
                search_forum.php  搜索论坛
                search_group.php  搜索群组
                search_my.php  搜索好友
                search_portal.php  搜索门户
                search_user.php  搜索用户
        |-- /source/module/userapp  漫游应用功能模块


|-- /source/plugin  插件程序扩展目录
        |-- /source/plugin/cloudsearch  纵横搜索
        |-- /source/plugin/cloudstat  腾讯分析
        |-- /source/plugin/mobile  WAP服务端
        |-- /source/plugin/myapp  漫游应用帖内展示
        |-- /source/plugin/myrepeats  我的马甲
        |-- /source/plugin/qqconnect  QQ互联
        |-- /source/plugin/qqgroup  社区QQ群
        |-- /source/plugin/security  防水墙
        |-- /source/plugin/soso_smilies  搜搜表情
        |-- /source/plugin/xf_storage  旋风存储



评分

2

查看全部评分

myp4p 发表于 2012-4-21 11:06:14 | 显示全部楼层
继续沙发,广告位招租

评分

1

查看全部评分

回复

使用道具 举报

myp4p 发表于 2012-4-21 11:20:17 | 显示全部楼层
抢位置喽,免费抢位置喽
回复

使用道具 举报

myp4p 发表于 2012-4-21 11:22:14 | 显示全部楼层
难不成还可以抢位置啊
回复

使用道具 举报

枯心树 发表于 2012-4-24 01:43:35 | 显示全部楼层
那么多文件都研究透了。。。
回复

使用道具 举报

abcnic 发表于 2012-4-24 16:42:10 | 显示全部楼层
真牛B呢  牛人
回复

使用道具 举报

64243354 发表于 2012-4-25 16:37:53 | 显示全部楼层
支持了喔~ CRRR
回复

使用道具 举报

125983244 发表于 2012-4-26 17:51:47 | 显示全部楼层
知道这个制作插件应该容易些了吧?正需要 收起 学习ing
回复

使用道具 举报

liqu12511 发表于 2012-4-28 13:10:37 | 显示全部楼层
楼主的超级管家很棒
回复

使用道具 举报

李渠 发表于 2012-4-28 13:11:02 | 显示全部楼层
楼主的技术很高啊
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-4-20 15:09 , Processed in 0.649814 second(s), 20 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表