discuz 用户权限表(国外英文资料).doc
文本预览下载声明
discuz 用户权限表(国外英文资料)
Cdb_access user privilege table
Data table specification.
Properties:
Uid -- mediumint (8) -- members uid number
Fid - smallint (6) - the ID number of the section
Allowview -- tinyint (1) -- allows you to view the posts
Allowpost -- tinyint (1) -- is it allowed to post
Allowreply -- tinyint (1) -- is it allowed to reply
Allowgetattach -- tinyint (1) -- does it allow you to download the attachment
Allowpostattach tinyint (1) - allows you to upload attachments
Cdb_adminactions manages the action table
Data table description: properties description:
Admingid smallint (6) - manages the group ids
Disabledactions text -- prohibits behavior
Cdb_admingroups manages the data table
Data table specification: the management module information table.
Properties:
Admingid - smallint (3) - the ID of the management group
Alloweditpost tinyint (1) -- edit the post permissions
Alloweditpoll tinyint (1) -- edit the voting rights
Allowstickthread tinyint (1) -- the top post authority
Allowmodpost tinyint (1) - management (edit) post authority #
Allowdelpost tinyint (1) -- delete the post permissions
Allowmassprune tinyint (1) -- read permission #
Allowrefund tinyint (1) - @
Allowcensored word tinyint (1) -- filter words to set the permissions #
Allowviewip tinyint (1) -- view IP permissions
Allowbanip tinyint (1) - prohibits IP permissions
Allowedituser tinyint (1) -- edit user permission #
Allowmoduser tinyint (1) - manages user rights #
Allowbanuser tinyint (1) - prohibits user privileges
Allowpostannounce tinyint (1) -- publish the notification authority
Allowviewlog tinyint (1) - browse for administrative log permissions
Disablepostctrl tinyint (1) -- batch administrative rights #
The cdb_adminnotes administrator message
Data table description: background message.
Properties:
The id mediumint (8) -- the event id
Admin varchar (15) -- operator
Access tinyint (3) -- @
Administrd tinyint (3) - manages the group id
Dateline int (10) - date
Expiration (10) - valid
M
显示全部