1 頁 (共 1 頁)

[外掛] 移除非原始phpbb的資料庫欄位 Clean phpBB SQL Tables 1.0.7

發表於 : 2005-10-29 14:02
taicomjp
[2.0.20] Clean phpBB SQL Tables

代碼: 選擇全部

##############################################################
## MOD Title: Clean phpBB SQL Tables
## MOD Author: Vic D'Elfant < vic@pythago.net > (Vic D'Elfant) http://www.pythago.net
## MOD Description: Originally designed to clean your database prior to re-installing
##                  phpBB, this tool allows you to remove all SQL tables and fields
##                  from your database which do not belong to a so-called "vanilla"
##                  phpBB installation. This tool is particularly useful if you want
##                  to remove all tables/fields which have been created by MODs if
##                  you want to start all over again, or to remove a specific MOD.
##                  
## MOD Version: 1.0.6 
## 
## Installation Level: Easy
## Installation Time: 1 minute
## Files To Edit: n/a
## Included Files: install/clean_tables.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:
##   - Note that this script only works with MySQL databases
##   - You should remove the file as soon cleaned your database,
##     in order to avoid abuse of it
##   - After having uploaded the file, simply point your browser
##     to it (e.g. http://www.domain.com/forum/install/clean_tables.php)
##
##############################################################
## MOD History: 
## 
##   2005-05-28 - Version 1.0.0
##      - First stable release
##
##   2005-05-28 - Version 1.0.1
##      - Fixed minor bug in .mod file
##      - Fixed $lang problem in clean_tables.php
##
\n##   2005-12-03 - Version 1.0.2
##      - Adding phpbb_sessions_keys table
##      - Added new feature which also checks the phpbb_config table
##        for unknown configuration settings
##
##   2005-12-04 - Version 1.0.3
##      - Updated MOD template
##      - Made a few minor changes to the script file
##
##   2005-12-11 - Version 1.0.4
##      - Fixed minor issue with the script
##
##   2005-12-24 - Version 1.0.5
##      - Fixed potential security issue with the script
##
##   2005-12-30 - Version 1.0.6
##      - Updated for phpBB 2.0.19
## 
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
##############################################################


安裝之後會出現非官方原始的欄位
可以將不需要的選取移除\r
也適用於清除外掛重新安裝phpbb
回覆原始phpbb

只適合mysql

版本: 1.0.7 (Updated 04/16/06)
下載: clean_tables_v1.0.7.zip
大小: 43669 Bytes