Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[插件] 【发贴机器r D4.1v0.0.6.1修正支持中文版 】作者:oytktk 修改:macleo 修正:yifei8779

[复制链接]
fhg007 发表于 2006-4-29 21:15:46 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

spyhawk 发表于 2006-4-29 23:16:53 | 显示全部楼层
原帖由 abcdefg1966 于 2006-4-29 21:04 发表
修正了(未测试)
1.从后台数据库升级

第一步

drop table if exists cdb_postmach;
create table cdb_postmach (
  style varchar(20) not null default '',
  sside varchar(254) not null default '',
...


这个修正了什么?
回复

使用道具 举报

leean 发表于 2006-4-30 01:07:16 | 显示全部楼层
不能使用中文名字? 内容也不能使用中文哦  
点开始使用  还出现如下提示 Warning: Cannot modify header information - headers already sent by (output started at
回复

使用道具 举报

xkyy 发表于 2006-4-30 01:42:48 | 显示全部楼层
ding aaaaa
回复

使用道具 举报

donghaoqin 发表于 2006-4-30 08:44:38 | 显示全部楼层
现在就差支持Un*X服务器的中文问题这个了。

解决之后就真的完美了~

不过也很谢谢楼主~
回复

使用道具 举报

macleo 发表于 2006-4-30 09:06:40 | 显示全部楼层
原帖由 leean 于 2006-4-30 01:07 发表
不能使用中文名字? 内容也不能使用中文哦  
点开始使用  还出现如下提示 Warning: Cannot modify header information - headers already sent by (output started at
顶一哈!
回复

使用道具 举报

81jun 发表于 2006-4-30 10:13:43 | 显示全部楼层
===========================================
如果您从来没有装过人和发贴机器人,请按以下步骤安装!

=============全新安装开始=======================
1.从后台数据库升级

第一步

drop table if exists cdb_postmach;
create table cdb_postmach (
  style varchar(20) not null default '',
  sside varchar(254) not null default '',
  cdate int(18) not null default '0',
  value text not null
) ENGINE=MyISAM DEFAULT CHARSET=gbk;


第二步
insert into cdb_postmach values ('set', '0', 0, 'thison');
insert into cdb_postmach values ('set', '0', 0, 'other');
insert into cdb_postmach values ('set', '18', 0, 'reftime');
insert into cdb_postmach values ('set', '5', 0, 'whatis');
insert into cdb_postmach values ('set', '15', 0, 'usertime');
insert into cdb_postmach values ('set', '0', '0', 'posttid');
insert into cdb_postmach values ('set', '18', 0, 'posttime');
insert into cdb_postmach values ('set', '2', '0', 'moneys');
insert into cdb_postmach values ('set', '3', 0, 'replytime');
insert into cdb_postmach values ('set', '0', 0, 'fids');
insert into cdb_postmach values ('set', '2', 0, 'ext_type');
insert into cdb_postmach values('set', '1', 0, 'closetopic');
insert into cdb_postmach values ('set', '0', 0, 'moderatedstatus');

第三步
上传所有文件到相应的目录!

=============全新安装结束=======================



升级错误,MySQL 提示: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=gbk' at line 1

我在升级数据库第一步时就显示这个,怎么回事?
回复

使用道具 举报

 楼主| yifei8779 发表于 2006-4-30 10:29:13 | 显示全部楼层
原帖由 81jun 于 2006-4-30 10:13 发表
===========================================
如果您从来没有装过人和发贴机器人,请按以下步骤安装!

=============全新安装开始=======================
1.从后台数据库升级

第一步

drop table if  ...


不好意思!我初学!什么也不懂!我只是针对自己的论坛情况进行了修正!每人的论坛都不一样,有问题可以大家一起交流!谢谢!



你这样升级数据库试下!
=============全新安装开始=======================
1.从后台数据库升级

第一步

drop table if exists cdb_postmach;
create table cdb_postmach (
  style varchar(20) not null default '',
  sside varchar(254) not null default '',
  cdate int(18) not null default '0',
  value text not null
) type=myisam ;



第二步
insert into cdb_postmach values ('set', '0', 0, 'thison');
insert into cdb_postmach values ('set', '0', 0, 'other');
insert into cdb_postmach values ('set', '18', 0, 'reftime');
insert into cdb_postmach values ('set', '5', 0, 'whatis');
insert into cdb_postmach values ('set', '15', 0, 'usertime');
insert into cdb_postmach values ('set', '0', '0', 'posttid');
insert into cdb_postmach values ('set', '18', 0, 'posttime');
insert into cdb_postmach values ('set', '2', '0', 'moneys');
insert into cdb_postmach values ('set', '3', 0, 'replytime');
insert into cdb_postmach values ('set', '0', 0, 'fids');
insert into cdb_postmach values ('set', '2', 0, 'ext_type');
insert into cdb_postmach values('set', '1', 0, 'closetopic');
insert into cdb_postmach values ('set', '0', 0, 'moderatedstatus');

第三步
上传所有文件到相应的目录!
回复

使用道具 举报

厉烨 发表于 2006-4-30 14:37:27 | 显示全部楼层
楼主...添加成功后...在下放没有显示已添加的话...开启机器人之后也是,下面框框是空白....

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

chnic 发表于 2006-4-30 15:12:41 | 显示全部楼层
用不来的,我试了好多次了!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-6-20 23:03 , Processed in 0.130653 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表