基本信息
源码名称:简洁phpcms文章发布系统完整版
源码大小:0.40M
文件格式:.rar
开发语言:PHP
更新时间:2023-10-11
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
简洁phpcms文章发布系统完整版
11.投票功能:可以控制在哪个页面显示,并且可以实现时间段显示投票,控制了一个IP只能投一次。 12.广告功能:支持HTML自定义,并且可投送到想要显示的页面。 13.支持内容无限分类,可详细定义自己的内容。 14.制作...

.
├── weedcms
│   ├── admin.php
│   ├── authcode.php
│   ├── channel.php
│   ├── comment.php
│   ├── compiles
│   ├── content.php
│   ├── feedback.php
│   ├── images
│   │   ├── anchor.gif
│   │   ├── bcastr4.swf
│   │   ├── close.gif
│   │   ├── flash.gif
│   │   ├── flvplayer.swf
│   │   ├── icons.gif
│   │   ├── loading.gif
│   │   ├── lock.gif
│   │   ├── no.gif
│   │   ├── progress.gif
│   │   ├── progressbg.gif
│   │   ├── tag-address.gif
│   │   ├── tag-div.gif
│   │   ├── tag-h1.gif
│   │   ├── tag-h2.gif
│   │   ├── tag-h3.gif
│   │   ├── tag-h4.gif
│   │   ├── tag-h5.gif
│   │   ├── tag-h6.gif
│   │   ├── tag-p.gif
│   │   ├── tag-pre.gif
│   │   ├── unknown.gif
│   │   ├── waiting.gif
│   │   ├── water.png
│   │   ├── wmp.gif
│   │   └── yes.gif
│   ├── includes
│   │   ├── admin_config.php
│   │   ├── admin_content.php
│   │   ├── admin_default.php
│   │   ├── admin_member.php
│   │   ├── admin_other.php
│   │   ├── admin_start.php
│   │   ├── class_db.php
│   │   ├── class_smarty.php
│   │   ├── config.php
│   │   ├── front.php
│   │   ├── function.php
│   │   ├── global.php
│   │   ├── ip.dat
│   │   └── share.php
│   ├── index.php
│   ├── install.php
│   ├── languages
│   │   └── chinese
│   │       ├── admin.php
│   │       ├── front.php
│   │       └── info.txt
│   ├── member.php
│   ├── page.php
│   ├── scripts
│   │   ├── function.js
│   │   ├── jquery.calendar.js
│   │   ├── jquery.editor.js
│   │   ├── jquery.js
│   │   └── player.js
│   ├── search.php
│   ├── sitemap.php
│   ├── styles
│   │   ├── calendars.css
│   │   ├── iframe.css
│   │   └── ui.css
│   ├── templates
│   │   ├── admin
│   │   │   ├── ad_info.htm
│   │   │   ├── ad_list.htm
│   │   │   ├── admin_info.htm
│   │   │   ├── admin_list.htm
│   │   │   ├── category_info.htm
│   │   │   ├── category_list.htm
│   │   │   ├── channel_info.htm
│   │   │   ├── channel_list.htm
│   │   │   ├── config.htm
│   │   │   ├── content_comment_info.htm
│   │   │   ├── content_comment_list.htm
│   │   │   ├── content_info.htm
│   │   │   ├── content_list.htm
│   │   │   ├── feedback_info.htm
│   │   │   ├── feedback_list.htm
│   │   │   ├── left.htm
│   │   │   ├── link_info.htm
│   │   │   ├── link_list.htm
│   │   │   ├── log_list.htm
│   │   │   ├── login.htm
│   │   │   ├── member_group_info.htm
│   │   │   ├── member_group_list.htm
│   │   │   ├── member_info.htm
│   │   │   ├── member_list.htm
│   │   │   ├── menu_info.htm
│   │   │   ├── menu_list.htm
│   │   │   ├── message.htm
│   │   │   ├── online_list.htm
│   │   │   ├── page_info.htm
│   │   │   ├── page_list.htm
│   │   │   ├── start.htm
│   │   │   ├── top.htm
│   │   │   ├── vote_info.htm
│   │   │   └── vote_list.htm
│   │   └── default
│   │       ├── ajax_member_forget.html
│   │       ├── ajax_member_info.html
│   │       ├── ajax_member_login.html
│   │       ├── ajax_member_register.html
│   │       ├── channel.html
│   │       ├── channel_content_1.html
│   │       ├── channel_content_2.html
│   │       ├── channel_content_3.html
│   │       ├── channel_content_4.html
│   │       ├── channel_index_1.html
│   │       ├── channel_index_2.html
│   │       ├── channel_index_3.html
│   │       ├── channel_list_1.html
│   │       ├── channel_list_2.html
│   │       ├── channel_list_3.html
│   │       ├── channel_list_4.html
│   │       ├── channel_list_5.html
│   │       ├── content.html
│   │       ├── content_comment.html
│   │       ├── content_info.html
│   │       ├── feedback.html
│   │       ├── footer.html
│   │       ├── header.html
│   │       ├── images
│   │       │   ├── arrow.gif
│   │       │   ├── bell.png
│   │       │   ├── box_bg.png
│   │       │   ├── box_close.gif
│   │       │   ├── comment.png
│   │       │   ├── email.png
│   │       │   ├── house.png
│   │       │   ├── icon_best.png
│   │       │   ├── icon_delete.gif
│   │       │   ├── icon_edit.gif
│   │       │   ├── icon_new.gif
│   │       │   ├── icon_reply.gif
│   │       │   ├── l_ico.gif
│   │       │   ├── loading.gif
│   │       │   ├── login_submit.gif
│   │       │   ├── logo.gif
│   │       │   ├── menu_bg.gif
│   │       │   ├── more.gif
│   │       │   ├── next.gif
│   │       │   ├── nickname.png
│   │       │   ├── password.png
│   │       │   ├── pencil.png
│   │       │   ├── plus.gif
│   │       │   ├── prev.gif
│   │       │   ├── print.gif
│   │       │   ├── safecode.png
│   │       │   └── text_signature.png
│   │       ├── index.html
│   │       ├── info.txt
│   │       ├── member.html
│   │       ├── message.html
│   │       ├── page.html
│   │       ├── part_category.html
│   │       ├── part_content.html
│   │       ├── part_link.html
│   │       ├── part_other.html
│   │       ├── search.html
│   │       ├── style.css
│   │       └── thumb.png
│   ├── uploads
│   ├── vote.php
│   ├── 更新说明.txt
│   └── 源码之家说明.txt
└── 简洁phpcms文章发布系统完整版_weedcms.rar

13 directories, 163 files