Integra Telecom Logo
home  •  news  •  contact  •  careers  •  order service  •  agents  
ProductsCustomer service & order informationInformation about business phone provider Integra TelecomCarrier Services

  • ISP & Data Support
  • Getting Started
  • System Config
  • Abuse and Security
  • Connectivity Support
  • Dial-up Support
  • DSL Support
  • ISDN Support
  • T1 Support
  • Service Request Forms
  • E-mail Support
  • E-mail Configuration
  • MailGuard
  • Web Host Support
  • Security Tips
home > support help system > web hosting support

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:

  • Page Hit Counter
  • Form-to-Mail

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:

  • "to" — E-mail address to send the e-mail to
  • "from" — E-mail address of the sender
  • "subject" — Subject line of the email
  • "redirect" — Where to send the user after submitting the form (optional)

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.
  • The CGI Resource Index
  • Matt's Script Archive
  • Common Gateway Interface Overview

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

home  |  sitemap  |  privacy  |  contact  |  careers  |  agents

©2004-2008 Integra Telecom.
Integra Telecom is a registered trademark of Integra Telecom Holdings, Inc.