# WCMS **Repository Path**: sundog/WCMS ## Basic Information - **Project Name**: WCMS - **Description**: 企业级CMS,每年的3月和10月发布一个版本,每个月提供完善包,目前最新为8.3.10,用最简单的方式实现最好的效果。用java的思想来写php版本的CMS - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: 8.15.6 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 108 - **Created**: 2015-07-04 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #WCMS 稳定版8.3.10(推荐使用) 2014年10月13日发布 目前稳定版本:8.3.10 对比8.3版本更新如下: 1、新增了产品模型。 2、引入了HighCharts图表统计。 3、新的配色界面。 4、修正众多BUG 环境配置: 1. php_exif 图集批量上传所需 2.php_pdo 需要pdo支持 2、安装方法 运行根目录下的install.php文件即可 后台访问地址:http://你的域名或IP/index.php?anonymous/admin 默认帐号 15800000000 密码123456 3、配置文件说明 config/database.php 数据库配置 config/water.png 水印文件 config/qqwry.dat IP地址数据库文件 更新地址http://www.newxing.com/Code/tool/QQwry.dat_608.html config/captcha.ttf 验证码字体文件(更改可直接替换文件) 4、如果需要隐藏入口文件 新建.htaccess放置根目录 RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] 5、前端访问地址 专题页面 ./index.php?news/i/?cid=2 列表页面 ./index.php?news/c/?cid=2 内容页面 ./index.php?news/v/?id=2014 6、对比V7 数据结构更新如下 1.w_log 结构更改 2.w_cache=>w_news_cache更名 3.w_face_list=>w_member_face更名 4.w_coupons_history=>增加username字段 5.w_template增加字段direct status=>version