My understanding from looking at the code is that the game requires a seperate database and if it exists it deletes all existing tables. This is a problem as most hosts only offer 1 MySQL database.
Using an existing database would be better with a prefix to go infront of every table which the user could set.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My understanding from looking at the code is that the game requires a seperate database and if it exists it deletes all existing tables. This is a problem as most hosts only offer 1 MySQL database.
Using an existing database would be better with a prefix to go infront of every table which the user could set.