Do your have access to FTP or MYSQL? if so check mysql for password, if it encrypted you can make an encrypter write your new password input it in with your username and there ya go.
index.php: <?=md5("new_password");?> PHP: open up your mysql interface and replace the administrator password with the generated one. assuming that it's encrypted with md5 and not plain text.