SourceOP
DoS Attack Fixer for CSS v2 - Printable Version

+- SourceOP (http://forums.sourceop.com)
+-- Forum: SourceOP Plugin (http://forums.sourceop.com/SourceOP-Plugin-forum)
+--- Forum: General Chat (http://forums.sourceop.com/General-Chat-forum)
+---- Forum: Bugs/Problems (http://forums.sourceop.com/Bugs-Problems-forum)
+---- Thread: DoS Attack Fixer for CSS v2 (/DoS-Attack-Fixer-for-CSS-v2-thread)

Pages: 1 2


DoS Attack Fixer for CSS v2 - zhelev81 - Mar 16, 2009

How to load DoS Attack Fixer for CSS v2

I get seg fault anytime I try to load it Sad


DoS Attack Fixer for CSS v2 - Drunken F00l - Mar 16, 2009

Maybe an update broke it. I will check later and make sure it is still working.

Make sure you are not trying to load it with meta mod or anything like that. It is a standard Valve server plugin.


DoS Attack Fixer for CSS v2 - zhelev81 - Mar 16, 2009

explane pls how it should be done ...

vdf ?

If yes ,it fails to load :wink:


DoS Attack Fixer for CSS v2 - Drunken F00l - Mar 16, 2009

vdf in your cstrike\addons folder.


DoS Attack Fixer for CSS v2 - zhelev81 - Mar 16, 2009

aha ,exactly Smile

and inside the vdf :

"Plugin"
{
"file" "../cstrike/addons/daf/bin/dosattackfix_i486.so"
}

and seg fault ,just keep restarting the server


DoS Attack Fixer for CSS v2 - tejeskifly - Nov 28, 2009

Hi, this plugin don't work for me :/
If im type this is server consloe:
plugin_load "..\cstrike\addons\daf\bin\dosattackfix_i486.so"
The server is time out.
If i'm write in .vdf

"Plugin"
{
"file" "..\cstrike\addons\daf\bin\dosattackfix_i485.so"
}

and restert the server, the server time out.

i'm using sourcemod

18:02:44 Loaded plugins:
---------------------
0:<TAB>"Metamod:Source 1.7.1"
1:<TAB>"Mattie's EventScripts, http://mattie.info/cs, Version:2.0.0.248"
2:<TAB>"Nico's CSSMatch, version 1.3.5 (Dec 16 2008), http://code.google.com/p/cssmatch-plugin-en/"


DoS Attack Fixer for CSS v2 - tejeskifly - Dec 01, 2009

any idea?
I realy need protect !!


DoS Attack Fixer for CSS v2 - Drunken F00l - Dec 01, 2009

Do not try installing it as a Sourcemod or Metamod plugin. It is a VSP plugin and does not require Sourcemod or Metamod. Make sure you do not put the VDF in the Metamod addons folder and that you put it in the [gamedir]\addons folder


DoS Attack Fixer for CSS v2 - tejeskifly - Dec 01, 2009

i already put the vdf file to the addons folder


DoS Attack Fixer for CSS v2 - Drunken F00l - Dec 01, 2009

Well I don't know what's wrong. You can use gdb on the core dump to check the stack trace.

gdb ./srcds_i486 core.whatever
(gdb) bt