- All
- ColdFusion
- General
- Laravel
- Magento2
Deleting many files – the easy way – [Argument list too long]
If you’ve ever gone in to a directory, for example a mail or log directory, and wanted to clea...
How to run backup via command line in WHM
In this article, we will explain how to run backup via the command line. While experienced users can...
Protected: RC – Branded Control Panel URLs
There is no excerpt because this is a protected post....
How To Open WPRESS Files Quick And Easily
Wpress-Extractor Windows/Mac Download link Windows – Download now Mac – Download now *IM...
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...