Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 25 of 58
Search took 0.00 seconds.
Search: Posts Made By: Mainstaff
Forum: Scripting 03-27-2018, 08:09
Replies: 15
Views: 7,066
Posted By Mainstaff
Re: Is it possible to ban hackers who spoof their steam IDs?

Best what works against such spoofer is using the function IsClientAuthorized when they enter the server (OnClientPutInServer).
If they are not authorised you just restrict them, e.g.:...
Forum: Source Servers (SRCDS) 02-20-2016, 06:03
Replies: 9
Views: 4,294
Posted By Mainstaff
Re: [CS:GO]Not updating, download full server, where is problem?

Try
force_install_dir .
instead of
force_install_dir ./csgo
Forum: General 02-18-2016, 17:14
Replies: 22
Views: 5,218
Posted By Mainstaff
Re: Need command remove weapons

I doubt this works. Based on by research, every entity gets the 1 in the spawnflags since the recent update and thats the problem.
Additionally, your plugin will fail for players who are spawning...
Forum: Source Servers (SRCDS) 01-29-2016, 10:15
Replies: 138
Views: 47,877
Posted By Mainstaff
Re: Your account has an active ban on its game server tokens

So that basically means that 90% of the community servers are violating Valve's new rules. Great story. Then I am waiting for the next banwave and then shutting down my servers or switching to...
Forum: General 01-25-2016, 16:06
Replies: 12
Views: 1,562
Posted By Mainstaff
Re: [CSGO] Weird kick error

Update your Sourcemod.
Forum: Source Servers (SRCDS) 01-24-2016, 04:00
Replies: 6
Views: 1,506
Posted By Mainstaff
Re: Server gets DDoSed after I join...

Renting a server with DDoS protection, maybe?
Forum: Source Servers (SRCDS) 01-03-2016, 07:36
Replies: 41
Views: 20,150
Posted By Mainstaff
Forum: Source Servers (SRCDS) 12-30-2015, 04:57
Replies: 6
Views: 5,154
Posted By Mainstaff
Re: IP rate limiting client spamming

No idea what you want to filter but these rules do filter nothing. The first rule does nothing except marking all ips which are sending UDP pakets with a size of 60 bytes (no query paket has that...
Forum: Source Servers (SRCDS) 12-29-2015, 11:10
Replies: 5
Views: 874
Posted By Mainstaff
Re: sourcemod.cfg doesn't automatically start anymore

sourcemod.cfg is located in /csgo/cfg/sourcemod/ not in the addons folder.
Forum: Source Servers (SRCDS) 12-29-2015, 08:09
Replies: 6
Views: 1,723
Posted By Mainstaff
Re: Performance issue

Most likely automated bots which are trying to find weak passwords/username password combinations. Changing default port helps a lot.

If you need support to improve your servers security just pm...
Forum: Source Servers (SRCDS) 12-29-2015, 07:27
Replies: 6
Views: 1,723
Posted By Mainstaff
Re: Performance issue

Fail2Ban can block DoS but not DDoS attacks.



No.


You might want to try net_splitrate 2
Forum: Source Servers (SRCDS) 12-26-2015, 14:24
Replies: 9
Views: 1,290
Posted By Mainstaff
Re: Probably the worst FastDL problem?

Try uploading the uncompressed file as well. For some reason some clients do not request the bz2 file.

Additionally, as you can see in the screenshot clients are trying to download the files from...
Forum: Source Servers (SRCDS) 12-20-2015, 05:34
Replies: 41
Views: 20,150
Posted By Mainstaff
Re: How to fight "a2s_player spam" script? (IP rate limit sustained)

To limit the queries you can use iptables. Example (you have to replace $SERVERPORT!)
# A2S_PLAYER
iptables -A INPUT -p udp --dport $SERVERPORT -m string --hex-string "|ffffffff55|" --algo bm -m...
Forum: Source Servers (SRCDS) 12-19-2015, 14:48
Replies: 41
Views: 20,150
Posted By Mainstaff
Re: How to fight "a2s_player spam" script? (IP rate limit sustained)

You can't prevent them. You can:


Limit A2S_INFO/A2S_PLAYER requests (but then your server will appear as down for users outside of your server during an attack)
Using a cacher on your server...
Forum: Source Servers (SRCDS) 12-17-2015, 17:55
Replies: 41
Views: 20,150
Posted By Mainstaff
Re: How to fight "a2s_player spam" script? (IP rate limit sustained)

The OVH / SoYouStart GAME line has a protection against this kind of attack. The query result of the server is cached on their routers. If someone is attacking the server with those attacks the...
Forum: Extensions 12-10-2015, 15:21
Replies: 39
Views: 36,365
Posted By Mainstaff
Re: [EXTENSION] Send / Request Files from clients

Recompiled against latest CS:GO SDK, just in case someone else uses this extension. :)
Forum: Source Servers (SRCDS) 10-22-2015, 17:26
Replies: 7
Views: 2,125
Posted By Mainstaff
Re: Csgo choke settings pls help

