Search for a domain:
.
Enter Your Email:

Enter Keywords:

 

Support :: How-To :: Counters

Although you have access to free Web Site Traffic Reports, you may wish to add a counter on your site.

Quick Start:

1. Add the following HTML where you'd like the counter to be displayed on your site:
<img src="http://scripts.nxtek.net/count/Count.exe?df=domain.dat&ft=0">
Note: When pasting the HTML, make it one line.

2. Replace domain.dat with your domain name. NxTek's for example would be nxtek.dat.

This would result in the following image:

There are many, many examples and features available. Below are a few examples:

frame with default frame-color and thickness is 4 (specified)
<img src="http://scripts.nxtek.net/count/Count.exe?df=sample.dat&ft=4">
df=sample.dat&ft=4

 

countdown,Year 2000 implied from web server time
<img src="http://scripts.nxtek.net/count/Count.exe?display=countdown&ft=0&dd=cd&negate=T">
display=countdown&ft=0&dd=cd&negate=T

 

countdown,Year 2000,just show the days only
<img src="http://scripts.nxtek.net/count/Count.exe?display=countdown&sdhms=F">
display=countdown&sdhms=F

 

countdown from GMT to Year 2000
<img src="http://scripts.nxtek.net/count/Count.exe?display=countdown&timezone=GMT+0000">
display=countdown&timezone=GMT+0000

 

countdown to Year 2000, show the from date(sfd) below
prgb (pen RGB) can be used to change the sfd color
<img src="http://scripts.nxtek.net/count/Count.exe?cdt=2000;1;1;0;0;0&sfd=T&
prgb=0000ff&dd=cd&ft=2&frgb=000000">
cdt=2000;1;1;0;0;0&sfd=T&prgb=0000ff&dd=cd&ft=2&frgb=000000

 

countdown from New York to Year 2000
<img src="http://scripts.nxtek.net/count/Count.exe?display=countdown&dd=cdr&timezone=GMT-0500&sfd=T&ft=4">
display=countdown&dd=cdr&timezone=GMT-0500&sfd=T&ft=4

 

countdown to a specific date ,say 8 AM, Feb 1 2000
<img src="http://scripts.nxtek.net/count/Count.exe?cdt=2000;2;1;8;0;0&sfd=T&dd=cdd&ft=2">
cdt=2000;2;1;8;0;0&sfd=T&dd=cdd&ft=2

 

digit style B
<img src="http://scripts.nxtek.net/count/Count.exe?df=sample.dat&dd=B">
df=sample.dat&dd=B

 

digit style C,display comma if more than 3 digits
<img src="http://scripts.nxtek.net/count/Count.exe?df=sample.dat&dd=C&comma=T">
df=sample.dat&dd=C&comma=T

 

digit style D
<img src="http://scripts.nxtek.net/count/Count.exe?ft=3&df=sample.dat&dd=D">
ft=3&df=sample.dat&dd=D

 

digit style E, make white transparent
<img src="http://scripts.nxtek.net/count/Count.exe?trgb=ffffff&df=sample.dat&dd=E">
trgb=ffffff&df=sample.dat&dd=E

 

red frame with default thickness
<img src="http://scripts.nxtek.net/count/Count.exe?df=sample.dat&frgb=ff0000">
df=sample.dat&frgb=ff0000

 

frame color can be Red,Green and Blue triplets
<img src="http://scripts.nxtek.net/count/Count.exe?ft=4&lit=0123456&frgb=0;0;255">
ft=4&lit=0123456&frgb=0;0;255

 

frame color can be hex as well,using blue here
<img src="http://scripts.nxtek.net/count/Count.exe?ft=4&lit=0123456&frgb=0000ff">
ft=4&lit=0123456&frgb=0000ff

 

frame color can be a name as well
<img src="http://scripts.nxtek.net/count/Count.exe?ft=4&lit=0123456&frgb=Gray">
ft=4&lit=0123456&frgb=Gray

 

