[問題]管理員新增會員---Mac大請進
發表於 : 2003-11-08 12:54
全壇搜尋只有你的安裝清單有看到而已,但我發現一個問題ㄝ~我按「繼續」鍵他會帶我到註冊畫面,但是我不管選滿13或未滿13都給我出現「很抱歉!! 您所選擇的會員名稱已被註冊使用」,我的問題就是我連個字都沒打,他怎會會出現這訊息﹙他好像是抓到管理員的帳號﹚?
代碼: 選擇全部
<?php
/***************************************************************************
* lang_admin_reg.php [English]
-------------------
begin : Feb 26 2003
copyright : (C) 2003 Garold W. Robinson
email : setheep@hotmail.com
*
****************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
//
// Format is same as lang_main
//
$lang['Page_title'] = "ADMIN ADDING A NEW USER";
$lang['Add_user'] = " DO YOU WISH TO ADD A NEW USER? PRESS CONTINUE TO DO SO";
$lang['Continue'] = "Continue";
$lang['Reset'] = "Reset";
//
// That's all Folks!
// -------------------------------------------------
?>
代碼: 選擇全部
## EasyMod 0.0.7 compliant
##############################################################
## MOD Title: Disable Registrations (via ACP)
## MOD Author: Flipper <Flipper@pogoworld.co.uk> http://www.pogoworld.co.uk
## MOD Description: Allows admin to disable registrations and also set a message.
## MOD Version: 1.0.4
##
## Installation Level: Intermediate
## Installation Time: 10 Minutes
## Files To Edit: admin_board.php, board_config_body.tpl, lang_admin.php, lang_main.php, usercp_register.php
## Included Files: n/a
##############################################################
只適合mods.db9.dk版的= =+(本人只裝這個~其他沒測XDXD)JORDAN 寫:使用報告!代碼: 選擇全部
## EasyMod 0.0.7 compliant ############################################################## ## MOD Title: Disable Registrations (via ACP) ## MOD Author: Flipper <Flipper@pogoworld.co.uk> http://www.pogoworld.co.uk ## MOD Description: Allows admin to disable registrations and also set a message. ## MOD Version: 1.0.4 ## ## Installation Level: Intermediate ## Installation Time: 10 Minutes ## Files To Edit: admin_board.php, board_config_body.tpl, lang_admin.php, lang_main.php, usercp_register.php ## Included Files: n/a ##############################################################
我安裝這支關閉註冊的外掛,確定無法使用這個管理員新增會員外掛.
代碼: 選擇全部
#
#
#-----[ ACTION: 開啟檔案 ]------------------------------------------
#
profile.php
#
#-----[ ACTION: 尋找 ]------------------------------------------
#
if( !$board_config['register_enable'] )
#
#-----[ ACTION: 替換為 ]------------------------------------------
#
if( !$board_config['register_enable'] && $userdata['user_level'] != ADMIN )
我看你根本不想讓小白有機會到你那邊搗蛋對吧?Mac 寫:我只用過不能新增會員的那支
~Mac
建議您:lawrencelee 寫:我用了以下的外掛
Admin Register Hack
http://phpbbhacks.com/viewhack.php?id=1149
按照文件檔的指示將三個檔案分別上傳到指定資料夾中
再進入系統管理控制台
左邊下方的"會員管理"裡面出現了"Admin Register User"選項
點進去出現ADMIN ADDING A NEW USER
DO YOU WISH TO ADD A NEW USER? PRESS CONTINUE TO DO SO
按Continue後進入會員註冊同意聲明
點"我同意以上條文"後
居然出現"很抱歉!! 您所選擇的會員名稱已被註冊使用"的訊息
請問為什麼會這樣呢?