View Single Post
  #7  
Old 05-04-2011, 05:27 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

It is looking for an account/password pair from the account table. If your account doesn't have a password assigned use something like this to set one:

UPDATE account SET PASSWORD=MD5("password") WHERE NAME="admin"

You also have to have a status of 100 or higher.
Reply With Quote