cgi scripts
Customers are free to develop   their own CGI scripts and run them on their Sites using the following method:

Create a directory in your wavespace web space called cgi-bin and copy your CGI scripts into there.

Using your FTP program set the permissions of the script to rwxr-xr-x (chmod 755).

Call your script using the following code: -

<FORM method="POST" action="http://wavespace.waverider.co.uk/cgi-bin/cgiwrap/username/scriptname">

You will need to change the username to your username and the scriptname to the name of your script, remember that these are case sensitive.

We currently have two cgi scripts that enable visitor counters to be placed on customer Web Sites, and the contents of Web based forms to be emailed out.  To find out more select the relevant link (below):
web site visitor counter

emailing form contents