Recently Added Articles
How to Change Your PHP Version In cPanel
Websites frequently use PHP scripting language for content and applications. PHP is an acronym for Hypertext Preprocessor. PHP is typically embedded in the HTML code and processed on the server. The most common CMSs, or Content Management Systems, such as WordPress, run on this technology. PHP is frequently offered along with MySQL, which is a…
How To Install Ruby Gems in cPanel
Ruby Gems are collections of functions that allow you to perform tasks in Ruby, it is a package manager for the Ruby programming language. You will need to install a Gem before you can use it inside a Ruby program. It provides a standard format for the distribution of Ruby programs and libraries. Without requiring…
How to Configure and Manage WebDAV Web Disks With cPanel
Webdav(Web Distributed Authoring and even Versioning) is a protocol that is used for easily accessing your files on the web from your desktop. It allows you to set up a folder on your computer that connects directly to your hosting account, enables collaboration between authors, and manages and edit files on the web using compatible…
Setting Timezones in PHP
How to set the timezone for PHP in the php.ini file By default, Arynox servers are configured to use the Coordinated Universal Time (UTC). You can change the time zone that PHP uses for your scripts by setting the date.timezone directive in your php.ini file. PHP relies on the date.timezone value for some date/time functions…
How to Create a phpinfo
PHP is a fundamental coding language for WordPress users. Even if you’re not a developer, you might need to understand this a bit to keep your site running. PHP has many environment variables that you can update as needed. However, if you don’t know where to look, it can be challenging to find even the…
Using NodeJS Apps
cPanel can run NodeJs applications. NodeJs was created with the aim to create real-time sites with push capability, and the creators got their inspiration from applications like Gmail. We finally have web applications with two-way connections, where both the server and the client can initiate communication, allowing them to freely exchange data. To load your…