View Single Post
  #7  
Old 02-17-2008, 06:04 AM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

Quote:
Originally Posted by Producer_BMW View Post
How do you do that >?<
SQL:
Code:
UPDATE account SET status = '0'
Then you'll just have to change the accounts that you do want to have a higher access:

Code:
UPDATE account SET status = '' WHERE id = ''
You'll just have to put in values for status & id (the account ID).

You can also use pretty much any GUI for MySQL do to this manually.
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote