HELP PLS. MY SERVER IS HACKED - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: HELP PLS. MY SERVER IS HACKED (
/showthread.php?tid=588781)
HELP PLS. MY SERVER IS HACKED -
Belengher - 12.09.2015
Hello SA-MP ...
Today I was hacked the server and were banned all player slots ... g.m. is MYSQL (Banned) is in the ' users ' How do I remove all of a sudden I mean something like bans for mysql DELETE ALL or something. .. Please help me. ..
SORRY FOR MY BAD ENGLISH.
Re: HELP PLS. MY SERVER IS HACKED -
Michael B - 12.09.2015
Login with
phpmyadmin to your
MySQL database and edit the raws manually.It seems to be a
MySQL injection. Make sure you don't share your server's databse information with strangers, or even friends.
Re: HELP PLS. MY SERVER IS HACKED -
Belengher - 12.09.2015
Oke I entered here. .. now what do I do?
http://postimg.org/image/8m6a2lz8t/
I have a question .... I can do something like that is to make backups backup yesterday ..?
Re: HELP PLS. MY SERVER IS HACKED -
Michael B - 12.09.2015
Go to
users table and edit its raws. If you have a backup of the database created recently, just import it to the database.
Re: HELP PLS. MY SERVER IS HACKED -
Belengher - 12.09.2015
Sorry, but I'm more palette in phpmyadmin ... We have now entered what I do. ..?
http://postimg.org/image/k977eg2oh/
Re: HELP PLS. MY SERVER IS HACKED -
Vince - 12.09.2015
You better have a backup of your database otherwise you are so screwed. Assuming you have (or rather, had) more than one registered user, of course.
Re: HELP PLS. MY SERVER IS HACKED -
Belengher - 12.09.2015
Yes I had a pc but are all players with Banned = 1 .... and I want to give them how do I unban as are many and can't stand to give every-part. ..
Re: HELP PLS. MY SERVER IS HACKED -
Michael B - 12.09.2015
Well, I never checked if you can edit more raws at once in
phpmyadmin. Anyway, just edit the
Banned cell of your account and change the value to
0, then you can either script a command to unban the rest of the accounts at once, or to edit them manually.