- All
- ColdFusion
- General
- Laravel
- Magento2
Identify Spammer on cPanel / WHM
Identify the spammer, if your server is getting spammed. Learn how to track down a spammer on cPanel...
How to Add Google reCAPTCHA to a PHP Form with Example?
In this guide, we will integrate the Google reCAPTCHA in the PHP contact form. Utilizing this Google...
Send Emails From Your Web Server With the PHP mail() Function and PHPMailer
Most businesses choose to create a professional email account to boost their credibility and build c...
Moving Email accounts from one cPanel server to another
It is common practice to change hosting service providers when you are not happy with the service of...
How to run a PHP script using a custom PHP executable in Plesk Scheduled Tasks?
https://support.plesk.com/hc/en-us/articles/12377377419287-How-to-run-a-PHP-script-using-a-custom-PH...
How to reset ColdFusion Administrator Password
ColdFusion: here’s how to reset the administrator password. To update a lost ColdFusion passwo...
WooCommerce – Automatically Complete Orders
/** * Auto Complete all WooCommerce orders. */ add_action( ‘woocommerce_thankyou’, ̵...
How to remove non empty Directory in Linux
I am getting an error message that read as follows: rmdir: failed to remove 'trip-pictures': Directo...
Install Linux Centos 7, Nginx, MySQL, Postgres, PHP 8.0
Update LANG Edit environtment vi /etc/environment add these lines… LANG=en_US.utf-8 LC_ALL=en_...
How do I set up an FTP server and an FTP user on my Lightsail instance?
I want to set up an FTP server and FTP user on my Lightsail instance running Amazon Linux 2, CentOS,...
Protected: How to Configure Cpanel/WHM to Backup to Amazon S3 (Step by Step of Enabling Permissions in AWS)
There is no excerpt because this is a protected post....
Display the default discounted price and percentage on Woocommerce products
woocommerce version 3 as Product object properties ca’t be accessed directly. Instead you shou...