Search Our Database

How to setup FileZilla server on Windows

Introduction FileZilla is a highly trusted FTP server solution that enables you to manage file transfers efficiently. It provides a simple interface for setting up file-sharing capabilities on a Windows server, ensuring secure access for multiple users. Whether you’re setting up a personal FTP server or hosting file access for an organization, FileZilla makes the

How to enable the short_open_tag option in PHP

Introduction The “short_open_tag” option in PHP allows the use of short tags (<? ?>) for PHP scripts, which can be useful for simpler code formatting. However, it is disabled by default in many server configurations to encourage the use of full PHP tags (<?php ?>). This guide explains how to enable the “short_open_tag” option in

How to fix warning: date() [function.date] in PHP

Warning: CentOS 7 reached its End of Life (EOL) in June 2024. As a result, it no longer receives security updates or official support, which may leave your server vulnerable to security threats. It is strongly recommended to upgrade to a currently supported Linux distribution for continued security and stability. Introduction When managing a PHP-based

How to turn off brute force notification for DirectAdmin control panel

Introduction DirectAdmin provides a mechanism to block IP addresses involved in brute force attacks. However, by default, it also sends notifications each time a brute force attempt is detected. If you want to stop these notifications while still blocking suspicious IP addresses, you can configure DirectAdmin to hide the notifications without affecting the IP blocking

Improve Your WordPress Security

Introduction Securing your WordPress site is crucial to prevent attacks, data breaches, and unauthorized access. This guide outlines key steps to enhance your website’s security, protecting your content and users from potential threats.   Prerequisites Admin access to WordPress. Knowledge of basic WordPress settings. Access to the hosting control panel or server for advanced configurations.

How to set HAProxy load balancing using Session Cookie

Introduction HAProxy is a powerful tool used for load balancing and improving the performance and reliability of web applications. In this guide, we will walk you through the steps to configure HAProxy on your server for HTTP load balancing between two web servers. The configuration will use the round-robin balancing algorithm, which distributes traffic evenly

How to check php information for your hosting server

Introduction To check PHP settings, modules and versions on your hosting server, you can use a simple script to generate detailed PHP information.   Prerequisites Access to your hosting server via FTP or file manager. A text editor to create a PHP file.   1. First, create a plain text file and name it as