Sites

Support

Member Login

Please log in here to access help features and more.



Account Management

{tab=Server Paths}

What paths to server resources should I use in my CGI or PERL scripts?

Here are the correct paths to the common server resources that CGI scripts often require:

Date:   /bin/date
Sendmail:   /usr/lib/sendmail
Path to Perl interpreter:   #!/usr/bin/perl
Serverpath:   /home/username/public_html/cgi-bin
Domain directory:   /home/username/public_html (puts you in your public_html directory)
Cgi-bin path:   /home/username/public_html/cgi-bin/filename (puts you in your cgi-bin) 

{tab=CGI Scripts} 

Where do I put my CGI scripts?

Put your cgi-bin scripts in the public_html subdirectory named "cgi-bin"

{tab=Servers} 

What name servers do I use for my site?

When you register your domain, point to the following name servers: ( dns addresses) 

ns1.coolsiteman.com     65.39.240.171
ns2.coolsiteman.com     65.39.240.172

 

Mail Servers (smtp servers)

 To set up your mail program, set the servers as follows:

Incoming mail: mail.yourdomain.com

Outgoing mail: mail.yourdomain.com

(Use your ISP outgoing smtp server if you have trouble sending mail).