1 頁 (共 1 頁)

[外掛]Admin Panel for Junior Adm

發表於 : 2003-07-19 07:51
william91

代碼: 選擇全部

############################################################################################
## Hack Title:    Admin Panel for Junior Admins and Mods
## Hack Version:  1.0.4 (ex phpBB 2.0.4)
## Author:        Nivisec 
## Updated by:	  Acid
## Support:       http://www.phpbbhacks.com/forums/
##
## Description:  Allows you to define junior admins and you can also allow the junior
##		 admins access to any control panel features you allow. You can also allow
##		 moderators to use any control panel features that you allow.
##
## Files To Edit:	12
##			admin/admin_ug_auth.php
##                      admin/index.php
##                      admin/pagestart.php
##		        includes/constants.php
##                      includes/page_tail.php
##                      includes/page_header.php
##			viewonline.php
##                      language/lang_english/lang_admin.php
##                      language/lang_english/lang_main.php
##                      templates/xxx/admin/page_header.tpl
##                      templates/xxx/admin/index_body.tpl
##                      templates/xxx/index_body.tpl
##
## Included Files:      2
##			admin_junior_panel.php
##			admin_junior_panel_body.tpl
##
############################################################################################
##
## Author Note:
##
## Be sure to run the install script before editing all your files!
##
## Setting yourself as a junior admin instead of admin is a very stupid idea.
## Do not ask me to help you if you do this.
##
## It's very pointless to allow junior admins and mods both access to the Change Allowances
## panel!  They can just give themselves the other panels at will.
##
############################################################################################
## Before Adding This Hack To Your Forum, You Should Back Up All Files Related To This Hack.
############################################################################################
##
## VERSION HISTORY
##
## v1.0.4 (by Acid)
##  - updated for 2.0.4
##
## v1.0.3 (by Acid)
##  - color definition of junior admins in online display
##  - template fix
##
## v1.0.2 (by Acid)
##  - Files renamed
##  - Fixed: Language settings
##  - Fixed: Permission issue
##
## v1.0.1b
##  - Security issue fixed (thanks to desean84 off phpbb.com)
##
## v1.0.0
##  - Initial Release.
##
#################################################################
此外掛的作用和超級板主十分相似,但我個人認為這個外掛比超級板主更好,因為安裝後,系統管理員隨時可以在系統管理台設定該 Junior Admins的權限。
功能蠻多的,安裝後你們可以試試看 ;-)

下載