define('DIR_APPLICATION', '/ssd2/sitekullanıcıadı/public_html/admin/');
define('DIR_SYSTEM', '/ssd2/sitekullanıcıadı/public_html/system/');
define('DIR_IMAGE', '/ssd2/sitekullanıcıadı/public_html/image/');
define('DIR_LANGUAGE', '/ssd2/sitekullanıcıadı/public_html/admin/language/');
define('DIR_TEMPLATE', '/ssd2/sitekullanıcıadı/public_html/admin/view/template/');
define('DIR_CONFIG', '/ssd2/sitekullanıcıadı/public_html/system/config/');
define('DIR_CACHE', '/ssd2/sitekullanıcıadı/public_html/system/storage/cache/');
define('DIR_DOWNLOAD', '/ssd2/sitekullanıcıadı/public_html/system/storage/download/');
define('DIR_LOGS', '/ssd2/sitekullanıcıadı/sitekullanıcıadı/system/storage/logs/');
define('DIR_MODIFICATION', '/ssd2/sitekullanıcıadı/public_html/system/storage/modification/');
define('DIR_UPLOAD', '/ssd2/sitekullanıcıadı/sitekullanıcıadı/system/storage/upload/');
define('DIR_CATALOG', '/ssd2/sitekullanıcıadı/sitekullanıcıadı/catalog/');
// DB
define('DB_DRIVER', 'mysqli'); (mysql bunuda denedim )
define('DB_HOSTNAME', 'localhost');
define('DB_USERNAME', 'xxxxxxx');
define('DB_PASSWORD', 'xxxxxxx');
define('DB_DATABASE', 'xxxxxx');
define('DB_PREFIX', 'oc_');