change green digit-color to default pen color
<img src="http://scripts.nxtek.net/count/Count.exe?lit=1234567&chcolor=T">
lit=1234567&chcolor=T

 

change green digit-color to yellow
<img src="http://scripts.nxtek.net/count/Count.exe?lit=1234567&srgb=00ff00&
prgb=ffff00">
lit=1234567&srgb=00ff00&prgb=ffff00

 

show time (12 hr format)
<img src="http://scripts.nxtek.net/count/Count.exe?display=clock">
display=clock

 

show time (12 hr format) don't pad hr with zero
<img src="http://scripts.nxtek.net/count/Count.exe?display=clock&pad=F">
display=clock&pad=F

 

show time (24 hr format)
<img src="http://scripts.nxtek.net/count/Count.exe?display=clock&tformat=24">
display=clock&tformat=24

 

show GMT Time
<img src="http://scripts.nxtek.net/count/Count.exe?display=clock&timezone=GMT+0000">
display=clock&timezone=GMT+0000

 

show date (MM-DD-YY)
<img src="http://scripts.nxtek.net/count/Count.exe?display=date&dd=cdr">
display=date&dd=cdr

 

show date (DD-MM-YY)
<img src="http://scripts.nxtek.net/count/Count.exe?display=date&dformat=ddmmyy">
display=date&dformat=ddmmyy

 

show date (DD-MM-YYYY) use YYYY to show full year
<img src="http://scripts.nxtek.net/count/Count.exe?display=date&fy=T&dd=cd&
dformat=ddmmyyyy">
display=date&fy=T&dd=cd&dformat=ddmmyyyy

 

show date (DD-MM-YY) use fy to show full year
<img src="http://scripts.nxtek.net/count/Count.exe?display=date&fy=T&dd=cd&dformat=ddmmyy">
display=date&fy=T&dd=cd&dformat=ddmmyy

 

make the green color transparent,no frame
<img src="http://scripts.nxtek.net/count/Count.exe?df=sample.dat&trgb=00ff00">
df=sample.dat&trgb=00ff00

 

make the black color transparent
<img src="http://scripts.nxtek.net/count/Count.exe?df=sample.dat&trgb=000000">
df=sample.dat&trgb=000000

 

make the black color transparent,change green color to a shade of gray
<img src="http://scripts.nxtek.net/count/Count.exe?srgb=00ff00&prgb=101010&
df=sample.dat&trgb=000000">
srgb=00ff00&prgb=101010&df=sample.dat&trgb=000000

 

composite counter at the bottom center of the image, make white transparent
<img src="http://scripts.nxtek.net/count/Count.exe?image=foo.gif&dd=E&
comma=T&df=sample.dat&align=bottomcenter&tr=T&trgb=ffffff">
image=foo.gif&dd=E&comma=T&df=sample.dat&align=bottomcenter&tr=T&trgb=ffffff

 

composite counter at the top center of the image, offset is 5 pixels from top
<img src="http://scripts.nxtek.net/count/Count.exe?image=yeehaw.gif&dd=A&
df=sample.dat&comma=T&align=topcenter&offset=5&ft=4">
image=yeehaw.gif&dd=A&df=sample.dat&comma=T&align=topcenter&offset=5&ft=4

 

composite counter at the bottom center of the image,make black transparent
<img src="http://scripts.nxtek.net/count/Count.exe?image=peng.gif&dd=A&df=sample.dat&comma=T&align=bottomcenter&offset=40
&trgb=000000&ft=0">
image=peng.gif&dd=A&df=sample.dat&comma=T&align=bottomcenter&offset=40&trgb=000000&ft=0

 

rotate 270 degrees. Note, degrees are implied here
<img src="http://scripts.nxtek.net/count/Count.exe?ft=0&df=sample.dat&rotate=T&dd=D">
ft=0&df=sample.dat&rotate=T&dd=D

 

rotate 90 degrees
<img src="http://scripts.nxtek.net/count/Count.exe?ft=0&df=sample.dat&degrees=90&dd=D&prgb=ffff00">
ft=0&df=sample.dat&degrees=90&dd=D&prgb=ffff00

