Monday, June 6, 2011     17:19

Online help!

If You have any error or question use one of the features hosting, you can call round-the-clock support, and we will help you to solve Your questions.

best chat

The best specialists of our center will help You to find and solve hosting problems, whatever error You made.

We are an international organization, You will be able to speak the language convenient for You, in our center there are the polyglots who know to world languages

Order assistance

Frequently Asked Questions

What versions of PHP are supported on the server?

At the moment, 4.3.9, and 4.4.x, 5.2.x and 5.3.x. To switch version for your primary domain you can through cPanel. If additional domain You require another version of PHP, You can specify it manually by creating in the domain directory file .htaccess with the contents:
If You need PHP 4.4: AddType application/x-httpd-php44 .html
If You need PHP 5.2: AddType application/x-httpd-php5 .html
If You require PHP 5.3.:AddType application/x-httpd-php53 .html
On the tariff plan "Personal" is available only in PHP 5.2.

Where PHP errors are being written? How to see in more detail what error?

Errors are logged in the error_log file, which is created on the same level as the PHP script for which you want to view error messages. For a more meaningful error message in PHP script need to adderror_reporting(E_ALL);Note: be Sure to remove these lines after debugging scripts, as the error message may contain private information.

I keep getting an error when I try to download?

Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis.

Does Ioncube loader on your hosting? If not, then how to connect?

To connect Ioncube loader on your hosting you need to download version .so file from the official site in a folder on the hosting, then you need to create php.ini file in your home directory hosting. To connect the module you need to write following line in the generated php file.ini: zend_extension = /public_html/path/to/module/ioncube_loader_.so