PaulD, on Feb 19 2009, 12:43 AM, said:
Hi JustPeachy,
As far as I can see, Stefan is suggesting writing the code he has provided into a text file and saving it as something like passwordChange.php
Suppose you want your password to be Oranges. Then when you go to your website address www.yourwebsite.co.uk/passswordChange.php?password=oranges
it will 'echo' (print) to the screen your encoded password.
Then you can use that to copy and paste into the relevent row of the relevant etomite table, using phpMyAdmin and then you will know your password.
The code provided just takes the posted password, and encodes it for you.
I hope that helps.
Paul.
PS choose a straight forward password first, like BUCKET, you can always change it via the manager to something more secure later.
As far as I can see, Stefan is suggesting writing the code he has provided into a text file and saving it as something like passwordChange.php
Suppose you want your password to be Oranges. Then when you go to your website address www.yourwebsite.co.uk/passswordChange.php?password=oranges
it will 'echo' (print) to the screen your encoded password.
Then you can use that to copy and paste into the relevent row of the relevant etomite table, using phpMyAdmin and then you will know your password.
The code provided just takes the posted password, and encodes it for you.
I hope that helps.
Paul.
PS choose a straight forward password first, like BUCKET, you can always change it via the manager to something more secure later.
I appreciate your assistance. I tried exactly what you suggested and it didn't work for me. I don't know what I'm doing wrong.
Edited by justPeachy, 19 February 2009 - 12:46 AM.











