ugml / php-client

ugamela is an open-source clone of the popular browsergame ogame.
https://ugamela.org
GNU Affero General Public License v3.0
14 stars 5 forks source link

[registry] create user-registration #17

Closed mamen closed 6 years ago

mamen commented 6 years ago

if a user is registered, create the following database-entries:

  1. a new row in the user-table
  2. a new row in the planet-table, which sets the new user as the owner
  3. a new row in the buildings/fleet/defense-table, which has the planetID of the new planet
  4. a new row in the tech-table, which hast the userID of the new user