[外掛]繁體付費文章--三合一包包(含最新修正)

MODs Released by Other phpbb Sites
非官方認證通過之 MOD ,或許有安全性之疑慮,所有問題由原發表者回覆!

版主: 版主管理群

主題已鎖定
閑人
星球公民
星球公民
文章: 114
註冊時間: 2004-02-24 22:50
來自: 閑人村

[外掛]繁體付費文章--三合一包包(含最新修正)

文章 閑人 »

Advanced Hide Post功能有四:
允許須付費文章-----這個是主要功能\r
允許要求回覆後才可閱讀----這個不錯用\r
允許要求發文數達到一定值才可閱讀
允許要求現金數達到一定值才可閱讀

代碼: 選擇全部

## MOD Title: Advanced Hide Post
## MOD Author: shi < shi@roc.as-hosting-pro.com > (Peng Shi) http://roc.myz.info
## MOD Description: 本插件提供多种隱藏帖子的方式
## MOD Version: 1.0.1 Beta
## 
## Installation Level: Intermediate
## Installation Time: ~30 minutes.
## Files To Edit: 22
##              posting.php
##              viewtopic.php
##              modcp.php
##              search.php
##              includes/auth.php
##              includes/constants.php
##              includes/prune.php
##              includes/functions_post.php
##              includes/topic_review.php
##              includes/bbcode.php
##              admin/admin_board.php
##              admin/admin_forumauth.php
##              admin/admin_ug_auth.php
##              templates/subSilver/viewtopic_body.tpl
##              templates/subSilver/search_results_posts.tpl
##              templates/subSilver/admin/board_config_body.tpl
##              templates/subSilver/posting_preview.tpl
##              templates/subSilver/posting_topic_review.tpl
##              templates/subSilver/posting_body.tpl
##              templates/subSilver/bbcode.tpl
##              language/lang_english/lang_bbcode.php
##              language/lang_chinese_simplified/lang_bbcode.php
##              (quick_reply.php)
## Included Files: 7
##              functions_hide.php
##              hiding_information.tpl
##              lang_main_hide.php
##              lang_admin_hide.php
##              advanced_hide_post_1.0.0_db_install.php
##              language_chinese_simplified/lang_main_hide.php
##              language_chinese_simplified/lang_admin_hide.php
##############################################################
## 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:
##          在安裝使用本插件之前,請先安裝Multiple BBCode
##          管理員可以在版面、團隊或用戶的權限設置里分別設定允許發表隱藏帖的權限。
##          在修改constants.php時,請仔細設置AUTH_SELLPOST的值(參見下面有關constants.php的修改)
##          如果您使用EasyMOD來安裝本插件,在安裝完后請核對constants.php中的AUTH_SELLPOST是否正确\r
##          安裝時請注意本安裝文件中的注釋內容
############################################################## 
## 升級記錄: 
##
##   2003-11-28 - Version 1.0.1 Beta
##      - 修正了一些小Bug
##
##   2003-11-19 - Version 1.0.0 Beta
##      - 更名為Advanced Hide Post
##      - 重新构造了Sell Post的代碼結构
##      - 增加了三种隱藏帖子的方式:根据回复、發帖數或現金/積分數隱藏
##      - 支持CASH MOD的多貨幣种類
##
##   2003-11-07 - Version 0.2.1 Beta 
##      - 修正引用時可以看見未購買帖子的漏洞
## 
##   2003-11-03 - Version 0.2.0 Beta 
##      - 增加了設定帖子售价的上限的功能 
##      - 修正一些小bug
## 
##   2003-10-30 - Version 0.1.1 Beta 
##      - 修正了一些小bug 
##
##   2003-10-30 - Version 0.1.0 Alpha 
##      - 首次發布 
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
##############################################################

代碼: 選擇全部

