DEFAULT_USERNAME
the default username that will be set as admin
DEFAULT_PASSWORD
the default username that will be set as admin
HOSTNAME
hostname - nedded to access the database
DATABASE
database name - the name of your mysql database
DBUSER
database user - what user should we use to access the database
DBPASS
database password - what password should we use to access the database
DBPREFIX
db prefix - would you like to use a prefix for your table?
APPLICATION_URL
app. url - the url that points to our application ( ! with trailing slash ) ex:
http://www.domain.com/login/
APPLICATION_FOLDER
do we have a folder where we store our scripts? ( ! no slashes ) ex:
login
REDIRECT_TO_LOGIN
where should we redirect visitors if the access is restricted?
REDIRECT_AFTER_LOGIN
where should we redirect members after logging in?
REDIRECT_ON_LOGOUT
where should we redirect on logout?
ADMIN_EMAIL
what email should we use to contact our members?
DOMAIN_NAME
the domain name that we use
RUN_ON_DEVELOPMENT
YES
NO
YES if you wish to see the nasty errors for debugging, FALSE to hide them
REDIRECT_AFTER_CONFIRMATION
YES
NO
YES if you want to redirect your users to the members page after they confirm their membership
ALLOW_USERNAME_CHANGE
YES
NO
do we let our members update their usernames as well?
ALLOW_REMEMBER_ME
YES
NO
do we let our members use the "remember me" feature
USE_SMTP
YES
NO
do you want to use SMTP to send out emails? TRUE or FALSE ( mail() will be used )
SMTP_PORT
what port should we use for smtp ( only needed if SMTP is set to YES )
SMTP_HOST
what host should we use for smtp ( only needed if SMTP is set to YES )
SMTP_USER
what user should we use for smtp ( only needed if SMTP is set to YES )
SMTP_PASS
what password should we use for smtp (only needed if SMTP is set to YES )
MAIL_IS_HTML
YES
NO
send emails as html or text? ( YES for html and NO for text )