Skocz do zawartości

Nowy szablon forum

mygo.pl

Stworzyliśmy dla Was nowy wygląd forum. Z pewnością znajdziesz rzeczy, które wg Ciebie mogą zostać zmienione - wspomnij o tym w specjalnym wątku.

Czytaj więcej

Jak założyć własną sieć

serwerów CS

Zastanawiasz się nad prowadzeniem własnej sieci serwerów? Przeczytaj podstawowe informacje, na które należy zwrócić uwagę, przy takim projekcie.

Czytaj więcej

Tworzymy spis sieci

dodaj swoją

Dodaj sieć do której należysz, pozwoli to na promocję i budowę ogólnopolskiej bazy sieci CS.

Czytaj więcej

Blokers

Użytkownik
  • Postów

    455
  • Dołączył

  • Ostatnia wizyta

  • Wygrane w rankingu

    8

Odpowiedzi opublikowane przez Blokers

  1. Odcinany jest ruch bo filtr blackhole odcina łącza zagraniczne. Tu możesz zobaczyć czy jest jakaś blokada

    Check IP address on DNS Blackhole Lists

    A ten spam to może być po prostu log z któregoś z ataków. I tu raczej będzie DOS, z tego względu ze można zaobserwować tylko jedno IP. W przypadku DOS to jest zabezpieczenie na sourcemod.  Bardziej przejmował bym się ddos. Ale to max 3-4 i po ddos. :)

  2. Wklej to:

    //
    // READ THIS CAREFULLY! SEE BOTTOM FOR EXAMPLES
    //
    // For each admin, you need three settings:
    //  "identity"        "permissions"        "password"
    //
    // For the Identity, you can use a SteamID or Name.  To use an IP address, prepend a ! character.
    // For the Permissions, you can use a flag string and an optional password.
    //
    // PERMISSIONS:
    //  Flag definitions are in "admin_levels.cfg"
    //  You can combine flags into a string like this:
    //  "abcdefgh"
    //
    //  If you want to specify a group instead of a flag, use an @ symbol.  Example:
    //  "@Full Admins"
    //
    //    You can also specify immunity values.  Two examples:
    //    "83:abcdefgh"            //Immunity is 83, flags are abcdefgh
    //    "6:@Full Admins"        //Immunity is 6, group is "Full Admins"
    //
    //    Immunity values can be any number.  An admin cannot target an admin with 
    //    a higher access value (see sm_immunity_mode to tweak the rules).  Default 
    //  immunity value is 0 (no immunity).
    //
    // PASSWORDS:
    //  Passwords are generally not needed unless you have name-based authentication.
    //  In this case, admins must type this in their console:
    //
    //   setinfo "KEY" "PASSWORD"
    //
    //  Where KEY is the "PassInfoVar" setting in your core.cfg file, and "PASSWORD"
    //  is their password.  With name based authentication, this must be done before
    //  changing names or connecting.  Otherwise, SourceMod will automatically detect
    //  the password being set.
    //
    ////////////////////////////////
    // Examples: (do not put // in front of real lines, as // means 'comment')
    //
    //   "STEAM_0:1:16"        "bce"                //generic, kick, unban for this steam ID, no immunity
    //   "!127.0.0.1"        "99:z"                //all permissions for this ip, immunity value is 99
    //   "BAILOPAN"            "abc"    "Gab3n"        //name BAILOPAN, password "Gab3n": gets reservation, generic, kick
    //    "reservation" "a" //Reserved slots
    //////////////////////////////////
    "STEAM_1:1:14368688"            "z"

     

×
×
  • Dodaj nową pozycję...