| File | Description |
| counter.cgi | The main program. Save it to the disk as "counter.cgi" . |
| gifinput.pl | A GIF reader. |
| gifoutput.pl | A GIF writer. |
| Parameter | Description |
| format | The number format. The default value is "!05d", which means five digits. |
| counter | The counter file. The default value is "ac.dat". |
| image | The digit files. The default value is "ac!d.gif", which means "ac0.gif" through "ac9.gif". If you want to use other files, say "counter0.gif" through "counter9.gif", specify "counter!d.gif". |
| up | If it is defined and is not 0, one is added to the counter. The default value is 0, which means there will be no addition. |