Welcome to A-A-A-Counters
A-A-A Stands for Awesome-Awesome-Awesome!
A Service of ReadyAssist

Home Features Fonts About Us Terms

  For more advanced features, you will need to edit the code by inserting the following commands into your page just above the original counter code.
  • The REQUIRED portions will be shown in red.
  • The OPTIONAL portions will be shown in blue.
  • The optional portions will contain EXAMPLE SETTINGS, shown in green.
  • The ORIGINAL CODE will follow these modifications, as shown below in grey.

<script language="JavaScript">
<!--
aaacounter_font='party';
aaacounter_min_digits='5';
aaacounter_max_digits='7';
aaacounter_main_url='http://www.aaacounters.com/features.html';
aaacounter_virt_page='false';
aaacounter_stats_public='false';
// --> </script>
<script language="javascript"
src="http://www.aaacounters.com/aaacount.cgi">
</script>

Descriptions of each of these options are shown below.

aaacounter_font
To get a graphical counter, set this variable to the name of the font you wish to have displayed. For example, to get the font below, this line should read:

aaacounter_font = 'party';

For a full list of fonts, please visit our fonts page

aaacounter_min_digits
This variable sets the minimum number of digits displayed. If your counter does not require this many digits, extra zeros will be added at the beginning of the number.

aaacounter_max_digits
This is the maximum number of digits you want your counter to display. For example, if you set "aaacounter_max_digits = 4", then when your counter goes past "9999", it will roll over to "0000" again. (This feature not yet implemented. Please note that A-A-A-Counters reserves the right to limit counter values.)

aaacounter_virt_page
Setting this variable to 'true' tells the A-A-A-Counters servers to treat pages generated by a given CGI script as unique pages. (This feature not yet implemented.)

aaacounter_main_url
If the page where you are installing the counter can be accessed through multiple URLs (i.e. www.you.com and www.you.org), setting this option to the the primary URL of the site will cause all visitors to be redirected to that URL to keep counting consistant.

aaacounter_stats_public
Setting this variable to 'true' tells the A-A-A-Counters servers that you want your statistics to be made public, if available. (This feature not yet implemented.)