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
00040 $this->iDebug = 0;
00041
00042
00043 $this->blLogChangesInAdmin = false;
00044
00045
00046 $this->sAdminEmail = '';
00047
00048
00049
00050 $this->blForceSessionStart = false;
00051
00052
00053 $this->blSessionUseCookies = true;
00054
00055
00056
00057 $this->aCookieDomains = null;
00058
00059
00060
00061 $this->aCookiePaths = null;
00062
00063
00064
00065
00066
00067
00068
00069 $this->aRobots = array(
00070 'googlebot',
00071 'ultraseek',
00072 'crawl',
00073 'spider',
00074 'fireball',
00075 'robot',
00076 'slurp',
00077 'fast',
00078 'altavista',
00079 'teoma',
00080 'msnbot',
00081 'bingbot',
00082 'yandex',
00083 'gigabot',
00084 'scrubby'
00085 );
00086
00087
00088 $this->aRobotsExcept = array();
00089
00090
00091 $this->aTrustedIPs = array();
00092
00104 $this->iBasketReservationCleanPerRequest = 200;
00105
00106
00107 $this->sTsProtectionUrl = "https://protection.trustedshops.com/ts/protectionservices/ApplicationRequestService?wsdl";
00108
00109 $this->sTsTestProtectionUrl = "https://protection-qa.trustedshops.com/ts/protectionservices/ApplicationRequestService?wsdl";
00110
00111
00112
00113
00114 $this->sTsUser = "oxid_esales";
00115 $this->sTsPass = "V1AoGEXm";
00116
00117
00118 $this->aTsConfig = array( "blTestMode" => false,
00119 "sTsUrl" => "https://www.trustedshops.com",
00120 "sTsTestUrl" => "https://qa.trustedshops.com",
00121 "sTsWidgetUri" => array( "bewertung/widget/widgets/%s.gif" ),
00122 "sTsInfoUri" => array( "de" => "bewertung/info_%s.html",
00123 "en" => "buyerrating/info_%s.html"
00124 ),
00125 "sTsRatingUri" => array( "de" => "bewertung/bewerten_%s.html",
00126 "en" => "buyerrating/rate_%s.html"
00127 )
00128 );
00129
00130 $this->sTsServiceWsdl = "https://www.trustedshops.de/ts/services/TsRating?wsdl";
00131
00132
00133 $this->sTsServiceTestWsdl = "https://qa.trustedshops.de/ts/services/TsRating?wsdl";
00134
00139 $this->blDebugTemplateBlocks = false;
00140
00145 $this->blSeoLogging = false;
00146
00152 $this->aUserComponentNames = null;
00153
00157 $this->sDefaultDatabaseConnection = '';
00158
00162 $this->aMultiLangTables = null;
00163
00167 $this->blUseCron = false;
00168