|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Tue Feb 12, 2008 10:05 am Post subject: |
|
|
|
|
|
|
|
|
|
|
hi there,
yes, sure you can recover your password.
Make a tmp.php file containing this code:
Code: |
<?
require_once 'info.inc.php';
$pass=md5('kaktus');
mysql_query("UPDATE basettings set password='$pass'");
echo 'Done';
?>
|
upload the file to your BA install directory and run it via web. After that, login with pass: kaktus
and delete this tmp.php file. _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|