Code Standards: Backend
They'll do their job well... maybe.
Artwork Submissions
Variables and other references relating to artwork submission handling.
Logging
Deserted Chateau's logging systems and configuration.
Pre-page loading
Standards for pre-page loading, the navigation bar and head HTML, etc
Redis: Cached Items and Rate Limits
Significant variables cached in the cache servers, etc.
Configuration Values
Deserted Chateau's webservers have various configuration values that are stored in the main datab...
Internal Credentials
Various development credentials are cached in the main cache server. A full list can be found in ...
Refreshing cached values
Rate Limits
For user actions that have a rate limit, like reblogging a given artwork, a rolling rate limit is...
robots.txt files
If you are against crappy, unethical AI bots scraping your website (as you should be), bear in mi...
SQL Stored Procedures
PHP AJAX forms
All PHP forms that are used for AJAX requests must extend the Antsstyle\DesertedChateau\Handlers\...
Configuration Classes
The setup and structure for the Config class and its associated classes.