More examples and help can be found at http://www.muquit.com/muquit/software/Count/Count.html. If you need any help or have any problems please let us know! 

:: Navigation :: [ ::

web hosting, web development, ecommerce, hosting, web site development, web site design, fort wayne, web site, shopping carts, website development, webmaster, web page development, e-commerce, hosting, internet service provider, fort wayne in, allen county, allen, development, website, web page, advertising, website design, shopping cart, nxtek solutions, commerce hosting, services, corporate web site, design, ecommerce hosting, indiana, marketing, online shopping cart, web site designs, ablecommerce, access provider, access, account, activex, active x, active server pages, adobeadsl, alias, aliases, application, applications, asf, asp hosting, asp, audio, availability, available, award winning, award, award-winning, bandwidth, basic, basket, baskets, broadcast, brokerage, brokers, build, business, businesses, c, calculate, calculation, calculator, calendar, calendars, cam, cart, carts, catalog, catalogs, cert, certificate, cgi, chat room, chat rooms, chat, co-location, coldfusion, collocation, colocation, com, commerce, commercial, computer, computers, consultation, consulting services, consulting, cookies, corporate services, corporate, corporation, county, create, creation, credit card, credit cards, crystal reports, data, database hosting, database integration, database online, database, databases, date, demo, demos, designs, develop, developer, developers, develops, dhtml, director, discuss, discussion forums, discussion, domain host, domain hosting, domain name hosting, domain name registration, domain registration, domain, domains, download, ds3, dsl, dynamic html, dynamic, e-commerce hosting, e-mail hosting, e-mail, electronic commerce hosting, electronic commerce, email forwarding, email hosting, email, encrypted, encryption, engine, engines, excel, extranet, fax, file, files, flash, form, forms, frames, forum, forums, foxpro, frac t1, frac, frame relay, frame, framerelay, free stuff, free, frontpage 2000, frontpage, ft wayne, ftp hosting, ftp site hosting, ftp site, ftp, function, functionality, gateway, graphic design, graphic, graphics, home page, home pages, homepage, homepages, host, hosts, hourly, html, iis, image, images, imagemaps, imagination, info, information, innovative, instant, interactive, interactivity, internet provider, internet service providers, internet services provider, internet, intranet, inventory, ip address, ip, isdn, isp, isps, java, java applets, midi, wav, javascript, jennifer wheeler, jfer, jscript, live, log, login, logs, macromedia, mail, mailing list hosting, mailing list, maintain, maintenance, makeover, mall, management, manipulation, matt summers, media, microsoft office, microsoft, multimedia, name, names, navigation, net, nets, network consulting, network, networks, new, news, non-profit, nonprofit, nt, nxtek solutions inc, nxtek, office, offices, on demand, on-demand, ondemand, online catalog hosting, online catalog, online catalogs, online shopping carts, online shopping, online store, online, only, org, organization, organizations, overhaul, overhauls, pager, password, password, pdf, perl, personal, personalization, phil iovino, php, php3, pop account, pop, pop3, pops, presence, presences, print, products, program, programming, promotion, protect, protected, provider, providers, quadzilla, real-time, realaudio, realtime, realvideo, redesign, register, registers, registrar, registration, registrations, report, reports, responders, revamp, sales, search engine submission, search engine, search submission, search, searches, secure certificate, secure form, secure forms, secure ordering, secure server hosting, secure server, secure shopping cart, secure, security, server side include, server side includes, server side, server, servers, service, shockwave flash, shockwave, shopping, solution, solutions, sports, sql, ssi, ssl, statistics, stocks, streaming media, streaming multimedia, streaming, submission, submissions, sybase, sybase, t1, t3, tech, technology, time, traffic, transfer, update, updates, updates, upload, user, username, vb script, vbscript, visual basic, visual basic script, video, virtual reality, virtual, visual, vrml, weather, web application, web applications, web cam, webcam, web pages, web sites, web, webcam, webs, websites, windows, xml