My site https://tonias-handmade.com/
I think a link is broken, what is this "fb/09/97/"

OC3.0.3.8 default theme
PHP: 7.3.13
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Code: Select all
<?php
// HTTP
define('HTTP_SERVER', 'https://tonias-handmade.com/');
// HTTPS
define('HTTPS_SERVER', 'https://tonias-handmade.com/');
// DIR
define('DIR_APPLICATION', '/home/toniasha/domains/tonias-handmade.com/public_html/catalog/');
define('DIR_SYSTEM', '/home/toniasha/domains/tonias-handmade.com/public_html/system/');
define('DIR_IMAGE', '/home/toniasha/domains/tonias-handmade.com/public_html/image/');
define('DIR_STORAGE', '/home/toniasha/domains/tonias-handmade.com/storage/');
define('DIR_LANGUAGE', DIR_APPLICATION . 'language/');
define('DIR_TEMPLATE', DIR_APPLICATION . 'view/theme/');
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/');
index.php
[code]
<?php
error_reporting(E_ALL);
ini_set('display_errors', 'On');
// Version
define('VERSION', '3.0.3.8');
// Configuration
if (is_file('config.php')) {
require_once('config.php');
}
// Install
if (!defined('DIR_APPLICATION')) {
header('Location: install/index.php');
exit;
}
// Startup
require_once(DIR_SYSTEM . 'startup.php');
start('catalog');
Code: Select all
// DIR
define('DIR_APPLICATION', '/home/fb/09/97/toniasha/domains/tonias-handmade.com/public_html/catalog/');
define('DIR_SYSTEM', '/home/fb/09/97/toniasha/domains/tonias-handmade.com/public_html/system/');
define('DIR_IMAGE', '/home/fb/09/97/toniasha/domains/tonias-handmade.com/public_html/image/');
define('DIR_STORAGE', '/home/fb/09/97/toniasha/domains/tonias-handmade.com/storage/');
define('DIR_LANGUAGE', DIR_APPLICATION . 'language/');
define('DIR_TEMPLATE', DIR_APPLICATION . 'view/theme/');
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/');
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
Code: Select all
error_reporting(E_ALL);
ini_set('display_errors', 'On');
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
Users browsing this forum: Baidu [Spider] and 18 guests