Make sure that you follow the variable values correctly.
If it has quotes ""
around it make sure you use them.
There is a BIG difference between $UseImages="YES"; and $UseImages=YES;
| Variable |
What it does |
Value (BOLD=default) |
| $NumDigits |
Number of digits to display. It will padd with 0's
like 00376. Set to 0 for no padding ie. 376 |
1 to 10 default=5 |
| $Ext |
extension for graphic images ie ".jpg" ".gif" etc. |
".jpg" or ".gif" |
| $USECOMMAND |
Set this to specify to use command line aguments to specify counter to use.
ie. ascount.cgi?mycount.txt
|
"YES" or "NO" |
| $CountFile |
Path and filename for text file that holds count.
If you set $USECOMMAND to YES you can leave this blank ""
|
"/www/users/mycount.txt" |
| $ImagePath |
Path to images URL. Number images need to be named 1.jpg 2.jpg etc. |
ie. "http://www.somedomain.com/images/" |
| $UseImages |
Set YES to use images. Set NO to just use text. |
"YES" or "NO" |
| $CounterText |
This is the text that is printed before the number.
You could use "Visitor Number:" or whatever.
If you dont want anything just set it to "" |
"<STRONG><FONT size=\"2\">Visitor Number:</FONT></STRONG>" |