What is the directory structure of DEDECMS?
A more detailed and comprehensive description of the directory structure of Dream Weaver DEDECMS, friends who use dedecms can learn about it. Conveniently modify the dedecms program.
Recommended study: Dreamweavercms
Root directory
/dede Management backend directory
/ freelist Free document list generation directory
/html Default article generation directory
/include Program core file directory
/member Member management directory
/plus plug-in And auxiliary function directory
/setup installation directory
/special theme generation directory
/templets default template storage directory
/upimg upload and download file storage directory
base.css Basic style sheet
index.php Website default homepage
robots.txt Search control file
/templets template directory
/dedecmsv31 3 Template directory
/default Default template directory
article_article.htm Ordinary article page template
article_default.htm General document page template
article_flash.htm flash page template
article_image.htm album page template
article_soft.htm software page template
article_spec.htm topic page template
index .htm Website homepage template
index_article.htm Article channel cover template
index_article_webart1.htm
index_article_webart2.htm
index_article_webart.htm
index_default.htm General document cover template
index_flash.htm flash channel cover template
index_image.htm Album channel cover template
index_soft.htm Software channel cover template
list_article.htm Article list template
list_default.htm General document list directory template
list_flash.htm flash document list template
list_free.htm Free list template
list_image.htm Album list template
list_soft.htm Software list template
list_spec.htm Topic list template
/img Template image directory (including styles Table)
/plus Auxiliary plug-in template directory
download_links_templet.htm Download link template
feedback_confirm.htm Comment confirmation template
feedback_templet.htm User comment template
feedback_templet_js.htm
flink-add.htm Friendly link add template
flink-list.htm Friendly link list template
guestbook.htm Guestbook Template
heightsearch.htm Advanced search template
js.htm
recommend.htm Recommended friend template
rss.htm RSS XML template
rssmap.htm RSS subscription file
showphoto.htm Image display template
sitemap.htm Website map template
view_msg.htm Member prompt information template
vote.htm Voting result display template
/system system template directory
channel_list.htm Column list system template
list_fulllist.htm Document list system template
mynews.htm Site news system template
part_arclist.htm Article list system template
part_autochannel.htm Classified column system template
part_channelartlist.htm Column system containing article list Template
part_imginfolist.htm Template called using the imginfolist tag
part_imglist.htm Template called using the imglist tag
part_type_list.htm System template for a single column
spec_arclist.htm Topic list article system template
spec_list.htm Topic template
tag_arclist.htm
tag_fieldlist.htm Fieldlist system template
/ system/channel Channel special bottom template directory
channel_downlinkpage.htm Download address list link template
channel_downlinks.htm Download address list template
channel_spec_note.htm Topic node list template
/include directory Program core directory
config_base.php environment definition file. It is used to detect the system environment, define the working directory, save database link information, introduce commonly used functions, etc. It is recommended not to modify it.
config_hand.php system configuration file. Define the commonly used configuration information definitions of the system, and the file can be generated directly from the background management.
config_passport.php Pass file
config_rglobals.php detects system external variables
config_rglobals_magic.php Same as above
inc_archives_view.php is used to browse documents or edit documents Generate HTML
inc_arclist_view.php Used to browse channel lists or generate HTML for content lists
inc_arcmember_view.php Used to browse documents posted by members
inc_arcpart_view.php Used to parse And create global templates, such as channel covers, homepages, single pages, etc.
inc_arcsearch_view.php is used for document search
inc_arcspec_view.php Used to browse all topic lists or generate HTML for the topic list
inc_channel_unit.php Additional data structure information for users to parse specific channels
inc_channel_unit_functions.php System common function collection
inc_downclass.php Anti-collection random string function
inc_freelist_view.php Used to generate HTML for a specific content list
inc_functions.php A collection of functions available to users
inc_imgbt.php GetTypeidSelMember
inc_memberlogin.php is used for user login and obtaining member status
inc_photograph.php is used for processing pictures in the system, such as watermarks, thumbnails, etc.
inc_photowatermark_config.php Image processing parameter definition
inc_rss_view.php is used to browse channel RSS or generate static files for RSS
inc_separate_functions.php SpGetArcList function, used to obtain the document list
inc_sitemap.php is used to generate the site map
inc_type_tree.php is used to select the directory tree of the column
inc_type_tree_member.php Same as above, members use
inc_typelink.php Used to display the position of articles and column positions, etc.
inc_typeunit_admin.php is used for some complex operations in channel management, mainly used in the background
inc_typeunit_menu.php Same as above
inc_userlogin. php is used for administrator login
inc_vote.php is used to manage voting
jump.php is used for hyperlink jump
pub_charset.php shared character processing function, GB/ UTF-8/Unicode/BIG5 and other interchange
pub_collection.php is used for collection
pub_collection_functions.php collection function
pub_datalist.php background management data list
pub_datalist_dm.php Same as above, no template is used
pub_db_mysql.php is used to operate the database
pub_dedehtml2.php is used for HTML parsing in collection
pub_dedehtml.php HTML parser
pub_dedetag.php is used to parse dede template tags
pub_httpdown.php is used to download resources in http
pub_oxwindow.php background program extension
pub_splitword_www.php Dreamweaver word segmentation algorithm
validateimg.php Verification code
vdimgck.php Verification code
/inc Shared function directory
inc_fun_funAdmin. php Get pinyin code and other functions
inc_fun_funString.php html code processing and other functions
inc_fun_SpGetArcList.php Get the document list SpGetArcList
The above is the detailed content of What is the directory structure of DEDECMS?. For more information, please follow other related articles on the PHP Chinese website!

