ncohafmuta-1.4.2/bot/
ncohafmuta-1.4.2/helpfiles/
ncohafmuta-1.4.2/lib/emailver/
ncohafmuta-1.4.2/tzinfo/Atlantic/
ncohafmuta-1.4.2/tzinfo/Brazil/
ncohafmuta-1.4.2/tzinfo/Chile/
ncohafmuta-1.4.2/tzinfo/Indian/
ncohafmuta-1.4.2/tzinfo/Mexico/
ncohafmuta-1.4.2/tzinfo/Mideast/
ncohafmuta-1.4.2/tzinfo/SystemV/
ncohafmuta-1.4.2/utils/
ncohafmuta-1.4.2/utils/code_fragments/new_config/
1. Go into your web page directory
2. type:  mkdir cnt
   type:  chmod 700 cnt
   type:  chgrp nobody cnt

3. type:  echo "0" > cnt/counter
   type:  chmod 660 cnt/counter
   type:  chown nobody cnt/counter

4. In your html page put these lines where you want to show how many hits
your page is getting..

   This page has been accessed
   <!--#exec cmd="perl -pi -e '$_++' cnt/counter;cat cnt/counter"-->
   times

5. Finally, make that page (assuming index.html) executable
   type:  chmod 755 index.html