Build Brutality.
Welcome to Brutality
Brutal CMS is a flat-file content management system built with PHP, and uses XML and CSV files to store data.
System Settings
System data as configured via the BOS SAD module.
System
Coming Soon
Redirect Users: none
Template: countdown
HEADER:
Under Construction
MESSAGE:
New brutality is being built!
Maintenance Mode
STATUS: Disabled
MESSAGE:
This site is undergoing maintenance.
Developer Settings
Developer Mode: off
Load jQuery: true
jQuery Version: 3
Icon Library: Native
Errors
403 Forbidden
The server has refused to fulfill your request.
404 Not Found
The document or file requested was not found on this server.
405 Not Allowed
The method specified in the Request-Line is not allowed for the specified resource.
408 Request Timeout
Your browser failed to send a request in the time allowed by the server.
500 Internal Error
The request was unsuccessful due to an unexpected condition encountered by the server.
502 Bad Gateway
The server received an invalid response from the upstream server while trying to fulfill the request.
504 Gateway Timeout
The upstream server failed to send a request in the time allowed by the server.
Access & SEO
Accounts
Registration: enabled
Default Group: Member
Require Sitewide Login: no
Restrictions
Age Verification: no
Minimum Age: 18
PageLock: disabled
Cookie Consent
Mode: off
Cookie Duration: 7 days
SEO
Tracking Codes: off
Tracking Code Position: header
Users
To display user information, include the PAD view file:
require_once 'bos/pat/pad/view.php'
User List (Basic)
A list that only shows usernames that are active.
- bosadmin
- admin
- editor
- member
To display this list:
echo $userlist
User List (Details)
A details list of users that shows their user ID (UID), active status, and group.
bosadmin
UID: 1
Status: Active
Group: BOS Admin
admin
UID: 2
Status: Active
Group: Administrator
editor
UID: 3
Status: Active
Group: Editor
member
UID: 4
Status: Active
Group: Member
To display this list:
echo $userlist_details