[外掛] 修正phpbb內建資料庫備份不全 Complete Database Backup 1.0.1

Officially Approved MODs
由 phpBB Group 官方發展小組認證的 MOD!

版主: 版主管理群

版面規則
請注意!只有發表在 [2.0.x] MOD Database Releases 的外掛,才算是官方認證的外掛。
主題已鎖定
taicomjp
星球公民
星球公民
文章: 32
註冊時間: 2004-08-19 00:00

[外掛] 修正phpbb內建資料庫備份不全 Complete Database Backup 1.0.1

文章 taicomjp »

[2.0.10] Complete Database Backup

代碼: 選擇全部

##############################################################
## 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相關部分';
修正phpbb若有安裝外掛會備份不完全的問題
不需要再到phpmyadmin備份\r

版本: 1.0.1 (Updated 09/25/04)
下載: Complete Database Backup v1.0.1.zip
大小: 2194 Bytes
主題已鎖定

回到「官方認證外掛」