08.01.2014, 14:24
Hello dear users of sa-mp.com!
Today the unknown became authorized in RCON though it in general is disconnected. (rcon 0 in server.cfg)
Further it replaced the name, a pier we moved, new IP.
I ban users at authorization in RCON, here part of a code from pawn.
Here lines from the ravine. (server_log.txt)
I lost considerable online! I ask for help in a solution!
Today the unknown became authorized in RCON though it in general is disconnected. (rcon 0 in server.cfg)
Further it replaced the name, a pier we moved, new IP.
I ban users at authorization in RCON, here part of a code from pawn.
PHP Code:
public OnRconLoginAttempt(ip[], password[], success)
{
new stringer[32];
format(stringer,sizeof(stringer),"banip %d",ip);
SendRconCommand(stringer);
SendRconCommand("reloadbans");
printf("Entrance attempt in Rcon IP: %d.",ip);
return true;
}
PHP Code:
[21:20:14] Entrance attempt in Rcon IP: 52.
[21:20:14] RCON (In-Game): Player #25 (Name_Bbbb) failed login.
[21:20:23] Entrance attempt in Rcon IP: 52.
[21:20:23] RCON (In-Game): Player #25 (Name_Bbbb) failed login.
[18:20:03] Entrance attempt in Rcon IP: 49.
[18:20:03] RCON (In-Game): Player #32 (Name_Aasaaa) has logged in.
[18:23:31] Entrance attempt in Rcon IP: 49.
[18:23:31] RCON (In-Game): Player #0 (Name_Aasaaa) has logged in.
[18:31:54] RCON (In-Game): Player [Name_Aasaaa sent command: hostname new IP 123.345.678.901:2345