09/02/2000 September 2nd 2000 Mycgi by Phil Spencer spencep@spenced.com Mycgi is eventually going to be a cgi program that does the following: -MultiUser -Counter -GuestBook -News/blog Currently it's a counter. Quick Install: extract archive cd mycgi make Then move it to wherever your server's cgi folder is to add a user to the counter make a subfolder in mycgi's location example to add user spence: cd usr/local/apache/cgi-bin mkdir spence cd spence touch counter then use an editor vi, joe., mc, pico whatever and add 00000 to the file :) in later versions the program will be setup to do this :) either set the file to be writeable by all or changwe its ownership to match apache's user/group otherwise it won't write to the file to get to it to run right use somthing similar to http://yourhost.com/your-cgi-bin/mycgi.cgi?counter&username have fun :)