HEX
Server: LiteSpeed
System: Linux s3604.bom1.stableserver.net 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: dmstechonline (1480)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/dmstechonline/social.dmstech.online/mingle-config.php
<?php
/**
 * The base configuration for Social Auto Poster
 */
global $router, $match;
ob_start();
session_start();

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for Script */
define('SAP_DB_NAME', 'dmstechonline_post');

/** MySQL database username */
define('SAP_DB_USER', 'dmstechonline_post');

/** MySQL database password */
define('SAP_DB_PASS', '5xg?UlV@f2tM');

/** MySQL hostname */
define('SAP_DB_HOST', 'localhost');

/**
 * For developers: debugging mode.
 */
define( 'SAP_DEBUG', false );
define( 'SAP_DEBUG_DISPLAY', true );

/* Directory Seperator */
if ( !defined('DS') )
    define('DS', DIRECTORY_SEPARATOR);

/* Absolute path to the Social Auto Poster directory. */
if ( !defined('SAP_APP_PATH') )
	define('SAP_APP_PATH', dirname(__FILE__) . DS );


//Site Url
define('SAP_SITE_URL', 'https://social.dmstech.online');
define('SAP_IMG_URL', SAP_SITE_URL.'/uploads/');
define('CLASS_PATH', SAP_APP_PATH . 'classes' . DIRECTORY_SEPARATOR);
define('LIB_PATH', SAP_APP_PATH . 'Lib' . DIRECTORY_SEPARATOR);
define('CLASS_PREFIX', 'SAP_');

define('SAP_BASEPATH', '/');
if ( !defined('SAP_LOG_DIR') )
    define('SAP_LOG_DIR', SAP_APP_PATH . 'mingle-script-logs/');

if ( !defined('SAP_NAME') )
    define('SAP_NAME', 'Social Auto Poster');
define('SAP_UPDATER_URL', 'https://updater.wpwebelite.com/Updates/SAPSCRIPT/license-info.php');
if ( !defined('SAP_UPDATER_LICENSE_URL') ){
    define('SAP_UPDATER_LICENSE_URL', 'https://updater.wpwebelite.com/Updates/validator.php');
}


/** Sets up Social Auto Poster vars and included files. */
require_once(SAP_APP_PATH . 'mingle-settings.php');