Recently Added Articles
How to Change Your cPanel Password
This article will go over how to change your cPanel password. This password enables you to log in to your primary FTP account, SSH, MySQL, and cPanel. The first thing you need to do is log in to cPanel. On the cPanel home screen, you need to go to the Preferences section and click on…
How to Change Your cPanel Language
cPanel is a leading web hosting control panel based on Linux, and it is widely used to manage a web hosting server’s resources. In order to simplify the process of managing a website that is hosted on a server, it offers various automation tools and a graphical user interface, or GUI, that are integrated together….
How to Change Your Time Zone in cPanel
The term time zone is used for an area that observes a uniform standard for social, commercial, and legal purposes. Time zones typically follow boundaries between countries and their subdivisions instead of following longitude strictly because it is convenient for areas that often communicate to keep the same time. If the incorrect time is in…
How to Increase your PHP Memory limit
PHP allocates a certain amount of memory when executing PHP scripts. When the allocated memory is exhausted, the PHP script shows a fatal errorMemory_limit error Please note that the memory_limit value should be set to at least as big as post_max_size. Follow these steps to increase memory_limit in cPanel You can confirm whether your changes…
How to run a Different PHP Version in the Subdomain/Addon Domain
Arynox uses CloudLinux as the operating system on our servers to improve server stability. One of the main features of CloudLinux is that each account can select the PHP version they wish to have for their websites. This is very useful if you have an application that requires a specific version of PHP However, the…
How to Increase Your PHP Maximum Execution Time
An important aspect to remember about PHP programs is that the maximum time to execute a script is normally set to thirty seconds, although the time limit varies from one hosting company to another. Programs that involve sending mail to many recipients or some heavy export or import of files can cause the user to…