The following code can be saved to a .php file, uploaded to your ListMail folder and browsed to to obtain your administrator password.
<?php// show admin password from ListMailinclude("./config.php");include("./admin.php");echo "retrieving password.. ";list($pw)=mysql_fetch_row(mysql_query("select admpw from $ctable where 1"));if($pw) echo "your password is <b>$pw</b><br>";else echo "<b> could not read config!</b><br>";?>
You could also use PhpMyAdmin to locate the lm_config table, hit 'browse' and view the admpw field.
If you continue to have troubles I'd like to take a look (http://listmailpro.com/support?t=other) to see if it's a bug, if you don't mind.
Regards