:'( help me!!!
Possible reason: your host may have disabled the mail() function...
why?
what is 1c60525d6d98e9b0784bf14eeb82e499 ?
who can tell me admin's password?
thanks!
Trying to recover a lost password? Looks like it can't send the e-mail as the PHP function mail() isn't enabled or working on your server.
As for 1c60525d6d98e9b0784bf14eeb82e499, that's the md5 hash of your password. If you want to change it without loosing your database, make a new text file and put this inside of it:
<?php echo md5("your new password here"); ?>
Rename it to like mynewpass.php, upload it to your server and then browse to it. Copy the 32 digit text that appears and using phpMyAdmin or whatever, replace 1c60525d6d98e9b0784bf14eeb82e499 with your new password's hash.
Trying to recover a lost password? Looks like it can't send the e-mail as the PHP function mail() isn't enabled or working on your server.
As for 1c60525d6d98e9b0784bf14eeb82e499, that's the md5 hash of your password. If you want to change it without loosing your database, make a new text file and put this inside of it:
Rename it to like mynewpass.php, upload it to your server and then browse to it. Copy the 32 digit text that appears and using phpMyAdmin or whatever, replace 1c60525d6d98e9b0784bf14eeb82e499 with your new password's hash.