This page details specific technical support in relation to our servers and server configuration. For general help on writing in HTML and CGI/Perl click here for links to useful sites
Note that our servers are Microsoft Internet Information servers (IIS), Windows NT.
To send email from within a form in HTML you should create the special form mail program (sendmail.asp) by copying the following text and creating a plain text file called sendmail.asp in Notepad or WordPad. Put it into the cgi-bin folder.
Put it in your cgi-bin directory, and then copy and modify the following code
and place it in your HTML page in the root directory. You should then modify
the line:
$Recipient = "info\@$domain";
so that "info" reads whatever email address you want it sent to (where
$domain is your domain name with us).
(If you want the output of the program to not be displayed then put comment
out the last few lines (using "###" at the front of each line).
(Note: This program is in place of SendMail programs which are sometimes used.)
Use a similar HTML file as the following to get people to fill in and send the information to you, and put it into the cgi-bin folder.:
Your website allows you to run dynamic programs on our servers which enables you to present an interactive solution to your customers. Your website includes a directory called /cgi-bin/ where you should put these programs. Your absolute server path to the cgi-bin which you may need to know to create your scripts is "e:\domains\m\yourchosendomainname.com\user\htdocs\cgi-bin\" (where yourchosendomainname.co.uk is the domain name we told you to use as your FTP username for uploading in your FTP program).
There are hundreds of free and cheap CGI programs you can use on our servers. Have a look at the following site for a good selection of them. Note that you should pick those which work for Windows NT not Unix (it is possible some of the Unix programs work also under Windows too but do not rely on this).
http://cgi.resourceindex.com/Programs_and_Scripts/Perl/
We cannot support or help you with writing or modifying these scripts, although we can help if you need to know anything specific about our servers in order to make your scripts run.
Perl is automatically recognised by our servers so you do not need to tell your script where the files are.
©2000-2006 Infinite Innovations Ltd. All rights reserved