Woo Automatic Discount Coupon Scheduler

Woo Automatic Discount Coupon Scheduler - WooCommerce WordPress Plugin
The Woo Automatic Discount Coupon Scheduler plugin for your WooCommerce site allows you to automatically create coupons for your registered customers based on their spending and send them via email. This way, you can easily increase customer loyalty and sales. Reward Your Customers and Boost Sales with Woo Automatic Discount Coupon Scheduler.

  • Easy Setup and Use: The plugin is very easy to set up and use. With just a few clicks, you can activate the plugin and define the rules for coupon creation.
  • Flexible Coupon Creation: You can define different discount rates or fixed amounts for the total spending amounts of your customers in specific time periods (weekly or monthly).
  • Multiple Spending Limits: You can define 3 different spending limits and calculate the discount based on the spending amount that meets the highest amount condition.
  • Automatic Email Sending: The generated coupons are automatically sent to your customers via email.

Benefits of the Plugin:

  • Increases Customer Loyalty: Rewarding your customers for their spending encourages them to shop again and increases customer loyalty.
  • Increases Sales: Attractive discount coupons encourage your customers to shop more, increasing your sales.
  • Saves Time: The plugin automates the coupon creation and sending process, saving you time.

How to generate automatic discount coupons?

How to create automatic discount coupons using a WordPress plugin?
1
It's easy to reward your customers and increase your sales with the Woo Automatic Discount Coupon Scheduler plugin. Install the plugin on your WooCommerce store now and start using it!
1

Recurring Coupon Generation Settings

  • Automatic Coupon Generation: If the total payment is equal to or greater than the specified amount, the discount coupon will be applied. Leave blank to disable. Store owners can define multiple spending conditions to trigger automatic generation of discount coupons. This flexibility allows them to incentivize customers based on their spending behavior.
    • — Enabled / Disabled: Automatically generate coupons for registered customers is turned on / off.

  • Calculation time period: By setting the calculation time period to weekly or monthly, store owners can ensure that discounts are regularly offered, enticing customers to make purchases within these time frames.
    • — Weekly: Coupons are calculated and generated on a weekly basis, from Monday 00:00:00 to Sunday 23:59:59.
    • — Monthly: Coupons are calculated and generated on a monthly basis.

  • Next calculate date: The next scheduled date and time for coupon calculation is displayed here.
    • — Next check: The date and time to check that the next scheduled date has been reached is displayed here.

  • Spending Condition:
    • — If the total payment is equal to or greater than the specified amount, the discount coupon will be applied. Leave blank to disable.

  • Discount Coupon:
    • — Percentage: The discount for condition will be in percentage.
    • — Fixed Amount: The discount for condition will be a fixed amount.

Automatic Recurring Coupon Generation Settings

Example of Use:

The plugin allows store owners to define up to three spending conditions, each offering different discount levels. This provides a versatile way to reward customers based on their purchase amounts. Let's say you want to create coupons for your customers' spending on a weekly basis. You can use the plugin to define a rule as follows:

  • Calculation Period:Weekly, Monday 00:00:00 - Sunday 23:59:59
  • Spending Condition 1:100 USD and above
  • Discount Coupon 1:5% discount
  • Spending Condition 2:300 USD and above
  • Discount Coupon 2:10% discount
  • Spending Condition 3:500 USD and above
  • Discount Coupon 3:50 USD fixed discount

According to this rule, customers who spend 100 USD and above in a week will receive a 5% discount coupon, those who spend 300 USD and above will receive a 10% discount coupon, and those who spend 500 USD and above will receive a 50 USD fixed discount coupon. These coupons will be automatically generated and sent to customers via email.

Discount coupons are valid until the next calculation date. Example of recurring produced coupon notification email:

recurring produced discount coupon notification email

For more information, you can request to try the demo presentation of the plugin.

Share:

How to create variable product in WooCommerce

