Q1: How do I set up the text counter?

Answer

To set up the Text Counter:

  1. Upload the script:
    Upload textcounter.pl to /cgi-bin/
    chmod 755 textcounter.pl
  2. Create counter file:
    echo "0" > counter.txt
    chmod 666 counter.txt
  3. Include in your page:
    <!--#exec cgi="/cgi-bin/textcounter.pl"-->
Back to Text Counter FAQ Next Question