Server IP : 127.0.0.1 / Your IP : 3.16.135.226 [ Web Server : nginx/1.20.1 System : Linux dropship.kaosunisex.com 3.10.0-1160.95.1.el7.x86_64 #1 SMP Mon Jul 24 13:59:37 UTC 2023 x86_64 User : kaosunisex ( 1000) PHP Version : 7.3.33 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/kaosunisex/dropship.kaosunisex.com/admin/ |
Upload File : |
<?php // HTTP define('HTTP_SERVER', 'https://dropship.kaosunisex.com/admin/'); define('HTTP_CATALOG', 'https://dropship.kaosunisex.com/'); // HTTPS define('HTTPS_SERVER', 'https://dropship.kaosunisex.com/admin/'); define('HTTPS_CATALOG', 'https://dropship.kaosunisex.com/'); // DIR define('DIR_APPLICATION', '/home/kaosunisex/dropship.kaosunisex.com/admin/'); define('DIR_SYSTEM', '/home/kaosunisex/dropship.kaosunisex.com/system/'); define('DIR_IMAGE', '/home/kaosunisex/dropship.kaosunisex.com/image/'); define('DIR_STORAGE', '/home/kaosunisex/dropship.kaosunisex.com/storage_dropship/'); define('DIR_CATALOG', '/home/kaosunisex/dropship.kaosunisex.com/catalog/'); define('DIR_LANGUAGE', DIR_APPLICATION . 'language/'); define('DIR_TEMPLATE', DIR_APPLICATION . 'view/template/'); define('DIR_CONFIG', DIR_SYSTEM . 'config/'); define('DIR_CACHE', DIR_STORAGE . 'cache/'); define('DIR_DOWNLOAD', DIR_STORAGE . 'download/'); define('DIR_LOGS', DIR_STORAGE . 'logs/'); define('DIR_MODIFICATION', DIR_STORAGE . 'modification/'); define('DIR_SESSION', DIR_STORAGE . 'session/'); define('DIR_UPLOAD', DIR_STORAGE . 'upload/'); // DB define('DB_DRIVER', 'mysqli'); define('DB_HOSTNAME', 'localhost'); define('DB_USERNAME', 'kaosunisex'); define('DB_PASSWORD', 'Zr4f6ySZALuN@ZaBy*R$'); define('DB_DATABASE', 'dropship'); define('DB_PORT', '3306'); define('DB_PREFIX', 'oc_'); // OpenCart API define('OPENCART_SERVER', 'https://www.opencart.com/'); define('CRON_PASSWORD', '2wsx3edcqwe'); // JNE define('JNE_KEY', '3e66950c19230071c27c93ba06c27c86'); define('JNE_NAME', 'GARMEN'); define('JNE_ORIGIN', 'CGK10000'); define('JNE_BRANCH', 'CGK000'); define('JNE_ENDPOINT', 'http://apiv2.jne.co.id:10101/tracing/api/'); define('JNE_CUST', '11964200'); define('CUSTOM_REGISTER', 'https://custom.kaosunisex.com/api/dropshipper-user.php'); define('CUSTOM_LOGIN', 'https://custom.kaosunisex.com/api/dropshipper-login.php');