Q3: How do I reset the counter?

Answer

To reset the counter to zero:

  1. Via FTP: Download counter.txt, change the number to 0, upload
  2. Via SSH:
    echo "0" > counter.txt

To set a specific starting value:

echo "1000" > counter.txt
Caution: The file should only contain a number with no extra spaces or newlines.
Previous Text Counter FAQ Next