Frontier Peace of Mind
HOME PAGE FAQs USER TOOLS TUTORIALS CONTACT US
ABOUT PEACE OF MIND
SERVICES AND PRICING
FRONTIER ACCOUNT EDITOR
FRONTIER MAIL  ACCESS
GLOSSARY
LIVE ASSISTANCE
LIVE CHAT
ONLINE BILL PAY
Access Numbers
Creating Your Own Web Page
Downloads
Enabling SMTP Authentication
FrontierNet Lookout
Frontier Yahoo! Portal and Toolbar
High Speed Internet Utilities
High Speed Internet Speed Test
Peace of Mind Gadget for Windows Vista™
Wireless Setup


Web Counter Samples

The sample counters below have sample.dat entered within the code. The word sample will need to be replaced with your Frontier, FrontierNet, Citlink, Newnorth, Epix, or GVNI username.

There are several examples that have lit=0123456 entered within the code; that should be replaced with df=username.dat where username is your Frontier/FrontierNet/Citlink/Newnorth/Epix/GVNI username.

Also, if you're planning on adding a web counter to your page, you will need to click the following link to set up a web counter data file for your web counter to work:

https://security.frontier.com/acctedit


Simple, no frame, digit style A (default)

<img src="/cgi-bin/Count.cgi?df=sample.dat&ft=0">


Frame with default frame-color and thickness is 4 (specified)

<img src="/cgi-bin/Count.cgi?df=sample.dat&ft=4">


Difference between Jul 16,1999 10 PM and Jul 17 1999 10AM

<img src="/cgi-bin/Count.cgi?cdf=1999;7;16;22;0;0&cdt=1999;7;17;10;0;0">


No datafile specified with df, therefore, random digits will be displayed

<img src="/cgi-bin/Count.cgi?ft=0">


Digit style B

<img src="/cgi-bin/Count.cgi?df=sample.dat&dd=B">


Digit style C, display comma if more than 3 digits

<img src="/cgi-bin/Count.cgi?df=sample.dat&dd=C&comma=T">


Digit style D

<img src="/cgi-bin/Count.cgi?ft=3&df=sample.dat&dd=D">


Digit style E, make white transparent

<img src="/cgi-bin/Count.cgi?trgb=ffffff&df=sample.dat&dd=E">


Red frame with default thickness

<img src="/cgi-bin/Count.cgi?df=sample.dat&frgb=ff0000">


Hidden counter

<img src="/cgi-bin/Count.cgi?df=sample.dat&sh=F">



Literal string with comma

<img src="/cgi-bin/Count.cgi?lit=94032048040320&comma=T&dd=D&ft=2">


Frame color can be Red, Green and Blue triplets

<img src="/cgi-bin/Count.cgi?ft=4&lit=0123456&frgb=0;0;255">


Frame color can be hex as well, using blue here

<img src="/cgi-bin/Count.cgi?ft=4&lit=0123456&frgb=0000ff">


Frame color can be a name as well

<img src="/cgi-bin/Count.cgi?ft=4&lit=0123456&frgb=Gray">


Change green digit-color to default pen color

<img src="/cgi-bin/Count.cgi?lit=1234567&chcolor=T">


Change green digit-color to yellow

<img src="/cgi-bin/Count.cgi?lit=1234567&srgb=00ff00&prgb=ffff00">


Show time (12 hr format)

<img src="/cgi-bin/Count.cgi?display=clock">


Show time (12 hr format) don't pad hr with zero

<img src="/cgi-bin/Count.cgi?display=clock&pad=F">


Show time (24 hr format)

<img src="/cgi-bin/Count.cgi?display=clock&tformat=24">


Show GMT Time

<img src="/cgi-bin/Count.cgi?display=clock&timezone=GMT+0000">


Show time of Dhaka (GMT+0600), Bangladesh

<img src="/cgi-bin/Count.cgi?display=clock&timezone=GMT+0600">


Show date (DD-MM-YY)

<img src="/cgi-bin/Count.cgi?display=date&dformat=ddmmyy">


Make the green color transparent, no frame

<img src="/cgi-bin/Count.cgi?df=sample.dat&trgb=00ff00">


Make the black color transparent

<img src="/cgi-bin/Count.cgi?df=sample.dat&trgb=000000">


Make the black color transparent, change green color to a shade of gray

<img src="/cgi-bin/Count.cgi?srgb=00ff00&prgb=101010&df=sample.dat&trgb=000000 ">


Rotate 270 degrees. Note, degrees are implied here.

<img src="/cgi-bin/Count.cgi?ft=0&df=sample.dat&rotate=T&dd=D">


Rotate 180 degrees

<img src="/cgi-bin/Count.cgi?ft=0&df=sample.dat&dd=D&degrees=180">


Rotate 90 degrees

<img src="/cgi-bin/Count.cgi?ft=0&df=sample.dat&degrees=90&dd=D&prgb=ffff0 0">