Have a question about listserves? Get information for Users or Listadministrators Here.

Or
Contact us at custsupport@eMountain.net
or at 800-746-1505x386.


1505 Dundee Avenue
Elgin, IL 60120-1619

800-746-1505x386 • 847-742-0135 fax


eMountain Web Hosting Help
 

Mail:

Username@domain.com

Password

POP3:   mail.domain.com
SMTP:  This is your ISP's SMTP address.

Perl, Python and PHP settings:

The first line of the script will have to have

#! /usr/bin/perl

for your perl script to work correctly.

Document Root (the absolute path to your website):

  • For Perl: $ENV{'DOCUMENT_ROOT'}
  • For PHP $_SERVER['DOCUMENT_ROOT']
  • /home/(username)/(domainname)

File extension for Perl scripts: .cgi or.pl
File extension for PHP5 scripts : .php
File extension for Python scripts: .py

Perl 5: /usr/bin/perl
Python 2: /usr/bin/python
sendmail: /usr/sbin/sendmail
MySql 4

PHP 5

Perl scripts must be transferred in ASCII mode and the file permissions must be set
as follows:
Owner: Read, Write, Execute
Group: -
Other: Read, Execute
That is chmod "755"

 

Documentation for Perl can be found at www.perl.com.

Easily configurable scripts can be found at:
www.cgi-resources.com
www.freecode.com

Some scripts can contain security issues. eMountain.net reserves the right to remove or disable any script at any time.