## EasyMod 0.0.10 Compatible
############################################################## 
## MOD Title: Cash Mod
## MOD Author: Xore < mods@xore.ca > (Robert Hetzler) http://www.xore.ca
## MOD Description: Cash Mod for users to gain money/points by posting 
## MOD Version: 2.2.1
## 
## Installation Level: Intermediate
## Installation Time: 15 Minutes 
## Files To Edit: common.php
##                memberlist.php
##                posting.php
##                privmsg.php
##                profile.php
##                viewtopic.php
##                includes/functions.php
##                includes/functions_post.php
##                includes/usercp_viewprofile.php
##                templates/subSilver/memberlist_body.tpl
##                templates/subSilver/profile_view_body.tpl
##                templates/subSilver/viewtopic_body.tpl
## Included Files: cash.php
##                 admin/admin_cash.php
##                 admin/cash_config.php
##                 admin/cash_currencies.php
##                 admin/cash_events.php
\n##                 admin/cash_exchange.php
##                 admin/cash_forums.php
##                 admin/cash_groups.php
##                 admin/cash_help.php
##                 admin/cash_log.php
##                 admin/cash_recount.php
##                 admin/cash_reset.php
##                 admin/cash_settings.php
##                 includes/classes_cash.php
##                 includes/functions_cash.php
##                 language/lang_english/lang_cash.php
##                 templates/subSilver/cash_donate.tpl
##                 templates/subSilver/cash_exchange.tpl
##                 templates/subSilver/cash_modedit.tpl
##                 templates/subSilver/cash_viewprofile.tpl
##                 templates/subSilver/cash_viewtopic.tpl
##                 templates/subSilver/admin/cash_config.tpl
##                 templates/subSilver/admin/cash_currencies.tpl
##                 templates/subSilver/admin/cash_event.tpl
##                 templates/subSilver/admin/cash_events.tpl
##                 templates/subSilver/admin/cash_exchange.tpl
##                 templates/subSilver/admin/cash_forum.tpl
##                 templates/subSilver/admin/cash_group.tpl
##                 templates/subSilver/admin/cash_groups.tpl
##                 templates/subSilver/admin/cash_help.tpl
##                 templates/subSilver/admin/cash_log.tpl
##                 templates/subSilver/admin/cash_menu.tpl
##                 templates/subSilver/admin/cash_navbar.tpl
##                 templates/subSilver/admin/cash_reset.tpl
##                 templates/subSilver/admin/cash_resetting.tpl
##                 templates/subSilver/admin/cash_settings.tpl
############################################################## 
## 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:
##
##     Please read the README.txt, there is
##          IMPORTANT & NECESSARY installation information there
##
##     Many thanks to everyone who has contributed, they can be found in
##          credits.txt
##     My apologies if i've missed anyone
##
############################################################## 
## MOD History:
## v2.2.1 Fixed a few minor bugs
## v2.2.0 A bundle of new features
## v2.0.2 Another Bug fix, plus help/support link.
## v2.0.1 A few bug fixes...
## v2.0.0 Multiple currencies, fixed log_actions mod incompatibility
##        And a bunch of other stuff ;-)
## v1.1.2 EasyMOD Compliance
## v1.1.1 Bug fix for admin panels
## v1.1.0 Forum management added, donations, admin editing, logging, quotes stripping
##        Renaming from MoneySystems to Cash Mod
## v1.0.1 SQL update, with quotes
## v1.0.0 First version release. no bugs, i hope :P
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
##############################################################

代碼: 選擇全部

## easymod compliant
############################################################## 
## MOD Title:    Multiple BBCode MOD
## MOD Author:   Nuttzy99 < nospam@blizzhackers.com > (n/a) http://www.blizzhackers.com
##
## MOD Description:  Allows you to install BBCode MODs that
##    add quick BBCode buttons in post edits.  Without this
##    MOD, there is no standard way of installing BBCode MODs.
## MOD Version:  1.2.1
## 
## Installation Level:  EASY
## Installation Time:   2 minutes
## Files To Edit:       posting.php
##                      templates/subSilver/posting_body.tpl
## Included Files:      n/a
############################################################## 
## 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:
##     + if Multi BBCode MOD v1.0.1 is already installed, use the update to 1.2.0 MOD
##          and do NOT install this MOD script
##     + Works with phpBB 2.0.2 thru 2.0.6
##     + installable with EasyMOD
##
############################################################## 
##
## MOD History:
##    2003-09-25 - Version 1.2.1
##         + improved MOD Template compliance
##
##    2003-08-15 - Version 1.2.0
##         + updated for 2.0.6
##         + allows additional hotkeys - Xore did most of the work ;-)
##         + made EasyMOD compatiable
##
##    2003-02-03 - Version 1.0.1
##         + updated for 2.0.4
##         + no code changes required, just updated the header info
##
##    2002-08-31 - Version 1.0.0
##         + initial release
##
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
############################################################## 
我捉的出處是
<這裡>
還有就是我把作者的用語改了
比如說大陸把文章說"帖子"等對岸用語
我通通都改為文、或是文章這樣的字眼了
不過原作者網站早就有了big5的譯版了

