"); define("PROJECT", "REPLACE WITH PROJECT NAME"); define("URL_BASE", $master_url); define("IMAGE_PATH", "../user_profile/images/"); define("IMAGE_URL", "user_profile/images/"); define("PROFILE_PATH", "../user_profile/"); define("PROFILE_URL", "user_profile/"); define("LANGUAGE_FILE", "languages.txt"); define("STYLESHEET", "white.css"); //define("STYLESHEET2", "xxx.css"); define("FORUM_QA_MERGED_MODE", false); // Set to true to merge Message boards and Q&A section define("COPYRIGHT_HOLDER", "REPLACE WITH COPYRIGHT HOLDER"); define("SYS_ADMIN_EMAIL", "admin@$master_url"); define("UOTD_ADMIN_EMAIL", "admin@$master_url"); // who gets user of the day pool running low e-mails? //define("MEMCACHE_SERVERS", "127.0.0.1:11211"); // Email addresses separated by pipe ( | ) that will receive user reported // offensive forum posts. define("POST_REPORT_EMAILS", "moderator1@$master_url|moderator2@$master_url"); // If you use PHPMailer, uncomment the following // and complete the function definition based on your SMTP server // (not all fields may be needed) // if (0) { function make_php_mailer() { $mail = new PHPMailer(); $mail->IsSMTP(); //$mail->Mailer = 'smtp'; $mail->SMTPAuth = true; $mail->SMTPSecure = "tls"; $mail->Host = "smtp.gmail.com"; $mail->Port = 587; $mail->Username = "john.doe@gmail.com"; $mail->Password = "xxx"; // Google's application-specific password, // if you are using the 2-Step Verification: 16 characters, no spaces. // OR: Put here the regular Gmail password if you are not using the // 2-Step Verification with your Gmail account. // See https://support.google.com/accounts/answer/185833?hl=en"; $mail->SetFrom('admin@boincproject.com', 'John Doe'); $mail->AddReplyTo("admin@boincproject.com", "John Doe"); $mail->From = "admin@boincproject.com"; return $mail; } } function project_banner($title, $prefix) { // Put your project title and logo here // If you include any links, prepend URL with $prefix echo "
".tra("Generated")." $t
\n"; } } // Authorize access to administrative pages. // You can check for login, IP address, or whatever you want. // function auth_ops_example() { // if running from cmdline, skip checks // if (!$_SERVER['REMOTE_ADDR']) { return; } // example: require login as a particular user (id 1 in this case) // if (0) { auth_ops_userid(array(1)); return; } // example: require that logged-in user have ADMIN or DEV flags // set in their forum_prefs.privilege // if (0) { auth_ops_privilege(); return; } } function show_profile_heading1() { return tra("Your personal background."); } function show_profile_question1() { return tra("Tell us about yourself. You could tell us where you're from, your age, occupation, hobbies, or anything else about yourself."); } function show_profile_heading2() { return tra("Your opinions about %1", PROJECT); } function show_profile_question2() { return tra("Tell us your thoughts about %1