[問題] 裝了cash mod 2.2.3a之後完全沒有反應...

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

版主: 版主管理群

主題已鎖定
風靈使者
星球普通子民
星球普通子民
文章: 3
註冊時間: 2006-06-16 10:51

[問題] 裝了cash mod 2.2.3a之後完全沒有反應...

文章 風靈使者 »

問題外掛:cash mod 2.2.3a
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php ... +mod+2.2.3
使用版本:phpBB 2.0.21
網站位置:http://kazera138.php1h.com/phpBB2/index.php
狀況描述:

大家好..我是前幾天才學會架phpBB的....我安裝了的外掛中這個不是第一個
我照著cm_install_223.txt裡的方法來安裝後,就執行了sql_223.txt裡的sql語法..
我本來用的風格不是subSilver,但後來我用搜尋找了文章也有關於風格與此外掛的問題
所以我嘗試用回subSilver來安裝..
而且在其他帖子看到安裝後在後台可以控制到貨幣的設定,但完全找不到
到外面根本就看到有關於貨幣的東西
就是說好像沒有裝過一樣...

我用的是免費空間php0h.com

我用了搜尋找了帖子,可是很多都是沒關的,如果我這個問題真的有人問過的話可否告訴我帖子的連結......
麻煩了各位不好意思..




補充:
安裝過的外掛...不太記得...記得的有意下幾個

代碼: 選擇全部

############################################################## 
## MOD Title:          版面會員禁言 (水桶名單)
## MOD Author:         Atthis < atthis@chianglab.bio.ncku.edu.tw >
## MOD Description:    版主可自行編輯該版禁言會員名單
## Mod Date:           2004/01/19
## MOD Version:        0.9.4
## Compatibility:      2.0.5 可用(其它版不知)
##
## Installation Level: Easy
## Installation Time:  ~5 Minutes
## Files To Edit:
##	posting.php
##      viewforum.php
##      viewtopic.php
##      templates/subSilver/viewforum_body.tpl
##      templates/subSilver/viewtopic_body.tpl
##	templates/subSilver/subSilver.cfg
##	language/lang_chinese_traditional_taiwan/lang_main.php 
##
## Included Files:     
##	bucket.php
##	templates/subSilver/bucket_body.tpl
##	templates/subSilver/bucket_reason.tpl
##	templates/subSilver/bucket_log.tpl
##	templates/subSilver/bucket_state.tpl
##	templates/subSilver/image/bucket_list.gif
##	templates/subSilver/image/icon_bucket.gif
##
############################################################## 
## 
## Author Notes: 
##	第一次寫完整外掛及安裝說明,如果有問題請到竹貓星球(http://phpbb-tw.net/phpbb/index.php)
##	一起討論
##	Demo: http://chianglab.bio.ncku.edu.tw
##
############################################################## 
##
## MOD History: 
## 
##   2004-01-19 - Version 0.9.4
##	- 原發電子郵件通知改為發私人訊息通知
##	- 新增會員禁言記錄列表及檢視目前禁言動態
##   2004-01-09 - Version 0.9.3
##	- 修正禁言會員增加方式
##	- 修正頁數顯示問題
##	- 美化禁言會員增加欄位(謝謝 文)
##   2004-01-07 - Version 0.9.2
##	- 新增版面管理員在瀏覽文章時,可以將文章的作者直接加入禁言列表
##	- 禁言會員列表中,禁言原因改為跳出視窗顯示
##   2003-12-20 - Version 0.9.1
##	- 增加檢查是否輸入會員名或禁言天數
##	  (感謝 lushinan 的測試及 文 的建議)
##   2003-12-17 - Version 0.9.0
##      - Test version
##
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
############################################################## 

代碼: 選擇全部

######################################################## 
## MOD Title: User Icon on Who Is Online
## MOD Author: ycl6 < ycl6@users.sourceforge.net > (Y.C. LIN) http://macphpbbmod.sourceforge.net/
## MOD Description: This MOD adds four types of icon besides the username in "Who Is Online" block. The type of image displayed for each username is dependent on the user's level: i.e. Administrator, Moderator, User, Guests.
## MOD Author: MaoStudio < mao@maostudio.com > (N/A) http://iamin.maostudio.com/
## MOD Version:	1.0.0
## 
## Installation Level: Easy 
## Installation Time: 5 Minutes 
##
## Files To Edit: 4
##	includes/page_header.php
##	language/lang_english/lang_main.php
##	templates/subSilver/subSilver.cfg
##	templates/subSilver/index_body.tpl
##
## Included Files: 23
##	images/*.gif
##	images/varients/*.gif
##
## License: http://opensource.org/licenses/gpl-license.php GNU Public License v2 
################################################################# 
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/
############################################################## 
## Author Notes:
## 	Tested on 2.0.18. Can be installed using EasyMOD 0.3.0
##
##	This MOD (or a much earlier version of it) was first developed by MaoStudio (from www.phpbb-tw.net) back in 2002.
##	Although I put his name down as one of the MOD Authors, but I have not use any of his codes.
##	However, I would like to retain his name because he first came up with this idea for phpBB board.
##
############################################################## 
## MOD History: 
##
##   2005-11-01 - Version 1.0.0
##      - Initial Release
## 
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
##############################################################

