DouPHP轻量级企业网站管理系统源码DouPHP是一款轻量级企业网站管理系统,基于PHP MYSQL架构的,包含“手机版”、“公众号管理模块”、“小程序”,可以使用它快速搭建一个企业网站。
DouPHP功能特色(模块全部免费,一键安装):功能性模块:防伪查询模块、投票模块、自定义表单模块、工单模块等、会员模块、订单模块、视频模块、下载模块、图片模块等;企业官网模块:业务范围、解决方案、团队介绍、合作伙伴、资质证书、人才招聘、案例展示等;系统基础模块:公众号模块、小程序模块、内容碎片、数据导出EXCEL模块;插件扩展:支付宝、微信支付、PAYPAL、QQ登录、微信登录、微博登录;
操作简单后台简约明了,从使用者而不是开发者的角度出发设计后台功能布局,完全不需要使用手册就可以轻松进行日常内容编辑工作。功能简单系统核心功能只有简单的单页面、商品、文章等模块,基于实际使用甚至可以将商品和文章卸载。因此它可以应用于十分基础的建站要求,实际上很多企业网站所需的功能就很基础。扩展性强与传统的网站系统不同,DouPHP并不内置模块生成工具,因为生成工具往往使得系统十分臃肿。我们将功能模块开发好(实际上这样功能模块会有更大的开发空间),然后放在DouPHP自带的在线模块扩展功能里,操作时只需要点击安装,即可实现将功能模块下载并自动完成安装,最重要的是这些模块都是完全独立了,模块安装程序只负责下载、解压、数据库导入工作。放心使用系统免费开源,任何人可下载使用DouPHP,包括企业,我们并不限制将DouPHP用于商业用途。关于定制开发,不会因为是DouPHP官方就收取更高的费用,我们采取低价策略提供专业技术服务,统一策略应用于收费模板和模块。系统定位致力于中小企业搭建官网建设,但又不限于企业网站,基于现有框架通过模块扩展提供个人博客、网上商城、投票系统、企业在线办公等需求的轻量级解决方案。
.
├── readme
│ ├── license.txt
│ ├── readme.txt
│ └── upgrade.txt
├── upgrade
│ ├── action.php
│ ├── cache
│ ├── data
│ │ ├── php
│ │ │ ├── upgrade_1.1.php
│ │ │ ├── upgrade_1.2.php
│ │ │ ├── upgrade_1.5.php
│ │ │ └── upgrade_1.6.php
│ │ ├── sql
│ │ │ ├── upgrade_1.0.sql
│ │ │ ├── upgrade_1.1.sql
│ │ │ ├── upgrade_1.2.sql
│ │ │ ├── upgrade_1.3.sql
│ │ │ ├── upgrade_1.5.sql
│ │ │ └── upgrade_1.6.sql
│ │ └── txt
│ │ ├── upgrade_1.3.txt
│ │ └── upgrade_1.5.txt
│ ├── include
│ │ ├── action.class.php
│ │ ├── init.php
│ │ └── upgrade.lang.php
│ ├── index.php
│ └── templates
│ ├── finish.htm
│ ├── index.htm
│ ├── logo.gif
│ └── style.css
├── upload
│ ├── admin
│ │ ├── article.php
│ │ ├── article_category.php
│ │ ├── backup.php
│ │ ├── box.php
│ │ ├── cloud.php
│ │ ├── file.php
│ │ ├── fragment.php
│ │ ├── images
│ │ │ ├── action_btn.gif
│ │ │ ├── bigfile.js
│ │ │ ├── box.js
│ │ │ ├── browser-md5-file.min.js
│ │ │ ├── dclogo.gif
│ │ │ ├── dclogo.png
│ │ │ ├── global.js
│ │ │ ├── icon_back.gif
│ │ │ ├── icon_back.png
│ │ │ ├── icon_back_arrow.gif
│ │ │ ├── icon_back_arrow.png
│ │ │ ├── icon_cloud_account.png
│ │ │ ├── icon_cloud_handle.png
│ │ │ ├── icon_cloud_install.png
│ │ │ ├── icon_cloud_order.png
│ │ │ ├── icon_cloud_uninstall.png
│ │ │ ├── icon_drop.png
│ │ │ ├── icon_drop_on.png
│ │ │ ├── icon_edit_blue.png
│ │ │ ├── icon_edit_white.png
│ │ │ ├── icon_exc.gif
│ │ │ ├── icon_exc_small.gif
│ │ │ ├── icon_fork.png
│ │ │ ├── icon_handle.png
│ │ │ ├── icon_handle_line.png
│ │ │ ├── icon_menu.png
│ │ │ ├── icon_menu_on.png
│ │ │ ├── icon_miniprogram.png
│ │ │ ├── icon_mobile.png
│ │ │ ├── icon_no.png
│ │ │ ├── icon_picture.png
│ │ │ ├── icon_picture_big.png
│ │ │ ├── icon_show_other.png
│ │ │ ├── icon_tab_radio.png
│ │ │ ├── icon_yes.png
│ │ │ ├── jquery.autotextarea.js
│ │ │ ├── jquery.form.min.js
│ │ │ ├── jquery.min.js
│ │ │ ├── jquery.tab.js
│ │ │ ├── loader.gif
│ │ │ ├── logo.png
│ │ │ ├── menu_cur.gif
│ │ │ ├── top_add.gif
│ │ │ └── vcode.png
│ │ ├── include
│ │ │ ├── action.class.php
│ │ │ ├── backup.class.php
│ │ │ ├── cloud.class.php
│ │ │ ├── init.php
│ │ │ ├── manager.class.php
│ │ │ ├── pclzip.class.php
│ │ │ └── umeditor
│ │ │ ├── dialogs
│ │ │ │ ├── emotion
│ │ │ │ │ ├── emotion.css
│ │ │ │ │ ├── emotion.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── 0.gif
│ │ │ │ │ ├── bface.gif
│ │ │ │ │ ├── cface.gif
│ │ │ │ │ ├── fface.gif
│ │ │ │ │ ├── jxface2.gif
│ │ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ │ ├── tface.gif
│ │ │ │ │ ├── wface.gif
│ │ │ │ │ └── yface.gif
│ │ │ │ ├── formula
│ │ │ │ │ ├── formula.css
│ │ │ │ │ ├── formula.html
│ │ │ │ │ ├── formula.js
│ │ │ │ │ └── images
│ │ │ │ │ └── formula.png
│ │ │ │ ├── image
│ │ │ │ │ ├── image.css
│ │ │ │ │ ├── image.js
│ │ │ │ │ └── images
│ │ │ │ │ ├── close.png
│ │ │ │ │ ├── upload1.png
│ │ │ │ │ └── upload2.png
│ │ │ │ ├── link
│ │ │ │ │ └── link.js
│ │ │ │ ├── map
│ │ │ │ │ ├── map.html
│ │ │ │ │ └── map.js
│ │ │ │ └── video
│ │ │ │ ├── images
│ │ │ │ │ ├── center_focus.jpg
│ │ │ │ │ ├── left_focus.jpg
│ │ │ │ │ ├── none_focus.jpg
│ │ │ │ │ └── right_focus.jpg
│ │ │ │ ├── video.css
│ │ │ │ └── video.js
│ │ │ ├── lang
│ │ │ │ └── zh-cn
│ │ │ │ ├── images
│ │ │ │ │ ├── copy.png
│ │ │ │ │ ├── imglabel.png
│ │ │ │ │ ├── localimage.png
│ │ │ │ │ ├── music.png
│ │ │ │ │ └── upload.png
│ │ │ │ └── zh-cn.js
│ │ │ ├── themes
│ │ │ │ └── default
│ │ │ │ ├── css
│ │ │ │ │ └── umeditor.css
│ │ │ │ └── images
│ │ │ │ ├── caret.png
│ │ │ │ ├── close.png
│ │ │ │ ├── icons.gif
│ │ │ │ ├── icons.png
│ │ │ │ ├── ok.gif
│ │ │ │ ├── pop-bg.png
│ │ │ │ ├── spacer.gif
│ │ │ │ └── videologo.gif
│ │ │ ├── umeditor.config.js
│ │ │ └── umeditor.min.js
│ │ ├── index.php
│ │ ├── login.php
│ │ ├── manager.php
│ │ ├── miniprogram.php
│ │ ├── mobile.php
│ │ ├── module.php
│ │ ├── nav.php
│ │ ├── page.php
│ │ ├── parameter.php
│ │ ├── product.php
│ │ ├── product_category.php
│ │ ├── show.php
│ │ ├── system.php
│ │ ├── templates
│ │ │ ├── article.htm
│ │ │ ├── article_category.htm
│ │ │ ├── backup.htm
│ │ │ ├── box.css
│ │ │ ├── box.htm
│ │ │ ├── cloud.htm
│ │ │ ├── dou_msg.htm
│ │ │ ├── filebox.htm
│ │ │ ├── footer.htm
│ │ │ ├── fragment.css
│ │ │ ├── fragment.htm
│ │ │ ├── handle.htm
│ │ │ ├── header.htm
│ │ │ ├── index.htm
│ │ │ ├── javascript.htm
│ │ │ ├── login.htm
│ │ │ ├── manager.htm
│ │ │ ├── menu.htm
│ │ │ ├── miniprogram.htm
│ │ │ ├── mobile.htm
│ │ │ ├── module.htm
│ │ │ ├── nav.htm
│ │ │ ├── page.htm
│ │ │ ├── pager.htm
│ │ │ ├── parameter.htm
│ │ │ ├── product.htm
│ │ │ ├── product_category.htm
│ │ │ ├── public.css
│ │ │ ├── show.htm
│ │ │ ├── system.htm
│ │ │ ├── system_developer.htm
│ │ │ ├── theme.htm
│ │ │ └── tool.htm
│ │ ├── theme.php
│ │ └── tool.php
│ ├── article.php
│ ├── article_category.php
│ ├── cache
│ │ ├── admin
│ │ └── m
│ ├── captcha.php
│ ├── data
│ │ ├── backup
│ │ │ └── index.html
│ │ ├── index.html
│ │ ├── installed
│ │ │ ├── article.installed.php
│ │ │ ├── box.installed.php
│ │ │ ├── fragment.installed.php
│ │ │ └── product.installed.php
│ │ ├── module.lock
│ │ ├── quick.start.dou
│ │ └── slide
│ │ ├── 20130514acunau.jpg
│ │ ├── 20130514rjzqdt.jpg
│ │ ├── 20130514xxsctt.jpg
│ │ ├── 20130523hiqafl.jpg
│ │ ├── index.html
│ │ └── m
│ │ ├── 20140921demloy.jpg
│ │ ├── 20140921kwoypm.jpg
│ │ ├── 20140921rqmzcp.jpg
│ │ ├── 20140921ypmnew.jpg
│ │ └── index.html
│ ├── favicon.ico
│ ├── images
│ │ ├── article
│ │ │ ├── 10_1590209604253624.jpg
│ │ │ ├── 10_1590637651640490.jpg
│ │ │ ├── 1_1592028494553634.jpg
│ │ │ ├── 2_1592028510001240.jpg
│ │ │ ├── 3_1592028517984751.jpg
│ │ │ ├── 4_1592028523433036.jpg
│ │ │ ├── 5_1592028529022710.jpg
│ │ │ ├── 6_1592028536095762.jpg
│ │ │ ├── 7_1592028542064078.jpg
│ │ │ ├── 8_1592028547020909.jpg
│ │ │ └── 9_1592028554471746.jpg
│ │ ├── box
│ │ ├── fragment
│ │ │ ├── about.jpg
│ │ │ └── weixin.png
│ │ ├── page
│ │ ├── product
│ │ │ ├── 1.jpg
│ │ │ ├── 10.jpg
│ │ │ ├── 10_thumb.jpg
│ │ │ ├── 11.jpg
│ │ │ ├── 11_thumb.jpg
│ │ │ ├── 12.jpg
│ │ │ ├── 12_thumb.jpg
│ │ │ ├── 13.jpg
│ │ │ ├── 13_thumb.jpg
│ │ │ ├── 14.jpg
│ │ │ ├── 14_thumb.jpg
│ │ │ ├── 15.jpg
│ │ │ ├── 15_thumb.jpg
│ │ │ ├── 1_thumb.jpg
│ │ │ ├── 2.jpg
│ │ │ ├── 2_thumb.jpg
│ │ │ ├── 3.jpg
│ │ │ ├── 3_thumb.jpg
│ │ │ ├── 4.jpg
│ │ │ ├── 4_thumb.jpg
│ │ │ ├── 5.jpg
│ │ │ ├── 5_thumb.jpg
│ │ │ ├── 6.jpg
│ │ │ ├── 6_thumb.jpg
│ │ │ ├── 7.jpg
│ │ │ ├── 7_thumb.jpg
│ │ │ ├── 8.jpg
│ │ │ ├── 8_thumb.jpg
│ │ │ ├── 9.jpg
│ │ │ └── 9_thumb.jpg
│ │ └── upload
│ ├── include
│ │ ├── action.class.php
│ │ ├── box.init.php
│ │ ├── captcha.class.php
│ │ ├── check.class.php
│ │ ├── common.class.php
│ │ ├── file.class.php
│ │ ├── firewall.class.php
│ │ ├── fonts
│ │ │ ├── FontAwesome.otf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ ├── fontawesome-webfont.woff
│ │ │ └── fontawesome-webfont.woff2
│ │ ├── fragment.init.php
│ │ ├── init.php
│ │ ├── mail.class.php
│ │ ├── mysql.class.php
│ │ ├── route.php
│ │ ├── search.inc.php
│ │ ├── sitemap.class.php
│ │ ├── smarty.class.php
│ │ └── smtp.class.php
│ ├── index.php
│ ├── install
│ │ ├── cache
│ │ │ ├── check.htm.php
│ │ │ ├── finish.htm.php
│ │ │ ├── index.htm.php
│ │ │ ├── install_lock.htm.php
│ │ │ └── setting.htm.php
│ │ ├── data
│ │ │ ├── backup
│ │ │ │ └── douphp.sql
│ │ │ └── rewrite
│ │ │ ├── httpd.ini.txt
│ │ │ ├── nginx.txt
│ │ │ └── web.config.txt
│ │ ├── include
│ │ │ ├── init.php
│ │ │ ├── install.class.php
│ │ │ └── install.lang.php
│ │ ├── index.php
│ │ └── templates
│ │ ├── check.htm
│ │ ├── finish.htm
│ │ ├── images
│ │ │ ├── global.js
│ │ │ ├── jquery.min.js
│ │ │ ├── logo.gif
│ │ │ └── style.css
│ │ ├── index.htm
│ │ ├── install_lock.htm
│ │ └── setting.htm
│ ├── languages
│ │ ├── en_us
│ │ │ ├── article.lang.php
│ │ │ ├── common.lang.php
│ │ │ └── product.lang.php
│ │ ├── zh_cn
│ │ │ ├── admin
│ │ │ │ ├── article.lang.php
│ │ │ │ ├── box.lang.php
│ │ │ │ ├── cloud.lang.php
│ │ │ │ ├── common.lang.php
│ │ │ │ ├── fragment.lang.php
│ │ │ │ ├── miniprogram.lang.php
│ │ │ │ ├── mobile.lang.php
│ │ │ │ ├── module.lang.php
│ │ │ │ ├── product.lang.php
│ │ │ │ └── theme.lang.php
│ │ │ ├── article.lang.php
│ │ │ ├── common.lang.php
│ │ │ └── product.lang.php
│ │ └── zh_tw
│ │ ├── admin
│ │ │ ├── article.lang.php
│ │ │ ├── box.lang.php
│ │ │ ├── cloud.lang.php
│ │ │ ├── common.lang.php
│ │ │ ├── fragment.lang.php
│ │ │ ├── miniprogram.lang.php
│ │ │ ├── mobile.lang.php
│ │ │ ├── module.lang.php
│ │ │ ├── product.lang.php
│ │ │ ├── theme.lang.php
│ │ │ └── weixin.lang.php
│ │ ├── article.lang.php
│ │ ├── common.lang.php
│ │ └── product.lang.php
│ ├── m
│ │ ├── article.php
│ │ ├── article_category.php
│ │ ├── captcha.php
│ │ ├── catalog.php
│ │ ├── include
│ │ │ ├── action.class.php
│ │ │ ├── init.php
│ │ │ ├── route.php
│ │ │ └── search.inc.php
│ │ ├── index.php
│ │ ├── page.php
│ │ ├── product.php
│ │ ├── product_category.php
│ │ ├── sitemap.php
│ │ └── theme
│ │ └── default
│ │ ├── article.dwt
│ │ ├── article_category.dwt
│ │ ├── catalog.dwt
│ │ ├── dou_msg.dwt
│ │ ├── images
│ │ │ ├── active.png
│ │ │ ├── btn_addtocart.png
│ │ │ ├── btn_search.gif
│ │ │ ├── global.js
│ │ │ ├── icon_add_minus.gif
│ │ │ ├── icon_arrow_right.png
│ │ │ ├── icon_del.png
│ │ │ ├── icon_gotop.png
│ │ │ ├── icon_head.png
│ │ │ ├── icon_net_safe_record.png
│ │ │ ├── inactive.png
│ │ │ ├── input.js
│ │ │ ├── jquery.autoTextarea.js
│ │ │ ├── jquery.form.min.js
│ │ │ ├── jquery.min.js
│ │ │ ├── loader.gif
│ │ │ ├── screenshot.png
│ │ │ ├── slide_loader.gif
│ │ │ ├── slide_show.css
│ │ │ └── slide_show.js
│ │ ├── inc
│ │ │ ├── article_tree.tpl
│ │ │ ├── footer.tpl
│ │ │ ├── header.tpl
│ │ │ ├── page_tree.tpl
│ │ │ ├── pager.tpl
│ │ │ ├── product_tree.tpl
│ │ │ ├── recommend_article.tpl
│ │ │ ├── recommend_product.tpl
│ │ │ ├── search_article.tpl
│ │ │ ├── search_product.tpl
│ │ │ ├── slide_show.tpl
│ │ │ └── ur_here.tpl
│ │ ├── index.dwt
│ │ ├── page.dwt
│ │ ├── product.dwt
│ │ ├── product_category.dwt
│ │ ├── search.dwt
│ │ └── style.css
│ ├── page.php
│ ├── product.php
│ ├── product_category.php
│ ├── robots.txt
│ ├── sitemap.php
│ └── theme
│ └── default
│ ├── article.dwt
│ ├── article_category.dwt
│ ├── css
│ │ ├── bootstrap.min.css
│ │ ├── font-awesome.min.css
│ │ └── swiper.min.css
│ ├── dou_msg.dwt
│ ├── images
│ │ ├── active.png
│ │ ├── btn_addtocart.png
│ │ ├── icon_add_minus.gif
│ │ ├── icon_addcart.png
│ │ ├── icon_checked.gif
│ │ ├── icon_contact.png
│ │ ├── icon_main_nav.png
│ │ ├── icon_net_safe_record.png
│ │ ├── icon_search.png
│ │ ├── img_about.jpg
│ │ ├── inactive.png
│ │ ├── loader.gif
│ │ ├── logo.png
│ │ ├── online_service.png
│ │ ├── screenshot.png
│ │ ├── slide_loader.gif
│ │ └── slide_show.css
│ ├── inc
│ │ ├── about.tpl
│ │ ├── article_tree.tpl
│ │ ├── contact.tpl
│ │ ├── footer.tpl
│ │ ├── header.tpl
│ │ ├── online_service.tpl
│ │ ├── page_tree.tpl
│ │ ├── pager.tpl
│ │ ├── product_tree.tpl
│ │ ├── recommend_article.tpl
│ │ ├── recommend_product.tpl
│ │ ├── slide_show.tpl
│ │ └── ur_here.tpl
│ ├── index.dwt
│ ├── js
│ │ ├── bootstrap.min.js
│ │ ├── dou.js
│ │ ├── input.js
│ │ ├── jquery.autoTextarea.js
│ │ ├── jquery.form.min.js
│ │ ├── jquery.min.js
│ │ ├── slide.product.js
│ │ ├── slide.show.js
│ │ └── swiper.min.js
│ ├── page.dwt
│ ├── product.dwt
│ ├── product_category.dwt
│ ├── search.dwt
│ └── style.css
├── 说明.htm
└── 找例子网_DouPHP-v1.6.2021.1213.zip
76 directories, 428 files
评论