|
PHP is a powerful scripting language ideal for
the creation of dynamic, data driven web sites. To
use PHP scripts on our servers they must have the
file extension .php (.php3 and .php4 are also
supported for compatibility with older
applications). Your PHP index page must be called
index.php.
The most accurate and detailed information
regarding the configuration of PHP on your server
can be obtained by running a PHP script on your
account containing the phpinfo command. Paste the
following code into a file with the extension .php,
upload it to your account and view it in your web
browser.
<?
phpinfo()
?>
Values for the most commonly requested variables
and configuration options are however shown in the
table below for your convenience.
|
Version
|
4.3.10 (CGI version)
|
|
|
Modules
|
Non standard modules include mySQL, GD,
Zend & IonCube loader.
|
|
|
allow_url_fopen
|
On
|
|
|
max_execution_time
|
10
|
|
|
memory_limit
|
20M
|
|
|
register_globals
|
On
|
|
|
safe_mode
|
Off
|
|
|
upload_max_filesize
|
5M
|
|
Additional Modules &
Configuration Changes
Due to the nature of shared hosting it is not
normally possible for us to install additional
modules or change configuration options on the
request of clients.
Notes on PHP Scripts
Please note that chat/IRC, web proxy and mailing
list scripts are not allowed on our network under
any circumstances. See our Acceptable
Use Policy for more information.
<
Back
|