代碼: 選擇全部
##############################################################
## MOD Title: Complete Database Backup
## MOD Author: ultima528 < ultima528@yahoo.com > (Allen S.) N/A
## MOD Description: This MOD makes it so that the "Backup Database" module in the ACP
## will backup all the forum-related database tables (including non-default
## tables, such as tables added by other MODs), and optionally, the entire
## database (including non-forum-related tables).
## MOD Version: 1.0.1
##
## Installation Level: Easy
## Installation Time: ~3 Minutes
## Files To Edit: (3) admin/admin_db_utilities.php
## languages/lang_english/lang_admin.php
## templates/subSilver/admin/db_utils_backup_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:
## - The idea for this MOD was based on the original MOD, `db_utils`, by Garold W. Robinson
## - The switch only checks for mysql, mysql4, and postgresql because database backup only works
## with those database types listed
##############################################################
## MOD History:
##
## 2004-09-25 - Version 1.0.1
## - Corrected typo ('postgres' is now 'postgresql'). If you do not use that database type,
## then you do not have to install this version. [Thanks sph (Stephan)]
##
## 2004-07-09 - Version 1.0.0
## - Initial Release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################lang_admin.php
尋找\r
後面加上$lang['Additional_tables'] = '附加的表格';
代碼: 選擇全部
$lang['phpBB_only'] = '只備份與phpbb相關部分';不需要再到phpmyadmin備份\r
版本: 1.0.1 (Updated 09/25/04)
下載: Complete Database Backup v1.0.1.zip
大小: 2194 Bytes
