::NoName Magazine 无名杂志 » Project Parasy » 基本没问题了~等总结~
本主题共有 11 条回复 | 回到顶部
#1 - 2007-11-28 00:26
Sai
桂林
没有升级nowhere的数据表?
CODE:
CREATE TABLE IF NOT EXISTS `cdb_plugin_now` (
`vid` mediumint(8) NOT NULL auto_increment,
`dateline` int(10) NOT NULL default '0',
`author` varchar(15) NOT NULL default '',
`authorid` mediumint(8) NOT NULL default '0',
`content` varchar(250) NOT NULL default '',
`background` varchar(35) NOT NULL default '',
`icons` int(2) NOT NULL default '0',
PRIMARY KEY (`vid`)
) ENGINE=MyISAM DEFAULT CHARSET=gbk;
CREATE TABLE IF NOT EXISTS `cdb_plugin_now_stats` (
`uid` mediumint(8) NOT NULL default '0',
`total` int(10) NOT NULL default '0',
`monthly` int(10) NOT NULL default '0',
`weekly` int(10) NOT NULL default '0',
`daily` mediumtext NOT NULL,
`firstupdate` int(10) NOT NULL default '0',
`lastupdate` int(10) NOT NULL default '0',
PRIMARY KEY (`uid`)
) ENGINE=MyISAM DEFAULT CHARSET=gbk;
`vid` mediumint(8) NOT NULL auto_increment,
`dateline` int(10) NOT NULL default '0',
`author` varchar(15) NOT NULL default '',
`authorid` mediumint(8) NOT NULL default '0',
`content` varchar(250) NOT NULL default '',
`background` varchar(35) NOT NULL default '',
`icons` int(2) NOT NULL default '0',
PRIMARY KEY (`vid`)
) ENGINE=MyISAM DEFAULT CHARSET=gbk;
CREATE TABLE IF NOT EXISTS `cdb_plugin_now_stats` (
`uid` mediumint(8) NOT NULL default '0',
`total` int(10) NOT NULL default '0',
`monthly` int(10) NOT NULL default '0',
`weekly` int(10) NOT NULL default '0',
`daily` mediumtext NOT NULL,
`firstupdate` int(10) NOT NULL default '0',
`lastupdate` int(10) NOT NULL default '0',
PRIMARY KEY (`uid`)
) ENGINE=MyISAM DEFAULT CHARSET=gbk;
#3 - 2007-11-28 11:44
asher
地球
解决,添加Nowhere功能时,我又把文件夹里的.htaccess给上传覆盖了之前的。。
-----------------------------
点击消费记录,出现以下提示,又是什么意思。
The requested URL /bbs/expense/view.nnm was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
[ 本帖最后由 asher 于 2007-11-28 12:05 编辑 ]
-----------------------------
点击消费记录,出现以下提示,又是什么意思。
The requested URL /bbs/expense/view.nnm was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
[ 本帖最后由 asher 于 2007-11-28 12:05 编辑 ]
#4 - 2007-11-28 11:53
asher
地球
同上。。
----------郁闷分割线--------
添加据点出现错误:如下
The requested URL /bbs/operation.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
[ 本帖最后由 asher 于 2007-11-28 12:06 编辑 ]
----------郁闷分割线--------
添加据点出现错误:如下
The requested URL /bbs/operation.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
[ 本帖最后由 asher 于 2007-11-28 12:06 编辑 ]
#8 - 2007-11-29 09:51
asher
地球
这一块:
欢迎,asher!或许你会对来自朋友 [ Sai ] 的 [ http://www.tamiaode.com/index.asp ] 感兴趣吧?
没有,这一块是比较喜欢的。
版块大类下的小类像这http://orzotl.com/bbs/cat-5.html
可以显示不同的图像,这一块也很想要。。
请问怎么做?抱歉,因为俺对程序一窃不通。。
欢迎,asher!或许你会对来自朋友 [ Sai ] 的 [ http://www.tamiaode.com/index.asp ] 感兴趣吧?
没有,这一块是比较喜欢的。
版块大类下的小类像这http://orzotl.com/bbs/cat-5.html
可以显示不同的图像,这一块也很想要。。
请问怎么做?抱歉,因为俺对程序一窃不通。。