1 頁 (共 1 頁)

[問題]PHPBB有沒有類似軟體下載區的MOD?

發表於 : 2004-06-26 11:03
simonlee9111
我想在我的討論區提供會員大量的檔案下載???
請問有誰知道阿!!!

發表於 : 2004-06-26 11:58
Mac
你可以試試看附件外掛 (Attachment MOD)
可以用 http://phpbb-tw.net/phpbb/search.php 搜尋你要的外掛

p.s. 外掛問題請至外掛問題區詢問

~Mac

發表於 : 2004-06-26 11:59
william91
paFileDB

paFileDB 整合 phpBB:

代碼: 選擇全部

############################################################## 
## MOD Title: pafiledb integration 
## MOD Version: 0.0.9d 
## MOD Author: Mohd < mohdalbasri@yahoo.com > (Mohammed Al-Basri) www.mohd.tk 
##          MJ < mj@phpbbfm.net > www.phpbbfm.net 
## MOD Description: Integration of pafiledb (Database download manager) with phpbb. 
##                  pafiledb use header, footer, session, template, and database system 
##          of phpbb. 
##          
## 
## Installation Level: (easy) 
## Installation Time: 10 Minutes 
## Files To Edit (9) : admin/index.php, 
##             admin/admin_db_utilities.php 
##                     includes/constants.php 
##             includes/page_header.php, 
##             includes/page_tail.php, 
##                     language/lang_english/lang_main.php, 
##                     templates/subSilver/admin/page_header.tpl, 
##                     templates/subSilver/overall_header.tpl, 
##             templates/subSilver/overall_footer.tpl 
## 
## Included Files:     dload.php, 
##             admin/admin_backupdb.php, 
##             admin/admin_category.php, 
##             admin/admin_custom.php, 
##             admin/admin_file.php, 
##             admin/admin_license.php, 
##             admin/admin_restoredb.php, 
##             admin/admin_settings.php, 
##             images/pafiledb_icons/*.* 
##             language/lang_english/lang_pafiledb.php 
##             pafiledb/*.* ( which I included in mod/ directory ), 
##             templates/subSilver/pa_*.tpl ( 12 ) 
##             templates/subSilver/admin/pa_*.tpl ( 16 ) 
##             templates/subSilver/images/icon_mini_download.gif 
############################################################## 
############################################################## 
## For Security Purposes, Please Check: http://www.phpbb.com/mods/downloads/ 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/downloads/ 
############################################################## 
############################################################## 
## Author Note: 
## follow all the instruction below first then upload and run from your browser, 
## paFileDB_installer.php and if you have the table already installed, 
## you won't need to change anything in them except that you won't need the admin table 
## since you are going to use ACP. 
## 
##    
## 
## Change History: 
##   0.0.7 : Added/Fixed: 
##      - Fixing bug with screen shot upload. 
##      - Fixing bug with templates in ACP. 
##      - Removing Variable $str found in search.php. 
##      - Changing directory for images and icons. 
##      - Changing all url and action to append_sid. 
## 
## 
##   0.0.6 : Added/Fixed: 
##      - Backupdb & restore to phpBB forum backup style 
##      - Changing tables to phpbb style 
##      - Show screenshots as image instead of link. 
##        (you may choose now either links or image). 
##      - Long Description - Multiple line text area. 
##      - Replacing pafiledb language with phpbb. 
##      - Unlimited subCategories. 
##      - Added Upload Screenshot feature 
##      - Added Disable "View All" link 
##      - Added Disable Database feature 
##      - comment feature (only registered users can post) 
##      - Email is using phpBB class emailer. 
##      - New File indicator you can now set the 
##        number of day to show that the file is new 
##      - Added toplist file 
##        (you can now specify number of file that in toplist. 
##      - removing the following bugs: 
##         * Replaced pafiledb Time Zone with phpbb. 
##         * Replaced pafiledb Language with phpbb. 
##         * Email fields can be left blank, but confirmation of email sent is returned. 
##         * Custom Field data not reading from db 
##         * Time on posted comment 
##         * Edit file (ACP), sub-cats & files not showing 
##         * Backup Database screwed 
##         * removing some un needed row from setting table like language and style. 
##         * fixing the problem of jumpmenu fix in pafiledb.php file because file send the $str instead of $lang 
##         * 'Comment Explain' text missing 
##         * Title on posted comment 
##         * max_comment_chars field in _settings table missing 
##         * Javascript error when posting or previewing comment 
##         * Email not actually sending to address ??? (Not for me anyway!) 
##         * Time on file page 
## 
##   0.0.5 : - Re-packing of all working files 
##            - Changes to paFileDB_installer.php 
## 
##    0.0.4 : Fixed: 
##       - {dbname} showing in the email instead of the variable that should replace it. 
##       - Uploaded file not returning full URL. 
##       - Replacing pafiledb Time Zone with phpbb. 
##       - Email fields can be left blank, but confirmation of email sent is returned 
##       - sort for viewall is now fixed.. (sort according to rating not yet due to php version) 
##       - Custom Field data not reading from db       
##       - Add the support for view online when some one in download page. 
## 
##   0.0.3 : - fix the editing file bug in ACP 
##      - fix the the file in sub category bug. 
##      - fix the uploading file url bug when uploading 
##      - changing message after rating or e-mail sending 
##      - making copywrite with phpbb copywrite only if you are in download database 
## 
##   0.0.2 : All templates made to fit phpBB default, clean up of code. 
## 
##    0.0.1 : First release, I need just to modify the *.tpl file in admin 
##       section. 
## 
## 
## 
## 
##############################################################  
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
##############################################################
http://mohd.vraag-en-antwoord.nl/main/d ... file_id=53