I had a hard drive crash and my admin location was bookmarked.
I figured I would just send myself a ticket and I never received an email.
I need access so I can see whats going on.
Thanks in advance.
http://www.example.com(http://www.example.com)scp/
Thank You.
Now I am in password hell.
UPDATE `ost_staff` SET `passwd` = MD5( 'newpassword' ) WHERE `username` = 'username';
I did the following query and it now says "Access Denied"
there is a MD5 password, means is a crypt password.... maybe try find a MD5 password generator on web... and put directly in MySQL DB MD5 password.