Help me please - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP (
https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (
https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: Help me please (
/showthread.php?tid=434795)
Help me please -
EpicGuy - 04.05.2013
What we can do if someone is trying to hack my server?
Re: Help me please -
Renas - 04.05.2013
Change rcon password
Maybe he knows it
Re: Help me please -
Jstylezzz - 04.05.2013
Sharpen the security. Change the password of your MYSQL database (if you use MYSQL), change the RCON password, change your hosting account password, and
always, always, no exceptions, always hash your passwords in the userfiles!!!!
If you do this all, and do it good, there is just a small chance for them to succeed. Good luck!
Re: Help me please -
EpicGuy - 04.05.2013
But someone still can crack my server rcon password. i used there both tips..
Re: Help me please -
carlvidal8 - 05.05.2013
Are you hosting your own server? If not, try using the paid hosting companies, they handle hackers better and they prevent DDoS'es.
Re: Help me please -
freddy smyth - 05.05.2013
Make sure the RCON password is different to any passwords you've used anywhere else. Use a combination of letters and numbers.
Best of luck!
Re: Help me please -
Kurzalewski - 05.05.2013
Always use hashed passwords and so that they'd be not just hard to guess, but impossible to. What I use for my passwords, at first place - generate good passwords:
PHP код:
function pass($st = 7) {
return substr(md5(uniqid(mt_rand(), true)), 0, $st);
}
then, it might sound funny but I write them down on paper, although you can just write them in a simple .txt document. Other possibility is if you're getting keylogged. (I doubt there's other way to "hack" rcon passwords)
Re: Help me please -
punklord - 05.05.2013
Agreed with Jstylezzz
Re: Help me please -
EpicGuy - 05.05.2013
I've changed my rcon password + Mysql password. but still that guy can hack my rcon password..