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