<?php /** Configurations for Convener, including database connection ** ** For security reasons following should be done after test phase: ** - Put this file outside public html directory if possible ** - Encrypt passwords **/ // ---------------------------------------------------------- // Database connection configuration // Edit following values according to your database: $hostname = "db.yourdomain.com"; // or just "localhost" $database = "databasename"; $username = "yourusername"; $password = "yourpassword"; // ---------------------------------------------------------- // --- Other required configurable variables ------ // directory url where the "answer.php" script is located $answurlprefix = 'http://www.yourdomain.com/directory/answer/'; // --- These should be also set: // contact person in error situations etc. $webmaster = 'hide@address.com'; // notice message in the bottom of e-mails that convener generates $emailfooter = "\n\n\n\n--\nThis is an automatically generated message from Convener"; // password to secure md5 hashes in email links against look-up tables $salt = '2e3WE4legkTjlXHTjhgjhgWEJjhgd8xDH8tytytERHDFF6'; // can be of any length ?>