Important Things to Consider
When sending email for web site hosted with us, Our
email servers will not allow email to relay unless the FROM
or TO address in the email is a valid local email address.
If your form to email page appears to work, but the email
never arrives at the destination, check to make sure either
the FROM or TO address is a valid local email address or
not.
In the ASP based form to email example, we list
127.0.0.1 as the outbound SMTP server to use. Each web
server has a simple outbound SMTP relay installed. For
optimal effeciency and reliability, we strongly urge you to
use 127.0.0.1 as the outbound SMTP server in your scripts
instead of mail.yourname.com or IP Address. By default,
sendmail and Cold Fusion also use 127.0.0.1.
Please remember that our email servers are not to
be used as spam cannons. Do not write a script that sends
lots of spam. Sending spam through our servers wastes CPU
time and bandwidth, and can degrade performance. Any script
being used to cannon spam will be instantly removed without
any warning.
Active Server Pages Enabled
ASP is a powerful server side scripting language that you
can use at no additional charge. ASP was originally
developed at Microsoft for use with their freeware IIS web
server package, but it is also supported by WebSite Pro 2.x,
which is used with our servers. ASP is a powerful tool for
creating dynamic content, and for connecting to ODBC
databases. Documents that have the .asp extension will be
processed as an ASP document.
ASP can connect to databases, dynamically format
the page, execute complex logic statements, and much more.
Our Servers supports the use of VBScript, JavaScript, and
PerlASP(Unix) within Active Server Pages with VBScript set
as the default scripting language.
You can easily build form to email solutions using
ASP. All of the servers cluster have both ASPEmail and JMail
components installed, so you can use those in your ASP
pages.
We does not and will not help debug ASP scripts. If you
cannot get your ASP scripts to work properly, consult the
Microsoft website or one of the readily available books
about ASP.
We support Perl ASP on our Unix Servers
Online ASP Help
http://www.microsoft.com/
http://www.aspdeveloper.net/
http://www.15seconds.com/faq/
Cold Fusion 5 Enterprise Enabled
Cold Fusion is a powerful server side scripting
language that you can use at no additional charge. Cold
Fusion is an excellent tool for creating dynamic content,
and for connecting to ODBC databases. It is similar to
Active Server Pages.
To use Cold Fusion, the page must have
a .cfm filename extension.
Cold Fusion can connect to databases, connect to remote web
servers, dynamically format the page, add the current date
to an existing page, show the time on a page, execute
complex logic statements, and much more. We currently have
Cold Fusion Enterprise 5 installed on our servers.
Disabled Tags
CFFile, CFDirectory, CFRegistry, and CFObject are
disabled for security reasons. We do not allow any 3rd party
Cold Fusion tags.
Cold Fusion Help
Your local book store should have several good books about
Cold Fusion programming.
SSL - Secure Sockets Layer
SSL certificates offer a secure method for
transmitting and receiving sensitive information (such as
credit card numbers, medical documents, legal writings, and
similar). When your website is ready for e-commerce, an SSL
certificate will be one peice of the overall e-commerce
solution.
Premium Level Accounts can requests SSL certificates for
websites. There is no monthly cost for using SSL. We charges
a US$100 setup for each SSL Certificate Request file. Thawte
(or Verisign) will also charge a setup fee for issuing the
SSL Ceritificate.
To get SSL setup on your website, follow these simply steps: