CGI -- Thanks!

Joshua Graham Pitcher ((no email))
Tue, 23 Jul 1996 14:31:35 +1000 (EST)

Hi!

Firstly a big thanks to all who replied regarding my CGI probs. Just for the
record the solution was to replace:

<img src="cgi-bin/number.cgi">

with:

<img src="/cgi-bin/cgiwrap/~jpitcher/number.cgi">

Someone also asked what this particular script did. It's just a hit counter,
but it seems to be prety cool. Anyone interested is welcome to take it out
of my ~/public_html/cgi-bin directory. There are two files, number.cgi and
number.val, which holds the count. Have a look at the files, they're pretty
easy to understand.

OK now for my next question: Can anyone point me in the direction of other
CGI files to handle things like dialogue boxes and custom email boxes?

I have heard that there is a whole lot of cgi stuff in the /cgi-bin
directory of the progsoc web server. However I cannot seem to find where it
is mounted in ftoomsh's filesystem. Can anyone help me out on this one??

Info on the location of any cgi info appreciated.

Thanks in advance,

Josh.