[問題]Appraise Post Mod

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
小惡魔
星球公民
星球公民
文章: 48
註冊時間: 2003-12-26 22:13
來自: HongKong
聯繫:

[問題]Appraise Post Mod

文章 小惡魔 »

當我輸入SQL時便出了這樣的錯誤

錯誤

SQL 語法 :

INSERT INTO phpbb_config( config_name, config_value )
VALUES (

'allow_post_cash', '0'
)

MySQL 傳回:


#1062 - Duplicate entry 'allow_post_cash' for key 1


##############################################################
## MOD Title: Appraise Post Mod
## MOD Author: Ray < blue_sky_ray@hotmail.com > (Ray Fung) http://optional.iradio.com.tw/phpbbx
## MOD Description: Appraise Post Mod for users to appraise a post good or bad.
## MOD Version: 1.1.0
##
## Installation Level: Intermediate
## Installation Time: 30 Minutes
## Files To Edit: viewtopic.php
## admin/admin_board.php
## includes/usercp_viewprofile.php
## language/lang_english/lang_main.php
## language/lang_english/lang_admin.php
## templates/subSilver/profile_view_body.tpl
## templates/subSilver/subSilver.cfg
## templates/subSilver/viewtopic_body.tpl
## templates/subSilver/admin/board_config_body.tpl
## Included Files: includes/functions_appraise.php
## templates/subSilver/images/good.gif
## templates/subSilver/images/bad.gif
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
## This is my mod... (I don't know what can i say :D)
##
##############################################################
## MOD History:
##
## 2003-04-11 - Version 1.1.0
## - Appraise Post Mod rewrited
##
## 2003-04-10 - Version 1.0.1
## 2003-04-10 - Version 1.0.0
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ COPY ]------------------------------------------
#
copy root/includes/functions_appraise.php to includes/functions_appraise.php
copy root/templates/subSilver/images/good.gif to templates/subSilver/images/good.gif
copy root/templates/subSilver/images/bad.gif to templates/subSilver/images/bad.gif

#
#-----[ SQL ]------------------------------------------
#
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_post_cash','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('goodpost_cash','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('badpost_cash','0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('appraise_post_cash','');

ALTER TABLE phpbb_users ADD user_goodpost MEDIUMINT(8) NOT NULL default '0';
ALTER TABLE phpbb_users ADD user_badpost MEDIUMINT(8) NOT NULL default '0';
ALTER TABLE phpbb_users ADD user_givengoodpost MEDIUMINT(8) NOT NULL default '0';
ALTER TABLE phpbb_users ADD user_givenbadpost MEDIUMINT(8) NOT NULL default '0';

ALTER TABLE phpbb_posts_text ADD goodpost MEDIUMINT(8) UNSIGNED DEFAULT '0' NOT NULL,
ALTER TABLE phpbb_posts_text ADD badpost MEDIUMINT(8) UNSIGNED DEFAULT '0' NOT NULL,
ALTER TABLE phpbb_posts_text ADD appraise_post_user TEXT NOT NULL;
.::藍色的天空::.
竹貓忠實會員
竹貓忠實會員
文章: 587
註冊時間: 2003-09-14 17:29
來自: 我不知道
聯繫:

文章 .::藍色的天空::. »

你已經有這個sql了。
i-Web System 隨坊出來耶

新聞:
遊戲區開幕啦! 打造隨城最強的遊戲王國!
宣傳車出動! 賣力宣傳隨坊吧!
版主召募!版主魂激發!
中文好好學,不要方言通天飛
i-Web System 正式版上架測試!
小惡魔
星球公民
星球公民
文章: 48
註冊時間: 2003-12-26 22:13
來自: HongKong
聯繫:

[問題]3Q

文章 小惡魔 »

.::藍色的天空::. 寫:你已經有這個sql了。
3Q
主題已鎖定

回到「外掛問題討論」