Mirv / arma3projectmanagement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Walk thru ...

Mirv opened this issue · comments

commented
  • add in arma3 query version of db creation
  • add in arma3 query version of table creation
  • add links to part 1 to navigate workbench
  • add section for making user with only permissions to insert to prevent table drops / updates
  • add section for making user with only permissions to read to prevent table drops / updates
  • add section about SQL injection
commented

In the Arma 3 Launcher

  • ExtDB3 to show in the addon on list
  • BattleEye off

Eden Editor

Console

  • log file doesn't show ExtDB not connected
  • Able to get version number of ExtDB extension
  • Able to copy paste queries
  • MySQL Workbench showing static SQL query inserted data
  • MySQL Workbench showing dynamic SQL query inserted data
  • MySQL working default with time constraint

Files

  • cfgFunctions 

debugger

  • Call from to systemChat
  • pass parameters to functions to output in system chat 

playerInit.sqf

  • with sleeps to see when you login via eden's multipler start 
  • pass parameters to functions to output in system chat 
  • auto read player ID and insert into the db via the cFgFunction calls
  • full field list with static string data
  • full field list with dynamic data

Dedicated server

  • started on computer & connect to it
  • Protect against recompiling
  • Protect against SQL injection