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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[插件/转][ FreeDiscuz 推荐 ] 社区银行 V2.1

[复制链接]
冰淇淋小子 发表于 2005-9-8 00:04:43 | 显示全部楼层
那我该怎么操作。我是从本帖子下载的程序呀!!
回复

使用道具 举报

冰淇淋小子 发表于 2005-9-8 00:14:03 | 显示全部楼层
谢谢,成功
回复

使用道具 举报

tszcoco 发表于 2005-9-8 18:13:29 | 显示全部楼层
存款時.....

Discuz! info: MySQL Query Error

User: Coco
Time: 2005-9-8 6:06pm
Script: /plugins.php

SQL: INSERT INTO (uid,username,czid,moneynum,begintime,islog,czip) VALUES('1','Coco','1','20000','1126173999','0','210.6.198.132')
Error: 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 '(uid,username,czid,moneynum,begintime,islog,czip) VALUES('1','C
Errno.: 1064

Similar error report has beed dispatched to administrator before.


按定期存款時....

Discuz! info: MySQL Query Error

User: Coco
Time: 2005-9-8 6:07pm
Script: /plugins.php

SQL: SELECT id,moneynum,begintime,endtime FROM WHERE uid='1' AND czid=5 AND islog=1
Error: 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 'WHERE uid='1' AND czid=5 AND islog=1' at line 1
Errno.: 1064

Similar error report has beed dispatched to administrator before.

在瑞士銀行開戶時...

Discuz! info: MySQL Query Error

User: Coco
Time: 2005-9-8 6:08pm
Script: /plugins.php

SQL: UPDATE cdb_members SET money=money-,bankstatus=1,savemimi='1126174110' WHERE username='Coco'
Error: 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 'bankstatus=1,savemimi='1126174110' WHERE username='Coco'' at li
Errno.: 1064

Similar error report has beed dispatched to administrator before.

按貸款時....

Discuz! info: MySQL Query Error

User: Coco
Time: 2005-9-8 6:09pm
Script: /plugins.php

SQL: SELECT id,czid,moneynum,begintime,endtime,islog,remark FROM WHERE uid='1' AND (czid=11 OR czid=12) AND islog>0 ORDER BY islog ASC,czid ASC
Error: 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 'WHERE uid='1' AND (czid=11 OR czid=12) AND islog>0 ORDER BY isl
Errno.: 1064

Similar error report has beed dispatched to administrator before

在進入銀行設施時還有銀行中很多是有問題的~但是全都關於plugins.php~~那到底plugins.php有什麼問題呢?
回复

使用道具 举报

冰淇淋小子 发表于 2005-9-8 23:50:48 | 显示全部楼层
我又重新安装程序了,又出现:Discuz! info: MySQL Query Error

User: 冰淇淋小子
Time: 2005-9-8 11:49pm
Script: /bbs/plugins.php

SQL: SELECT COUNT(bank) FROM cdb_members where bank>0
Error: Unknown column 'bank' in 'field list'
程序文件跟数据库有冲突,请使用正确的程序文件上传上去覆盖

Similar error report has beed dispatched to administrator before.
回复

使用道具 举报

冰淇淋小子 发表于 2005-9-9 08:32:25 | 显示全部楼层
大家帮帮我吧!!!
回复

使用道具 举报

julychild 发表于 2005-9-9 09:21:03 | 显示全部楼层
我安装时出现的问题和楼上的一样.也想知道该如何解决
回复

使用道具 举报

坏蛋哥哥 发表于 2005-9-12 14:48:54 | 显示全部楼层
Time: 2005-9-12 9:42am
Script: /dz/admincp.php

SQL: ALTER TABLE `cdb_members` ADD `money` INT(10) DEFAULT '100' NOT NULL, ADD `bank` INT(10) DEFAULT '0' NOT NULL, ADD `savemt` INT(10) DEFAULT '0' NOT NULL, ADD `bankstatus` tinyint(1) DEFAULT '0' NOT NULL, ADD `bankmimi` INT(10) DEFAULT '0' NOT NULL, ADD `bankpass` int(5) DEFAULT '8888' NOT NULL, ADD `savemimi` INT(10) DEFAULT '0' NOT NULL;
Error: Duplicate column name 'money'
Errno.: 1060

An error report has been dispatched to our administrator.


升级数据库时提示这个错误是什么问题呀
回复

使用道具 举报

龙小尘 发表于 2005-9-23 17:11:48 | 显示全部楼层
Discuz! info: MySQL Query Error

User: admin
Time: 2005-9-23 5:10pm
Script: /bbs/admincp.php

SQL: ALTER TABLE `cdb_members` ADD `money` INT(10) DEFAULT '100' NOT NULL, ADD `bank` INT(10) DEFAULT '0' NOT NULL, ADD `savemt` INT(10) DEFAULT '0' NOT NULL, ADD `bankstatus` tinyint(1) DEFAULT '0' NOT NULL, ADD `bankmimi` INT(10) DEFAULT '0' NOT NULL, ADD `bankpass` int(5) DEFAULT '8888' NOT NULL, ADD `savemimi` INT(10) DEFAULT '0' NOT NULL;
Error: Duplicate column name 'money'
Errno.: 1060

555
回复

使用道具 举报

龙小尘 发表于 2005-9-23 18:08:05 | 显示全部楼层
升级数据库的第二段是什么意思?一并升级的话不
DROP TABLE IF EXISTS cdb_banklog;
CREATE TABLE cdb_banklog (
  id int(10) unsigned NOT NULL auto_increment,
  uid mediumint(8) unsigned NOT NULL default '0',
  username varchar(15) NOT NULL default '',
  czid tinyint(2) NOT NULL default '0',
  moneynum int(10) NOT NULL default '0',
  begintime int(10) unsigned NOT NULL default '0',
  endtime int(10) unsigned NOT NULL default '0',
  islog tinyint(1) NOT NULL default '0',
  remark text,
  czip varchar(15) NOT NULL default '0',
  PRIMARY KEY  (id)
);
回复

使用道具 举报

龙小尘 发表于 2005-9-23 18:09:18 | 显示全部楼层
装了银行后,主页什么都没有了
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-21 22:22 , Processed in 0.033278 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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