代碼: 選擇全部

############################################################## 
## MOD Title: Forum Clock 
## MOD Author: Drumstix42 < Drumstix42@aol.com > (Mark Schlitz) http://www.advancedmod.com 
## MOD Description: This MOD will add a simple Flash clock to your
##                  forums. Tested on 2.0.5 and 2.0.6. Should work
##                  on previous version as well.
## MOD Version: 1.0.2 
## 
## Installation Level: Easy 
## Installation Time: 2-5 Minutes 
## Files To Edit: index_body.tpl
## 
## Included Files: Clock.swf
############################################################## 
## 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 a very simple MOD to add a Flash clock to the
##       bottom of your forums in no time. It uses the person's
##       computer's clock time, so no configuration is
##       neccessary. It works on 2.0.5 and 2.0.6. Should work
##       fine on just about any version since it's just HTML 
##       code overall. Also, will work with most templates,
##       you just need to know the classes for borders and
##       backgrounds if wanted. 
##
##       For a preview, check out my forums at:
##       http://www.advancedmod.com/forums/
##       And scroll down to the bottom.
##
##       Enjoy!   
############################################################## 
## MOD History: 
## 
##   2003-08-11 - Version 1.0.0 
##      - Clock working fine. No changes needed. 
##   2003-09-13 - Version 1.0.1
##      - Updated to use the $lang system, adding 2 new steps.
##   2003-09-14 - Version 1.0.2
##      - Updated step one adding 'copy ' to the begining, correcting
##        the previous invalid syntax.
##      
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
##############################################################

代碼: 選擇全部

##############################################################
## MOD Title: Last Topic Title on Index
## MOD Author: Dicky <rfoote@tellink.net> (Richard Foote) http://dicky.askmaggymae.com
## MOD Description: Displays the title of and adds a link to the last topic replied to in a particular forum.
## MOD Version: 1.0.1
##
## Installation Level: Easy
## Installation Time: 10 Minutes
## Files To Edit: (3)
##				index.php
##				language/lang_english/lang_main.php
##				templates/subSilver/index_body.tpl
## Included Files: N/A
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
##############################################################
## For security purposes, please check: http://www.phpbb.com/mods/
## for the latest version of this MOD. Although MODs are checked
## before being allowed in the MODs Database there is no guarantee
## that there are no security problems within the MOD. No support
## will be given for MODs not found within the MODs Database which
## can be found at http://www.phpbb.com/mods/ 
##############################################################
## Author Notes: Dicky
##
## 	 This MOD has been verified to work with phpBB 2.0.19
##	 This MOD can be installed by EasyMOD
##############################################################
## MOD History:
##
##   2005-12-31 - Version 1.0.1
##      - Optimize the code - No functional changes
##      - No longer need a separate MOD if you have Today/Yesterday installed
##   2005-12-18 - Version 1.0.0
##      - Add filtering for html characters in title
##      - Redo queries to reduce number of queries
##   2005-08-21 - Version 0.0.3
##		- Add word censoring
##		- Add Display topic title only if user allowed to read forum
##   2005-05-17 - Version 0.0.2
##		- Replaced sql query for faster times - query by y.m
##		- Added By: before poster name
##		- Added In: before topic title
##		- Added alternate text to topic title
##   2004-05-31 - Version 0.0.1
##      - initial version of the Last Topic Mod
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
最後由 風靈使者 於 2006-06-17 23:27 編輯,總共編輯了 1 次。
jwxinst
竹貓忠實會員
竹貓忠實會員
文章: 945
註冊時間: 2006-03-31 10:07
來自: New York, USA     學業狀況: 當天才...       個人狀況: 臭蛋
聯繫:

文章 jwxinst »

建議你

1. 檢查清楚 cashmod/language/中文語系檔.php有沒有上傳

2. 下次發文的時候, 那些裝過的外掛只要附上名稱即可
目前狀態圖檔
GoKo Music進度: 10%

