小弟的網站近來被特定人士洗版。
我想知道有沒有辦法可以刪除特定人員他所發表文章?
有MOD 或者 SQL 語法都可以。
[問題] 如何刪除特定會員的發表文章
版主: 版主管理群
版面規則
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
-
-=Galipa=-
- 星球普通子民

- 文章: 15
- 註冊時間: 2005-05-26 16:10
- 聯繫:
Re: [問題] 如何刪除特定會員的發表文章
defacttong 寫:小弟的網站近來被特定人士洗版。
我想知道有沒有辦法可以刪除特定人員他所發表文章?
有MOD 或者 SQL 語法都可以。
代碼: 選擇全部
##############################################################
## MOD Title: Prune User Posts
## MOD Author: R45 < phpbb at rasadam dot com > (Adam Alkins) http://www.rasadam.com
## MOD Description: This is an admin module for your Administration Panel. It is a very
## Advanced version of the pruning tool available in phpBB. You can prune
## forums based on users (all or individuals), groups, IPs (ranges, specific,
## banned), Guests and more.
## MOD Version: 1.2.0
##
## Installation Level: (Easy)
## Installation Time: 2 Minutes
## Files To Edit: none!
## Included Files: admin_prune_user_posts.php, admin_prune_user_posts.tpl, lang_prune_user_posts.php
## LICENCE, INSTALL.txt
##############################################################
## 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:
## All you need to do is upload the appropriate files into their directories
## and it will show up in the Administration Panel under the User Admin Section.
##
##############################################################
## MOD History:
##
## 2003-10-20 - Version 1.2.0
## - Adjusted layout of Options in the Template
## for easier reading
##
## 2003-10-4 - Version 1.2.0 RC 1
## - Initial Release (All code was rewritten)
##
## ??? - Version 1.0.0 (Aborted)
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ COPY ]------------------------------------------
#
copy admin/admin_prune_user_posts.php to admin/admin_prune_user_posts.php
copy templates/subSilver/admin/admin_prune_user_posts.tpl to templates/subSilver/admin/admin_prune_user_posts.tpl
copy language/lang_english/lang_prune_user_posts.php to language/lang_english/lang_prune_user_posts.php
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM