Skip to content

Instantly share code, notes, and snippets.

View meticulousMisnomer's full-sized avatar

meticulousMisnomer meticulousMisnomer

View GitHub Profile
@meticulousMisnomer
meticulousMisnomer / gist:3225001
Created August 1, 2012 08:29
(BAD CODE) Microboard
?php
# Configuration.
define('DATABASE', 'REDACTED'); # MySQLi host.
define('SERVER', 'REDACTED'); # MySQLi host.
define('USERNAME', 'REDACTED'); # MySQL user.
define('PASSWORD', 'REDACTED'); # MySQL password
define('TITLE', 'Microboard'); # Site title.
define('DEFAULT_NAME', 'Anonymous'); # Default poster name for no name/tripcode.
define('STYLESHEET', 'vchan.css'); # CSS file for styling.
define('ADMIN_CAP', 'jD@J6H6='); # The capcode password, use this as your tripcode when posting as admin.