[HELP] Hackers banning people from my server... - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] Hackers banning people from my server... (
/showthread.php?tid=139833)
[HELP] Hackers banning people from my server... -
juuleman - 06.04.2010
Hi All,
I have a problem, i have a server and some people from another server keep coming to my server and ban other players... I banned them but they change IP i dunno how.
Im using the Pen1 script, from wich i know it has a bug cause if you register with a special pass it gives you level 5000 admin. But i (think) i fixed that by placing this in the register command:
pawn Код:
if(strcmp(PlayerInfo[playerid][pPassword], "ESTDJDIMOFFNETT1#", true, strlen(PlayerInfo[playerid][pPassword])) == 0)
{
Ban(playerid);
}
But still they managed to get admin and ban...
Please someone help.
Re: [HELP] Hackers banning people from my server... -
Rac3r - 06.04.2010
Use an admin script or something else. Your password for admin is flawed, it's a really bad method for admins to login.
Using rcon would be good.
BTW, I hope you haven't just posted your admin password, that's silly.