ps:三合一不是說一次就要裝三個外掛進去
是共有三個,但大家總是找來找去,豈不是很麻煩?
一般最常見這三個可以說是同時都要掛
會有最強的效果,當然你也可以選其中你要的外掛
不要的你就別理它

---------------------------------------------------如下
嗯…這的的確確是個好難掛的外掛,偏偏又是那麼多人想掛它
而大部分能找到的,也是簡體字變亂碼,要用軟體轉來繁體
我分享的這個是已經轉好的,且安裝說明我修了一下
會比較容易上手(我裝三次…)
還有就是作者也在安裝說明中說了…要先裝multi_bbc_1-2-1a
我也包在這個壓縮檔了,所以下載了這個繁體版會對新手比較方便點
然後…為了方便大家,乾脆連CashMod221我都放進去
這是目前最新版的吧,還加入了<進階隱藏 for CashMod2 1.0.4修正補強>
不過這個有點小問題,您參考一下如下:
---------------------------------------------------------------------------------------------
至於我加入的那個<進階隱藏 for CashMod2 1.0.4修正補強>
請看這裡裝完出現的問題,連我自已都說…建議不要裝這個修正
http://phpbb-tw.net/phpbb/viewtopic.php?t=27875

這是我的回答:
把我附的那個[修正昇級]進階隱藏 for CashMod2 1.0.4.txt
反安裝拿掉就好了
真是莫名其妙的…修正
會令後台出現四個空白欄位…\r
只知應是
#-----[ SQL ]------------------------------------------
#
# 您也可以把 ahp_4_cashMOD_db_install.php 上載到您的論壇根目錄裡,再從
# 瀏覽器裡執行它來進行數據庫的更新
ALTER TABLE phpbb_cash
ADD cash_max_sellingprice INT DEFAULT '0' NOT NULL ,
ADD cash_min_sellingprice INT DEFAULT '1' NOT NULL ,
ADD cash_max_fortunerequired INT DEFAULT '0' NOT NULL ,
ADD cash_min_fortunerequired INT DEFAULT '1' NOT NULL ;
這段資料庫引起的

若沒有安裝這個修正的話,像我…到後台基本組態 的隱藏文章----現金/積分系統類型
我都是選""POINTS CASH MOD 2 其它""
中的"其它"
然後再把"其它"的設定改成cash mod那樣…
雖然怪,但當初還是照用這土法

有這修正後,就可以直接選 CASH MOD 2 這項了
有沒有太大的幫忙~~?
其實沒修正的話,只要選"其它"就可以了 照我的方法做就可以了耶…\r
--------------------------------------------------------------------------------------------------

先說喔…安裝說明達一千多行,真的要裝很久,裝到流汗… 請你先去小睡一下或是精神好一點時再來動這個 ,不然你錯在哪裡都還不知道…
我要說句殘忍的話給想裝的人:
裝完後出現任何問題,90%是你不小心哪裡裝錯了
所以在看說明時,沒有把握的地方請自已記下來
要嘛po出來問,而不要到最後出了什麼錯誤訊息才po出來
通常沒幾個人能真正解答你的問題
但安裝方法倒是一堆人都經驗
聰明的你會怎麼做呢?

我建議你,出了錯,隔天再重新裝一次,或是隔久一點再來裝
所以建議你把整個phpbb資料夾都copy起來
出錯,把appserv關掉,倒灌phpbb回去,再打開appserv
當然這是我的方法,你不見得是用appserv~


8/30已把語言部份修正了

