<?php
$emailAdmin = "hide@address.com"; // This is the email address that will be used for outgoing emails
$urlPath = "http://yoursite.com/market"; // This is the location of the marketplace... used in email links to activate postings
// these two are used to log into the admin mode, change them to something you'll remember
$username = "admin";
$password = "elk43drum";
$languageFile = "language/lang_english.php"; // This defines what language and corresponds with the file in the folder.
// This key is used to remove postings, change the value inside the quotes to something obscure,
// you will never need to remember it, so make it really obscure.
$key = "12qwaszx3EEd";
// Strings for the RSS file
$rss_title = "YourSite.com";
$rss_description = "Custom Ads";
// Site Info
$sitetitle = "Demo";
?>