For a simple product, the pricing is straightforward and typically involves a single price. Customers are chargedthe same amount regardless of any specific variations or options.

WooCommerce'de Varyasyonlu Ürün Nasıl Oluşturulur
Pricing of a Product with Variations

When it comes to a product with variations, the pricing model becomes more complex. This typically involves offering thesame base product with different options, such as size, color, or features.

Let's consider a simple example of pricing for variants of a product, such as T-shirts:

  • Variant Type: Color

    • Red
    • White

For this example, we can use the tiered pricing approach:

  • Red color T-shirt: $10
  • White color T-shirt: $12

WooCommerce provides a built-in way to add these options to a product page. This system consists of two basic features: 'attributes' and 'variations'.
Attributes in WooCommerce refer to the characteristics of a product that can be used for creating variations.
Variations are the specific combinations of attributes that create different versions of a product.

For this example:
Attribute: Color
Variations: Red, White

A second feature can be added to this product, for example:
Attribute: Size
Variations: Small, Medium, Large

To use variations in WooCommerce, you first need to set attributes.

How to setup variations and create variable product in WooCommerce?

Set up attributes for WooCommerce products

  • In the WordPress dashboard, go to "Products" > "Attributes".
    Type the new "Attribute" name (Example: Color). Click the "Add attribute" button.
    Add WooCommerce product attribute
  • Once you hit the Add attribute button, your new attribute will appear in the menu to the right.
    From there, click on the link that reads "Configure terms" next to the Attribute you’ve just created.
    Configure WooCommerce attribute terms
  • Enter the name of the value that the "Attribute" can take (Example: Red).
    Add all possible values one by one (Example, other colors: White...)
    New WooCommerce Attribute value
  • In this example we created a "Color" for the "Attribute". There are two options for "Color": "Red" and "White".WooCommerce Attribute names and values

Create a variable WooCommerce product

Assign attributes to the product:

  • Go to "Products" > "Add New". Enter data such as the name, category, etc. Scroll down to the "Product data" section.
    Change the "Simple product" drop-down menu value to "Variable product".
    Determine a unique stock code for this variable product and enter it in the "SKU" field.
    Create WooCommerce variable product
  • Click on the "Attributes" tab and select the ones you will use for the product.
    You will see the names previously assigned for "Attributes".
    Assign attributes to the product
  • Select the values that "Attributes" can take.
    Add all at once with "Select All", or manually select one by one.
    Assign attribute values to the product
  • Make sure that "Visible on the product page" and "Used for variations" are checked.
    Click the "Save attributes" button.
    Add and Save product attributes

Add variations to the product

  • Switch to the "Variations" tab.
    "Generate variations" button adds all possible combinations of the added attributes.
    Or add a new variation manually.
    Confirm this notification and continue: Do you want to generate all variations? This will create a new variation for each and every possible combination of variation attributes (max 50 per run).
    Generate Woocommerce variations
  • Show collapsed product editing areas.
    Use the "Expand / Close" and "Edit" buttons.
    Show Woocommerce variable product
  • Under each variant, be sure to enter the price and SKU number settings for that variant.
    When you have finished making all changes, click the "Save changes" button.
    Edit Woocommerce variable product
  • Click the "Publish" button.
    Publish the product and see it in the store.
    Sample WooCommerce variable product
Share:

Random String, Number, SKU Generator - Free Online Tool

Online Bulk String Generator Password Number SKU Custom pattern
Random string generator with letter, number, symbol characters.
Free, online and fast - instant results.
How do I generate a batch random string?
Bulk random string generation online?
1
Choose which characters to use. Click the "Generate" button.
1

Password Generator

Generate strong and random passwords with one click.

Output results:

character long random string with unique characters cannot be generated using only characters!


Options
Length of each string:
Number of result strings:







Generate Random Number

Generate integer or decimal numbers within a specified range.

Output results:


Options
Minimum value:
Maximum value:
Decimal places:
Decimal separator:
How many number will be created:

Generate Random SKU

