Recent Topics

1 Dec 15, 2004 19:30    

:'( help me!!!
Possible reason: your host may have disabled the mail() function...
why?
what is 1c60525d6d98e9b0784bf14eeb82e499 ?
who can tell me admin's password?
thanks!

2 Dec 15, 2004 20:30

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.

3 Dec 16, 2004 01:12

tian_d wrote:

:'( help me!!!
Possible reason: your host may have disabled the mail() function...
why?

you should ask your host why he did it, not us ;)


Form is loading...