- Joined
- Jun 26, 2009
- Messages
- 2,637
- Reaction score
- 1,330
You seriously need to get your head straight. It's an ADMIN PANEL not all admins are supposed to have access to the database ffs. That's a HUGE security issue considering a malicious user can literally bring any server to their knees with database admin access. Sure, if you're stupid enough to give all your administrators database access then you have the same issue. You need to setup a permission system and close the MSSQL port. MSSQL auth can be bruteforced, leaving the port open is extremely dangerous.
That's about the servers security, not the program. The program is only to be used by administrators, and the owners who should have access to it eitherway. The program is like a folder of queries, and the program just executes the queries for you, instead of you having to copy|paste/write them every time you need to change something.

