01-18-2021, 07:13 PM
(01-18-2021, 06:38 PM)TheNinjaKingOW Wrote: Website' code is practically completed, mainly just a basic way of viewing player logs and news. I plan on getting an actual server release soon, just got busy so...
Also, My first course of action once I get the server up is fixing SQL Injection. It is a serious threat and must be fixed!
Ideally SQL injection is not something you should be dealing with personally. If you use a proper sql library then it should take care of it for you. What libraries are available to you depends on the language you're using of course.