Theme editor

Search results

  1. Aior

    Installing Elasticsearch 8 for XenForo Enhanced Search Integration

    XenForo Enhanced Search is a powerful extension that leverages Elasticsearch to deliver faster and more accurate search results. This guide walks you through the steps of installing and configuring Elasticsearch 8 on a Linux server for use with XenForo Enhanced Search. System Requirements A...
  2. Aior

    XenForo Enhanced Search Configuration with Elasticsearch 8

    XenForo Enhanced Search Configuration with Elasticsearch 8 This guide explains how to configure XenForo Enhanced Search using a local Elasticsearch 8.x instance with HTTPS and authentication enabled. 1. Prerequisites Ensure the following: • Elasticsearch 8.x is installed and running...
  3. Aior

    How to edit disabled function at Directadmin and Cloudlinux?

    Issue: You are using DirectAdmin with CloudLinux, and the exec() function is disabled in PHP 7.3. When you check your [phpinfo()] output, you see `exec` listed under disable_functions. You want to enable the `exec` function. Environment: Control Panel: DirectAdmin OS: CloudLinux (with...
  4. Aior

    WHMCS Login Invalid CSRF Protection Token Problem Solution

    WHMCS Login: “Invalid CSRF Protection Token” Problem Solution If you are locked out of the WHMCS admin area and encounter the “Invalid CSRF Protection Token” error, follow these steps to troubleshoot and regain access. Step 1: Verify Your WHMCS System URL and SSL Setup 1. Make sure...
  5. Aior

    Nicon Oculon T02 Focus Not Working and Whats inside it?

    Nicon Oculon T02 Focus Not Working and Whats inside it? The Nicon Oculon T02 is a piece of optical equipment that promises performance, precision, and durability for astronomy, birdwatching, and a wide range of observational pursuits. Many consumers choose this model for its purported...
  6. Aior

    How to Play Minecraft on a Local Network (LAN) with a Mac

    How to Play Minecraft on a Local Network (LAN) with a Mac If you’re looking to play Minecraft (Java Edition) with your friends on a local network using a Mac, this step-by-step guide will help you get started quickly. Whether you’re on Wi-Fi or an Ethernet connection, playing via LAN is a great...
  7. Aior

    Minecraft Launcher Crashing When Trying to Log In on MacBook: Common Causes and How to Fix It

    Minecraft Launcher Crashing When Trying to Log In on MacBook: Common Causes and How to Fix It If you’ve been attempting to play Minecraft on your MacBook—only to have the launcher crash the moment you try to log in—you’re not alone. A number of players have reported sudden crashes or freezes...
  8. Aior

    General guide on cleaning up a WordPress database via SQL

    Below is a general guide on cleaning up a WordPress database via SQL. These are common cleanup tasks—removing post revisions, spam/trashed comments, orphaned metadata, expired transients, etc. Always back up your database before running any SQL commands. Once you have a backup, you can run these...
  9. Aior

    How to Replace a Translation String in XenForo via phpMyAdmin?

    Below is a short tutorial article you can post or share, explaining how to replace the text “doğrudan mesaj” with “özel mesaj” in the xf_phrase table of a XenForo database using phpMyAdmin. It includes the SQL code and step-by-step instructions. How to Replace “doğrudan mesaj” with “özel mesaj”...
  10. Aior

    How to rebuilt Xenforo Route Filter Cache?

    Overview By default, XenForo updates its route filter cache automatically whenever you add, edit, or remove route filters. However, if the standard “Rebuild Caches” option in the Admin CP is not clearing out old route filters (or not applying new ones properly), you can force a rebuild by...
  11. Aior

    Xenforo The uploaded file is too large for the server to process.

    This error usually means that the file you’re trying to upload exceeds one or more PHP or server limits. To resolve it in XenForo, you’ll want to adjust both your PHP configuration and (if applicable) XenForo settings. Here are the steps: 1. Increase PHP Limits Edit your PHP configuration...
  12. Aior

    How to disable spam comments at wordpress

    How to Disable Spam Comments in WordPress Step 1: Configure Discussion Settings for Future Posts In your WordPress admin panel, navigate to Settings > Discussion and either uncheck “Allow people to submit comments on new posts” or enable comment moderation to manually approve comments, ensuring...
  13. Aior

    How to Enable exec in CloudLinux and DirectAdmin

    How to Enable exec in CloudLinux and DirectAdmin Enabling the PHP exec function on a server running CloudLinux and DirectAdmin involves modifying the PHP configuration and then restarting your web server. This guide walks you through the process step-by-step. Overview In a typical CloudLinux...
  14. Aior

    How to Change the Root Password in Linux

    How to Change the Root Password in Linux Sometimes you need to change the root user’s password for security or administrative reasons. Below is a simple guide to do this on a standard Linux distribution, written in a XenForo-friendly format. Log in or Switch to the Root User If you are not...
  15. Aior

    Installing and activation Phalcon 3.4.5 to Cloudlinux and Directadmin

    Below is a step-by-step guide for installing Phalcon 3.4.5 from source and activating it under CloudLinux + DirectAdmin on PHP 7.3. Because CloudLinux does not ship Phalcon 3.4.5 by default, we’ll compile our own .so and then enable it via CloudLinux PHP Selector. Finally, we’ll show how to...
  16. Aior

    How to Reset Mac Energy Settings

    How to Reset Mac Energy Settings If your Mac is always on, even when you expect it to sleep, resetting the energy settings can resolve the issue. Fortunately, macOS provides an easy way to reset your Mac’s energy preferences using the Terminal. This guide will walk you through the process and...
  17. Aior

    How to add new Php version to CPanel and Cloudlinux

    Just connect to Terminal at Cpanel and yum groupinstall alt-php Pleaae anable necessary versions from Apache settings. PS make necessary precautions and take backups.
  18. Aior

    How can I close auto correct words at Mac?

    To turn off autocorrect on a Mac, you can follow these steps: 1. Click to Apple and choose System Settings 2. Go to Keyboard Settings: Click on the "Keyboard" icon within the System Preferences window. 3. Access Text Input: And Then Click to Edit 4. Then close all auto corrections...
  19. Aior

    How to Transfer from cPanel to DirectAdmin: A Step-by-Step Guide

    How to Transfer from cPanel to DirectAdmin: A Step-by-Step Guide When it comes to web hosting management, cPanel and DirectAdmin are two of the most popular control panels used by web hosting providers. Each has its own features and interfaces, and sometimes you might find yourself needing to...
  20. Aior

    How to Directadmin root to user ownership change

    When you do something with SSH or root password you will get probably file permission problems at Linux. If you are using DirectAdmin here is the easiest way to change all ownerships from root to user: cd /home/username/domains/domain.com/public_html chown -R username:username * Here is...
Back
Top