################################################################################
### This is the default configuration file for the Connect Platform.
### This file should NOT be edited by hand. All customizations should be made to
### the custom.conf file in this same directory.
### VERSION: 3.0.1
################################################################################
# A convenient page devider
DIVIDER = "
";
######################################################################
### Database parameters
######################################################################
# The database host which houses the main platform info
HBCU_DB_HOST = "newdb.hbcuconnect.com";
# The Port the database is listening on
HBCU_DB_PORT = 3306;
# The user to login to the database with
HBCU_DB_USER = "hbcuconnect";
# The password to login to the database
HBCU_DB_PASSWD = 'KungfuKa4';
# The database schema
HBCU_DB_NAME = 'hbcu_central';
# The career center database host
CC_DB_HOST = "newdb.hbcuconnect.com";
# The career center Port the database is listening on
CC_DB_PORT = 3306;
# The career center user to login to the database with
CC_DB_USER = "hbcuconnect";
# The career center password to login to the database
CC_DB_PASSWD = 'KungfuKa4';
# The career center database schema
CC_DB_NAME = 'career_center';
### End Database parameters
# The url to the secure payment form
SECURE_PAY_URL = "/cgi-bin/secure_payment.cgi";
# The url to the secure payment response form
SECURE_RESP_URL = "/cgi-bin/secure_response.cgi";
# The path to sendmail
SEND_MAIL = "/usr/sbin/sendmail";
# The current version of this configurable
VERSION = "3.0.1";
# Show links in search result for partner sites
PARTNER_LINKS = "HBCUConnect.com";
# Terms of service link
TOS_LINK = "http://hbcuconnect.com/terms.shtml";
### Images IMPORTANT: USE FULL URL!!!
ADD = "http://dev.hbcuconnect.com/images/blue_add.gif";
AMEX = "http://dev.hbcuconnect.com/images/amex.gif";
BLANK_STAR = "http://dev.hbcuconnect.com/images/blank_star.gif";
BULLET = "http://dev.hbcuconnect.com/images/pointer.gif";
DISCOVER = "http://dev.hbcuconnect.com/images/discover.gif";
JOIN_NOW = "http://dev.hbcuconnect.com/images/join_now.gif";
LEFT_ARROW = "http://dev.hbcuconnect.com/images/arrow_ul.gif";
MAGNIFY_GLASS = "http://dev.hbcuconnect.com/images/magnify_glass.gif";
MAIL = "http://dev.hbcuconnect.com/images/blue_mail.gif";
MASTERCARD = "http://dev.hbcuconnect.com/images/mastercard.gif";
MONEY_ORDER = "http://dev.hbcuconnect.com/images/money_order.jpg";
PAYPAL = "http://dev.hbcuconnect.com/images/paypal.gif";
SITE_LOGO = "http://dev.hbcuconnect.com/images/site_logo.gif";
STAR = "http://dev.hbcuconnect.com/images/blue_star.gif";
VISA = "http://dev.hbcuconnect.com/images/visa.gif";
VSEP = "http://dev.hbcuconnect.com/images/blue_vsep.gif";
### End Images
### Paths
PHOTO_ROOT = "/home/httpd/vhosts/hbcuconnect.com/subdomains/dev/httpdocs/photos";
CGI_ROOT = "/home/httpd/vhosts/hbcuconnect.com/subdomains/dev/cgi-bin";
IMAGE_ROOT = "/home/httpd/vhosts/hbcuconnect.com/subdomains/dev/httpdocs/images";
LIB_ROOT = "/home/httpd/vhosts/hbcuconnect.com/subdomains/dev/cgi-bin/lib";
RESUME_ROOT = "/home/httpd/vhosts/hbcuconnect.com/subdomains/dev/httpdocs/resumes";
ROOT = "/home/httpd/vhosts/hbcuconnect.com/subdomains/dev";
TEMPLATE_ROOT = "/home/httpd/vhosts/hbcuconnect.com/subdomains/dev/templates";
WWW_ROOT = "/home/httpd/vhosts/hbcuconnect.com/subdomains/dev/httpdocs";
### End Paths
### RELATIVE PATHS
IMAGES = "/images";
### Urls (IMPORTANT: USE FULL URLS)
CC_URL = "http://dev.hbcuconnect.com/cgi-bin/jobs";
CGI_URL = "http://dev.hbcuconnect.com/cgi-bin";
CSS_URL = "http://dev.hbcuconnect.com/css/default.css";
CUSTOM_CSS_URL = "http://dev.hbcuconnect.com/css/custom.css";
IMAGES_URL = "http://dev.hbcuconnect.com/images";
JS_URL = "http://dev.hbcuconnect.com/js/site.js";
PHOTO_URL = "http://dev.hbcuconnect.com/photos";
RESUME_URL = "http://dev.hbcuconnect.com/resumes";
ROOT_URL = "http://dev.hbcuconnect.com";
SECURE_PAY_URL = "/cgi-bin/secure_payment.cgi";
SECURE_RESP_URL = "/cgi-bin/secure_response.cgi";
SECURE_ROOT_URL = "https://dev.hbcuconnect.com";
SHOW_IMAGE_URL = "/cgi-bin/showImage.cgi";
### End Urls
###############################################
#### General
###############################################
# The email adress for the site administrator
ADMIN_EMAIL = "culpepper@hbcuconnect.com";
# The name of the community for this platform
COMMUNITY = "Dev Community";
# The default location of sendmail
SEND_MAIL = "/usr/sbin/sendmail";
# The domain of this configurable platform
DOMAIN = "HBCUConnect.com";
# The name of this configurable platform
SITE = "HBCU Connect Development";
# Who receives contact us email separated by commas...
CONTACT_US = "wrmoss@hbcuconnect.com";
###############################################
#### Html
###############################################
AD_HEADER = "`cat /home/httpd/vhosts/hbcuconnect.com/subdomains/dev/httpdocs/ad_header.html`";
HEADER = "`cat /home/httpd/vhosts/hbcuconnect.com/subdomains/dev/httpdocs/header.html`";
FOOTER = "`cat /home/httpd/vhosts/hbcuconnect.com/subdomains/dev/httpdocs/footer.html`";
PAYMENT_FOOTER = "`cat /home/httpd/vhosts/hbcuconnect.com/subdomains/dev/httpdocs/footer.html`";
PAYMENT_HEADER = "`cat /home/httpd/vhosts/hbcuconnect.com/subdomains/dev/httpdocs/header.html`";
###############################################
#### Banners
###############################################
BUTTON = "";
FEATURED_EMPLOYER = "";
SPONSOR180x150 = "
";
SPONSOR180x150_2 = "";
SPONSOR160x600 = "";
SPONSOR728x90 = "";
### End Html
#######################
#### COMMUNITY FILTERS
#### These variables are for shared connect communities
#######################
# Only show content from members or content tagged with FILTER_CITY
FILTER_CITY = "";
# Only show content from members or content tagged with FILTER_STATE
FILTER_STATE = "";
# Only show content from members or content tagged with FILTER_HBCU
FILTER_HBCU = "";
# Filter out all content except where submitted on the FILTER_SITE
FILTER_SITE = "";
##############################################################################
#### TOOLKIT CONFIGURATION VARIABLES
##############################################################################
# Show the marketplace toolkit
SHOW_MARKETPLACE = "1";
# Image to show for member clubs
CLUB_IMAGE = "http://hbcuconnect.com/images/ques.gif";
##############################################################################
#### SIGNUP FORM CONFIGURATION
##############################################################################
# Show the member type field
SHOW_MEMBER_TYPE = "1";
# Show the greek organization field
SHOW_GREEK = "1";
# Show the partner optins (like free diversityinc subscription)
SHOW_OPTINS ="1";
# Show the college demographic info in sign up process
SHOW_COLLEGE = "1";
# Insert 3 fun questions to allow members to build up their profile page
PROFILE_QUESTION_1 = "Your \"Claim to fame\" during or after college:";
PROFILE_QUESTION_2 = "Your most memorable moment, person or event in college:";
PROFILE_QUESTION_3 = "Enter Your Current Whereabouts:";
# Show the career content during signup
SHOW_CAREERS = "1";
# Show fund raising toolkit and options
SHOW_FUND_RAISING = "1";
##############################################################################
#### PERMISSION GROUPS
##############################################################################
# Super User
PERM_ADMIN = "phd1974@hotmail.com,wrmoss@hbcu-central.com,wrmoss@hbcuconnect.com,culpepper@hbcuconnect.com,lgwilliams@hbcuconnect.com";
# Content administration
PERM_CONTENT = "phd1974@hotmail.com,wrmoss@hbcu-central.com,wrmoss@hbcuconnect.com,culpepper@hbcuconnect.com,lgwilliams@hbcuconnect.com";