View Single Post
I dont have access?
Old
  (#1)
xx8aznflipboi5xx
Member
 
Status: Offline
Posts: 12
Join Date: Feb 2006
Default I dont have access? - 27-02-2006

i installed mean mod and everything works fine but the adding my self as admin. everytime i try to go to console and type something like m_botmode or anything the admin just can do it always says "(mEAn) You dont have access to this command." ive followed the directions on the adminaccess.txt and followed the setpawwsords.txt ive also edited me user.cfg here is what it looks like

;
; Security File
;
; Access Codes:
; o = Server Operator
; 1 = Admin Level 1
; 2 = Admin Level 2
; c = clan member
; g = guest access
;
; Any combination of WonID, Username and password may be
; used for authentication. Empty items are represented as
; two double quotes (""). Empty items will not be used
; during authentication and act as wild cards. At least
; one security item must always be specified.
;
; Examples:
;
; To allow authentication by WonID only, specify the
; WonID and leave Username and password empty.
; Example: "12323" "" "" "c"
;
; To allow authentication by WonID and Password, specify
; the WonID and the password, leaving WonID and Username empty
; Example: "12323" "" "mypassword" "1"
;
; For the higest security, specify all three security items
; Example: "12323" "ServerOpName" "mypassword" "o"
;
; NOTE: The order in which you add security access lines
; is important. You can allow access by multiple means,
; such as ( WonId and Password ) OR ( Username and Password )
;
; Example:
; "12323" "" "mypassword" "2"
; "" "AdminName" "mypassword" "2"
;
; In the above example, whenever a user connects, an attempt
; to match by WonId and Password will be done first, if that
; fails, a match by Username and Password will be done next,
; and so on, until there is nothing left to match on. The
; first match found will always be used for authentication.
;
; Example for allowing graduated access for the same user:
; WonID Username Password Access
; ======= ============================= ======== ======
; - WonID and Username and Password must all match to gain access
; This is the highest level of security.
; "223234" "username" "password" "o1c"
; if above fails then ...
; - WonID and Password must both match to gain access
; "223234" "" "password" " 1c"
; if above fails then ...
; - WonID and Username must both match to gain access
; "223234" "username" "" " 2c"
; if above fails then ...
; - Username and Password must both match to gain access
; "" "username" "password" " 2c"
; if above fails then ...
; - Only WonID must match to gain access
; "223234" "" "" " c"
; if above fails then ...
; - Only Password must match to gain access
; "" "" "password" " c"
; Place your authentication information below:
;
; WonID Username Password Access
; ==== ============ ======== ======
; "9996222" "xx8aznflipboi5xx" "blubber" "o1c"
; "9996222" "" "blubber" "1c"
; "9996222" "xx8aznlfipboi5xx" "" "2c"
; "" "xx8aznflipboi5xx" "blubber" "2c"
; "9996222" "" "" "c"
; "" "" "blubber" "c"



please i need help fast thanks

Last edited by xx8aznflipboi5xx; 27-02-2006 at 09:24..
  
Reply With Quote