Articles
All Hostlantern's servers have zlib, zip, xlt, curl, simple_xml installed. You can find more...
Does Hostlantern support PHP 4?Hostlantern supports PHP 4 on all shared servers. In order to change the PHP version for your...
Does Hostlantern support PHP HTTP Authorization?Hostlantern supports the PHP HTTP Authorization and in order to enable it you need to add the...
How is PHP installed on Hostlantern’s servers?Hostlantern's webservers run PHP as a CGI module in SuExec. PHP is also running as a CLI binary....
How to change the date.timezone value in PHPIf your PHP scripts do not show the correct time, the reason is that most probably your hosting...
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 change the value of a PHP setting?There are two ways to change the value of a PHP setting: through the Hostlantern' PHP Variables...
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...
How to enable zlib compression manually for PHP scriptsPHP Zlib module allows you to transparently read and write gzip compressed files. Thus it is used...
How to generate PDF files with PHP?FPDF is a PHP class that allows you to generate PDF files without using the PDFlib library. FPDF...
How to include remote code in Php 5.2By default remote code inclusion is not allowed in Php 5.2. This is an important security...
How to increase PHP Memory?Some applications require more PHP Memory to operate correctly. Our shared plans have the...
How to install Smarty Template EngineFollow the steps below to install Smarty Template Engine on your hosting account: Download the...
How to modify PHP settings without using php.ini filesWhen PHP is running as a CGI module, PHP settings cannot be modified through an .htaccess file....
How to submit web forms with PHPHow to create secured web forms using PHP In order to create web forms using PHP you can use the...
How to switch to a different PHP version?Hostlantern has implemented a unique server setup that allows each customer to choose which...
Is IonCube supported?Yes, IonCube is installed on all of the Hostlantern's servers. You can find all the information...
Is PEAR included in your Php installationsYes, the standard PEAR packages are included in all Php installations. If your application...
Is PHP Safe Mode turned Off on Hostlantern’s serversPHP Safe Mode is by default turned off for all PHP versions available on Hostlantern servers....
Is Zend Optimizer available?Yes, Zend Optimizer is installed on all Hostlantern's servers. More information about it can be...
My script requires PHP installed as Apache module. Can you please rebuild it?Unfortunately, all our servers are running PHP as a CGI module in suExec mode and it isn't...
My script requires ZendOptimizer. Do you have ZendOptimizer installed?The PHP extension ZendOptimizer is installed on all of our shared hosting servers by default. If...
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....
PHP Error: Cannot modify header informationhis is a common PHP error which is usually caused by: - White spaces before or after the PHP...
PHP’s fsockopen() problemsThe PHP function fsockopen() may not work because of firewall restrictions on the outgoing...
What is SourceGuardian and how to use it?SourceGuardian is commercial software which allows you to securely encode, compile and encrypt...