Question
#8

Quote:
Originally Posted by jlalt
Посмотреть сообщение
I don't think that's crash, do a 5 seconds timer, which prints out: I am Alive Bilal!
see if it will keep printing when server crash ( you can add time inside it too to be sure its alive )

PHP код:
SetTimer("AliveAlert"5000true); // ongamemodeinit
forward public AliveAlert(); // later
public AliveAlert()
{
    
printf("I am Alive Bilal! %d"gettime());

Hello brother this is what i get before or last log before crash
https://imgur.com/hWUjdbg

Quote:
Originally Posted by RogueDrifter
Посмотреть сообщение
A solution for that "Latest attack" i noticed the players all have the same ip, that's so easy to block, just detect all incoming connections if more than 2 people connected have the same ip ban them all?
That was aready fixed when it happend.

Quote:
Originally Posted by Dayrion
Посмотреть сообщение
The server is shut down after the crash or players seems him still online? I mean, it can be an infinite loop. Players can connect but get time out on the connection by the server
infinite loop i am using only foreach in my server No infinite loop i think

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
If you look at the bottom of the output, it actually says that's detected and blocked.

I'd be looking at the script, and tracking down how the person found your RCON password... Do you use words/numbers? Or do you use random A-Z a-z 0-9?


I go to https://www.grc.com/passwords.htm for my random passwords.
Yeah i disabled rcon i was no body can login even can't put correct pass = kick
i was using numbers 0-9.
Reply


Messages In This Thread
Question - by MBilal - 21.01.2018, 11:46
Re: Question - by jlalt - 21.01.2018, 11:53
Re: Question - by MBilal - 21.01.2018, 12:29
Re: Question - by jlalt - 21.01.2018, 12:34
Re: Question - by RogueDrifter - 21.01.2018, 13:09
Re: Question - by Dayrion - 22.01.2018, 03:03
Re: Question - by Sew_Sumi - 22.01.2018, 03:13
Re: Question - by MBilal - 22.01.2018, 08:56
Re: Question - by jlalt - 22.01.2018, 12:08
Re: Question - by MBilal - 22.01.2018, 17:00

Forum Jump:


Users browsing this thread: 1 Guest(s)