How
To Add A Counter To Your
Internet Texoma Web Page
As an Internet Texoma customer, you receive five MB of server
space for a personal Web site. Read on to find out how to put your own
counter on your personal Web page! Please note, you should have some skill
in HTML code and Web page development when trying to implement your counter.
If you have any problems, contact the support desk.
Step 1: Visit http://help.texoma.net/Website.htm
for information regarding Web site construction, including frequently asked
questions (FAQ).
Step 2: Create your Web page.
Step 3: Look below and determine which
counter design you want to use. The HTML code for each counter shown will be
included just below the counter. All you have to do is copy and paste the
code shown into the image location field of your HTML editor, or between the
quotation marks of the HTML code... <img src="red code goes
here">. Remember, the red text is the image source. If you're
using an editor, insert an image and paste the code as the image source, or
location. There is one thing you need to change in the red code: you should
replace "username.dat" in the code below with
the name of YOUR data file, which is your login name. For example, if your
login name is "janedoe", your counter's data file will be "janedoe.dat".
Quick Index:
Command Description
Default Settings
No Frame
Use Comma
Working With Colors
Display Date And Time
Default
Counter Settings

http://home.texoma.net/cgi-bin/Count.cgi?df=username.dat&dd=A

http://home.texoma.net/cgi-bin/Count.cgi?df=username.dat&dd=B

http://home.texoma.net/cgi-bin/Count.cgi?df=username.dat&dd=C

http://home.texoma.net/cgi-bin/Count.cgi?df=username.dat&dd=D

http://home.texoma.net/cgi-bin/Count.cgi?df=username.dat&dd=E
[ Top | Quick Index
]
No frame:
"&ft=0"

http://home.texoma.net/cgi-bin/Count.cgi?df=username.dat&dd=A&ft=0

http://home.texoma.net/cgi-bin/Count.cgi?df=username.dat&dd=B&ft=0

http://home.texoma.net/cgi-bin/Count.cgi?df=username.dat&dd=C&ft=0

http://home.texoma.net/cgi-bin/Count.cgi?df=username.dat&dd=D&ft=0

http://home.texoma.net/cgi-bin/Count.cgi?df=username.dat&dd=E&ft=0
[ Top | Quick Index
]
No frame, use
comma:
"&comma=T"

http://home.texoma.net/cgi-bin/Count.cgi?df=username.dat&dd=A&ft=0&comma=T

http://home.texoma.net/cgi-bin/Count.cgi?df=username.dat&dd=B&ft=0&comma=T

http://home.texoma.net/cgi-bin/Count.cgi?df=username.dat&dd=C&ft=0&comma=T

http://home.texoma.net/cgi-bin/Count.cgi?df=username.dat&dd=D&ft=0&comma=T

http://home.texoma.net/cgi-bin/Count.cgi?df=username.dat&dd=E&ft=0&comma=T
[ Top | Quick Index
]
Working with
colors
Your counter's color scheme can be changed many different
ways. The digit color, digit background, and frame color can be
customized to your needs. The following commands below can manipulate your
counter's color scheme. Just paste these commands shown below to the end of
the code of the counter style you choose above. Be sure that you used the
code for frames if you want to specify frame color. The color can be
specified three ways. RGB format (255;255;255), Hex format (FFFFFF), or you
can use the color's name (WHITE). For a list of color names, look at this color
name mapping database.
Frame Color: &frgb=RRR;GGG;BBB
or &frgb=RRGGBB or &frgb=NAME
Digit Color: &prgb=RRR;GGG;BBB
or &prgb=RRGGBB or &prgb=NAME
The background has an extra step. You have to specify
the source
color, then specify the new pen color. Here are the commands.
Background: &srgb=000000
AND &prgb=RRR;GGG;BBB or &prgb=RRGGBB
or &prgb=NAME
You can also make any color transparent. Just specify the
color you
want to be transparent (clear) in the command below.
Transparent Color: &trgb=RRR;GGG;BBB
or &trgb=RRGGBB or &trgb=NAME
[ Top | Quick Index
]
Displaying Date
And Time
Your counter can also be configured to display the date and time of when
it was loaded. Take a look at the examples below to determine which
type you like.
Display Date

