COUNTERS: How To Activate Your Counter
DaySite.Net servers are pre-configured with counters. To activate counters for your site:
- 1- Complete the form below so DaySite can configure the server for your Website according to your needs.
- 2- Copy, Edit and Paste one of the following lines of code to the page you want the counter to appear on.
Notify DaySite That You Want to Use Counters
Edit Code For Your Site
Only one piece of code needs to be changed for you to use any of these examples on your site. Look for 'UserName' in this code and change it to your User Name. This is the same name you use to FTP pages to the server. So if your User Name is 'bananacom', you would change 'UserName' to 'bananacom'. That segment of the code would then look like '&df=babnanacom'. Make sure you leave the quote marks.
<img src='/cgi-bin/Count.cgi?ft=5|dd=C|tr=T|frgb=0;0;0;&df=UserName.dat'>
<img src='/cgi-bin/Count.cgi?ft=5|dd=C|tr=T|frgb=0;0;0;&df=bananacom.dat'>
Options
- Make Numbers Tranparent
- tr=T makes numbers transparent. Removing the tr=T will make the numbers opaque.
- Change Border or Frame Size
- ft=size of frame around counter ft=0 is no frame. Larger numbers will put a frame around the counter.
- Select a Digit
- dd=A,B,C,D,E,P. Try different ones.
- Frame Color
- frgb=color of frame frgb=255;255;255 is a white frame, 0;0;0 is a black frame. To find other colors visit our COLOR CHART, however only use numeric values.
EXAMPLES
<img src='/cgi-bin/Count.cgi?ft=1|dd=A|frgb=255;255;255;&df=UserName.dat'>
<img src='/cgi-bin/Count.cgi?ft=3|dd=B|frgb=255;000;000;&df=UserName.dat'>
<img src='/cgi-bin/Count.cgi?ft=3|dd=C|frgb=000;074;017;&df=UserName.dat'>
<img src='/cgi-bin/Count.cgi?ft=4|dd=D|frgb=000;255;000;&df=UserName.dat'>
<img src='/cgi-bin/Count.cgi?ft=5|dd=E|frgb=000;000;255;&df=UserName.dat'>
<img src='/cgi-bin/Count.cgi?ft=5|dd=MB|frgb=000;000;255;&df=UserName.dat'>
<img src='/cgi-bin/Count.cgi?ft=5|dd=P|frgb=255;255;255;&df=UserName.dat'>