How to use Guestbook
Log in to host online using Telnet
Copy the Guestbook CGI files
/afs/sfsu.edu/usr/mrito/public_html
make a note of the path to your files listed above
now you need to customize the guestbook.cgi for your account
to customize the file use an editor like pico or vi
Ex (at the server prompt type): pico -w guest/guestbook.cgi
Edit the guestbook.cgi file
$guestbookreal = "/afs/sfsu.edu/fn/userid/public_html/guestbook/guestbook.html";
$guestlog = "/afs/sfsu.edu/fn/userid/public_html/guestbook/guestlog.html";
$guestbookreal = "/afs/sfsu.edu/usr/mrito/public_html/guestbook/guestbook.html";
$guestlog = "/afs/sfsu.edu/usr/mrito/public_html/guestbook/guestlog.html";
Note:The only values you will need to change are fn and userid.
Test Guestbook