Articles

 Can I use cURL with my account?

Yes, all of our servers have cURL enabled. The path to cURL is /usr/bin/curl .

 Do you support Python?

Yes, we do. The path to Python is /usr/bin/python .

 Do you support installation and use of PHPBB?

We have one touch installs for XMB, PHPBB, and Invisionboard. Here are some links to some...

 Does WHW support PHP HTTP Authorization?

We do support the PHP HTTP Authorization and in order to enable it you need to add the following...

 How do I install the CGI scripts generated?

You basically need a few things before you can get started: You will need a web host that...

 How do I run my own CGI/perl programs?

Place your CGI programs in the cgi-bin directory. Be sure to upload them in ASCII mode. Make...

 How to change the timezone for a single PHP file?

You can set a specific timezone for a PHP script using the following function which should be...

 How to enable error reporting in a PHP script?

There are two ways to enable error reporting in your PHP scripts. 1. You can add the following...

 How to enable zlib compression manually for PHP scripts?

PHP Zlib module allows you to transparently read and write gzip compressed files. Thus it is used...

 How to include PHP code in .htm/.html pages?

In order to include and execute PHP code in .htm/.html pages, you should set PHP as the default...

 How to increase PHP Memory?

You can create  custom php.ini with required memory limit  in your account but that should be...

 How to install Smarty Template Engine?

Follow the steps below to install Smarty Template Engine on your hosting account:  Download the...

 I'm getting 'file not found' running my script. What did I do wrong?

Make sure that you have uploaded to the cgi-bin. Make sure that you are trying to access the...

 I'm getting an 'Internal server error' with my cgi script. What gives?

This being a generic error, it could be caused by many things. Here are some of the most common:...

 Is PEAR included in your Php installations ?

Yes, the standard PEAR packages are included in all Php installations

 My script requires ionCube loaders Do you have ionCube installed?

The ionCube loaders PHP extension is installed on all of our shared hosting servers by default....

 What are CGI "wrappers"? Can they make CGI scripts safe?

Nothing can automatically make CGI scripts completely safe, but you can make them safer in some...

 What does the 'premature end of script headers' error mean?

99.9% of the time, this error is caused by either uploading in binary instead of ASCII or by...

 What is CURL?

A command line tool for getting or sending files using URL syntax. Since CURL uses libcurl, it...

 What is PHP Error: Cannot modify header information ?

This is a common PHP error which is usually caused by: - White spaces before or after the PHP...

 What is Perl?

Perl stands for 'Practical Extraction and Reporting Language'. Perl is a versatile programming...

 What is SourceGuardian and how to use it?

SourceGuardian is commercial software which allows you to securely encode, compile and encrypt...

 What is the path to Perl?

The path to perl is /usr/bin/perl

 What permissions should I run my Cgi scripts under?

All CGI scripts should be placed in the CGI-BIN and set to chmod 755.

 What permissions will I need to set my CGI scripts to for them to function properly?

ALL cgi scripts MUST be chmod 755. This does not apply to PHP scripts. Just the scripts you place...

 What userid will my PHP and CGI scripts run under?

CGI scripts run under your userid and group. (username.username) PHP scripts, however, will run...

 Why do I see the source code of the script when I run it on my website?

When you run the script, and see the source code of the script in your browser instead of the...

 Will there be ads (advertisements) displayed on my site?

NO, there are no advertisements displayed other than what you place yourself.