9/4留言:
大家會有很多麻煩是必然的,因為這是一次掛3~4個mod進去\r
且有hide這個mod就可以抵掉我裝5個mod的時間了
一次裝到ok沒出問題算你功夫好

至於我加入的那個<進階隱藏 for CashMod2 1.0.4修正補強>
請看這裡裝完出現的問題,連我自已都說…建議不要裝這個修正
http://phpbb-tw.net/phpbb/viewtopic.php?t=27875

這是我的回答:
把我附的那個[修正昇級]進階隱藏 for CashMod2 1.0.4.txt
反安裝拿掉就好了
真是莫名其妙的…修正
會令後台出現四個空白欄位…\r
只知應是
#-----[ SQL ]------------------------------------------
#
# 您也可以把 ahp_4_cashMOD_db_install.php 上載到您的論壇根目錄裡,再從
# 瀏覽器裡執行它來進行數據庫的更新
ALTER TABLE phpbb_cash
ADD cash_max_sellingprice INT DEFAULT '0' NOT NULL ,
ADD cash_min_sellingprice INT DEFAULT '1' NOT NULL ,
ADD cash_max_fortunerequired INT DEFAULT '0' NOT NULL ,
ADD cash_min_fortunerequired INT DEFAULT '1' NOT NULL ;
這段資料庫引起的

若沒有安裝這個修正的話,像我…到後台基本組態 的隱藏文章----現金/積分系統類型
我都是選""POINTS CASH MOD 2 其它""
中的"其它"
然後再把"其它"的設定改成cash mod那樣…
雖然怪,但當初還是照用這土法

有這修正後,就可以直接選 CASH MOD 2 這項了
有沒有太大的幫忙~~?
其實沒修正的話,只要選"其它"就可以了 照我的方法做就可以了耶…\r

按我下載按我下載Advanced_Hide_Post 1.0.1b_big5 + CashMod221中文 + Multiple BBCode 1.2.
完全裝成功後,請到後台的 版面管理---權限設定
去設定所有開放關於會員、版面的權限
因為有一半的預設功能是關的,要去打開


而後台的隱藏文章選項部份
字段名預設是user_cash(資料庫所用之名)
現金/積分名稱指的是你的貨幣名字,如美金、魔幣等
最後由 閑人 於 2004-09-11 13:51 編輯,總共編輯了 8 次。
神川小羽
調皮の小羽
調皮の小羽
文章: 1461
註冊時間: 2004-05-01 05:55
來自: 謎樣之筱語
聯繫:

文章 神川小羽 »

已移動到非官方推薦認證外掛版面~
-.-
神川小羽
調皮の小羽
調皮の小羽
文章: 1461
註冊時間: 2004-05-01 05:55
來自: 謎樣之筱語
聯繫:

文章 神川小羽 »

這是剛剛收到的私訊告知~
吉兒 寫:版主您好
我才剛裝這個外掛
發現有些語言檔的部分漏掉了

#
#-----[ OPEN ]------------------------------------------
#
language/lang_chinese_traditional_taiwan/lang_cash.php

#
#-----[ FIND ]------------------------------------------
#
$lang['Cash_settings_updated'] = '細部設定更新完成';

#
#-----[ AFTER, ADD ]------------------------------------------
#
$lang['Cash_enabled'] = '開啟貨幣';
$lang['Cash_custom_currency'] = 'Custom Currency for Cash Mod';
$lang['Cash_image'] = '用圖片顯示貨幣';
$lang['Cash_imageurl'] = '圖片路徑(root之下):';
$lang['Cash_imageurl_explain'] = '定義貨幣圖片';
$lang['Prefix'] = 'Prefix';
$lang['Postfix'] = 'Postfix';
$lang['Cash_currency_style'] = '貨幣名稱';
$lang['Cash_currency_style_explain'] = 'Currency symbol as ' . $lang['Prefix'] . ' or ' . $lang['Postfix'];
$lang['Cash_display_usercp'] = '在個人資料顯示資產';
$lang['Cash_display_userpost'] = '在文章左方個人資料顯示資產';
$lang['Cash_display_memberlist'] = '在會員列表中顯示資產';
-.-
主題已鎖定

回到「非官方認證外掛」