HEX
Server: Apache/2.4.25
System: Linux ion14 4.9.0-8-amd64 #1 SMP Debian 4.9.144-3.1 (2019-02-19) x86_64
User: (10087)
PHP: 7.4.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,system, exec, shell_exec, passthru, popen, proc_open
Upload Files
File: /home/www/web115/wordpress/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' );