Search results

  1. K

    Steps to change language in jetbackup

    In jetbackup 4 translation feature is available but we have to manually configured it: You can check the original files of WHM: /usr/local/cpanel/whostmgr/docroot/templates/jetbackup/app/lang/en/{SECTION.json} Here {SECTION.json} is a section in Jetbackup Dashboard. We have to place the...
  2. K

    How to change the max execution time in WHMCS?

    If we are getting below error while executing cron jobs then we can update the WHMCS configuration file. Let’s see how to check this: PHP Fatal error: Maximum execution time of 300 seconds exceeded in /path/to/file.php To resolve this issue we can update the configuration.php file and add...
  3. K

    Joomla 3 Module creation and Item type called “Create Article”

    Before taking up a look at Joomla 3, let’s note this platform features. One best feature of Joomla is to create a menu by you. A website with a menu is said to be well-structured and makes navigation easier. You can ask “How this menu works?” Well! Each menu has a code with a URL where you can...
  4. K

    The idea to modify and insert a table in the article of Joomla

    How will you usually display data? Using a table or by a list right! For a perfect display and organizing method, you should use a table. Either you can insert a table or modify the old one using the below-mentioned method: Step 1: Use credentials to log in and then click on the tab “Content”...
  5. K

    Complete Guide to Adding Images to Your Posts in Joomla

    Images add meaning to a website. So you must make use of graphics and images whenever necessary. If you’ve built your website in Joomla and new to the platform, you might be wondering how to add images to your posts. That’s possible through the Media Manager in Joomla. The manager saves all the...
  6. K

    Steps to use Node.js application for addon domain

    If you are installing Node.js for the main domain then there is no need to worry or make any changes, but if you are installing it on your addon domain then you can follow below steps: When we are installing Node.js on our addon domain then sometime application will not create the SSL include...
  7. K

    Steps to change automatic update settings in wordpress Toolkit

    If you are using Wordpress toolkit and want to disable automatic update for it then you can follow below steps: You have to login to cpanel and then click on “Wordpress Toolkit” or you can login to WHM and then click on Plugins >> Wordpress Toolkit. Here you have to search for particular...
  8. K

    How can we add wordpress Toolkit Deluxe in cpanel?

    You can check below steps to add Wordpress Toolkit Deluxe in cpanel Login to WHM. After that click on ”Feature Manager” under “Plugins”. Here you have to click on “Edit feature list”. Now you have to edit the feature list in the package for which you want to enable Wordpress Toolkit Deluxe. You...
  9. K

    Steps to edit cloudlinux limits in WHM

    If you want to edit the cloudlinux limits for particular packages then you can follow below steps: Login to WHM. Click on “Cloudlinux LVE Manager” under “Server Configuration”. Now click on “Packages” tab, here you can check the Cloudlinux limits for all packages. You can edit the limit by...
  10. K

    How to fix cPanel corrupted files of user data?

    You may come across the situation to fix the corrupted user data files in cPanel. It would happen more while operating or migrating the account of cPanel. Using the HTTP.conf server file, you can easily handle the situation to get back your user data from the corrupted mode. In this article...
  11. K

    Protect a WordPress Page or Post with Password

    If you’re using WordPress to build your website, then taking adequate security measures is a must. In a few cases, you may feel the need to protect a particular page or post. Well, in WordPress, it’s very much possible. You can set passwords for such pages or posts and prevent unauthorized...
  12. K

    Steps to automatic update logs in Wordpress Toolkit

    We can easily check the automatic updates in Wordpress with the help of action logs. Action logs gives all the details regarding Toolkit and how it manages Wordpress automatic updates. Here you can check the action logs: /home/username/logs/wpt_action_logs/ With these logs you can check about...
  13. K

    Steps to detach Wordpress installation from wordpress toolkit

    You can follow below steps for it: Login to WHM. Here navigate to “Plugins” and then go to “Wordpress Toolkit”. You will find the “default” tab which is available to the right of the domain name, there are three dots available, and you have to click on it. Select the option “Detach” from menu.
  14. K

    How to reset the WHMCS admin login password from database?

    Normally its very easy to reset the WHMCS password, you just have to click on “forget password” link to reset the password. But if you are not able to receive the email then you can follow below steps: Login to cpanel. Click on “phpMyAdmin” and select particular database for WHMCS. Here you...
  15. K

    Steps to install PHP extension in WHM

    You can follow below steps to install PHP extension in WHM: Login to WHM. Here click on “EasyApache 4” under “Software”. A new window will appear, here you have to click on “Customize” under “Currently installed Packages” section. Now click on “PHP Extensions”. You will see the search bar where...
  16. K

    Steps to install PHP XMLRPC library to EA-PHP

    XML-RPC is a remote procedure call protocol which is written in PHP. If your website have requirement for the XMLRPC libraries then you can install it either from WHM or command line, you can go with your requirements. You can follow below steps to install extension via command line: yum...
  17. K

    Steps to synchronize Cloudlinux quotas

    cl-quota utility always run automatically to synchronize the quota cache data. There is cron set on server to update this quota limit and this cron automatically run on its time. But if in your case it’s not updating the inode limit then you have to manually synchronize the data with this...
  18. K

    How to Prevent Unauthorized Access to the .htaccess File?

    WordPress is made up of numerous files. These can be divided into core and supporting files. Core files are more important than others in maintaining the integrity of the website. .htaccess is part of the WordPress Core files. Many a times, hackers try to inject some malicious codes into the...
  19. K

    How to fix the cleaning process of WordPress Meta Data?

    Do you know the process of getting information other elements of data? Metadata is the right choice! Either it is related to the document, website or file; you can get more from Metadata. Apart from this, metadata gives more info regarding size and format too! If Metadata grows with more size...
  20. K

    Creation of Customized 404 WordPress Error Page

    Website hint is one of the important tasks for website owners! They must maintain their website as well as their visitors for good growth and wealth. If the visitor doesn’t get enough information from the website then it's not sure that they will be visiting us again. So, you need to worry if...
Top