Stock codes are used in the company's inventory system to track the product's movement in and out of the warehouse, as well as to facilitate ordering and restocking of the item. The product stock code is determined according to internal company policies and procedures in order to keep track of inventory and facilitate easy identification of products. The format of the stock code may vary across companies, but it usually includes a combination of letters and numbers. You may determine the following format for your product stock code: the first two letters represent the product category (e.g. SH for shoes), followed by the model number (e.g. 023), and finally the size (e.g. 40). Using this format, a running shoe in size 40 would have a stock code of "SH02340". Click to create random stock codes by applying this format to the custom pattern.
Use sample pattern , and chech results.

Generate Random String Using Custom Pattern

Determine the code structure you want. First add as many parts as needed. Select the format of each part; "Fixed string", "Random string" or "Number". Set the rules. "Fill left"; Adds "0" to the left to complete the digit length of the maximum integer value. "Sequential"; Uses all integers between the minimum and maximum values sequentially.

PartValueParameters
1Length: chars.Min.:Max.:
+ Add new part ( Reload page )
How many stock codes will be generated:


You need to increase the number of possibilities. Check your parameters.
Reset all


Looking for a reliable and efficient tool to generate random strings? A random string generator is a valuable utility that can help you create unique alphanumeric sequences in just a few clicks. Whether you need random passwords, API keys, or encryption keys, this tool has got you covered. By using a random string generator, you can enhance the security of your online accounts, protect sensitive information, and ensure the uniqueness of your data. With this online tool it is very easy to create random strings with a user-friendly interface and customizable options.

Random string generation is needed in many areas. Some common use cases include:

1. Passwords: Randomly generated strings are often used as secure passwords to ensure they cannot be easily guessed or cracked.

2. User authentication: Random strings are used as session IDs, tokens, or one-time passwords (OTPs) to authenticate users and ensure secure access to websites, applications, or systems.

3. Encryption and cryptography: Randomness is a crucial component in generating encryption keys, initialization vectors, or random salts for hashing algorithms.

4. Testing and simulations: Random strings are useful in software testing, where they can be used to create randomized test data or simulate real-world scenarios.

5. Data obfuscation: Random strings can be used to anonymize data by replacing sensitive information with randomized identifiers or pseudonyms.

6. Games and entertainment: Random strings are employed in gaming applications to generate unique usernames, game codes, or other random elements within the game.

7. Data generation: Random strings can be used to generate sample data for research, analysis, or statistical modeling.

There are numerous unique string uses in various domains. Here are a few examples:

1. SKU (Stock Keeping Unit): SKU codes are unique identifiers used to track and manage inventory items. They help differentiate products and enable efficient stock management.

2. Stock codes: Similar to SKUs, stock codes are unique strings that specifically identify products or items within a company's inventory or stock system.

3. ID numbers: Unique string-based ID numbers are commonly used to identify individuals, such as employee IDs, customer IDs, student IDs, or social security numbers. These IDs help in record-keeping, identification, and data management.

4. Order numbers: Unique strings are often utilized as order numbers or invoice numbers to track and manage sales transactions in e-commerce, retail, or other business sectors.

5. Tracking codes: Unique strings can be used as tracking codes or tracking numbers for packages or shipments. These codes assist in monitoring the movement and delivery of goods.

6. Coupon codes: In marketing and e-commerce, unique strings are often used as coupon codes to provide discounts or promotional offers to customers.

7. Reservation codes: Hotels, airlines, and other service-based industries assign unique reservation codes to bookings or reservations. These codes help identify and manage specific reservations.

8. Vehicle identification numbers (VIN): Unique strings, such as VINs, are used to uniquely identify motor vehicles for registration, tracking, and legal purposes.

9. URL shorteners: Services like bit.ly or TinyURL use unique strings as shortened URLs. These strings redirect users to the original long URLs, providing convenience in sharing and accessing web content.

10. License keys: Software applications or digital products often require unique license keys or serial numbers to authorize usage or access to restricted features.

11. Barcode or QR code: Barcodes and QR codes are unique string-based codes that contain product or information details. They are widely used in retail, inventory management, ticketing, and other industries for scanning and quick data retrieval.

12. Tracking URLs: Unique strings can be embedded in tracking URLs to monitor and analyze the effectiveness of marketing campaigns, email newsletters, or social media posts.

13. Personal identification numbers (PIN): PIN codes are unique numeric strings used for personal verification, such as bank account access or mobile device unlocking.

14. Domain names: Each website has a unique domain name, which is a string-based address used to access the website on the internet.

15. ISBN (International Standard Book Number): Every published book is assigned a unique ISBN, which is a string-based identifier used for cataloging and identifying books globally.

16. API keys: Unique strings called API keys are used to authorize access to Application Programming Interfaces (APIs) and allow communication between software applications or platforms.

17. Ticket codes: Concerts, events, or travel bookings often assign unique ticket codes to each ticket for validation and entry purposes.

18. Email addresses: Every email address is a unique string-based identifier used for communication in the digital world.

These are just a few examples, but unique strings find application in various areas where distinct identification or tracking is necessary.

random list generator,no repeats,random letter generator
Share:

One click disable all plugins


Info

Disable all plugins with one click. With this plugin you can add a link to disable all plugins with one click. To deactivate all plugins in the normal way, you visit the "Plugins" page in the administration panel. You must select all plugins with the checkbox at the beginning of the table. Then select the "Deactive" option under "Bulk actions". Press the "Apply" button and all plugins are deactivated.

Installation

1. Add the plugin's folder in the WordPress' plugin directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.

Usage

Go to left menu: Tolls -> Disable all plugins
Or
Go to Plugins page: 1 click disable all -> Deactivate all

Changelog

= 1.0.0 =
* Initial version released

Share:

CSS chat button - free WhatsApp WP Plugin


CSS chat button - WhatsApp WordPress Plugin
Compact, Simple, Speedy chat button. It allows visitors to contact you via messaging app. Chat with your website visitors through online chat apps. Place a floating button on your site and let people contact you. Lightweight and fast loading for best SEO.
Add the clickable WhatsApp button for chat to your site.

Compact: Less than 5 KB file size, only CSS and HTML
Simple: Very basic settings
Speedy: No Sql query for fast loading

CSS chat button Pro

Coming soon.

CSS chat button Download

CSS chat button - WordPress Plugin

Usage

Add the plugin's folder in the WordPress' plugin directory, or install the plugin through the WordPress plugins screen directly.
Activate the plugin through the 'Plugins' screen in WordPress.

Go to Settings -> CSS chat button
Input your contact info
Save settings

Settings page of CSS chat button Settings page of CSS chat button
WhatsApp chat button at bottom right on Twenty Twenty-Three Version: 1.1 WhatsApp chat button floating Twenty Twenty-Three theme
Make it compatible with your theme. Adjust the position and size of the button as you wish.
WhatsApp chat button at bottom left on Woodmart theme version 7.1.4 WhatsApp chat button floating Woodmart theme
WhatsApp chat button at bottom right on Flatsome theme version 3.15.6 WhatsApp chat button floating Flatsome theme
== Changelog ==

= Version 1.0.0 =
* Initial version released

WhatsApp Contact Button, WhatsApp Business chat button
Share:

PHPMyAdmin Bootstrap Dark Theme 5.2

PHPMyAdmin Dark Theme 5.2 black download
Name: Bootstrap Dark theme for phpMyAdmin
Author: Atakan Au
Download Bootstrap Dark theme zip file for phpMyAdmin

Is there dark mode in phpMyAdmin?

Can I use phpMyAdmin in dark mode?
1

Yes! You can use this addition to change the PhpMyAdmin interface to a dark look with a predominance of black.

1
Theme has been tested on PhpMyAdmin version 5.2.0. The files were developed based on the original "Bootstrap" theme that came with PhpMyAdmin version 5.2.0. Bootstrap version was upgraded and v5.3.0-alpha1 was used.

How do I add a theme to phpMyAdmin?

How to install a theme in phpMyAdmin?
1

After downloading the zipped folder, unzip it into the \themes\ directory.

1
phpMyAdmin
├── templates
├── themes
│   └── bootstrap
│   └── bootstrap-dark
│       ├── css/
│       ├── img/
│       ├── jquery/
│       ├── scss/
│       ├── screen.png
│       └── theme.json

How do I change phpMyAdmin to dark mode?

How do I use phpMyAdmin in dark mode?
1

Go to the PhpMyAdmin home page with your browser. Select the "Theme" setting under "Appearance Settings" to "Bootstrap Dark".

1
✅ The original dark theme colors of Bootstrap has been applied.
✅ Delete / Empty / Drop icons are colored red.
✅ Insert / Copy icons are colored green.
✅ Select and Input elements adapted to Bootstrap.
✅ Console button made semi transparent.
✅ SQL query input field adapted to the dark theme.

Screenshots:

List tables
List tables PHPMyAdmin Dark Theme 5.2 black download
Browse table rows
Browse table rows PHPMyAdmin Dark Theme 5.2 black download
Edit row values
Edit row values PHPMyAdmin Dark Theme 5.2 black download
Table structure
Table structure PHPMyAdmin Dark Theme 5.2 black download
SQL query screen
SQL query screen PHPMyAdmin Dark Theme 5.2 black download
Search
Search PHPMyAdmin Dark Theme 5.2 black download
Exporting
Exporting PHPMyAdmin Dark Theme 5.2 black download
Share:

Batch download files keeping directory structure

You can bulk download all listed directories and files with PowerShell on Windows. Jump to online tool

How to batch download files and folders keeping directory structure?

You must do a two-step process to preserve the directory structure and filenames.
1

Create specific directory and file with PowerShell's "New-Item" command. Then save the file on the internet to your local disk with the "curl" command.

1
Download files keeping directory structure

How to download files keeping directory structure Windows 10?

Open PowerShell

Hit the "Start" icon.
Then choose "All Apps" Scroll down, press "Windows PowerShell" folder to open it. Click "Windows PowerShell" to run it.
Open PowerShell

Use PowerShell's commands

Create the directory on your disk
Create the necessary directory and subdirectories on your local disk with PowerShell's "New-Item" command:
New-Item -ItemType File -Force -Path C:\dir\sub_dir\file.zip

For example, you will download these two files:
https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/js/bootstrap.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/css/bootstrap.min.css


Let's create these directories and files:
C:\local\htdocs\asset\bootstrap\5.2.3\js\bootstrap.min.js
C:\local\htdocs\asset\bootstrap\5.2.3\css\bootstrap.min.css


Run these commands:
New-Item -ItemType File -Force -Path C:\local\htdocs\asset\bootstrap\5.2.3\js\bootstrap.min.js
New-Item -ItemType File -Force -Path C:\local\htdocs\asset\bootstrap\5.2.3\css\bootstrap.min.css
Create the necessary directory and subdirectories on your local disk with PowerShell New-Item command

Download the file contents with the "curl" command:
Download the files with the "curl" command and overwrite their contents:
curl https://domain.tld/path/sub_path/file.zip -O C:\dir\sub_dir\file.zip
To save the two files in the example above to your disk, keeping the same directory structure, run these commands:
curl https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/js/bootstrap.min.js -O C:\local\htdocs\asset\bootstrap\5.2.3\js\bootstrap.min.js
curl https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/css/bootstrap.min.css -O C:\local\htdocs\asset\bootstrap\5.2.3\css\bootstrap.min.css


Alternatively, the "Invoke-WebRequest" command can be used in the following formats:
Invoke-WebRequest -Uri "Source-Uri" -OutFile "Save-File"
Download the files with curl command

Download the files with curl command


Automatically create the PowerShell script


Paste your url list. Set parameters. Generate your PowerShell. Copy the script. Paste it into the PowerShell command line. That is all.

Download url list:


Options

Combine all files in one zip file and download. It only works in modern and up to date browser. The total file size should not exceed ~5 MB.






PowerShell script:


Automatically create the PowerShell script onlie tool
Share:

Auto Gallery And Image Sync - WP Plugin

Automatically sync posts WooCommerce Product and media images as featured image and gallery
Automatically sync posts (or WooCommerce Product) and media images as featured image and gallery.

Automatically sync posts and media images as featured image and gallery.

Images with names are given as `ID`:

*   Automatic syncing as featured image to posts 
*   Automatic syncing as featured image to pages 
*   Automatic syncing as featured image to WooCommerce products 
*   Automatic syncing as gallery images to WooCommerce products 

Images named as product `SKU` (Pro):

*   Automatic syncing as featured image to WooCommerce products 
*   Automatic syncing as gallery images to WooCommerce products 

Please comment 💬, rate ⭐ and share 👍
Auto Gallery And Image Sync - WordPress Plugin

1. Go to Tools -> Sync image
2. Select the articles you want to process from the list
3. Select and apply the action.

== Changelog ==

= 1.0.0 =
* Initial version released

Auto Gallery And Image Sync
Automatically sync posts and media images as featured image and gallery.
Share:

How to send original size picture on WhatsApp

How to send pictures via Whatsapp without losing quality?

About 1 minutes
WhatsApp send photo as document
Send pictures on whatsapp without losing quality. Keep images full size.

Choose who to send the file to.
Select the paper clip icon.
Select the document icon.
Select photos / images. Press and hold to select multiple.
Click the "Send" button in the top right.
Click the "Send" button again.
Voila! Pictures were sent without losing quality.
Share:

Download Official Full Standalone Offline Installer of Browsers

Download Official Full Standalone Offline Installer Chrome Canary Beta Dev Firefox Developer Edition Nightly Opera Crypto GX Developer  Browser
When we try to download the setup file of any web browser, the link on the website usually makes us download their online installer. At first, the online installers download quickly to your computer as they are very small in size, about 1 MB. However, this installation file does not contain all the files required to install the web browser. It downloads the required large files separately. When we run this file, an internet connection is required to download all the necessary files from the server. There may be a situation when you need to install the scanner on more than one computer. You will need an internet connection on each machine to be able to install it. Downloading installation files more than once would be a waste of time. Too many internet connections will waste your bandwidth.

Google Chrome Offline Installer

Chrome's development process is split into four different “release channels”: Stable, Beta, Dev, and Canary.
Windows 64 bit versions:
Chrome 64 bit official full standalone offline installer download Chrome Canary 64 bit official full standalone offline installer download Chrome Beta 64 bit official full standalone offline installer download Chrome Dev 64 bit official full standalone offline installer download
Windows 32 bit (i386 - x86) versions:
Chrome 32 bit official full standalone offline installer download Chrome Canary 32 bit official full standalone offline installer download Chrome Beta 32 bit official full standalone offline installer download Chrome Dev 32 bit official full standalone offline installer download

Opera Offline Installer

Windows 64 bit versions:
Opera 64 bit official full standalone offline installer download Opera Developer 64 bit official full standalone offline installer download Opera Crypto 64 bit official full standalone offline installer download Opera GX 64 bit official full standalone offline installer download
Windows 32 bit (i386 - x86) versions:
Opera 32 bit official full standalone offline installer download Opera Developer 32 bit official full standalone offline installer download Opera Crypto 32 bit official full standalone offline installer download Opera GX 32 bit official full standalone offline installer download

Mozilla Firefox Offline Installer

Windows 64 bit versions:
Firefox 64 bit official full standalone offline installer download Firefox Developer Edition 64 bit official full standalone offline installer download Firefox Nightly 64 bit official full standalone offline installer download
Windows 32 bit (i386 - x86) versions:
Firefox 32 bit official full standalone offline installer download Firefox Developer Edition 32 bit official full standalone offline installer download Firefox Nightly 32 bit official full standalone offline installer download

For example, if you wish to download the US English installer for Windows (32bit) the url is
https://download.mozilla.org/?product=firefox-latest&os=win&lang=en-US

This could be pasted into the location bar of a browser, or used with curl or wget, e.g.
wget -O FirefoxSetup.exe "https://download.mozilla.org/?product=firefox-latest&os=win&lang=en-US"

For other operating systems replace 'os=win' with:
   Windows 64bit              os=win64

OS X os=osx
Linux x86_64 os=linux64
Linux i686 os=linux
For other languages replace 'lang=en-US' with:
Official Firefox source.
Language NameLanguage Code
Acholiach
Afrikaansaf
Albaniansq
Arabicar
Aragonesean
Armenianhy-AM
Assameseas
Asturianast
Azerbaijaniaz
Basqueeu
Belarusianbe
Bengali (Bangladesh)bn-BD
Bengali (India)bn-IN
Bosnianbs
Bretonbr
Bulgarianbg
Catalanca
Chinese (Simplified)zh-CN
Chinese (Traditional)zh-TW
Croatianhr
Czechcs
Danishda
Dutchnl
English (British)en-GB
English (South African)en-ZA
Esperantoeo
Estonianet
Finnishfi
Frenchfr
Frisianfy-NL
Fulahff
Gaelic (Scotland)gd
Galiciangl
Germande
Greekel
Gujarati (India)gu-IN
Hebrewhe
Hindi (India)hi-IN
Hungarianhu
Icelandicis
Indonesianid
Irishga-IE
Italianit
Kannadakn
Kazakhkk
Khmerkm
Koreanko
Latvianlv
Ligurianlij
Lithuanianlt
Lower Sorbiandsb
Macedonianmk
Maithilimai
Malayms
Malayalamml
Marathimr
Norwegian (Bokmål)nb-NO
Norwegian (Nynorsk)nn-NO
Oriyaor
Persianfa
Polishpl
Portuguese (Brazilian)pt-BR
Portuguese (Portugal)pt-PT
Punjabi (India)pa-IN
Romanianro
Romanshrm
Russianru
Serbiansr
Sinhalasi
Slovaksk
Sloveniansl
Songhaison
Spanish (Argentina)es-AR
Spanish (Chile)es-CL
Spanish (Mexico)es-MX
Spanish (Spain)es-ES
Swedishsv-SE
Tamilta
Telugute
Thaith
Turkishtr
Ukrainianuk
Upper Sorbianhsb
Uzbekuz
Vietnamesevi
Welshcy
Xhosaxh
mikro yazılım destek
Share:

XAMPP Local Server Installation

Apache, PHP and MySQL software must be installed in order to set up and open a programming-based website, such as WordPress or OpenCart, on your personal computer. In this article, you will learn how to install these software on a computer with a Windows operating system. You can manually install each of these software separately. But there are different combined installation packages that we can use to make it faster and easier. With these package installations, a single installation is made. When you install it, these softwares we need are set to work in compatible with each other and they are ready to use.

How to Install XAMPP Local Server Pictorial Lecture

How to Install XAMPP Local Server?

To install a local web server on your computer, you can choose from two package installations:

A-) EasyPHP
B-) XAMPP

A-) How to Install XAMPP?


XAMPP is one of the leading local server installation packages. The scope of the software it includes is wide and its versions are kept up to date. It may be a good choice to choose XAMPP for this.

Now let's explain the steps of installing the XAMPP local server on our computer in detail.

» Estimated time: 5 minutes
» Prerequisites:
PC with Windows operating system (7, 8, 10 or newer)
Internet connection
700 MB of free disk space

1-) Download XAMPP

1-1-) Download the XAMPP setup file from the address below.
https://www.apachefriends.org/download.html
Download XAMPP Setup Setup File
The executable file named 'xampp-windows-x64-7.4.10-0-VC15-installer.exe' will be saved on your computer.

The current package of XAMPP includes the following software and versions:
• Apache 2.4.51
• MariaDB 10.4.21
• PHP 8.0.12
• OpenSSL 1.1.1

The latest PHP version usually only has the 'Secure' feature. You would have made a better choice instead by using the PHP version that is both 'Stable' and 'Secure'. For example, while the most recent version released is 8.0, this version only qualifies as 'Secure'. However, in the same time period, 7.4 is both 'Stable' and 'Secure' as its vulnerabilities were found and closed as a result of its more widespread use, and it is recommended to use this version.

2-) XAMPP Installation

2-1-) Run the downloaded file and start the installation.
Running XAMPP Setup Setup
Proceed with the "Next" button on each new installation screen.
2-2-) Select which components to install while the components in the package. Apache, PHP, MySQL and options must be ticked. It is recommended to select all.
XAMPP Installation Screen
2-3-) Select the directory where the installation will be made.
Selecting XAMPP Installation Folder
2-4-) Choose which language XAMPP's control panel will be in. This selection does not affect the site you will set up. You can select the language "English".
XAMPP Installation Choosing Language
2-5-) Uncheck the checkbox to not open the information page.
XAMPP Installation Information Page
2-6-) The installation files will start to be copied. Wait until it completes.
XAMPP Installation File Copy
2-7-) Click the "Finish" button to finish the installation.
XAMPP Installation Completion

3-) Running XAMPP local server

3-1-) Run XAMPP. You will see the orange 'x' icon in the lower right system area. Open the XAMPP main window.
XAMPP Main Window
You can click the 'Quit' button in the main window to close the program at any time.
3-2-) Run the local web server and database server by clicking the 'Start' buttons shown in yellow frame to the right of 'Apache' and 'MySQL'.
XAMPP Setup Apache Php Autostart
When the servers start working, the background color of their names will be green. When you click the 'stop' buttons the server stops.
You can have the servers running automatically every time XAMPP starts. To do this, click the 'Config' button at the top right of the main window. Select the 'Apache' and 'MySQL' boxes under 'Auto start of modules' in the window that will open. Save the settings with the 'Save' button.
3-3-) Open 'http://127.0.0.1/' ( or 'http://localhost/' ) in your browser. You will see a welcome page prepared by XAMPP.
XAMPP Local Server Welcome Page
XAMPP Local Server Home Folder
Let's assume that the directory you selected while installing is 'C:\xampp'. The local web server interprets the files in the 'C:\xampp\htdocs' directory and displays them in the browser. You will save the files of the new sites you will create in this directory. When you open the local server in the browser, the file 'index.php' in the root directory will automatically run and point the browser to 'http://127.0.0.1/dashboard/' ( or 'http://localhost/dashboard/' ). The welcome message you see in the browser comes from the file 'index.html' in the 'C:\xampp\htdocs\dashboard' directory. You can then rename the 'index.php' file in the root directory with 'hello.php'. Thus, when you open the 'http://127.0.0.1/' (or 'http://localhost/' ) address, you can see the directories and files under the 'C:\xampp\htdocs' directory listed in your browser.
3-4-) Open the 'phpMyAdmin' link marked with a yellow arrow at the top right of the welcome page picture. The phpMyAdmin page will open. With phpMyAdmin, you can manage database through your browser. You can create, edit and delete database, table, tablespace, data record, run database query. If you want, add this address to your browser's shortcuts.
XAMPP phpMyAdmin MySQL

When you complete the step-by-step explanation of the above XAMPP installation, you can run the pages programmed with PHP language on your own computer and perform query operations by establishing a database connection.
Share:
Subscribe to: Posts (Atom)