// DEA Karaoke Night Request System configuration
// Database
const DB_HOST = 'localhost';
const DB_NAME = 'cychosting2_deakaraoke';
const DB_USER = 'cychosting2_deakaraoke';
const DB_PASS = 'T@nd3m1980!';
const DB_CHARSET = 'utf8mb4';
// Site branding
const SITE_NAME = 'DEA Karaoke Night';
const SITE_TAGLINE = 'Request your song for the live stream';
const DJ_NAME = 'DJ D-Bone';
const PUBLIC_BASE_URL = 'https://deakaraoke.cychosting.ned';
// Admin login - CHANGE THIS PASSWORD
const ADMIN_USERNAME = 'admin';
const ADMIN_PASSWORD = 'T@nd3m1980!';
// VirtualDJ Ask forwarding
// Keep false until you confirm your personal VirtualDJ Ask POST URL/fields.
const VDJ_FORWARD_ENABLED = false;
const VDJ_ASK_URL = '';
// If your confirmed VirtualDJ form uses different field names, edit api/submit_request.php.
const VDJ_TIMEOUT_SECONDS = 8;
// Anti-spam
const REQUEST_COOLDOWN_SECONDS = 20;
const MAX_MESSAGE_LENGTH = 160;
Warning: Cannot modify header information - headers already sent by (output started at /home/cychosting2/public_html/deakaraoke.cychosting.net/config/config.php:5) in /home/cychosting2/public_html/deakaraoke.cychosting.net/config/db.php on line 19
{"success":false,"message":"Invalid request method"}