27.07.2011, 18:23
Quote:
It shouldn't be on a public part of your server - don't put it under the "web" section of your host. The source shouldn't be online anyway, but if you're talking about people extracting the password from the compiled AMX then there are a few things you can do. Firstly ensure that the database username and password you are using have minimal permissions and that the database and user are unique to your SA:MP server. Failing this make sure that you use a different user to connect to the database from other places. Or better yet don't put the password in the file at all, write a RCON command to load the username and password, so every time you start the server the first thing you do is:
Код:
db_login <user> <pass> |