http://home.texoma.net/cgi-bin/Count.cgi?display=date&dformat=mmddyy&dd=A

http://home.texoma.net/cgi-bin/Count.cgi?display=date&dformat=mmddyy&dd=B

http://home.texoma.net/cgi-bin/Count.cgi?display=date&dformat=mmddyy&dd=C

http://home.texoma.net/cgi-bin/Count.cgi?display=date&dformat=mmddyy&dd=D

http://home.texoma.net/cgi-bin/Count.cgi?display=date&dformat=mmddyy&dd=E
Display Time

http://home.texoma.net/cgi-bin/Count.cgi?display=clock&dd=A

http://home.texoma.net/cgi-bin/Count.cgi?display=clock&dd=B

http://home.texoma.net/cgi-bin/Count.cgi?display=clock&dd=C

http://home.texoma.net/cgi-bin/Count.cgi?display=clock&dd=D

http://home.texoma.net/cgi-bin/Count.cgi?display=clock&dd=E
The same frame and color properties can be applied to the date and
time just like the counter, so everything on your page can match.
[ Top | Quick Index
]
Command
Description
The following is a list of the counter's commands and what they
do. All counter, date, and time code starts with "http://home.texoma.net/cgi-bin/Count.cgi?",
followed by commands. Each command is separated by the
"&" symbol. The first command after the "?" in the
above code string should not have the "&" symbol before it,
and all commands following the first should be preceded by a
"&" symbol.
COMMAND
|
DESCRIPTION
|
OPTIONS
|
|
display=X
|
Used to specify what will be displayed,
the default is counter |
counter (default)
date
clock |
| tformat=X |
Used to show time 12 hour format or 24 hour
format |
12 (default)
24 |
| dformat=X |
Used to specify what order to show the date |
MMDDYY (default)
And combination can be used using the format shown above |
| ft=X |
Sets the frame width in pixels |
Use 0 (zero) for no frame. Width of 5
or greater
creates a 3D effect |
| frgb=X |
Sets the frame color |
X may be one of the following:
RRR;GGG;BBB (in RGB
format)
RRGGBB (in Hex format)
NAME (using a color name) |
| pad=X |
Turn zeros on the left of the count on or
off, use with the md=X command |
Y (zeros on)
N (zeros off, default) |
| md=X |
Set the maximum number of digits to be
displayed. To display zeros to the left, pad=Y must be used |
Any integer: 1, 4, 15, etc. |
| dd=X |
Set which digit style (font) to display; 5
styles are available |
See above examples for the look of the
styles.Use A, B, C, D, E |
| comma=X |
Turn display of comma after every 3rd digit
on or off. Note: the zeros (pad=X) will be turned off when using
this option |
T (comma on)
F (comma off, default) |
srgb=X
prgb=X |
Changes the color of "srgb=X" to
the color of "prgb=X" use these two commands to change the
background color of the counter, see above section. To change digit
color, only "prgb=X" is needed |
X may be one of the
following:
RRR;GGG;BBB (in RGB
format)
RRGGBB (in Hex format)
NAME (using a color
name) |
| sh=X |
Set the counter to be hidden or not. If
"sh=X" is turned off, the counter will increment, but not
be shown |
Y (show counter, default)
N (hide counter) |
| df=X |
Specify datafile where the count is stored.
This will be your login name with a .dat extension, unless otherwise
specified by an Internet Texoma support technician |
X should be replaced with "loginname.dat"
where "loginname" is your login name you use to connect to
Internet Texoma |
| lit=X |
Display a certain string of digits, the
count will not be shown, only the specified string |
Digits 0-9, and the
characters "A", "P", ":",
"-". |
| degrees=X |
Rotate the counter X number of degrees,
using 360 will return the counter to the 0 position |
90
180
270
360 (default position) |
Step 4: Upload your Web page to
Internet Texoma's server.
Note: For detailed instructions on uploading your Web
pages, please visit section 5 of Internet
Texoma's How To directory.
[ Top | Quick Index
]
|