Secure shell for secure access to the server
Putty

Counter for your home page
    WWWCount is installed as /cgi-bin/Count.cgi and can be used by anyone on the system.

    How to call the program?
    You can refer to the program from web page like this:
<img src="http://www.istop.com/cgi-bin/Count.cgi?df=sample.dat" align=absmiddle>
    The string between ? and " is called the QUERY_STRING. Make sure there are no newlines in the <img src= line and no space in the QUERY_STRING. Here in, df=sample.dat, df means datafile and sample.dat is the counter datafile. The counter stores the hits in this file. This datafile is supplied. You can specify a datafile with df like df=my_account_name.dat. The file my_account_name.dat will be created for you.
    Look at this Example Page to make the counter work and look the way you desire..

Note: doing a browser reload will not increment the count

backBack to Top