At the UNIX shell prompt (boulder.earthnet.net), type mkweb, then [enter]. This will create a directory called public_html that is the home for all of your html files. Within that directory, a sample homepage.html will be created. This is the default name, and your main page must be named homepage.html. To exit telnet, type "exit", then [enter].
Make sure that you select ascii for the protocol to transfer *.html files and binary for transferring images (on Macintosh use raw data for images). Upload your files (*.gif or *.jpg) into your "public_html" directory by clicking the arrow pointing to the right in the middle of the ftp screen.
(If you have any questions regarding these instructions, please feel free to contact us by e-mail at PC Support or MAC Support. Or call us at XXX-XXX-XXXX.)
CREATING A DEDICATED URL
Did you want your URL to be http://www.your_domain.com rather
than http://www.earthnet.net/~your_user_id?
Contact Unix Support at Earthnet,
you must have a domain name registered and we assign a specific IP
address to that name.
Inorder to create a cgi script file on Earthnet, you must first
create a HTML form (name_of_form.html). When creating this form,
you must adhear to the following syntacs:
<FORM METHOD="POST" ACTION="/cgi_user/form_"your userid".cgi">
...
<INPUT TYPE="SUBMIT"<>INPUT TYPE="RESET">
</FORM>
IMAGEMAPS
If you want to have an imagemap this is the proper syntax:
<A HREF="https://web.archive.org/web/19980128052505id_/http://www.earthnet.net/cgi-bin/imagemap/~userid/button.map">
<IMG SRC="https://web.archive.org/web/19980128052505id_/http://www.earthnet.net/~userid/button.gif" ISMAP>
and the button.map contains full path URL's for example:
COUNTERS
You can place in your html for a counter:
<img src="https://web.archive.org/web/19980128052505id_/http://www.earthnet.net/cgi-bin/Count.cgi?df=userid-page"
align=absmiddle>
in your html document.
If you have your own domain name you must contact
Unix Support at Earthnet to have your
domain added to the counter configuration file.