home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / gostats.zip / gostats.ini < prev    next >
Text File  |  1999-03-12  |  6KB  |  142 lines

  1. GoStats INI File 1
  2.  
  3. * The above line MUST be the first non-blank, non-comment line
  4. * This file (GoStats.INI) MUST be in the same path as GoStats.EXE
  5.  
  6. * ALWAYS test your ini file offline on a separate machine before
  7. * you put it into a production environment
  8.  
  9. * This is a sample GoStats Parameters File. It is not case sensitive
  10. * Manditory Values are in UPPER CASE
  11. * Optional values are in lower case
  12. * The options can be in any order. This sample file is laid out in a
  13. *   suggested order.
  14. * The maximum line length of this file is 1024 characters
  15. * Please read GoStats.TXT for a better explanation of what this
  16. *   file is all about
  17.  
  18. *
  19. * The next parameter tells GoStats which kind of Web Server audit file
  20. *   it is reading. For this version, only GoServe v 2.x is supported, so
  21. *   the following setting is the only one allowed
  22. PERSONALITY = goserve2
  23.  
  24.  
  25. *
  26. * This is the audit file that GOSERVE creates and GoStats reads
  27. *   include the full path
  28. * This version of GoStats only reads a single file
  29. AUDIT FILE = c:\web.server\goaudit.80
  30.  
  31.  
  32. *
  33. * The base file must have a leading / ( or \ )
  34. BASE FILE  = \index.html
  35.  
  36. *
  37. * Location of various paths and files, see the documentation for an explanation
  38. * Ensure that the paths have a trailing / ( or \ )
  39. HTML PATH  = d:\html\
  40. TEMP PATH  = c:\tcpip\tmp\
  41.  
  42.  
  43. *
  44. * These parameters control what stats will be shown. If you turn ALL of
  45. *   them off, then you will only get the very top part, plus your lines
  46. * They all use YES or NO
  47. * They will be presented in the order that you list them here.
  48. * Generation will always be last, no matter where you put it in the list
  49. * If you put in a stat twice, it will only be shown once, at the location
  50. *   in which it appears last (note "ip list").
  51. show = ip list    , yes
  52. show = connection , yes
  53. show = generation , yes
  54. show = file list  , yes
  55. show = ip list    , yes
  56. show = hours      , yes
  57. show = date list  , yes
  58.  
  59.  
  60. *
  61. * If you want GoStats to beep, then this is the setting for you.
  62. * The defaults are shown
  63. * Please note, GoStats will beep every time it encounters beep run=yes
  64. beep run = no
  65.  
  66. * Beep when an error page is created, and sent to the user
  67. beep error = yes
  68.  
  69.  
  70. *
  71. * Some default colours to use. These must be valid values*
  72. * COLOR ? = text, background
  73. COLOR TABLE = #000000, #CCFFFF
  74. * table titles
  75. COLOR TITLE = #FFFFCC, #003300
  76.  
  77. *
  78. * This message is used when there is a connection, but no valid
  79. *   completion. It is assumed the connection was dropped
  80. BROKEN CONNECTION = #FFFFFF, #FF0000, "** Broken Connection **"
  81.  
  82.  
  83. *
  84. * The following line will be placed in the <BODY> tag at the begginning of
  85. *    the page. Place into it any valid BODY commands. These are NOT
  86. *    checked for accuracy by GoStats, so make sure you get it right.
  87. body = "text=""#000000"" bgcolor=""#CCCCCC"" link=""#3333FF"" vlink=""#663366"" alink=""#FF0000"""
  88.  
  89. *
  90. * Special Temp File Return Values
  91. *  see the GoStats.TXT documentation for an explanation
  92. SPECIAL START = $ , #000000, #FFFF00, "** Request for Unknown File **"
  93. special file  = _ , #FFFFFF, #999900, "** Statistics Request **"
  94. special file  = 1 , default, #00FF00, "** Temp 1 File **"
  95. special file  = 6 , default, #00FF06, "** Temp 6 File **"
  96.  
  97.  
  98. *
  99. * This set of parameters defines what will go into the statistics
  100. *    generated Web page
  101. * If you require a double quote in your text, then use two of them ""
  102.  
  103. * In the page title, place a %s where you want the IP address to go
  104. * Ensure that you only use the %s ONCE, and no other time.
  105. * This is the only exception to the % sign rule.
  106. * The line will be placed between <title> and </title>, so DO NOT include the tags
  107. PAGE TITLE  = "Web Server Stats for %s"
  108.  
  109. * DO NOT use any single % signs in the following options.
  110. * This will result in an error messge from GoStats
  111. * If you require a % in your messages, then use two of them: %%
  112.  
  113. * Include formatting commands
  114.  
  115. * You may have more than one "page top" line. They will be written exactly as
  116. *   they are here. Include all formatting and presentation commands
  117. *   these are placed between the top of the page and the start of the stats
  118. *   an <HR> is placed between this text and the start of the stats
  119. PAGE TOP = "<CENTER><H2>Web Server</H2></CENTER>"
  120. page top = "<B>This page is generated.</B> If you have any problems please contact"
  121. page top = "the <A HREF=""mail:webmaster@domain.com"">Webmaster</A>"
  122. page top = "<br>"
  123. page top = "<b>Please note. All dates and times are based on Greenwich Mean Time (GMT)</b><br>"
  124. page top = "<i>On the West Coast of North America this is -8 hours, so 16:00:00 GMT is 08:00:00 Pacific</i>"
  125.  
  126. * You may have more than one message line. They will be written exactly as
  127. *   they are here. Include all formatting and presentation commands
  128. *   these are placed at the end of the stats, after an <HR>
  129. *   You should use this for at least you copyright message
  130. PAGE BOTTOM = "<CENTER><I>Copyrighted by <A HREF=""http://www.domain.com/index.html"">us</A> 1999</I></CENTER>"
  131.  
  132. * These are the error messages that will be displayed if an option error
  133. * is detected. The usual cause of this is a user trying to manually set
  134. * the date range value. It can also occur if files cannot be found/opened
  135. * You should include a way to contact the webmaster
  136. * These will be shown in addition to the page messages above, just before
  137. * the actual error message
  138.  
  139. PAGE ERROR = "<CENTER><B>An error has occurred. Contact the Webmaster.</B></CENTER><BR>"
  140. page error = "<CENTER><B>Or print this page and FAX it to 604-555-1212.</B><CENTER>"
  141.  
  142. * end of file