home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 January / Chip_2001-01_cd1.bin / tema / php / php4-win.exe / browscap / browscap-readme.txt next >
Text File  |  2000-03-26  |  2KB  |  56 lines

  1.  
  2. In concordance with the End User License Authorization 
  3. (EULA) for Microsoft Internet Information Server, 
  4. Microsoft has forbidden me to redistribute 
  5. browscap.ini, a file included with IIS.
  6.  
  7. So, I'm now distributing browscap.txt
  8. ...which is not a file distributed with IIS.
  9.  
  10. All the content in browscap.txt 
  11. is Copyright Juan T. Llibre 
  12. j.llibre@codetel.net.do
  13.  
  14. Downloading browscap.txt gives you authorization
  15. to use the file in any Windows server you own, 
  16. or the company you may work for owns.
  17.  
  18. You cannot redistribute browscap.txt.
  19.  
  20. On the other hand, it will always be available, free of charge, 
  21. at http://asptracker.com/browscap.zip .
  22.  
  23. To use it, extract browscap.txt and browsupd.bat 
  24. to \system\32\inetsrv, and run browsupd.bat.
  25.  
  26. This will replace the copyrighted contents
  27. of browscap.ini with user-modified content.
  28.  
  29. Please back up your current browscap.ini before testing ours.
  30.  
  31. Please note that this browscap configuration file has built-in protection
  32. against indiscriminate Offline Retrievers, i.e., as soon as I detect an
  33. Offline browser, I identify it as "ACrawler", so that with one call to :
  34.  
  35. if bc.browser="ACrawler" then
  36. Response.redirect "http://www.microsoft.com/"
  37. End if
  38.  
  39. I can prevent ANY Offline Browser from hitting the site with many consecutive requests. 
  40.  
  41. If you don't wish for this capability to be operational, just review 
  42. the "Crawler" section of the file, and replace the generic "ACrawler" 
  43. browser ID with the Crawlers' browser name.
  44.  
  45. I removed all beta ID strings from the basic browscap.ini file, 
  46. except for the IE5 Beta and a couple of Netscape betas.
  47.  
  48. They are included in browscap-beta.txt.
  49.  
  50. If you wish to detect those beta versions, add the strings to browscap.ini.
  51.  
  52. regards,
  53.  
  54.  
  55. Juan T. Llibre
  56.