• home
  • forum
  • my
  • kt
  • download
  • this£º1/1 25records  total:3    start  Previous  Next  Last    goto:
    Perl/CGI: Hit Counter
    ON: 2008-08-15 06:53:31
    A guide to creating a hit counter using Perl and CGI.
    32 times | category:
    Adding an Access Counter
    ON: 2007-08-10 09:20:39
    CGI programs can make your Web pages dynamic, and one popular application of CGI is the addition of an access counter. An access counter is a text or graphical representation of the number of times that your Web page has been requested. Access counters work either by including a CGI script within an HTML page with Server Side Includes or the < IMG > tag, or by generating the entire HTML page from a CGI script. When a user requests the HTML page containing an access counter, the CGI script checks the current access count, increments it by one, and displays the results in the Web page. Many Web sites have added access counters to their home pages.
    15 times | category:
    Create your own Image Counter
    ON: 2007-08-10 09:10:33
    This is a comprehensive tutorial on how to create your own image counter CGI on your Web page. Main topics include: Make the CGI Directory, Make A Directory for the Counter's Files, Altering the Script For Your Server, Find the Absolute Path, Turn on the CGI/COUNT Directories, Getting A Count On A Page, Locking Out Others, and more. Full source code is available
    12 times | category:
    this£º1/1 25records  total:3    start  Previous  Next  Last    goto: