How to Get Your Web Pages On-Line

FTP using an ftp client such as ws-ftp to www.triplet.net.
Use your user ID and password to login.

Change directory to public_html using the command
cd public_html. (you can check what directory you are in with pwd).

You may need to make the directory public_html (watch all lower case) using the MKDIR command of your ftp program.

Upload your web pages to the public_html directory.

Your web pages are now online at http://www.triplet.net/~your_login_name

Helpfull pages about html in general are:

HTML for the Rest of Us
ASCII to html table
HTML Goodies
HTML Guide

Images and Backgrounds Note: Only link to these if you are a triplet.net subscriber. Any other linking may subject the user to being locked out of triplet.net's web server (which will probably make your ISP very angry!)

Backgrounds
Images Galore   (Stuff we havn't had time to put into categories)
Images by Category

Special Features

NOTE: We can not provide techincal support on these items. Use them at your own risk. They are provided as a service to you. We would like to be able to teach everyone how to write html web pages, but we need to keep the Internet Access going strong first!

Hit Counter Instruction

First, you need to send a message to webmaster@triplet.net requesting a counter datafile be created.
Second, place the following code on your web page where you want the counter be be:

< src="/cgi-bin/Count.cgi?df=userid.dat" align=absmiddle>

You should substitute your userid for the df=userid.dat in the above example. Also, capitalization does count! count.cgi is not the same as Count.cgi!

The Count users manual can be found here. (Most of what you care about is in part 11.)
The available digits can be found here.

 

Info on how to use FormMail.pl to mail info back to you

Calling the Script:

< METHOD="POST" ACTION="/cgi-bin/FormMail.pl">

For FormMail.pl Help please click here.

On the secure server you must use https://secure.triplet.net/cgi-bin/FormMail.pl or it will not be secure, please use the unsecure server if you do not need the forms to be secure (http://www.triplet.net/cgi-bin/FormMail.pl).   If you are not an E-Commerce user you will not have access to the secure server.

 

Info on how to use YFormMail.pl to mail info back to you and a autoresponse back to the sender

Calling the Script:

<METHOD="POST" ACTION="http://www.triplet.net/cgi-bin/YFormMail.pl">

For YFormMail.pl Help specifics click here.  You also need to know how to use FormMail.pl, for FormMail.pl's help file click here.

This script is only available on the non-secure server.  The lack of security returning an email out of the secure system make it's use on the secure system a very bad idea.