config.inc.php File Reference

Go to the source code of this file.

Variables

database information

$this dbHost = '<dbHost_ce>'
$this dbName = '<dbName_ce>'
$this dbUser = '<dbUser_ce>'
$this dbPwd = '<dbPwd_ce>'
$this dbType = 'mysql'
$this sShopURL = '<sShopURL_ce>'
$this sSSLShopURL = null
$this sAdminSSLURL = null
$this sShopDir = '<sShopDir_ce>'
$this sCompileDir = '<sCompileDir_ce>'
$this iUtfMode = '<iUtfMode>'
$this aAllowedUploadTypes = array('jpg', 'gif', 'png', 'pdf', 'mp3', 'avi', 'mpg', 'mpeg', 'doc', 'xls', 'ppt')
$this sOXIDPHP = "oxid.php"
$this iDebug = 0
$this blLogChangesInAdmin = false
$this sAdminEmail = ''
$this blForceSessionStart = false
$this blSessionUseCookies = true
$this aCookieDomains = null
$this aCookiePaths = null
$this aRobots
$this aRobotsExcept = array()
$this aTrustedIPs = array()
$this iBasketReservationCleanPerRequest = 200
$this sTsProtectionUrl = "https://protection.trustedshops.com/ts/protectionservices/ApplicationRequestService?wsdl"
$this sTsTestProtectionUrl = "https://protection-qa.trustedshops.com/ts/protectionservices/ApplicationRequestService?wsdl"
$this sTsUser = "oxid_esales"
$this sTsPass = "V1AoGEXm"
$this aTsConfig
$this sTsServiceWsdl = "https://www.trustedshops.de/ts/services/TsRating?wsdl"
$this sTsServiceTestWsdl = "https://qa.trustedshops.de/ts/services/TsRating?wsdl"
$this blDebugTemplateBlocks = false

Variable Documentation

$this aAllowedUploadTypes = array('jpg', 'gif', 'png', 'pdf', 'mp3', 'avi', 'mpg', 'mpeg', 'doc', 'xls', 'ppt')

Definition at line 25 of file config.inc.php.

$this aCookieDomains = null

Definition at line 62 of file config.inc.php.

$this aCookiePaths = null

Definition at line 66 of file config.inc.php.

$this aRobots
Initial value:
 array(
                        'googlebot',
                        'ultraseek',
                        'crawl',
                        'spider',
                        'fireball',
                        'robot',
                        'spider',
                        'robot',
                        'slurp',
                        'fast',
                        'altavista',
                        'teoma',
                        )

Definition at line 74 of file config.inc.php.

$this aRobotsExcept = array()

Definition at line 90 of file config.inc.php.

$this aTrustedIPs = array()

Definition at line 93 of file config.inc.php.

$this aTsConfig
Initial value:
 array( "blTestMode"   => false, 
                              "sTsUrl"       => "https://www.trustedshops.com", 
                              "sTsTestUrl"   => "https://qa.trustedshops.com",  
                              "sTsWidgetUri" => array( "bewertung/widget/widgets/%s.gif" ), 
                              "sTsInfoUri"   => array( "de" => "bewertung/info_%s.html",  
                                                       "en" => "buyerrating/info_%s.html" 
                                                     ),
                              "sTsRatingUri" => array( "de" => "bewertung/bewerten_%s.html", 
                                                       "en" => "buyerrating/rate_%s.html"    
                                                     )
                             )

Definition at line 119 of file config.inc.php.

$this blDebugTemplateBlocks = false

should template blocks be highlighted in frontend ? this is mainly intended for module writers in non productive environment

Definition at line 140 of file config.inc.php.

$this blForceSessionStart = false

Definition at line 55 of file config.inc.php.

$this blLogChangesInAdmin = false

Definition at line 48 of file config.inc.php.

$this blSessionUseCookies = true

Definition at line 58 of file config.inc.php.

$this dbHost = '<dbHost_ce>'

Definition at line 4 of file config.inc.php.

$this dbName = '<dbName_ce>'

Definition at line 5 of file config.inc.php.

$this dbPwd = '<dbPwd_ce>'

Definition at line 7 of file config.inc.php.

$this dbType = 'mysql'

Definition at line 8 of file config.inc.php.

$this dbUser = '<dbUser_ce>'

Definition at line 6 of file config.inc.php.

Works only if basket reservations feature is enabled in admin.

The number specifies how many expired basket reservations are cleaned per one request (to the eShop). Cleaning a reservation basically means returning the reserved stock to the articles.

Keeping this number too low may cause article stock being returned too slowly, while too high value may have spiking impact on the performance.

Definition at line 106 of file config.inc.php.

$this iDebug = 0

Definition at line 45 of file config.inc.php.

$this iUtfMode = '<iUtfMode>'

Definition at line 22 of file config.inc.php.

$this sAdminEmail = ''

Definition at line 51 of file config.inc.php.

$this sAdminSSLURL = null

Definition at line 11 of file config.inc.php.

$this sCompileDir = '<sCompileDir_ce>'

Definition at line 13 of file config.inc.php.

$this sOXIDPHP = "oxid.php"

Definition at line 33 of file config.inc.php.

$this sShopDir = '<sShopDir_ce>'

Definition at line 12 of file config.inc.php.

$this sShopURL = '<sShopURL_ce>'

Definition at line 9 of file config.inc.php.

$this sSSLShopURL = null

Definition at line 10 of file config.inc.php.

$this sTsPass = "V1AoGEXm"

Definition at line 116 of file config.inc.php.

$this sTsProtectionUrl = "https://protection.trustedshops.com/ts/protectionservices/ApplicationRequestService?wsdl"

Definition at line 109 of file config.inc.php.

$this sTsServiceTestWsdl = "https://qa.trustedshops.de/ts/services/TsRating?wsdl"

Definition at line 134 of file config.inc.php.

$this sTsServiceWsdl = "https://www.trustedshops.de/ts/services/TsRating?wsdl"

Definition at line 131 of file config.inc.php.

$this sTsTestProtectionUrl = "https://protection-qa.trustedshops.com/ts/protectionservices/ApplicationRequestService?wsdl"

Definition at line 111 of file config.inc.php.

$this sTsUser = "oxid_esales"

Definition at line 115 of file config.inc.php.