Counter configuration

VirtuaWeb clients have access to the system counter, which includes many options and digit styles.  Our server actually has two pre-installed counters, the FrontPage counter and the HTML counter.  The FrontPage counter can only be used by users publishing their pages using Microsoft FrontPage on their site.  The FrontPage counter does not offer many options, and has few digit styles.  If you have the ability to insert HTML codes into your site, we recommend the HTML counter. 

To use the FrontPage counter, simply open your page in FrontPage, click Insert, move to Active Elements, and chose Hit Counter.

To use the HTML counter, you must insert an HTML tag like this:

<IMG SRC="http://www.virtuaweb.net/cgi-bin/counts50.dll?link=linkID">

Change the linkID to your FTP username with a number after it.  For example, if you are hosting sprocket.com with us and you want to put a counter on your main page, your linkID would be sprocket1.  You can add additional counters to other pages by using counter2, counter3, etc...

By using the line above, you will create a counter on your page with the default values, which are a counter 5 digits long using a generic odometer-style digit style, like the one below:

1.GIF (640 bytes)2.GIF (656 bytes)3.GIF (670 bytes)4.GIF (670 bytes)5.GIF (678 bytes)

You can change the default attributes to meet your needs by appending options to the IMG tag above.  Each option must be separated with an "&", like below:

<IMG SRC="http://www.virtuaweb.net/cgi-bin/counts50.dll?link=linkID&width=3">

You may use any of the options listed below to modify your counter.   The <> shows which value to change.  Do NOT include the <>'s in your counter reference.

width=<w> Represents the width of counter image in digits. Max value 10. Default value 5.

style=<style_id> The <style_id> is the name of the digit style you wish to use. Default value A.  Below are the currently installed digit sets.  Simply use the letter or word before the digit set you wish to use as the <style_id>, without the colon.

A: 1.GIF (640 bytes)2.GIF (656 bytes)3.GIF (670 bytes)4.GIF (670 bytes)5.GIF (678 bytes)6.GIF (677 bytes)7.GIF (653 bytes)8.GIF (669 bytes)9.GIF (681 bytes)0.GIF (664 bytes)
B: 1.GIF (877 bytes)2.GIF (879 bytes)3.GIF (878 bytes)4.GIF (877 bytes)5.GIF (878 bytes)6.GIF (874 bytes)7.GIF (879 bytes)8.GIF (868 bytes)9.GIF (873 bytes)0.GIF (873 bytes)
C: 1.GIF (867 bytes)2.GIF (912 bytes)3.GIF (927 bytes)4.GIF (909 bytes)5.GIF (933 bytes)6.GIF (944 bytes)7.GIF (895 bytes)8.GIF (941 bytes)9.GIF (932 bytes)0.GIF (927 bytes)
D: 1.GIF (1338 bytes)2.GIF (1761 bytes)3.GIF (1776 bytes)4.GIF (1623 bytes)5.GIF (1668 bytes)6.GIF (1579 bytes)7.GIF (1542 bytes)8.GIF (1676 bytes)9.GIF (1618 bytes)0.GIF (1784 bytes)
F: 1.GIF (1152 bytes)2.GIF (1259 bytes)3.GIF (1277 bytes)4.GIF (1237 bytes)5.GIF (1277 bytes)6.GIF (1259 bytes)7.GIF (1185 bytes)8.GIF (1269 bytes)9.GIF (1282 bytes)0.GIF (1277 bytes)
fatpt: 1.GIF (1003 bytes)2.GIF (1159 bytes)3.GIF (1122 bytes)4.GIF (1169 bytes)5.GIF (1130 bytes)6.GIF (1169 bytes)7.GIF (1062 bytes)8.GIF (1189 bytes)9.GIF (1177 bytes)0.GIF (1171 bytes)
hiro: 1.GIF (561 bytes)2.GIF (709 bytes)3.GIF (696 bytes)4.GIF (682 bytes)5.GIF (700 bytes)6.GIF (722 bytes)7.GIF (687 bytes)8.GIF (749 bytes)9.GIF (725 bytes)0.GIF (725 bytes)
shpank1: 1.GIF (753 bytes)2.GIF (753 bytes)3.GIF (781 bytes)4.GIF (732 bytes)5.GIF (716 bytes)6.GIF (796 bytes)7.GIF (781 bytes)8.GIF (778 bytes)9.GIF (797 bytes)0.GIF (801 bytes)
shpank2: 1.GIF (641 bytes)2.GIF (702 bytes)3.GIF (697 bytes)4.GIF (672 bytes)5.GIF (707 bytes)6.GIF (680 bytes)7.GIF (669 bytes)8.GIF (710 bytes)9.GIF (690 bytes)0.GIF (746 bytes)
TINY: 1.GIF (68 bytes)2.GIF (74 bytes)3.GIF (74 bytes)4.GIF (73 bytes)5.GIF (73 bytes)6.GIF (75 bytes)7.GIF (71 bytes)8.GIF (76 bytes)9.GIF (75 bytes)0.GIF (76 bytes)

increase=<i> The value by which the counter value is changed every time the program is called. Can be any integer value, even negative one. Default value 1.

show=NO If show=NO, the counter value will be incremented by <i>, but no image will appear on the page. By default the counter will be shown.

Back to FAQ's