Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
For servers using ServerPilot, be sure to follow the ServerPilot instructions for installing ionCube.
got http error 500 after following this instruction. what might cause the problem ?
The system line isn’t always a good way to determin if you’re running 32 or 64 bit PHP. For example’
Linux nas02 4.4.38-v7+ #938 SMP Thu Dec 15 15:22:21 GMT 2016 armv7l
One way that does work is adding the following to your info.php script:
echo (PHP _ INT _ SIZE * 8) . ‘-bit’; (remove the extra spaces around the underscores)
I know this a fairly old article at this point, but it’s worth noting that part of the second step is wrong for Nginx users. You need to add the INI here:
/etc/php/7.2/fpm/conf.d/00-ioncube.ini
Since Nginx is using FastCGI.
i have a litespeed wordpress droplet, i did all the steps but without luck, any advice?