- 0
-
Activity
-
3
-
62
Shop Ex Renewal
Hy.... i have this problem https://ibb.co/bs8C3QL only that 2 spaces ... have that problem if i add something still .... the count for that items -
0
[Problem] : System war between kingdoom
hello guys i have problem with compile Source Game Photo To Problem : https://prnt.sc/xmaavm ------------------------------------------------------------------------------------------ he said " has not been declared " But the true i'm added this photo : https://prnt.sc/xmacyf Please Guys Help Me and i'm sorry for my bad english the problem fixed admin please close topic thx for everyone -
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
-
-
Recently Browsing
No registered users viewing this page.
Question
DeYaN. 6
For about 7-8 hours my website can`t connect to the database of my dedicat server at ovh who is hosted in poland. I do nothing , the problem came out with no reason and i don`t find the problem...The mysql is run with no problem , there are no errors and i can connect from my computer on the port 3306 with navicat , the players are online in the game .. the game-server is working wonderfull.
I try to use another website - template / another webhost .
I reinstall the mysql server , i try with mariadb/mysqlserver
I reinstall the freebsd os
I have disable all firewall of ovh / i have no pf or ipfw rules.
I don`t use the dns name server ..
No more ideea ?
Edited by DeYaN. (see edit history)Link to post
2 answers to this question
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.