Two ways, use your webspace Control Panel (cPanel, Plesk etc), select phpMyAdmin, find and select your phplist database and look in the (usually) first table, phplist_admin and there is your loginname and password.
What if you don't have access to phpMyAdmin, OR you are not at all confident in using phpMyAdmin?
Then use the attached file, download it, change the four values mentioned to suit your database, upload to your phpList folder and run.
- Code: Select all
Lines 6-8 and 14
# Change these three values to match your database
$username="your_username";
$password="your_password";
$database="your_database_name";
$query="SELECT * FROM phplist_admin";
This will display your admin details.
Remove after use!!