Integra Customer Care
Welcome to Integra Telecom's Customer Care Center.
For additional assistance, contact us.

You have not selected a Service Area. (Select one)

Using CGI and PERL on Integra's Web Hosting Servers

CGI Services

As part of our hosting packages, you have the ability to use System or Custom CGI scripts. If you are using System CGI Scripts then you are utilizing scripts that Integra Telecom maintains and stores on the Web server. If you are using Custom CGI Scripts, then you would have uploaded the scripts from another site or created them yourself — these too, are stored on the server and should be uploaded to your space inside of the /public_html/cgi-bin/ directory.

When creating your own CGI scripts, be sure that you use /usr/local/bin/perl for the path to Perl and make sure that the script and your cgi-bin's directory permissions are set to 755.

Integra has the following System CGI Scripts for your use:

Integra Telecom will maintain and provide technical assistance for our own System CGI programs to the extent of path information and script names. Integra allows you to load any third-party CGI program of your choosing, though the ISP Support Team can only support the integrity of our own System Scripts. Also, please note that the actual integration of any script into a customer’s Web site is a content issue and can not be supported through the ISP Support Team.

Counter

<img src="http://www.integraonline.com/cgi-bin/counter.cgi?df=yourdomain.tld">

Simply add the above link to your web document. Replace 'yourdomain.tld' with your domain. For example, if this was going on the integraonline.com website, then the tag would look like this:

<img src="http://www.integraonline.com/cgi-bin/counter.cgi?df=integraonline.com">

Example:

Form-To-Mail

http://www.integraonline.com/cgi-bin/emailform.cgi is the location of the CGI script. This incorporates into the FORM tag as an ACTION. The METHOD type is POST. The only other requirements are three input parameters to satisfy the output of the script.

The INPUT parameters for the form are:

Here is an example:
<form action="http://www.integraonline.com/cgi-bin/emailform.cgi">
<input type=hidden name=to value="recipient@example.net">
<input type=hidden name=from value="sender@example.net">
<input type=hidden name=subject value="quick test">
<input type=hidden name=redirect value="http://www.integraonline.com">
<input type=text name=custom value="Type info here">
<p>
<input type=submit>
</form>

Other CGI Resources

More CGI resources are available at these informative sites.

Conclusion

Now that you have implemented the correct tags into your page you should be able to take advantage of the system CGI scripts.

<< Return to Web Hosting Support