Please Login or Register

I have lost my login and password to Simple Guestbook

To retrieve the guestbook password select the guest book db and the table book_auth. While browsing it will show you the user name.
run this sql command to change the password

update book_auth set password=PASSWORD('pass') where username='user';

where 'pass' is your password and 'user' is the user name.

Was this answer helpful?

Add to Favourites Add to Favourites

Print this Article Print this Article

Also Read
Problems with Counter (Views: 567)

awards_sum