. */ #################################################################### # This file should be renamed to config.php and filled in with the # # correct data. # #################################################################### // MySQL server define("MYSQL_HOST", "localhost"); // host name define("MYSQL_USER", "flixbus"); // user name define("MYSQL_PASS", ""); // password define("MYSQL_DB", "flixbus"); // database define("MYSQL_TABLE_CODES", "promotioncodes"); define("AUTHINTRANET_URI", "ldap://localhost"); // Url of intranet LDAP server define("AUTHINTRANET_BASEDN", ""); // Base DN of the intranet LDAP server define("STATUS_PASS", "secret"); // Password to retrieve status define("DATE_START", "2017-12-01"); // When does the discount start, omit when there is no start date define("DATE_END", "2018-02-01"); // When does the discount end, omit when there is no end date define("QUOTA_AMOUNT", "2"); // How many codes can be handed out per person define("QUOTA_DAYS", "30"); // In what timeframe can they be handed out? If omitted, period is infinite define("OG_URL", "https://www.zeus.aegee.org/flixbus/"); define("OG_IMAGE", "https://www.zeus.aegee.org/flixbus/resources/image/FlixBus_Alpensee_2016.jpg"); define("OG_DESCRIPTION", "AEGEE and Flixbus have partnered up to make traveling more accessible for you! Get your €3 discount code for FlixBus in just a few clicks."); define("TITLE", "FlixBus discount codes"); define("BANNER", "./resources/image/flixbus-header.jpg"); define("LOGO_IMG", "./resources/image/flixbus-logo.png"); define("LOGO_URL", "http://www.flixbus.com"); define("EXPLANATION", "The FlixBus discount code will be emailed to the email address in your AEGEE intranet account. You can request maximum 2 discount codes per month and each of them is worth €3."); define("MAIL_BODY", "You have requested to receive a €3 FlixBus discount code. Your code is:\n\n\t%PROMOTIONCODE%\n\nYou can redeem your code in http://www.flixbus.com/\n\nPlease note that you can only request 2 FlixBus discount codes per month, and that each code will only be sent once. In case you lose your codes, you will have to wait a month to request new ones."); define("DESCRIPTION_SHORT", "a €3 FlixBus discount code"); // You have received ... on your email address define("MESSAGE_OVER_QUOTA", "You can request maximum 2 FlixBus discount codes per month. Please try again later."); ?>