sNews v1.3 Copyright© 2005, Solucija - All rights reserved http://www.solucija.com/ --------------------------------------------------------------------------- Welcome to sNews, a single-file template-independent PHP and MySQL, CSS and XHTML valid CMS that powers your site. sNews was created for all those who want to change their design easily and everytime they want without adapting their template to any CMS. --------------------------------------------------------------------------- 汉化:www.sluke.cn http://www.sluke.cn 原版:http://www.solucija.com/ 中文演示:http://www.sluke.cn/demo/sNews/index.php 汉化版本下载:http://www.sluke.cn/forum/index.php?gettopic=6 官方支持:http://forum.solucija.com 作者邮件:[email protected] --------------------------------------------------------------------------- 安装只需几步。 1、编辑'snews.php'中的各项设置,修改管理员用户名和密码。 2、上传文件,将img文件夹属性修改为777(win主机可省略这一步)。 3、在您在'snews.php'中设置的数据库中运行如下sql: CREATE TABLE articles ( id INT PRIMARY KEY AUTO_INCREMENT, title VARCHAR(100) DEFAULT NULL, text TEXT, textlimit INT(5) NOT NULL DEFAULT '0', date DATETIME DEFAULT NULL, category INT(8) NOT NULL DEFAULT '0', position CHAR(3), displaytitle CHAR(3) NOT NULL DEFAULT 'YES', displayinfo CHAR(3) NOT NULL DEFAULT 'YES', commentable VARCHAR(5) NOT NULL, image varchar(30) DEFAULT NULL ); CREATE TABLE categories ( id int(8) PRIMARY KEY AUTO_INCREMENT, name varchar(20) NOT NULL, description varchar(50) NOT NULL, published varchar(4) NOT NULL DEFAULT 'YES' ); CREATE TABLE comments ( id INT(11) PRIMARY KEY AUTO_INCREMENT, articleid INT(11) DEFAULT '0', name varchar(50) DEFAULT '', comment TEXT, time DATETIME NOT NULL DEFAULT '' ); 4、成功,进入管理吧! --------------------------------------------------------------------------- 版权属于作者,请尊重作者劳动!!!保留底部作者链接!!