" ); define("LOGIN_ERROR_INVALID_PASS", "The password specified is invalid.
" ); define("LOGIN_ERROR_INVALID_LOGIN", "The username or password specified is incorrect.
" ); define("LOGIN_ERROR_USER_EXPIRED", "Your membership has expired: Please renew your membership.
" ); /* Photo Manager Constants. */ define("PHOTO_IMG_DIR", APP_BASEDIR.SITE_MEMDIR."/files/photos/" ); define("PHOTO_OUTSIDE_DIR", SITE_MEMDIR."/files/photos/" ); define("SECURE_SITE", false); /* Credit Card Constants */ define("CC_TESTING_MODE", false ); /* this MUST be set to FALSE for cards to work. Unsetting it is bad. */ define("CC_X_TRAN_KEY", "5VpEP856sr383LTa" ); define("CC_X_LOGIN", "36V6Mr4hu" ); //if(is_numeric($dat['row']) && $dat['row'] > 0) define("CC_X_PASSWORD", "UBD#csos" ); define("CC_FROM_EMAIL", CLIENT_EMAIL ); /* Update Constants */ define("UPDATE_TABLE", '`coms_updates`'); //define("CHANGE_LOG_PRESENT", false ); /* Messageboard Constants */ define("MSG_THREAD_TABLE", '`message_threads`' ); define("MSG_POST_TABLE", '`message_posts`' ); /* Asset Manager Constants possbl b-d */ /* define("VBASE_AM_B", $_SERVER['APPLICATION_PREPEND'].FILE_DIRECTORY ); //Virtual BASE of the directory define("ABASE_AM_B", $_SERVER['APPLICATION_ROOT'].FILE_DIRECTORY ); // Actual system BASE define("DNAME_AM_B", "Files" ); // Display NAME define("VBASE_AM_C", PHOTO_OUTSIDE_DIR ); define("ABASE_AM_C", PHOTO_IMG_DIR ); define("DNAME_AM_C", "Member Images" ); define("VBASE_AM_D", $_SERVER['APPLICATION_PREPEND'].'gallery/photos/' ); define("ABASE_AM_D", $_SERVER['APPLICATION_ROOT'].'gallery/photos/' ); define("DNAME_AM_D", "Photo Gallery" ); */ /* DEBUGGING Constants */ define("QUICK_REDIRECT", true); // set to true or comment out in live environs define("DEBUG_PRINTING", 'dbnut_datasetting'); // set to false or comment out in live environs define("DB_ERROR_REPORTING", true); // set to false or comment out in live environs //define("JAVASCRIPT_VALIDATION_DEBUGGING", true); // set to false or comment out in live environs //define("JAVASCRIPT_VALIDATION", false); // set to true or comment out in live environs /* Show Member Directory */ define('PAGINATE_USERS', "1"); //Set to '1' if member listings needs to be paginated define('PAGINATE_PER_PAGE', "100"); //Set value to paginate by if PAGINATE_USERS is set to '1' /* Show PDF Report */ define('PDF_REPORT', "1"); //Set to '1' if PDF report should be shown in site management /* User-management Constants */ //define("PHOTO_LOGO_FLAG", true); define("MEMBERSHIP_TYPE_FLAG",true); define("BYPASS_EXPIRE",true); define("BYPASS_AUTH_APPROVAL",true); define("ALLOW_CHECK_RENEWAL",false); //define("MEMBERSHIP_POINTS_FLAG",true); //define("NEW_MEMBERS_MAKE_REFERALS",true); define("RECURRING_RENEWAL_DATE",true); define('IMG_LOGO', "logo_small.JPG"); ?>