Current File : /pages/54/47/d0016649/home/htdocs/ob_maxi/wp-content/plugins/digimember/system/config/constants.php
<?php

define( 'NCORE_LICENSE_FREE',  'free' );
define( 'NCORE_LICENSE_VALID', 'valid' );
define( 'NCORE_LICENSE_GRACE', 'grace' );
define( 'NCORE_LICENSE_ERROR', 'error' );

define('NCORE_MODEL_DATA_TYPE_WORDPRESS', 'wordpress' );
define('NCORE_MODEL_DATA_TYPE_PLUGIN',    'plugin' );
define('NCORE_MODEL_DATA_TYPE_USER',      'user' );
define('NCORE_MODEL_DATA_TYPE_CUSTOMFIELD',  'customfield' );
define('NCORE_MODEL_DATA_TYPE_ADVANCED_FORM',  'advancedform' );
define('NCORE_MODEL_DATA_TYPE_ADVANCED_FORM_ELEMENT',  'advancedformelement' );
define('NCORE_MODEL_DATA_TYPE_ARCFLINK',  'arcflink' );
define('NCORE_MODEL_DATA_TYPE_SESSION',   'session' );

define( 'NCORE_MAIL_HOOK_TESTMAIL',      'testmail' );
define( 'NCORE_MAIL_HOOK_NEW_PASSWORD',  'new_password' );
define( 'NCORE_MAIL_HOOK_PASSWORD_SENT', 'password_sent' );
define( 'NCORE_MAIL_HOOK_CANCELMAIL',      'cancelmail' );
define( 'NCORE_MAIL_HOOK_CANCEL_CONFIRMATION', 'cancelconfirmationmail' );

define( 'NCORE_CRON_MINUTELY', 'minutely' );
define( 'NCORE_CRON_HOURLY',   'hourly' );
define( 'NCORE_CRON_DAILY',    'daily' );
define( 'NCORE_CRON_WEEKLY',   'weekly' );

define( 'NCORE_ARG_REQUIRED', 'arg_is_required' );

define( 'NCORE_PASSWORD_LENGTH', 8 );

define( 'NCORE_DIGISTORE_TRACKING_PIXEL', 'https://www.digistore24.com/track/AFFILIATE/22481/CAMPAIGNKEY' );

define( 'NCORE_DIGISTORE_SIGNUPLINK', 'https://www.digistore24.com/signup/22481/AFFILIATE' );
// define( 'NCORE_DIGISTORE_PROMOLINK', 'http://promo.AFFILIATE.372.digistore24.com/' );
// @obsolete
define( 'NCORE_DIGISTORE_PROMOLINK', 'https://digimember.de/#aff=AFFILIATE' );

define( 'NCORE_NOTIFY_INFO',    'info' );
define( 'NCORE_NOTIFY_SUCCESS', 'success' );
define( 'NCORE_NOTIFY_WARNING', 'warning' );
define( 'NCORE_NOTIFY_ERROR',   'error' );


define( 'NCORE_JOB_STATUS_CREATED',   'created'  );
define( 'NCORE_JOB_STATUS_PENDING',   'pending'  );
define( 'NCORE_JOB_STATUS_RUNNING',   'running'  );
define( 'NCORE_JOB_STATUS_ABORTING',  'aborting' );
define( 'NCORE_JOB_STATUS_COMPLETE',  'complete' );

define( 'NCORE_RESULT_SUCCESS',   'success'  );
define( 'NCORE_RESULT_ABORTED',   'aborted'  );
define( 'NCORE_RESULT_ERROR',     'error'    );
define( 'NCORE_RESULT_UNKNOWN',   'unknown'  );

define( 'NCORE_IB_LOCATION_WELCOME_PANEL', 'wp' );
define( 'NCORE_IB_LOCATION_ADMIN_NOTICE',  'an' );
define( 'NCORE_IB_LOCATION_ADMIN_POPUP',   'pu' );
define( 'NCORE_FEEDBACK_EMAIL',   'feedback@digimember.de' );
define( 'NCORE_DEACTIVATE_EMAIL',   'deaktiviert@digimember.de' );