home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 August / INTERNET94.ISO / pc / software / windows / utils / analog / examples / bigbyrep.cfg < prev    next >
Encoding:
Text File  |  2002-03-20  |  17.4 KB  |  586 lines

  1. # This configuration file contains most of analog's commands, arranged by
  2. # the report they affect. See big.cfg for a similar file arranged by family
  3. # of command instead. (Unlike big.cfg, this file doesn't use the default
  4. # values though.)
  5. #
  6. # This configuration file was contributed by Lucian Wischik.
  7.  
  8. HOSTNAME "***SAMPLE DATA***"
  9. HOSTURL http://www.statslab.cam.ac.uk
  10. # FROM 991001
  11. # TO   -00-00-01  
  12.  
  13.  
  14. ###############################################################################
  15. # THE LOGFILE INPUT                                                           #
  16. ###############################################################################
  17.  
  18. # If you need a LOGFORMAT command (most people don't -- try it without first!),
  19. # it must go here, above the LOGFILE commands.
  20. LOGFILE logfile.log
  21. DNS READ
  22. DNSFILE dnscache.txt
  23. DNSLOCKFILE dnslock.txt
  24. DNSGOODHOURS 1000000
  25. DNSBADHOURS 500
  26. CACHEFILE none
  27. CACHEOUTFILE none
  28. DIRSUFFIX index.html
  29. # UNCOMPRESS *.gz,*.Z "gzip -cd"
  30.  
  31.  
  32.  
  33. ###############################################################################
  34. # THE OUTPUT                                                                  #
  35. ###############################################################################
  36.  
  37. OUTFILE index.html
  38. OUTPUT HTML
  39. LANGUAGE ENGLISH
  40.  
  41. # Analog expects to find ancilliary files in these locations:
  42. IMAGEDIR images/
  43. # CHARTDIR /images/
  44. # LOCALCHARTDIR /usr/local/apache/htdocs/images/
  45. STYLESHEET none
  46. LOGO none
  47. HEADERFILE none
  48. FOOTERFILE none
  49.  
  50. # 'Runtime' says how long the analysis took. 'Gotos' are irritating shortcuts.
  51. # 'Descriptions' say verbosely what each report is. 'Reportorder' what order
  52. # the reports come in. 'Reportspan' is for when some parts cover a different
  53. # time span to others, but is costly in terms of memory usage.
  54. RUNTIME ON
  55. GOTOS OFF
  56. DESCRIPTIONS OFF
  57. REPORTSPAN OFF
  58. REPORTSPANTHRESHOLD 60
  59. REPORTORDER x-1QmWDdHhw4657-oZSsfnNBbp-irtz-cILKElk-vRMujJyYP
  60. # x=General
  61. # 1=Yearly  Q=Quarterly  m=Monthly      W=Weekly    D=Daily       d=DailySum
  62. # H=Hourly  h=HourlySum  w=HoursOfWeek  4=15minly   6=15minlySum  5=5minly
  63. # 7=5minlySum
  64. # o=Domain  Z=Organisat. S=Host         s=RefSite   f=ReferrerURL
  65. # n=SearchWord      N=SearchQuery       B=Browser   b=BrowserSum  p=OS
  66. # i=Dir.    r=File       t=FileType     z=FileSize  c=Status
  67. # I=Failure    L=FailHost     K=FailRef   E=Redir   l=RedirHost  k=RedirRef
  68. # v=VHost   R=RedirVHost M=FailVHost    u=User      j=RedirUser   J=FailUser
  69. # y=IntSearchWord   Y=IntSearchQuery    P=ProcTime
  70.  
  71. WEEKBEGINSON MONDAY
  72. MARKCHAR +
  73. REPSEPCHAR none
  74. COMPSEP "    "
  75. RAWBYTES OFF
  76. NOROBOTS ON
  77. SEARCHCHARCONVERT ON
  78. BARSTYLE b
  79. PNGIMAGES OFF
  80. HTMLPAGEWIDTH 65
  81. ASCIIPAGEWIDTH 76
  82. MINGRAPHWIDTH 15
  83. # BASEURL http://my.server.com - use this if the report's on a different web page from the data
  84.  
  85.  
  86.  
  87. ###############################################################################
  88. # GENERAL REPORT                                                              #
  89. # Shows total and average numbers of reqests.                                 #
  90. # GENSUMLINES - which information and in which order to show (see list below) #
  91. # LASTSEVEN - each item says, in brackets, the data for the last seven days   #
  92. # (If your logs are old when you run analog, use TO field to say which 7)     #
  93. ###############################################################################
  94. #   I=distinct files  J=distinct hosts    F=failed req        G=redirected reqs
  95. #   K=bad loglines    L=unwanted logli.   C=no-status logli.  H=no-status reqs
  96. #   B=av.succ.reqs/day  D=tot.succ.pages  E=av.succ.pages/day
  97. #   M=tot.data        N=av.data/day
  98.  
  99. GENERAL ON
  100. GENSUMLINES BDEFIJMN
  101. LASTSEVEN ON
  102.  
  103.  
  104.  
  105. ###############################################################################
  106. # TIME REPORTS                                                                #
  107. #                                                                             #
  108. # Yearly, 1/4ly, monthly, weekly, daily+sum, hourly+sum, 1/4hrly+sum, 5min+sum#
  109. # 'Reports' show how much traffic over each past year, month, hour...         #
  110. # 'Summaries' divide all the traffic into days of the week, hours of the day. #
  111. #                                                                             #
  112. # COLS - which columns to display (see below for list of fields)              #
  113. # GRAPH - which of those fields should be plotted as the bar-graph            #
  114. # BACK - turn it on to have the list in reverse order (most recent first)     #
  115. # ROWS - how many rows to display, or 0 for unlimited                         #
  116. ###############################################################################
  117. #  R=num of reqs   P=num of pages   B=num of bytes
  118. #  r=% of reqs     p=% of pages     b=% of bytes
  119.  
  120. YEARLY OFF
  121. YEARCOLS RP
  122. YEARGRAPH P
  123. YEARBACK OFF
  124. YEARROWS 0
  125.  
  126. MONTHLY ON
  127. MONTHCOLS PB
  128. MONTHGRAPH B
  129. MONTHBACK OFF
  130. MONTHROWS 0
  131.  
  132. QUARTERLY OFF
  133. QUARTERLYCOLS RP
  134. QUARTERLYBACK OFF
  135. QUARTERLYROWS 0
  136.  
  137. WEEKLY OFF
  138. WEEKCOLS RP
  139. WEEKGRAPH P
  140. WEEKBACK OFF
  141. WEEKROWS 0
  142.  
  143. DAILYREP ON
  144. DAYREPCOLS PB
  145. DAYREPGRAPH P
  146. DAYREPBACK OFF
  147. FULLDAYROWS 42
  148.  
  149. DAILYSUM OFF
  150. DAYSUMCOLS RP
  151. DAYSUMGRAPH P
  152.  
  153. HOURLYREP OFF
  154. HOURREPCOLS RP
  155. HOURREPGRAPH P
  156. HOURREPBACK OFF
  157. FULLHOURROWS 72
  158.  
  159. HOURLYSUM ON
  160. HOURSUMCOLS Pb
  161. HOURSUMGRAPH P
  162.  
  163. QUARTERREP OFF
  164. QUARTERREPCOLS RP
  165. QUARTERREPGRAPH P
  166. QUARTERREPBACK OFF
  167.  
  168. QUARTERSUM OFF
  169. QUARTERSUMCOLS RP
  170. QUARTERSUMGRAPH P
  171. QUARTERROWS 96
  172.  
  173. FIVEREP OFF
  174. FIVEREPCOLS RP
  175. FIVEREPGRAPH P
  176. FIVEREPBACK OFF
  177. FIVEROWS 288
  178.  
  179. FIVESUM OFF
  180. FIVESUMCOLS RP
  181. FIVESUMGRAPH P
  182.  
  183.  
  184.  
  185. ###############################################################################
  186. # VISITOR REPORTS - WHO IS VISITING THE SITE, AND WHERE THEY'VE COME FROM     #
  187. #                                                                             #
  188. # Domain, Organisation, Host - visitor is .uk; .ac.uk; cus.cam.ac.uk          #
  189. # Refsite, Referrer - visitor was previously at this site; this URL           #
  190. # Searchquery, Searchwords - visitor got here by performing this search       #
  191. # Browser+sum, os - visitor is using this browser; this operating system      #
  192. #                                                                             #
  193. # COLS - which colums to display (see below for list of fields)               #
  194. # CHART - pie chart display on or off.                                        #
  195. # SORTBY - how to sort the list (see below for types of sort)                 #
  196. # FLOOR - only list those things above a certain size &c. (see below)         #
  197. # SUB - some reports have hierarchical things, like .ac.uk a subdomain of .uk #
  198. # ARGS - similar to sub: "google?this" is deemed an ARG of google, not a SUB  #
  199. # LINKINCLUDE - in dir and req reports, should we link to the URLs mentioned? #
  200. ###############################################################################
  201. # Cols:
  202. #   R=num of reqs     P=num of pages     B=num of bytes     D=time of last req
  203. #   r=% of reqs       p=% of pages       b=% of bytes       d=date of last req
  204. #   S=reqs last 7d    Q=pages last 7d    C=bytes last 7d    E=time of first req
  205. #   s=% reqs last 7d  q=% pages last 7d  c=% bytes last 7d  e=date of first req
  206. #   N=index number of item within the list
  207. # Sortby:
  208. #   REQUESTS, PAGES, BYTES - sort by total number of requests, pages or bytes
  209. #   REQUESTS7, PAGES7, BYTES7 - sort by number in the past seven days
  210. #   FIRSTDATE, DATE - sort by date of first or last access
  211. #   ALPHABETICAL, RANDOM - alphatical sort or random sort
  212. # Floor: only list things
  213. #   10r 10p 10Mb - with at least 10 requests, 10 pages, 10 megabytes
  214. #   1%r 1%p 1%b  - with at least 1% of tot requests, pages, bytes in the report
  215. #   10s 10q 10kc - with at least 10 requests, 10 pages, 10kb in the past 7 days
  216. #   1%s 1%p 1%b  - with at least 1% of reqs, pages, bytes in the past 7 days
  217. #   -5r -5s -5p  - in the top 5 requests, or requests in past 7 days, or pages
  218. #   -00-01-00d   - with last access within the last month (see FROM/TO docs)
  219. #   970701d, 970701e - with last/first access since 1st July 1997
  220.  
  221. DOMAIN ON
  222. DOMCHART ON
  223. DOMCOLS PQ
  224. DOMSORTBY PAGES
  225. DOMFLOOR 0p
  226. SUBDOMSORTBY PAGES
  227. SUBDOMFLOOR 0.5%p
  228.  
  229. ORGANISATION ON
  230. ORGCHART ON
  231. ORGCOLS Pb
  232. ORGSORTBY PAGES
  233. ORGFLOOR -20p
  234. SUBORGSORTBY PAGES
  235. SUBORG *.ac.uk
  236. SUBORG *.co.uk
  237. SUBORGFLOOR 0.5%p
  238.  
  239. HOST ON
  240. HOSTCHART OFF
  241. HOSTCOLS Pb
  242. HOSTSORTBY PAGES
  243. HOSTFLOOR -50p
  244.  
  245.  
  246. REFSITE ON
  247. REFSITECHART OFF
  248. REFSITECOLS PQ
  249. REFSITESORTBY PAGES7
  250. REFSITEFLOOR -20q
  251. REFDIRSORTBY PAGES7
  252. REFDIRFLOOR 0.5%q
  253.  
  254. REFERRER ON
  255. REFCHART OFF
  256. REFCOLS PQ
  257. REFSORTBY PAGES7
  258. REFLINKINCLUDE *
  259. REFFLOOR -30q
  260. REFARGSSORTBY PAGES7
  261. REFARGSFLOOR 0.5%q
  262.  
  263.  
  264. SEARCHWORD ON
  265. SEARCHWORDCHART ON
  266. SEARCHWORDCOLS PQq
  267. SEARCHWORDSORTBY PAGES7
  268. SEARCHWORDFLOOR 0.5%q
  269.  
  270. SEARCHQUERY ON
  271. SEARCHQUERYCHART OFF
  272. SEARCHQUERYCOLS Q
  273. SEARCHQUERYSORTBY PAGES7
  274. SEARCHQUERYFLOOR -200q
  275.  
  276.  
  277. BROWSERREP OFF
  278. BROWREPCHART OFF
  279. BROWREPCOLS Rb
  280. BROWREPSORTBY REQUESTS
  281. BROWREPFLOOR -40r
  282.  
  283. BROWSERSUM ON
  284. BROWSUMCHART ON
  285. BROWSUMCOLS PQq
  286. BROWSUMSORTBY PAGES7
  287. BROWSUMFLOOR -15q
  288. SUBBROW */*
  289. SUBBROWSORTBY PAGES7
  290. SUBBROWFLOOR -20q
  291.  
  292. OSREP ON
  293. OSCHART ON
  294. # OSCHARTEXPAND Windows
  295. OSCOLS PQq
  296. OSSORTBY PAGES7
  297. OSFLOOR 0q
  298. SUBOSSORTBY PAGES7
  299. SUBOSFLOOR 0q
  300.  
  301.  
  302.  
  303. ###############################################################################
  304. # VIEWING REPORTS - WHICH FILES PEOPLE HAVE VIEWED AND DOWNLOADED             #
  305. #                                                                             #
  306. # Directory - which directories and subdirectories people have viewed         #
  307. # Request - which particular files have they viewed                           #
  308. # Filetype, Size - which types are viewed most, and their size distribution   #
  309. #                                                                             #
  310. # COLS, CHART, SORTBY, FLOOR, SUB, ARGS, LINKINCLUDE - as above               #
  311. # SUBDIR - deem something to be counted as a subdirectory. Can have several.  #
  312. # REQINCLUDE, REQEXCLUDE - what to include/exclude. These are obeyed in order #
  313. # SUBTYPE - list of things that have subtypes, as in file.ps.Z                #
  314. ###############################################################################
  315.  
  316. DIRECTORY ON
  317. DIRCHART OFF
  318. DIRCOLS PQc
  319. DIRSORTBY PAGES7
  320. SUBDIRSORTBY PAGES7
  321. DIRFLOOR 0q
  322. SUBDIRFLOOR 0q
  323. SUBDIR /*/*/
  324.  
  325. REQUEST ON
  326. REQCHART OFF
  327. REQCOLS RSc
  328. REQSORTBY REQUESTS7
  329. REQFLOOR 0.05%s
  330. REQARGSSORTBY REQUESTS7
  331. REQARGSFLOOR 0.05%s
  332. REQEXCLUDE *
  333. REQINCLUDE *.html
  334. REQINCLUDE *.htm
  335. REQINCLUDE *.zip
  336. REQINCLUDE *.gz
  337. REQINCLUDE *.Z
  338. REQINCLUDE *.pdf
  339. REQLINKINCLUDE pages
  340. REQLINKINCLUDE *.zip
  341. REQLINKINCLUDE *.pdf
  342.  
  343. FILETYPE ON
  344. TYPECHART OFF
  345. TYPECOLS Rb
  346. TYPESORTBY BYTES
  347. SUBTYPE *.gz,*.Z
  348.  
  349. SIZE ON
  350. SIZECHART OFF
  351. SIZECOLS ScR
  352.  
  353.  
  354.  
  355. ###############################################################################
  356. # SERVICE REPORTS - HOW WELL WE ARE DELIVERING THE PAGES                      #
  357. #                                                                             #
  358. # Status - whether the pages were delivered okay, or failed                   #
  359. # Proctime - time to dispatch files                                           #
  360. # Failure - people requests these pages, and it failed                        #
  361. # Failhost, Failref - failures arose from links on these hosts, on these URLs #
  362. # Redir - people requested these files but were redirected                    #
  363. # Redirhost, redirref - redirections arose from links on these hosts and URLs #
  364. #                                                                             #
  365. # COLS, CHART, SORTBY, FLOOR, SUB, ARGS, LINKINCLUDE - as above               #
  366. # 304ISSUCCESS - 304 Not Modified means user saw a cached copy: i.e. success! #
  367. ###############################################################################
  368.  
  369. STATUS ON
  370. STATUSCHART ON
  371. STATUSCOLS R
  372. STATUSSORTBY ALPHABETICAL
  373. STATUSFLOOR 0r
  374. 304ISSUCCESS ON
  375.  
  376.  
  377. PROCTIME OFF
  378. PROCTIMECOLS R
  379. PROCTIMECHART ON
  380.  
  381.  
  382. FAILURE ON
  383. FAILCHART OFF
  384. FAILCOLS RS
  385. FAILSORTBY REQUESTS7
  386. FAILFLOOR -30s
  387. FAILARGSSORTBY REQUESTS7
  388. FAILARGSFLOOR 10s
  389. FAILLINKEXCLUDE *
  390.  
  391. FAILHOST OFF
  392. FAILHOSTCHART OFF
  393. FAILHOSTCOLS RS
  394. FAILHOSTSORTBY REQUESTS7
  395. FAILHOSTFLOOR -20s
  396.  
  397. FAILREF ON
  398. FAILREFCHART OFF
  399. FAILREFCOLS RS
  400. FAILREFSORTBY REQUESTS7
  401. FAILREFFLOOR -30s
  402. FAILREFARGSSORTBY REQUESTS7
  403. FAILREFARGSFLOOR 10s
  404. FAILREFLINKINCLUDE *
  405.  
  406.  
  407. REDIR ON
  408. REDIRCHART OFF
  409. REDIRCOLS SR
  410. REDIRSORTBY REQUESTS7
  411. REDIRFLOOR -30s
  412. REDIRARGSSORTBY REQUESTS7
  413. REDIRARGSFLOOR 10s
  414. REDIRLINKEXCLUDE *
  415.  
  416. REDIRHOST OFF
  417. REDIRHOSTCHART OFF
  418. REDIRHOSTCOLS SR
  419. REDIRHOSTSORTBY REQUESTS7
  420. REDIRHOSTFLOOR -20s
  421.  
  422. REDIRREF ON
  423. REDIRREFCHART OFF
  424. REDIRREFCOLS RS
  425. REDIRREFSORTBY REQUESTS7
  426. REDIRREFFLOOR -30s
  427. REDIRREFARGSSORTBY REQUESTS7
  428. REDIRREFARGSFLOOR 10s
  429. REDIRREFLINKINCLUDE *
  430.  
  431.  
  432.  
  433. ###############################################################################
  434. # MISCELLANEOUS REPORTS                                                       #
  435. # VHost, RedirVHost, FailVHost - for multiple virtual host on a single server #
  436. # IntSearchQuery, IntSearchWord - for when a site has its own search engine   #
  437. # User, RedirUser, FailUser - for authenticated user or cookie analysis       #
  438. ###############################################################################
  439.  
  440. VHOST OFF
  441. VHOSTCHART ON
  442. VHOSTCOLS Rb
  443. VHOSTFLOOR -20b
  444. VHOSTSORTBY BYTES
  445.  
  446. REDIRVHOST OFF
  447. REDIRVHOSTCHART ON
  448. REDIRVHOSTCOLS R
  449. REDIRVHOSTFLOOR -20r
  450. REDIRVHOSTSORTBY REQUESTS
  451.  
  452. FAILVHOST OFF
  453. FAILVHOSTCOLS R
  454. FAILVHOSTCHART ON
  455. FAILVHOSTFLOOR -20r
  456. FAILVHOSTSORTBY REQUESTS
  457.  
  458. INTSEARCHQUERY OFF
  459. INTSEARCHQUERYCOLS R
  460. INTSEARCHQUERYCHART ON
  461. INTSEARCHQUERYFLOOR -30r
  462. INTSEARCHQUERYSORTBY REQUESTS
  463.  
  464. INTSEARCHWORD OFF
  465. INTSEARCHWORDCOLS R
  466. INTSEARCHWORDCHART ON
  467. INTSEARCHWORDFLOOR -30r
  468. INTSEARCHWORDSORTBY REQUESTS
  469.  
  470. USER OFF
  471. USERCOLS Rb
  472. USERCHART ON
  473. USERSORTBY REQUESTS
  474. USERFLOOR -50r
  475.  
  476. REDIRUSER OFF
  477. REDIRUSERCOLS R
  478. REDIRUSERCHART ON
  479. REDIRUSERSORTBY REQUESTS
  480. REDIRUSERFLOOR -20r
  481.  
  482. FAILUSER OFF
  483. FAILUSERCOLS R
  484. FAILUSERCHART ON
  485. FAILUSERSORTBY REQUESTS
  486. FAILUSERFLOOR -20r
  487.  
  488.  
  489.  
  490. ###############################################################################
  491. # MISCELLANEOUS TECHNICAL INTERNAL STUFF                                      #
  492. ###############################################################################
  493.  
  494. TYPEALIAS .html    ".html [Hypertext Markup Language]"
  495. TYPEALIAS .htm     ".htm  [Hypertext Markup Language]"
  496. TYPEALIAS .shtml   ".shtml [Server-parsed HTML]"
  497. TYPEALIAS .ps      ".ps   [PostScript]"
  498. TYPEALIAS .gz      ".gz   [Gzip compressed files]"
  499. TYPEALIAS .tar.gz  ".tar.gz [Compressed archives]"
  500. TYPEALIAS .jpg     ".jpg  [JPEG graphics]"
  501. TYPEALIAS .jpeg    ".jpeg [JPEG graphics]"
  502. TYPEALIAS .gif     ".gif  [GIF graphics]"
  503. TYPEALIAS .png     ".png  [PNG graphics]"
  504. TYPEALIAS .txt     ".txt  [Plain text]"
  505. TYPEALIAS .cgi     ".cgi  [CGI scripts]"
  506. TYPEALIAS .pl      ".pl   [Perl scripts]"
  507. TYPEALIAS .css     ".css  [Cascading Style Sheets]"
  508. TYPEALIAS .class   ".class [Java class files]"
  509. TYPEALIAS .pdf     ".pdf  [Adobe Portable Document Format]"
  510. TYPEALIAS .zip     ".zip  [Zip archives]"
  511. TYPEALIAS .hqx     ".hqx  [Macintosh BinHex files]"
  512. TYPEALIAS .exe     ".exe  [Executables]"
  513. TYPEALIAS .wav     ".wav  [WAV sound files]"
  514. TYPEALIAS .avi     ".avi  [AVI movies]"
  515. TYPEALIAS .arc     ".arc  [Compressed archives]"
  516. TYPEALIAS .mid     ".mid  [MIDI sound files]"
  517. TYPEALIAS .mp3     ".mp3  [MP3 sound files]"
  518. TYPEALIAS .doc     ".doc  [Microsoft Word document]"
  519. TYPEALIAS .rtf     ".rtf  [Rich Text Format]"
  520. TYPEALIAS .mov     ".mov  [Quick Time movie]"
  521. TYPEALIAS .mpg     ".mpg  [MPEG movie]"
  522. TYPEALIAS .mpeg    ".mpeg [MPEG movie]"
  523. TYPEALIAS .asp     ".asp  [Active Server Pages]"
  524. TYPEALIAS .jsp     ".jsp  [Java Server Pages]"
  525. TYPEALIAS .cfm     ".cfm  [Cold Fusion]"
  526. TYPEALIAS .php     ".php  [PHP]"
  527. TYPEALIAS .js      ".js   [JavaScript code]"
  528.  
  529. ROBOTINCLUDE REGEXPI:robot
  530. ROBOTINCLUDE REGEXPI:spider
  531. ROBOTINCLUDE REGEXPI:crawler
  532. ROBOTINCLUDE Googlebot*
  533. ROBOTINCLUDE Infoseek*
  534. ROBOTINCLUDE Scooter*
  535. ROBOTINCLUDE Slurp*
  536. ROBOTINCLUDE Ultraseek*
  537.  
  538. SEARCHENGINE http://*altavista.*/* q
  539. SEARCHENGINE http://*yahoo.*/* p
  540. SEARCHENGINE http://*google.*/* q
  541. SEARCHENGINE http://*lycos.*/* query
  542. SEARCHENGINE http://*aol.*/* query
  543. SEARCHENGINE http://*excite.*/* search
  544. SEARCHENGINE http://*go2net.*/* general
  545. SEARCHENGINE http://*metacrawler.*/* general
  546. SEARCHENGINE http://*msn.*/* MT
  547. SEARCHENGINE http://*hotbot.com/* MT
  548. SEARCHENGINE http://*netscape.*/* search
  549. SEARCHENGINE http://*looksmart.*/* key
  550. SEARCHENGINE http://*infoseek.*/* qt
  551. SEARCHENGINE http://*webcrawler.*/* search,searchText
  552. SEARCHENGINE http://*goto.*/* Keywords
  553. SEARCHENGINE http://*snap.*/* keyword
  554. SEARCHENGINE http://*dogpile.*/* q
  555. SEARCHENGINE http://*askjeeves.*/* ask
  556. SEARCHENGINE http://*ask.*/* ask
  557. SEARCHENGINE http://*aj.*/* ask
  558. SEARCHENGINE http://*directhit.*/* qry
  559. SEARCHENGINE http://*alltheweb.*/* query
  560. SEARCHENGINE http://*northernlight.*/* qr
  561. SEARCHENGINE http://*nlsearch.*/* qr
  562. SEARCHENGINE http://*dmoz.*/* search
  563. SEARCHENGINE http://*newhoo.*/* search
  564. SEARCHENGINE http://*netfind.*/* query,search,s
  565. SEARCHENGINE http://*/netfind* query
  566. SEARCHENGINE http://*/pursuit query
  567.  
  568.  
  569.  
  570. ###############################################################################
  571. # SOME DEBUG SETTINGS                                                         #
  572. ###############################################################################
  573.  
  574. SETTINGS OFF
  575. DEBUG OFF
  576. WARNINGS ON
  577. PROGRESSFREQ 50000
  578. ERRLINELENGTH 78
  579. # ERRFILE somefile
  580. FILELOWMEM 0
  581. HOSTLOWMEM 0
  582. BROWLOWMEM 0
  583. REFLOWMEM 0
  584. USERLOWMEM 0
  585. VHOSTLOWMEM 0
  586.