Home   |  About Us   |  Products   |  Services   |  Download   |  Purchase   |  Support   |  Site Map

BE_Counter - HTML Tags

After successfully installing Be_Counter on your website, you are ready to begin using Be_Counter. You need to begin by placing HTML tags in your existing web pages. The HTML tags are used when you want to display the counter on an HTML Page.

Use this format when you have Server Side Includes:*

<!--#exec cgi="/cgi-bin/be_counter.cgi"-->
<!--#include virtual="/cgi-bin/be_counter.cgi"-->

Use this format when you do not have Server Side Includes:*

<SCRIPT SRC="/cgi-bin/be_counter.cgi?mode=nossi"></SCRIPT>

Note the mode=nossi parameter.

Parameters with the HTML Tags

Parameters can be added to the Tags, this will change the default behavior of the script. You can use multiple parameters, however, they must be separated by an ampersand ";".
(example: be_counter.cgi?show=none;file=myhomepage)

Paramenter Value Behavior
command ni Do not increment the counter
show today
none
today = shows total hits for today
none = do not show any counter (still increments counter)
mode nossi
ssi
nossi = using script in non ssi mode
ssi = using script in ssi mode (default)
file (valid file name) Uses another file name instead of the default (bedefault)