Go to the documentation of this file.00001 <?php
00002
00004 $this->dbHost = '<dbHost_ce>';
00005 $this->dbName = '<dbName_ce>';
00006 $this->dbUser = '<dbUser_ce>';
00007 $this->dbPwd = '<dbPwd_ce>';
00008 $this->dbType = 'mysql';
00009 $this->sShopURL = '<sShopURL_ce>';
00010 $this->sSSLShopURL = null;
00011 $this->sAdminSSLURL = null;
00012 $this->sShopDir = '<sShopDir_ce>';
00013 $this->sCompileDir = '<sCompileDir_ce>';
00014
00015
00016 $this->iUtfMode = '<iUtfMode>';
00017
00018
00019 $this->aAllowedUploadTypes = array('jpg', 'gif', 'png', 'pdf', 'mp3', 'avi', 'mpg', 'mpeg', 'doc', 'xls', 'ppt');
00020
00021
00022 date_default_timezone_set('Europe/Berlin');
00023
00024
00025
00026
00027 $this->sOXIDPHP = "oxid.php";
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039 $this->iDebug = 0;
00040
00041
00042 $this->blLogChangesInAdmin = false;
00043
00044
00045 $this->sAdminEmail = '';
00046
00047
00048
00049 $this->blForceSessionStart = false;
00050
00051
00052 $this->blSessionUseCookies = true;
00053
00054
00055
00056 $this->aCookieDomains = null;
00057
00058
00059
00060 $this->aCookiePaths = null;
00061
00062
00063
00064
00065
00066
00067
00068 $this->aRobots = array(
00069 'googlebot',
00070 'ultraseek',
00071 'crawl',
00072 'spider',
00073 'fireball',
00074 'robot',
00075 'slurp',
00076 'fast',
00077 'altavista',
00078 'teoma',
00079 'msnbot',
00080 'bingbot',
00081 'yandex',
00082 'gigabot',
00083 'scrubby'
00084 );
00085
00086
00087 $this->aRobotsExcept = array();
00088
00089
00090 $this->aTrustedIPs = array();
00091
00103 $this->iBasketReservationCleanPerRequest = 200;
00104
00105
00106 $this->sTsProtectionUrl = "https://protection.trustedshops.com/ts/protectionservices/ApplicationRequestService?wsdl";
00107
00108 $this->sTsTestProtectionUrl = "https://protection-qa.trustedshops.com/ts/protectionservices/ApplicationRequestService?wsdl";
00109
00110
00111
00112 $this->sTsUser = "oxid_esales";
00113 $this->sTsPass = "V1AoGEXm";
00114
00115
00116 $this->aTsConfig = array( "blTestMode" => false,
00117 "sTsUrl" => "https://www.trustedshops.com",
00118 "sTsTestUrl" => "https://qa.trustedshops.com",
00119 "sTsWidgetUri" => array( "bewertung/widget/widgets/%s.gif" ),
00120 "sTsInfoUri" => array( "de" => "bewertung/info_%s.html",
00121 "en" => "buyerrating/info_%s.html"
00122 ),
00123 "sTsRatingUri" => array( "de" => "bewertung/bewerten_%s.html",
00124 "en" => "buyerrating/rate_%s.html"
00125 )
00126 );
00127
00128 $this->sTsServiceWsdl = "https://www.trustedshops.de/ts/services/TsRating?wsdl";
00129
00130
00131 $this->sTsServiceTestWsdl = "https://qa.trustedshops.de/ts/services/TsRating?wsdl";
00132
00137 $this->blDebugTemplateBlocks = false;
00138
00143 $this->blSeoLogging = false;
00144
00150 $this->aUserComponentNames = null;
00151
00155 $this->blDeprecatedSubshopsInSessions = false;
00156
00160 $this->sDefaultDatabaseConnection = '';
00161
00165 $this->aMultiLangTables = null;