-
Activity
-
2
DDos attacks
First things first, here's a rough (and obviously incomplete) explanation. You'd differ between DoS and DDoS. DoS (Denial of Service) simply put is using up the resources of the machine by leveraging on a weak spot of the program. You'll see often people targeting the auth server and flooding it with packets and if the server has bad code in it, it'll use up too many resources. This could lead to lags or in worst cases the server to not respond anymore. Now, if you think DoS is bad, we're gonna take it to a new level: DDoS (Distributed Denial of Service). This time it's -
7
Dynamic Weather
When placing the system basically all maps will change correct? Would it be possible to put time to change only in cities? -
7
How to avoid getting flooded in 2021
I think this vulnerability is caused because, in CInputHandshake::Analyze, it keeps the connection open even if the processed packet fails, so the same connection can send infinite packets increasing the buffer size until it reaches 4gb of ram (32bit binary limit). Replace every return -1; there with { d->SetPhase(PHASE_CLOSE); return 0; } And that's all. yfw: int analyze_protect{0}; int analyze_protect_count{0}; If you're working on files that don't have c++11 enabled in 2021, you're probably doing something deep wrong.- 1
-
-
47
Multiple Login Saver System
What is not working? This is just an example you need edit it and adapt to your needs. data = ''.join([i for i in f if not i.lower().startswith(selItem.GetText())]) f.seek(0) f.write(data) f.truncate() -
0
-
95
-
95
-
0
I am searching GM_AFFECT_SYSTEM
I am searching GM_AFFECT_SYSTEM The system that allows the logo to be changed according to the gm authorization.Is there anyone can help me -
-
-
Recently Browsing
No registered users viewing this page.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.