This PHP project generates secure WordPress salts for your wp-config.php file. When the "Generate" button is clicked, a new set of salts is generated and displayed in a formatted box. The page is styled for a clean, user-friendly interface.
Features
- Generates secure random salts for WordPress
- Clean and modern user interface
- Results displayed in a formatted box
- Uses Lato font for better readability
- Centered content for a neat appearance
- Background color: #f4f2ef
Usage
You can use this project on a local server (like WAMP, XAMPP) or on any PHP hosting server.
Using with a Local PHP Server (WAMP, XAMPP)
1. Download the project:
Download the project files and unzip them.
2. Copy the project to the server directory:
For WAMP: Copy the wordpress-salt-generator folder to C:\wamp64\www
For XAMPP: Copy the wordpress-salt-generator folder to C:\xampp\htdocs
3. Start the server:
Open your WAMP or XAMPP control panel and start the Apache server.
4. Open the project in your web browser:
Go to http://localhost/wordpress-salt-generator/index.php
Using with a PHP Hosting Server
1. Upload the project to your hosting server:
Use an FTP client or your hosting provider's file manager to upload the wordpress-salt-generator folder to your server's public HTML directory (usually public_html).
2. Open the project in your web browser:
Go to http://yourdomain.com/wordpress-salt-generator/index.php
Download
You can download the system code files from github: https://github.com/caferkara/WordPress-Salt-Generator/