The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.
Can I create a CGI script that stays resident in memory or forks processes?
We do not allow any type of program that stays resident in memory or listens to a port number or...
Views: 351
|
Can I use flat file database driven forums?
We do not allow the use of flat file database driven forums such as UBB or YABB bulletin...
Views: 1692
|
Can you help me troubleshoot my script?
Our support team would be more than happy to help you with any problem you encounter. However, we...
Views: 105
|
Do you allow CGI to run on your servers?
We do allow running of cgi scripts on the servers, however they must conform to our acceptable...
Views: 103
|
Does your company have any limit about CGI scripts?
We don't have a limit on how many you can install. There are some scripts that we do not allow....
Views: 318
|
How can I troubleshoot an \"Internal Server Error\"?
Method 1. Log into your control panel, there should be a link called "View Error Log". This...
Views: 117
|
How do I set file permissions with WS_FTP?
Just highlight the file you want to set, and right-click on it. A menu will pop up, then select...
Views: 130
|
How do I setup Hit Counters, Guestbooks, etc?
We have a collection of CGI scripts that are already pre-installed on your hosting account. Some...
Views: 823
|
I am unable to delete CGI related files...
If you have any files or folders that were created by a cgi script running on your account, you...
Views: 193
|
I keep getting a 500 Internal Server Error. Why?
There are many different possibilities. If you have a problem, misconfiguration, or syntax error...
Views: 109
|
The paths to commonly used programs for CGI scripts, mySQL and others are...
Commonly used paths -
Perl: /usr/bin/perl Perl 5: /usr/bin/perl5.00503 Sendmail:...
Views: 107
|
What are the basics of installing CGI & Perl scripts?
1) Be sure the file permissions are set correctly on the cgi that you are trying to run start...
Views: 110
|
What directory do I upload my CGI scripts to?
CGI scripts are executable from anywhere within your "public_html" directory. They do not need to...
Views: 112
|
What is CGI?
CGI, Common Gateway Interface, includes programs that run on the server to enhance the quality...
Views: 152
|
What is Perl?
Practical Extraction and Reporting Language, a robust programming language frequently used for...
Views: 109
|
What is the exact physical path to your root directory on the webserver?
The path to your root directory is: /home/username/ Obviously, substitute "username" with the...
Views: 189
|
What is the path to Perl?
The path to perl is: /usr/bin/perl
Views: 98
|
What is the path to Sendmail?
The path to Sendmail on all of our servers is: /usr/sbin/sendmail
Views: 124
|
What version of Perl are you running?
As of this writing all of our servers are currently running Perl version 5.8.1. (Note:...
Views: 106
|
Why am I getting a 403 Forbidden Error?
A 403 Forbidden error occurs when the web server finds itself with insufficient permissions to...
Views: 109
|
Why Does My CGI script give me a Permission Denied Error?
CGI scripts need to be set executable. You need to change the mode, or permissions, of your...
Views: 107
|
Why doesn't my CGI work?
Make sure when you upload the CGI file DO NOT upload in binary mode, instead use ASCII mode....
Views: 128
|