The Code You Will Love
React Setup
Posted on: Saturday October 26, 2024
Required: Install node npm Step 1: Install React Router (For Navigate to pages:page link) Open your terminal and navigate to your React project directory. Then, run the following command to [...]
Read MoreWorPress WooCommerce Security
Posted on: Tuesday October 22, 2024
STEP 1 : .htaccess [crayon-671cf4b0598e4164513266/] Important! Change xxx.xxx.xxx.xxx to IP address you wish to allow access xmlrpc.php or remove this line completely. STEP 2 : Disable [...]
Read MoreWhitelist IP in WHM
Posted on: Saturday October 19, 2024
To whitelist an IP address in WHM (Web Host Manager), follow these steps: Step-by-Step Guide: Log into WHM: Open your WHM panel by visiting https://your-server-ip:2087. Log in using your root [...]
Read MoreCreate React Project
Posted on: Thursday September 26, 2024
To create a new React project using Create React App (CRA), follow these steps: Step 1: Install Node.js Ensure you have Node.js installed on your machine. You can download it from the official [...]
Read MoreExport Large Database in cPanel by SSH Command
Posted on: Wednesday September 18, 2024
To export a large MySQL database via the command line, you use the mysqldump utility. Here’s the basic syntax and steps for exporting a large database: Basic Syntax mysqldump -u username -p [...]
Read MoreImport Large Database in cPanel by SSH Command
Posted on: Wednesday September 18, 2024
Importing large database from phpmyadmin Import is difficult because of time limit and file size, so here we will see how to import large databases in phpmyadmin or cPanel using SSH. You can use the [...]
Read MoreProduct Zoom Gallery for e-commerce
Posted on: Saturday August 24, 2024
e-commerce product zoom gallery https://codepen.io/hckkiu/pen/poyoRKQ https://codepen.io/danielhuangg/pen/xqaMrM https://codepen.io/ZowWeb/pen/xxGLrjp [...]
Read MoreHTML Form Select Menu Styling
Posted on: Wednesday August 21, 2024
Here we will see how to style HTML Form <select> menu. [crayon-671cf4b05a82f819379350/] [...]
Read Morecsrf in CodeIgniter 4
Posted on: Tuesday June 11, 2024
CSRF/csrf in ci4 Enable CSRF: Go to app/Config/Filters.php Search for public array $methods and replace with: [crayon-671cf4b05aef7165604285/] Use (Just paste under <from>) : <input [...]
Read MoreCSS, JS and image path from public folder in CI4
Posted on: Wednesday June 5, 2024
<link rel=”stylesheet” href=”<?php echo base_url(); ?>assets/vendors/mdi/css/materialdesignicons.min.css”> assets folder is in public [...]
Read More