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. If you want to check the ionCube loaders version, please create a PHP script on your account with the following content:

<?php phpinfo(); ?>

Then access the file via your browser and it will show you the entire configuration of the PHP interpreter as well as the ionCube loaders version.If you have a script that gives an error about missing ionCube loaders, please make sure you are not using any custom php.ini files. When you have a custom php.ini file, it overwrites the global PHP settings and this may result in a missing ionCube loaders script error.

  • 0 Usuários acharam útil
Esta resposta lhe foi útil?

Artigos Relacionados

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 installation and use of PHPBB?

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

Do you support Python?

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

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...