Page 1 of 1

I forgot my admin password

PostPosted: Mon Jun 23, 2014 5:14 pm
by radsoft
hello
I forgot my admin password for script Daddy's File Host 1.2.7
I tried to recover but without result knowing that your script does not possess a given base
I changed the admin.php the original but without result file
how can I get my password?
explain me with detailed and thank you
j

Re: I forgot my admin password

PostPosted: Sun Jun 29, 2014 10:00 pm
by radsoft
radsoft wrote:hello
I forgot my admin password for script Daddy's File Host 1.2.7
I tried to recover but without result knowing that your script does not possess a given base
I changed the admin.php the original but without result file
how can I get my password?
explain me with detailed and thank you
j


please answer :|

Re: I forgot my admin password

PostPosted: Mon Jun 30, 2014 9:06 pm
by SamEA
Hi,

Apologises for the delayed response.

Navigate to ./secure/settings.dfh and look for the first hash within the file, example:
Code: Select all
Daddy's File Hosting|Slogan Here|http://localhost/dfh/|1|0|0|2|30|10|true|false|true|true|true|true|english|5d41402abc4b2a76b9719d911017c592|admin@daddyscripts.com|15|15|15|Indigo|Your Street|Your ZIP-Code and City|http://www.yoururl.com|01234-56789|Your Name|abuse@daddyscripts.com|*|*.jpg; *.jpeg; *.png; *.gif; *.bmp|1|true|2|2|0|5|30|true|true|15|


In this example, 5d41402abc4b2a76b9719d911017c592 would be the first hash we are looking for.

Now replace the first hash with the following:

Code: Select all
696d29e0940a4957748fe3fc9efd22a3


This will now change your admin to the default admin password, which is "password" without the quotations.

Your file should now look similar to this:

Code: Select all
Daddy's File Hosting|Slogan Here|http://localhost/dfh/|1|0|0|2|30|10|true|false|true|true|true|true|english|696d29e0940a4957748fe3fc9efd22a3|admin@daddyscripts.com|15|15|15|Indigo|Your Street|Your ZIP-Code and City|http://www.yoururl.com|01234-56789|Your Name|abuse@daddyscripts.com|*|*.jpg; *.jpeg; *.png; *.gif; *.bmp|1|true|2|2|0|5|30|true|true|15|

Re: I forgot my admin password

PostPosted: Mon Jun 30, 2014 11:51 pm
by radsoft
thank you the problem was solved

Re: I forgot my admin password

PostPosted: Tue Jul 01, 2014 3:51 am
by SamEA
No problem, glad to hear this resolved your issue.