問個問題不要緊可是沒有發文格式、問題不夠詳細情況,難道要用猜嗎?
新手必讀
[教學] 基本認識、學習、隨我架設phpBB的新手通 -更新至2.0.22
問問題的技巧
http://www.phpbb-tw.net/phpbb/viewtopic.php?t=44340
MOD安裝教學及轉碼
http://www.phpbb-tw.net/phpbb/viewtopic.php?t=22832
風靈使者
星球普通子民
星球普通子民
文章: 3
註冊時間: 2006-06-16 10:51

文章 風靈使者 »

jwxinst 寫:建議你

1. 檢查清楚 cashmod/language/中文語系檔.php有沒有上傳

2. 下次發文的時候, 那些裝過的外掛只要附上名稱即可
1.所指的是lang_cash.php嗎?
因為我沒有cashmod這個file,下載來的只有CashMod223,如果是沒有分別的話,我去cashmod/language/中有8個語系的file,並沒有其他了,是不是一定要裝了1.0.0?(我沒有下載含utf-8中文語系的,這有關系的嗎?)

2.我下次會注意的了,多謝提點,因為是第一次發文,比較緊張....."
jwxinst
竹貓忠實會員
竹貓忠實會員
文章: 945
註冊時間: 2006-03-31 10:07
來自: New York, USA     學業狀況: 當天才...       個人狀況: 臭蛋
聯繫:

文章 jwxinst »

1.所指的是lang_cash.php嗎?
因為我沒有cashmod這個file,下載來的只有CashMod223,如果是沒有分別的話,我去cashmod/language/中有8個語系的file,並沒有其他了,是不是一定要裝了1.0.0?(我沒有下載含utf-8中文語系的,這有關系的嗎?)
首先CASHMOD就是指那個外掛資料包

另外, LANGUAGE有個8個語系
你只要將ENGLISH(這個不用上傳也沒關係)
最重要是將 cashmod外掛包/lang_chinese_traditional_taiwan/底下的檔案

全部上傳至 phpBB2/language/language/lang_chinese_traditional_taiwan/裡面便可

以上的步驟請仔細看好
這樣子就應該可以在後台中看到了


至於UTF-8, 必需要自己去轉碼, 教學請教我簽名檔
按一下 外掛和轉碼教學, 然後把教學拉到最底(因為最底才是轉碼教學)


ps: 我看不懂你所指的什麼1.0.0?
目前狀態圖檔
GoKo Music進度: 10%

問個問題不要緊可是沒有發文格式、問題不夠詳細情況,難道要用猜嗎?
新手必讀
[教學] 基本認識、學習、隨我架設phpBB的新手通 -更新至2.0.22
問問題的技巧
http://www.phpbb-tw.net/phpbb/viewtopic.php?t=44340
MOD安裝教學及轉碼
http://www.phpbb-tw.net/phpbb/viewtopic.php?t=22832
頭像
心靈捕手
默默耕耘的老師
默默耕耘的老師
文章: 8547
註冊時間: 2004-04-30 01:54
來自: Taiwan

Re: [問題] 裝了cash mod 2.2.3a之後完全沒有反應...

文章 心靈捕手 »

風靈使者 寫: 狀況描述:

大家好..我是前幾天才學會架phpBB的....我安裝了的外掛中這個不是第一個
我照著cm_install_223.txt裡的方法來安裝後,就執行了sql_223.txt裡的sql語法..
我本來用的風格不是subSilver,但後來我用搜尋找了文章也有關於風格與此外掛的問題
所以我嘗試用回subSilver來安裝..
而且在其他帖子看到安裝後在後台可以控制到貨幣的設定,但完全找不到
到外面根本就看到有關於貨幣的東西
就是說好像沒有裝過一樣...
一般而言, 用預設風格 subSilver 安裝外掛, 的確比較容易獲致成功.

安裝完後, 若要進行相關設定,
則必須先變更 (系統管理員) 個人資料裡的 '版面風格' 為預設風格 subSilver 後,
再進到控制台去設定.

若進到控制台, 發現相關選項為 '亂碼' 時,
則表示您的 lang_cash.php 必須要做 '轉碼' (big5 -> utf-8).

若要安裝到新風格,
則此外掛 Cash Mod 針對風格檔, 必須 '修改和上傳' 的檔案, 一個也不能少.

參考連結:
http://phpbb-tw.net/phpbb/viewtopic.php?p=230924#230924
施比受有福,祝福您好運! ^_^
歡迎光臨★★心靈捕手★★ :: 討論區
https://wang5555.dnsfor.me/phpBB3/
風靈使者
星球普通子民
星球普通子民
文章: 3
註冊時間: 2006-06-16 10:51

Re: [問題] 裝了cash mod 2.2.3a之後完全沒有反應...

文章 風靈使者 »

jwxinst 寫:
首先CASHMOD就是指那個外掛資料包

另外, LANGUAGE有個8個語系
你只要將ENGLISH(這個不用上傳也沒關係)
最重要是將 cashmod外掛包/lang_chinese_traditional_taiwan/底下的檔案

全部上傳至 phpBB2/language/language/lang_chinese_traditional_taiwan/裡面便可

以上的步驟請仔細看好
這樣子就應該可以在後台中看到了


至於UTF-8, 必需要自己去轉碼, 教學請教我簽名檔
按一下 外掛和轉碼教學, 然後把教學拉到最底(因為最底才是轉碼教學)


ps: 我看不懂你所指的什麼1.0.0?
唔,安裝的過程上面是寫
copy language/lang_english/lang_cash.php to language/lang_english/lang_cash.php
另外我也好像您所說的那樣
放在
phpBB2/language/language/lang_chinese_traditional_taiwan/裡面

但仍是不能看見..
是不是一定要下載UTF-8??因為我用的是big-5.
我第一次裝這個MOD的時候,它說在includes/functions.php裡的第XXX行(對不起.我忘了...)後來我檢查後,將
($phpbb_root_path . 'language/lang_english/lang_cash.' . $phpEx);
這句裡的language/lang_english/改作language/lang_chinese_traditional_taiwan

會與這個有關係嗎?""

呃..其實我在想每個外掛也有一開始的那個版本吧....我第一次裝的cash mod就是2.3.3a版..如果是這樣的話..要不要裝一開始那個版本"(這個問題會不會有點兒...)
心靈捕手 寫: 一般而言, 用預設風格 subSilver 安裝外掛, 的確比較容易獲致成功.

安裝完後, 若要進行相關設定,
則必須先變更 (系統管理員) 個人資料裡的 '版面風格' 為預設風格 subSilver 後,
再進到控制台去設定.

若進到控制台, 發現相關選項為 '亂碼' 時,
則表示您的 lang_cash.php 必須要做 '轉碼' (big5 -> utf-8).

若要安裝到新風格,
則此外掛 Cash Mod 針對風格檔, 必須 '修改和上傳' 的檔案, 一個也不能少.

參考連結:
http://phpbb-tw.net/phpbb/viewtopic.php?p=230924#230924
我後來又用之前備了份的檔來裝,是用subsilver來裝了
可是用回subsilver後,仍然不能在後台看到關於cash的設定(如圖)...
圖檔
~倉木麻衣~
竹貓忠實會員
竹貓忠實會員
文章: 1405
註冊時間: 2004-03-21 21:00

Re: [問題] 裝了cash mod 2.2.3a之後完全沒有反應...

文章 ~倉木麻衣~ »

風靈使者 寫:另外我也好像您所說的那樣
放在
phpBB2/language/language/lang_chinese_traditional_taiwan/裡面

但仍是不能看見..
放錯了
phpBB2/language//lang_chinese_traditional_taiwan/
這樣才對
風靈使者 寫:我後來又用之前備了份的檔來裝,是用subsilver來裝了
可是用回subsilver後,仍然不能在後台看到關於cash的設定(如圖)...
後台左方功能導覽列沒出現cash mod相關選項只有一個可能性, 有檔案沒上傳
請自行檢查該上傳的檔案是否都傳上去了
還有, 上傳的路徑是否正確
謝絕所有私人訊息詢問外掛相關問題
有問題請直接於版上發表, 集思廣議絕對比專挑特定人士詢問來的好

竹貓禁止發表含破解相關的軟體, 違者砍文
不要跟我講別的地方都可以發, 為什麼竹貓就不行
免費不等於破解, 傻傻的搞不清楚
jwxinst
竹貓忠實會員
竹貓忠實會員
文章: 945
註冊時間: 2006-03-31 10:07
來自: New York, USA     學業狀況: 當天才...       個人狀況: 臭蛋
聯繫:

文章 jwxinst »

抱歉!
以上是筆誤...
造成你的不便, 真不好意思
以後回答時會檢查清楚 :oops:
目前狀態圖檔
GoKo Music進度: 10%

問個問題不要緊可是沒有發文格式、問題不夠詳細情況,難道要用猜嗎?
新手必讀
[教學] 基本認識、學習、隨我架設phpBB的新手通 -更新至2.0.22
問問題的技巧
http://www.phpbb-tw.net/phpbb/viewtopic.php?t=44340
MOD安裝教學及轉碼
http://www.phpbb-tw.net/phpbb/viewtopic.php?t=22832
主題已鎖定

回到「外掛問題討論」