Sounds like your CPU is too weak.
Forum: Source Servers (SRCDS) 10-14-2015, 15:26
Replies: 8
Views: 10,479
Posted By Mainstaff
Re: A2S_INFO attack

Normal OVH DDoS protection does not protection against this kind of attack. This traffic is identical to legit traffic. So you can't filter this with any kind of protection without affecting legit...
Forum: Source Servers (SRCDS) 10-13-2015, 14:30
Replies: 8
Views: 10,479
Posted By Mainstaff
Re: A2S_INFO attack

Looks like a spoofed A2S_INFO attack.

Possible counter measures:


Limiting A2S_INFO requests (but then your server will appear as down for users outside of your server during an attack)
...
Forum: Source Servers (SRCDS) 09-06-2015, 17:05
Replies: 3
Views: 1,353
Posted By Mainstaff
Re: IP rate limit sustained HELPPP

Are you f... kidding us?



What do you expect? There will most likely be no other solution... Choose one and live with it.
Forum: Source Servers (SRCDS) 09-05-2015, 10:04
Replies: 5
Views: 1,754
Posted By Mainstaff
Re: Ddos hellpp

Looks like a spoofed A2S_INFO attack.

Possible counter measures:


Limiting A2S_INFO requests (but then your server will appear as down for users outside of your server during an attack)
...
Forum: General 07-18-2015, 02:07
Replies: 151
Views: 44,924
Posted By Mainstaff
Re: Valve Blocking Servers now

You should remove the Weapon paint plugin too. Even without joining your server I can see that there is such a plugin active.
Forum: Scripting 07-12-2015, 07:15
Replies: 1
Views: 817
Posted By Mainstaff
Re: Problem with Displaying call stack trace

Always check for IsClientConnected and IsClientInGame first.

stock void ResetHP()
{
for(new i = 1; i <= MaxClients; i++)
{
if(IsClientConnected(i) && IsClientInGame(i) &&...
Forum: Source Servers (SRCDS) 02-08-2015, 16:34
Replies: 20
Views: 5,008
Posted By Mainstaff
Re: A2S_INFO Spam Attack [PAYING 150$] FOR FIX.

If the request ips are spoofed you have to limit the requests per second for all ips. Otherwise, if the requests are sent only from a "few" ips you can limit the requests per ip. E.g:

iptables -A...
Forum: Coding MM:S Plugins & SM Extensions 09-12-2014, 20:09
Replies: 1
Views: 5,931
Posted By Mainstaff
[Solved] Load error: Undefined symbol: _ZdlPv

Hi

Since 09/10/2014 CS:GO update I'm getting the error Undefined symbol: _ZdlPv when I'm trying to load my self made Metamod extension. I already recompiled the plugin against the updated Metamod...
Showing results 1 to 25 of 58

 
Forum Jump

All times are GMT -4. The time now is 20:51.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode