Theme editor

Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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”...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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.
  15. 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...
  16. 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...
  17. 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...
  18. Aior

    Directadmin An error occurred during the backup User has one or more hard links in their path problem solution

    Understanding and Resolving DirectAdmin Backup Errors Due to Hard Links The Problem During the backup process, DirectAdmin performs a preliminary check to identify any hard links within the user's backup path. Hard links are file system objects that allow two or more file names to reference...
  19. Aior

    How to find and change a word in sql

    You can see the SQL code How to find and change a word in sql as below: SQL does not support list and search all tables then if you are using a Wordpress table you can make necessary changes as below: -- wp_options UPDATE wp_options SET option_value = REPLACE(option_value...
  20. Aior

    How to disable strict_trans_tables at MariaDB Almalinux and DirectAdmin?

    When I install a script that's what I see: Connect your SSH as root user, nano /etc/my.cnf Add the code below and then Ctrl + X to save ---> y + Enter sql_mode="ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" Then Restart MariaDB from DirectAdmin Service Monitor...
Back
Top