PageRenderTime 54ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/etc/dist.conf.php

https://github.com/blogxpert/revive-adserver
PHP | 431 lines | 371 code | 60 blank | 0 comment | 34 complexity | a374000c5d9d866b8b40a0046bca8a00 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. ;<?php exit; ?>
  2. ;*** DO NOT REMOVE THE LINE ABOVE ***
  3. ;------------------------------------------------------------------------------------------;
  4. ; General Installation Settings ;
  5. ;------------------------------------------------------------------------------------------;
  6. [openads]
  7. installed = false
  8. requireSSL = false
  9. sslPort = 443
  10. [ui]
  11. enabled = true
  12. applicationName =
  13. headerFilePath =
  14. footerFilePath =
  15. logoFilePath =
  16. headerForegroundColor =
  17. headerBackgroundColor =
  18. headerActiveTabColor =
  19. headerTextColor =
  20. gzipCompression = true
  21. supportLink =
  22. combineAssets = true
  23. dashboardEnabled = true
  24. hideNavigator = false
  25. zoneLinkingStatistics = true
  26. disableDirectSelection = true
  27. ;------------------------------------------------------------------------------------------;
  28. ; Database Settings ;
  29. ;------------------------------------------------------------------------------------------;
  30. [database]
  31. type =
  32. host =
  33. socket =
  34. port =
  35. username =
  36. password =
  37. name =
  38. persistent = false
  39. mysql4_compatibility = false
  40. protocol = tcp
  41. compress = false
  42. ssl = false
  43. capath =
  44. ca =
  45. [databaseCharset]
  46. checkComplete = false
  47. clientCharset =
  48. [databaseMysql]
  49. statisticsSortBufferSize =
  50. [databasePgsql]
  51. schema =
  52. ;------------------------------------------------------------------------------------------;
  53. ; Delivery Path and File Name Settings ;
  54. ;------------------------------------------------------------------------------------------;
  55. [webpath]
  56. admin =
  57. delivery =
  58. deliverySSL =
  59. images =
  60. imagesSSL =
  61. [file]
  62. click = ck.php
  63. conversionvars = tv.php
  64. content = ac.php
  65. conversion = ti.php
  66. conversionjs = tjs.php
  67. flash = fl.js
  68. google = ag.php
  69. frame = afr.php
  70. image = ai.php
  71. js = ajs.php
  72. layer = al.php
  73. log = lg.php
  74. popup = apu.php
  75. view = avw.php
  76. xmlrpc = axmlrpc.php
  77. local = alocal.php
  78. frontcontroller = fc.php
  79. singlepagecall = spc.php
  80. spcjs = spcjs.php
  81. xmlrest = ax.php
  82. [store]
  83. mode =
  84. webDir =
  85. ftpHost =
  86. ftpPath =
  87. ftpUsername =
  88. ftpPassword =
  89. ftpPassive =
  90. [origin]
  91. type = "None"
  92. host =
  93. port = 80
  94. script = /www/delivery/dxmlrpc.php
  95. timeout = 10
  96. protocol = http
  97. ;------------------------------------------------------------------------------------------;
  98. ; Delivery Details ;
  99. ;------------------------------------------------------------------------------------------;
  100. [allowedBanners]
  101. sql = true
  102. web = true
  103. url = true
  104. html = true
  105. text = true
  106. video = false
  107. [delivery]
  108. cacheExpire = 1200
  109. cacheStorePlugin = deliveryCacheStore:oxCacheFile:oxCacheFile
  110. cachePath =
  111. acls = true
  112. aclsDirectSelection = true
  113. obfuscate = false
  114. execPhp = false
  115. ctDelimiter = __
  116. chDelimiter = ","
  117. keywords = false
  118. cgiForceStatusHeader = false ; Set this to true if using a CGI sapi which
  119. ; does not correctly deal with HTTP headers
  120. ; and leaves the description empty
  121. ; (i.e. "HTTP/1.1 302" insead that 302 Found)
  122. clicktracking = "No"
  123. ecpmSelectionRate = 0.9
  124. enableControlOnPureCPM = true
  125. [defaultBanner]
  126. imageUrl = ; If banner was deleted and ai.php script
  127. ; is called use this imageUrl
  128. [p3p]
  129. policies = true
  130. compactPolicy = CUR ADM OUR NOR STA NID
  131. policyLocation =
  132. ;------------------------------------------------------------------------------------------;
  133. ; User Interface Settings ;
  134. ;------------------------------------------------------------------------------------------;
  135. [graphs]
  136. ttfDirectory = ; The directory where True Type Fonts are stored
  137. ttfName = ; Name of the True Type Font to use in graphs, only
  138. ; supported in the test suite at present
  139. ;------------------------------------------------------------------------------------------;
  140. ; Statistics Logging & Maintenance Details ;
  141. ;------------------------------------------------------------------------------------------;
  142. [logging]
  143. adRequests = false
  144. adImpressions = true
  145. adClicks = true
  146. trackerImpressions = true
  147. reverseLookup = false
  148. proxyLookup = true
  149. defaultImpressionConnectionWindow =
  150. defaultClickConnectionWindow =
  151. ignoreHosts = ; Comma separated list of hosts
  152. ignoreUserAgents = ; Pipe separated list of user-agents to ignore
  153. enforceUserAgents = ; Pipe separated list of user-agents to enforce
  154. blockAdClicksWindow = 0 ; window for block clicks logging in seconds
  155. [maintenance]
  156. autoMaintenance = 1
  157. timeLimitScripts = 1800 ; Should maintenance scripts be limited to run no longer than
  158. ; this many seconds? Set to 0 for no time limit
  159. operationInterval = 60
  160. blockAdImpressions = 0 ; How many seconds must be between impressions and clicks
  161. blockAdClicks = 0 ; from the same viewer ID for them to count? Set to 0 seconds
  162. ; for all to count.
  163. channelForecasting = false
  164. pruneCompletedCampaignsSummaryData = false
  165. pruneDataTables = true
  166. ;channelForecastingDaysBack = 30 ; How many days from history should be used for forecasting
  167. ;channelForecastingDaysAhead = 7 ; If campaign expire date is empty forecast for this number of days
  168. ;channelForecastingMaxDaysAhead = 30 ; Even if campaign expire date is biger do not forecast more than
  169. ;channelForecastingMaxRunTime = 40 ; Maximum time allowed for channel forecating maintenance (in minutes)
  170. ecpmCampaignLevels = "9|8|7|6" ; Pipe delimited list of campaign priority levels to calculate
  171. ; eCPM values for in ECPMforContract
  172. [priority]
  173. instantUpdate = true
  174. defaultClickRatio = 0.005
  175. defaultConversionRatio = 0.0001
  176. randmax = 2147483647 ; This should be autogenerated in installation process by mt_getrandmax()
  177. [performanceStatistics]
  178. defaultImpressionsThreshold = 10000 ; Minimum number of impressions needed to calculate performance statistics (eCPM, CR, CTR)
  179. defaultDaysIntervalThreshold = 30 ; Minimum period of time (in days) needed to calculate performance statistics (eCPM, CR, CTR)
  180. ;------------------------------------------------------------------------------------------;
  181. ; Table Details ;
  182. ;------------------------------------------------------------------------------------------;
  183. [table]
  184. prefix =
  185. type = INNODB ; Either MyISAM, or INNODB, for MySQL ONLY
  186. ;------------------------------------------------------------------------------------------;
  187. ; Table Names ;
  188. ;------------------------------------------------------------------------------------------;
  189. account_preference_assoc = account_preference_assoc
  190. account_user_assoc = account_user_assoc
  191. account_user_permission_assoc = account_user_permission_assoc
  192. accounts = accounts
  193. acls = acls
  194. acls_channel = acls_channel
  195. ad_category_assoc = ad_category_assoc
  196. ad_zone_assoc = ad_zone_assoc
  197. affiliates = affiliates
  198. affiliates_extra = affiliates_extra
  199. agency = agency
  200. application_variable = application_variable
  201. audit = audit
  202. banners = banners
  203. campaigns = campaigns
  204. campaigns_trackers = campaigns_trackers
  205. category = category
  206. channel = channel
  207. clients = clients
  208. data_intermediate_ad = data_intermediate_ad
  209. data_intermediate_ad_connection = data_intermediate_ad_connection
  210. data_intermediate_ad_variable_value = data_intermediate_ad_variable_value
  211. data_raw_ad_click = data_raw_ad_click
  212. data_raw_ad_impression = data_raw_ad_impression
  213. data_raw_ad_request = data_raw_ad_request
  214. data_raw_tracker_impression = data_raw_tracker_impression
  215. data_raw_tracker_variable_value = data_raw_tracker_variable_value
  216. data_summary_ad_hourly = data_summary_ad_hourly
  217. data_summary_ad_zone_assoc = data_summary_ad_zone_assoc
  218. data_summary_channel_daily = data_summary_channel_daily
  219. data_summary_zone_impression_history = data_summary_zone_impression_history
  220. images = images
  221. log_maintenance_forecasting = log_maintenance_forecasting
  222. log_maintenance_priority = log_maintenance_priority
  223. log_maintenance_statistics = log_maintenance_statistics
  224. password_recovery = password_recovery
  225. placement_zone_assoc = placement_zone_assoc
  226. preferences = preferences
  227. session = session
  228. targetstats = targetstats
  229. trackers = trackers
  230. tracker_append = tracker_append
  231. userlog = userlog
  232. users = users
  233. variables = variables
  234. variable_publisher = variable_publisher
  235. zones = zones
  236. ;------------------------------------------------------------------------------------------;
  237. ; E-mail ;
  238. ;------------------------------------------------------------------------------------------;
  239. [email]
  240. logOutgoing = true
  241. headers =
  242. qmailPatch = false
  243. fromName =
  244. fromAddress =
  245. fromCompany =
  246. useManagerDetails =
  247. ;------------------------------------------------------------------------------------------;
  248. ; Debugging/Error Logging Details ;
  249. ;------------------------------------------------------------------------------------------;
  250. [log]
  251. enabled = true
  252. methodNames = false
  253. lineNumbers = false
  254. type = file
  255. name = debug.log
  256. priority = PEAR_LOG_INFO
  257. ident = OX
  258. paramsUsername =
  259. paramsPassword =
  260. fileMode = 0644
  261. [deliveryLog]
  262. enabled = false
  263. name = delivery.log
  264. fileMode = 0644
  265. priority = 6
  266. ;------------------------------------------------------------------------------------------;
  267. ; Non-configurable items for the Delivery Engine ;
  268. ;------------------------------------------------------------------------------------------;
  269. [cookie]
  270. permCookieSeconds = 31536000 ; 1 year in seconds
  271. maxCookieSize = 2048
  272. domain =
  273. viewerIdDomain =
  274. [debug]
  275. logfile = ; The delivery engine debugging file
  276. production = 1 ; Is it production server? (do not show backtrace and error sourcecontext)
  277. ; If it is delivery do not show any errors
  278. sendErrorEmails = false ; Send emails containing error reports - do not work in delivery
  279. emailSubject = Error from Revive Adserver ; Error report subject
  280. email = email@example.com ; Where to send error reports
  281. emailAdminThreshold = PEAR_LOG_ERR ; Email the error to admin if threshold reached
  282. errorOverride = true ; If true do not show notices
  283. showBacktrace = false ; If true print backtrace
  284. disableSendEmails = false ; If true, no email will be sent from this instance (useful for debug, testing, staging)
  285. [var]
  286. prefix = OA_ ; Used to prefix some variables and used in invocation codes
  287. cookieTest = ct ; Used for the forced cookie test redirect
  288. cacheBuster = cb ; Cache buster
  289. channel = source ; Channel of the website
  290. dest = oadest ; Used to pass in a URL to redirect to after action
  291. logClick = log ; Used to indicate if a click should be logged
  292. n = n ; Used to name a cookie containing displayed banner information
  293. params = oaparams ; Used to pass in custom delimited key=value pairs into an ad-call
  294. viewerId = OAID ; Used for passing viewer ID cookie value
  295. viewerGeo = OAGEO ; Used for storing view geo-location information in a session cookie
  296. campaignId = campaignid ; Used for passing campaign ID cookie value
  297. adId = bannerid ; Used for passing ad ID cookie value
  298. creativeId = cid ; Used for passing creative ID cookie value
  299. zoneId = zoneid ; Used for passing zone ID cookie value
  300. blockAd = OABLOCK ; Used for passing banner blocking cookie value
  301. capAd = OACAP ; Used for passing banner capping cookie value
  302. sessionCapAd = OASCAP ; Used for passing session banner capping cookie value
  303. blockCampaign = OACBLOCK ; Used for passing campaign blocking cookie value
  304. capCampaign = OACCAP ; Used for passing campaign capping cookie value
  305. sessionCapCampaign = OASCCAP ; Used for passing session campaign capping cookie value
  306. blockZone = OAZBLOCK ; Used for passing zone blocking cookie value
  307. capZone = OAZCAP ; Used for passing zone capping cookie value
  308. sessionCapZone = OASZCAP ; Used for passing session zone capping cookie value
  309. vars = OAVARS ; Used for passing variables
  310. trackonly = trackonly ; Used to avoid redirecting after a click
  311. openads = openads ; Used as identifier for the adsense click tracking comments
  312. lastView = OXLIA ; Used to track the last time an ad was viewed
  313. lastClick = OXLCA ; Used to track the last time an ad was clicked
  314. blockLoggingClick = OXBLC ; Used to log the last time an ad was clicked
  315. fallBack = oxfb ; Used to flag if this impression was from a rich-media fallback creative
  316. trace = OXTR ; Used to trigger delivery engine tracing code (if enabled)
  317. ;------------------------------------------------------------------------------------------;
  318. ; Load Balancing / Distributed Statistics ;
  319. ;------------------------------------------------------------------------------------------;
  320. [lb]
  321. enabled = false ; Should distributed stats be enabled
  322. type = mysql ; Main database details
  323. host = localhost
  324. port = 3306
  325. username =
  326. password =
  327. name =
  328. persistent = false
  329. ;------------------------------------------------------------------------------------------;
  330. ; Revive Aderver Sync Settings ;
  331. ;------------------------------------------------------------------------------------------;
  332. [sync]
  333. checkForUpdates = true
  334. shareStack = true
  335. [oacSync]
  336. protocol = https
  337. host = sync.revive-adserver.com
  338. path = /xmlrpc.php
  339. httpPort = 80
  340. httpsPort = 443
  341. ;------------------------------------------------------------------------------------------;
  342. ; Plugins Settings ;
  343. ;------------------------------------------------------------------------------------------;
  344. [authentication]
  345. type=internal
  346. deleteUnverifiedUsersAfter = 2419200 ; 28 days (in seconds)
  347. [geotargeting]
  348. type="none"
  349. showUnavailable=false
  350. [pluginPaths]
  351. packages = /plugins/etc/
  352. plugins = /plugins/
  353. admin = /www/admin/plugins/
  354. var = /var/plugins/
  355. [pluginUpdatesServer]
  356. protocol=http
  357. host=code.openx.org
  358. path=/openx/plugin-updates
  359. httpPort=80
  360. [pluginSettings]
  361. enableOnInstall = true
  362. useMergedFunctions = true
  363. [plugins]
  364. [pluginGroupComponents]
  365. ;------------------------------------------------------------------------------------------;
  366. ; Audit Settings ;
  367. ;------------------------------------------------------------------------------------------;
  368. [audit]
  369. enabled=1
  370. enabledForZoneLinking=false
  371. ;------------------------------------------------------------------------------------------;