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->sTheme = 'basic';
00017
00018
00019 $this->sCustomTheme = null;
00020
00021
00022
00023
00024
00025
00026 $this->iUtfMode = '<iUtfMode>';
00027
00028
00029 $this->aAllowedUploadTypes = array('jpg', 'gif', 'png', 'pdf', 'mp3', 'avi', 'mpg', 'mpeg', 'doc', 'xls', 'ppt');
00030
00031
00032 date_default_timezone_set('Europe/Berlin');
00033
00034
00035
00036
00037 $this->sOXIDPHP = "oxid.php";
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049 $this->iDebug = 0;
00050
00051
00052 $this->blLogChangesInAdmin = false;
00053
00054
00055 $this->sAdminEmail = '';
00056
00057
00058
00059 $this->blForceSessionStart = false;
00060
00061
00062 $this->blSessionUseCookies = true;
00063
00064
00065
00066 $this->aCookieDomains = null;
00067
00068
00069
00070 $this->aCookiePaths = null;
00071
00072
00073
00074
00075
00076
00077
00078 $this->aRobots = array(
00079 'googlebot',
00080 'ultraseek',
00081 'crawl',
00082 'spider',
00083 'fireball',
00084 'robot',
00085 'spider',
00086 'robot',
00087 'slurp',
00088 'fast',
00089 'altavista',
00090 'teoma',
00091 );
00092
00093
00094 $this->aRobotsExcept = array();
00095
00096
00097 $this->aTrustedIPs = array();
00098
00099
00100
00101 define('Auth_OpenID_BUGGY_GMP', true);
00102
00114 $this->iBasketReservationCleanPerRequest = 200;
00115
00116
00117 $this->sTsProtectionUrl = "https://protection.trustedshops.com/ts/protectionservices/ApplicationRequestService?wsdl";
00118
00119 $this->sTsTestProtectionUrl = "https://protection-qa.trustedshops.com/ts/protectionservices/ApplicationRequestService?wsdl";
00120
00121
00122
00123 $this->sTsUser = "oxid_esales";
00124 $this->sTsPass = "V1AoGEXm";
00125
00126
00127 $this->aTsConfig = array( "blTestMode" => false,
00128 "sTsUrl" => "https://www.trustedshops.com",
00129 "sTsTestUrl" => "https://qa.trustedshops.com",
00130 "sTsWidgetUri" => array( "bewertung/widget/widgets/%s.gif" ),
00131 "sTsInfoUri" => array( "de" => "bewertung/info_%s.html",
00132 "en" => "buyerrating/info_%s.html"
00133 ),
00134 "sTsRatingUri" => array( "de" => "bewertung/bewerten_%s.html",
00135 "en" => "buyerrating/rate_%s.html"
00136 )
00137 );
00138
00139 $this->sTsServiceWsdl = "https://www.trustedshops.de/ts/services/TsRating?wsdl";
00140
00141
00142 $this->sTsServiceTestWsdl = "https://qa.trustedshops.de/ts/services/TsRating?wsdl";