Simple CGI Hit Counter 1.00 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Simple CGI Hit Counter 1.00 (Default branch)
# 1  
Old 12-01-2008
Simple CGI Hit Counter 1.00 (Default branch)

ImageSimple CGI Hit Counter is a self-contained hit counter written as a CGI program. It can easily be used in static Web pages with SSI. License: GNU General Public License (GPL)Changes:
This version has been tested with Apache on Fedoracore.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Homework & Coursework Questions

Help with simple script with counter

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: I am to create a script that checks a file for specific attributes. Read, write, execute, if the file is empty,... (13 Replies)
Discussion started by: silencep77
13 Replies

2. Shell Programming and Scripting

simple cgi script not working

hi all, i have installed simple cgi-script under apache/cgi-bin directory hello.cgi #!/usr/bin/perl print "Content-type: text/html\n\n"; print <<END_HTML; <html> <head></head> <body>Hello, World!</body> </html> END_HTML when i hit the url... (6 Replies)
Discussion started by: raghur77
6 Replies
Login or Register to Ask a Question
cgi_cs_init(3)							     cgi/cgi.h							    cgi_cs_init(3)

NAME
cgi_cs_init - initialize CS parser with the CGI defaults SYNOPSIS
#include <cgi/cgi.h> NEOERR *cgi_cs_init(CGI *cgi, CSPARSE **cs); ARGUMENTS
cgi - a pointer a CGI struct allocated with cgi_init cs - a pointer to a CS struct pointer DESCRIPTION
cgi_cs_init initializes a CS parser with the CGI HDF context, and registers the standard CGI filters RETURN VALUE
cs - the allocated/initialized CS struct SEE ALSO
cgi_debug_init(3), cgi_parse(3), cgi_destroy(3), cgi_js_escape(3), cgi_html_escape_strfunc(3), cgi_register_strfuncs(3), cgi_output(3), parse_rfc2388(3), cgi_url_validate(3), open_upload(3), cgi_cs_init(3), cgi_url_escape_more(3), cgi_html_strip_strfunc(3), cgi_neo_error(3), cgi_redirect(3), cgi_filehandle(3), cgi_register_parse_cb(3), cgi_url_escape(3), cgi_init(3), cgi_redirect_uri(3), cgi_cookie_clear(3), cgi_url_unescape(3), cgi_vredirect(3), cgi_display(3), cgi_html_ws_strip(3), cgi_error(3), cgi_cookie_set(3), cgi_text_html_strfunc(3), cgi_cookie_authority ClearSilver 12 July 2007 cgi_cs_init(3)