🔧 Instant Login Fix
⚠️ Before you start:
Make sure you've edited this file with your database credentials at the top of the file.
📋 Step 1: Edit Database Config
Open fix-login.php in a text editor and update lines 12-15:
$db_host = 'localhost'; // Your MySQL host
$db_name = 'payment_gateway'; // Your database name
$db_user = 'root'; // Your MySQL username
$db_pass = ''; // Your MySQL password
🚀 Step 2: Click Button Below
This will create/reset your admin account with the correct password.
Login credentials that will be set:
Username: Creatorschoice
Password: Creators@7620
📝 Current Database Settings:
Host: localhost
Database: creatorschoice_payment_gateway
Username: creatorschoice_payment_gateway
Password: ********
If these are wrong, edit this file and update the values at the top.