织梦导入css的方法:1、将HTML模板文件放到“templets”文件夹中;2、将HTML文件的后缀改成“.htm”;3、在原先的样式路径前加上“{dede:global.cfg_templets_skin/}”即可。

数据库是网站运行的核心,存储着用户数据、文章内容等重要信息,因此在网站运营过程中,数据库文件的备份和恢复显得尤为重要。对于使用织梦CMS搭建的网站来说,数据库文件的恢复同样是一项关键任务。本文将详细介绍织梦CMS数据库文件的恢复方法,并提供具体的代码示例,帮助用户迅速恢复网站数据,保障网站正常运行。一、备份数据库文件在恢复数据库文件之前,首先需要确保已经进行

织梦是一个非常著名的CMS,由于其简单易用的特点被许多网站使用,它的后台采用php进行开发,而最新的官方版本是织梦php 5.7。在本文中,我们将探讨织梦php5.7版本的新特性和优势。

织梦是一款非常流行的网站建设系统,其架构是基于PHP语言构建的。因此,织梦需要PHP来运行。那么,具体来讲,织梦需要多少个PHP呢?这并不是一个简单的问题。本文将会从以下几个方面介绍织梦需要的PHP版本和组件数量。

安装织梦时遇到问题是一个常见的情况,其中一个可能的问题就是无法成功安装php7.0。在本文中,我们将介绍如何解决这个问题。

cms不是织梦,cms是指内容管理系统,而织梦只是cms的一种;织梦cms就是指织梦内容管理系统,而内容管理系统是一种位于WEB前端和后端办公系统或流程之间的软件系统;cms具有许多基于模板的优秀设计,可以加快网站开发的速度和减少开发的成本。

织梦需要PHP 5.2版本及以上,其安装方法:1、首先安装PHP并配置好环境;2、下载DedeCMS安装包,并解压到网站根目录;3、打开网站URL,按照提示完成安装;4、安装完成后,通过http://localhost/yourwebsite访问即可访问到织梦后台。

织梦CMS是一款基于PHP5开发的开源内容管理系统,被广泛应用于网站建设领域。掌握织梦PHP5的关键要点,对于开发者来说非常重要。本文将介绍一些关键要点,并提供具体的代码示例,帮助读者更好地理解和应用织梦PHP5。一、文件包含在织梦CMS的开发中,经常需要在不同的文件之间进行数据共享和代码重用。PHP的文件包含功能是解决这个问题的有效方法。在织梦CMS中,常


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Atom editor mac version download
The most popular open source editor
