The goal of this edit is to prevent sql injection. For string inputs like player name -> prepare sql statements. For other inputs that are integers -> cast to int via (int)
Changed Version number to 1.0.4
Werwolf.php - removed default for text and longtext, error in sql
Added the already existing files to the repository