- All
- ColdFusion
- General
- Laravel
- Magento2
Protected: RC – Branded Control Panel URLs
There is no excerpt because this is a protected post....
How To Open WPRESS Files Quick And Easily
Do you have a WPRESS file but are unsure how to open or extract them? Sometimes it’s annoying to d...
Set default php-version for command line Plesk
$ which php /usr/bin/php $ mv /usr/bin/php /usr/bin/php-backup $ ln -s /opt/plesk/php/7.3/bin/php /u...
Add a WordPress Admin User to the Database via PHP
As a developer, you will occasionally need to create a new administrative user in the database to ga...
Contact Form – add an arrow to submit button
Just simple add below shortcode in the contact form in wp-admin [submit “SUBMIT FORM →”...
How can I BACKUP a MySQL database from the command line?
Performing a MySQL Database Dump From your SSH command prompt type … mysqldump -u {username} -...
How can I RESTORE a MySQL database from the command line?
Importing a MySQLDUMP From your SSH command prompt type … mysqladmin -u {username} -p {passwor...
How To Change Style for File Upload in Contact Form7
Here is the code for How To Change Style for File Upload in Contact Form7 , .your-file { color: tran...
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...