/************************************** electrifiedForum Realm File Copyright 2001- electrifiedpenguin.com This is free software, please leave all copyright notices intact, thanks! ONLY MAKE CHANGES TO THIS FILE To add a new realm, just copy this file and change as necessary ***************************************/ $config['title'] = "[%REALM-TITLE%]"; // Title of the realm $config['dbhost'] = "[%DB-HOST%]"; // Database Host $config['dbuser'] = "[%DB-USER%]"; // Database User (with at least read/write access to the tables) $config['dbpass'] = "[%DB-PASS%]"; // Database Password $config['dbname'] = "[%DB-NAME%]"; // Database Name /*** Database Table Names ***/ $config['utable'] = 'fusers'; // Users Table $config['mtable'] = 'messages'; // Messages Table $config['ftable'] = 'forums'; // Forum Information Table $config['pmtable'] = 'pmessages'; // Private Messages Table /*** Registration Options ***/ $config['req_auth'] = FALSE; // Require Login/Registration before viewing the forums? $config['req_auth_text'] = ''; // Text to override default text displayed on auth/register page $config['restrict_new_signups'] = FALSE; // Disable new registrations? $config['restrict_signups_text'] = ''; // Text that overrides default for 'why' registration is disabled. $config['allow_multiple_accts'] = FALSE; // Allow more than one account per email address? $config['allow_anon'] = [%ANON%]; // Allow anonymous (auth or not) posting? /*** (Future) Registration Options ***/ $config['moderate_signups'] = FALSE; // Require Admin Approval of Signups? $config['signups_notification'] = FALSE; // Admins will get an email if this is set to true. // If you have chosen moderate signups, this *should* be turned on. /*** Localization Options ***/ $config['language'] = "[%LANGUAGE%]"; // Language to use? (Must match a lang file in the lang subdir) $config['24hour'] = FALSE; // Use 24 hour time instead of 1-12 AM/PM format? /*** Security Options ***/ $config['pass_encrypt'] = "[%SEC_PASS_ENCRYPT%]"; // Set to 'mysql' for mysql password encryption. Leaving blank leaves encryption off. // NOTE: Do not change this value once the forum is in use. /*** Misc Options ***/ $config['karma_disable'] = FALSE; // Set to TRUE to disable karma. $config['topics_per_page']= [%TOPICSPERPAGE%]; // Number of topics shown per forum page $config['posts_per_page'] = [%POSTSPERPAGE%]; // Number of posts shown per thread page $config['messaging'] = TRUE; // Enable Private Messaging? $config['filtering'] = FALSE; // Enable Word Filtering? $config['efcode'] = TRUE; // Enable eF Code? $config['use_buttons'] = TRUE; // Use Graphical post/reply buttons ? $config['reply_butn'] = 'art/grayreply.gif'; // Button to use for reply $config['post_butn'] = 'art/graypost.gif'; // Button to use for new post $config['avatar_dir'] = 'art/avatars/'; // Directory to get avatars from $config['msgicons_dir'] = 'art/msgicons/'; // Directory of icons that can be used to identify a post $config['msgicon'] = 'icon1.gif'; // Default Icon for messages $config['forumicon'] = 'art/grey_folder.gif'; // Forum Icon (No new messages) $config['forumiconnew'] = 'art/blue_folder.gif'; // Forum Icon (New messages) $config['rankcolor'] = 'blue'; // Directory name for ranking icons (usually by color...) $config['table_width'] = '90%'; // Width of tables $config['icondir'] = 'art/icons'; // Directory containing the posting icons (edit, quote, aim, etc...) // Currently we include icons and icons-white (for dark backgrounds) // You can create your own icons and dir and specify it here... $config['color_top'] = '[%TTCOLOR%]'; // Color of the table top rows $config['color_top_font'] = '[%TTTEXTCOLOR%]'; // Color of top font (The headers on tables) $config['color_a'] = '[%TRCOLORA%]'; // Primary table row color $config['color_b'] = '[%TRCOLORB%]'; // Color of alternate table rows $config['tcolor'] = '[%TBGCOLOR%]'; // Color of the background table (the borders) $config['badwords'] = array("badword1","badword2"); // Array of words to be filtered. Set this up if enabling word filtering function htmlstart($subtitle) { global $config,$HTTP_SERVER_VARS; /* You may modify values in this section as necessary, but do not add html here! */ ?>