Introduction Adobe Dreamweaver allows developers to connect to and manage MySQL databases remotely through FTP and Remote MySQL access in cPanel. Proper configuration of remote MySQL and Dreamweaver settings is required to establish a successful database connection. Prerequisites Implementation Enable Remote MySQL Connection in cPanel Note:The hostname should be either… Continue Reading Configure Dreamweaver to access MySQL database via FTP – cPanel – Access database via remote connection

How to install SSL certificate without IP dedicated IP address in shared hosting. SSL-enabled Name-based Apache Virtual Hosts with mod_gnutls This article describes how to implement SSL-enabled name-based vhosts – that is secure virtual hosts which share the same IP address and port – with the SNI-capable mod_gnutls module for… Continue Reading Enable name based hosting for SSL -SNI module – without dedicated IP for SSL

This script allows us to gather all the username and password information on the server to let us troubleshoot faster. Just copy paste this script in a file. Change the file to executable mode and run the script. I works. We can get the Plesk password via this. #!/usr/bin/env bash#**********************************************#… Continue Reading Hack Plesk email and FTP password – How to decrypt it.

Introduction Horde allows users to create and manage email signatures directly from the webmail interface. Email signatures help automatically include contact information or standard messages in outgoing emails. Prerequisites Implementation Easy Steps to Enable Signature in Horde Webmail Step 1 Login to Horde webmail. Step 2 From the left-side menu,… Continue Reading Enabling Signature in Horde Webmail

How to get Plesk password from MySQL database. Plesk Password decrypt or hack the Plesk password.   1. Getting all the domain account information from Plesk———————————————————————— mysql -uadmin -p`cat /etc/psa/.psa.shadow` -D psa -e “select login,password,home from sys_users INNER JOIN accounts on accounts.id=sys_users.account_id;” 2. Get client login details from Plesk.———————————————– mysql… Continue Reading Plesk password decrypt – Plesk password hack – from MySQL database.

Introduction The PHP directive allow_url_include allows PHP scripts to include remote files or URLs directly. Some applications, news feeds, or external integrations may require this setting to function properly. Prerequisites Before proceeding, ensure: What is allow_url_include? The following PHP directive enables remote URL inclusion: When disabled, PHP applications trying to… Continue Reading How to Enable allow_url_include in PHP

Introduction If you are unable to access your Joomla administrator account, you can reset the password directly from the MySQL database using an SQL query. Prerequisites Implementation How to Reset Joomla Password You can reset the Joomla password by executing the following command in MySQL: update jos_users set password=MD5(“testpass”) where… Continue Reading How to Reset Joomla Password

Introduction ModSecurity is an Apache web application firewall (WAF) module that helps protect websites from common attacks such as SQL injection, cross-site scripting (XSS), and malicious POST requests. While it provides an additional layer of security, certain applications or websites may generate false positives, resulting in errors such as 406… Continue Reading How to Disable ModSecurity for a User or Domain in cPanel/WHM

Introduction: ModSecurity is an open-source web application firewall (WAF) module for the Apache HTTP Server. It helps protect web servers against common attacks such as SQL injection, cross-site scripting (XSS), remote file inclusion, and malicious HTTP requests. Compiling Apache with ModSecurity allows administrators to integrate advanced request filtering and security… Continue Reading How to compile mod_security in Apache 1.3 or 2.x?

Introduction Before updating a domain’s DNS records or migrating a website to a new server, it is important to verify that the website is functioning correctly on the destination server. This helps identify issues related to website files, database connections, SSL certificates, or server configuration before the DNS propagation begins.… Continue Reading How to check your site with temporary DNS method