Jump to content

Anonymous login stuck on.... fix


Rhett

Recommended Posts

To turn on

UPDATE  `members` SET  `login_anonymous` =  '0&1' WHERE  `members`.`member_id` =1;

To turn off

UPDATE  `members` SET  `login_anonymous` =  '1&1' WHERE  `members`.`member_id` =1;

Replace =1 with proper UID

Rhett Buck

Exact Servers

 

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...