Deceth / Battle-City

Build a city, hire a team, drive a tank, orb the enemy! Multiplayer online game.
http://battlecity.org
GNU General Public License v3.0
49 stars 24 forks source link

admin password #46

Closed CanBoy67 closed 13 years ago

CanBoy67 commented 13 years ago

okay so i got the code running and i can play the game. But what i don't know is the password for the admin account is there one or do i have to make it myself. If so how on earth do i do it? One more thing this is off-topic but how do i get the admin panel running?

Deceth commented 13 years ago

A button to open the admin panel will show up in-game when you are logged in as an administrator. It will be in the bottom right-hand corner.

To create your "first" administrator account, you will need to first create a normal account. Then you will need to open up the database and find the "IsAdmin" column for that user and change the value fro "0" to "1".

In order to edit the database, you will need to get "SQLite".

CanBoy67 commented 13 years ago

I'm sure this has nothing to do with this but how do you open the .db file with sqlite

CanBoy67 commented 13 years ago

Nevermind if figured it out thanks for all the help Deceth