hlguard + reallite_hlg

Forumas skirtas spręsti problemas iškilusias su CS 1.6 serveriais.
Post Reply
marike
O taip. Jis jau surinko 50 žinučių!
Posts: 93
Joined: 2010 Sep 07 21:57
Skype: marius7109

hlguard + reallite_hlg

Post by marike »

Sveiki taigi idejau i serveri hlguard + reallite_hlg ir prijiungiau pr amxbans. Taigi reallite_hlg banina gerai i amxbans o hlguard banina bet ne i amxbans nes paziejau i logus banu uzdeda apie 10 o jie amxbans nera per hlg_net.cfg nustaciau nustatimus

Code: Select all

//====// HLGuard Internet Mode Config file//==== //=====// Sets the hlg_cfgversion cvar for outside identification//=====hlg_cfgversion "HLG 1.9 (Net)" //=====// Alias scanning speed settings//=====hlg_frequency 0.5   // Default: 0.5 // Idle in seconds between every checkhlg_scandelay_min 180   // Default: 180 // Minimum time HLGuard waits before starting new scan.hlg_scandelay_max 300   // Default: 300 // Maximum time HLGuard waits before starting new scan. //=====// Detection flags//=====hlg_bfflags "t"     // Flags to link with Rapid/Burstfire detectionshlg_sbflags "hs"    // Flags to link with Steambans checkhlg_nbflags "wsk"   // Flags to link with Rapid Name Change detectionhlg_swgflags "t"    // Flags to link with SWG "Jump-Through-Ceiling" bug abuse //=====// Alias Detection Actions//=====// b - Say, Log and ban permanenthlg_action "b:found" "hlg_writefile %L/detectionlist.txt;hlg_write \'%d %h [HLGUARD %g] -> %n<%w><%i> <%y> on %m <permanent ban>\'"hlg_action "b:found" "hlg_writefile %L/detectionlist.htm;hlg_write \'%d %h [HLGUARD %g] -> <b>%n</b>(<b>%w</b>)(<b>%i</b>) <b>%y</b> on <b>%m</b> (permanent ban)<br>\'"hlg_action "b:found" "hlg_log \'%n<%w><%i> triggered <%y>\'"hlg_action "b:found" "hlg_say \'[HLGUARD] Violation by %n(%w)\';hlg_say \'[HLGUARD] Violation: %y\';hlg_say \'[HLGUARD] Punishment: Permanent ban\'"//hlg_action "b:found" "amx_ban 0 %w [HLGUARD] %y"//=====// Amxbans - permanenthlg_action "b:found" "amx_ban 0 %w [HLGUARD] %y"//===== // t - Say, Log and ban for 24 hourshlg_action "t:found" "hlg_writefile %L/detectionlist.txt;hlg_write \'%d %h [HLGUARD %g] -> %n<%w><%i> <%y> on %m <24 hours ban>\'"hlg_action "t:found" "hlg_writefile %L/detectionlist.htm;hlg_write \'%d %h [HLGUARD %g] -> <b>%n</b>(<b>%w</b>)(<b>%i</b>) <b>%y</b> on <b>%m</b> (24 hours ban)<br>\'"hlg_action "t:found" "hlg_log \'%n<%w><%i> triggered <%y>\'"hlg_action "t:found" "hlg_say \'[HLGUARD] Violation by %n(%w)\';hlg_say \'[HLGUARD] Violation: %y\';hlg_say \'[HLGUARD] Punishment: 24 hours ban\'"//hlg_action "t:found" "amx_ban 1440 %w [HLGUARD] %y"//======// Amxbans - 24 hourshlg_action "t:found" "amx_ban 1440 %w [HLGUARD] %y"//====== // k - Kickhlg_action "k:found:1" "kick #%u [HLGUARD] You have been kicked. Reason: %y"// w - Loghlg_action "w:found" "hlg_writefile %L/detectionlist.txt;hlg_write \'%d %h [HLGUARD %g] -> %n<%w><%i> <%y> on %m\'"hlg_action "w:found" "hlg_writefile %L/detectionlist.htm;hlg_write \'%d %h [HLGUARD %g] -> <b>%n</b>(<b>%w</b>)(<b>%i</b>) <b>%y</b> on <b>%m</b><br>\'"hlg_action "w:found" "hlg_log \'%n<%w><%i> triggered <%y>\'"// s - Sayhlg_action "s:found" "hlg_say \'[HLGUARD] Violation by %n(%w)\';hlg_say \'[HLGUARD] Violation: %y\'" //=====// Steambans check actions//=====hlg_action "h:found" "hlg_writefile %L/blacklisted.txt;hlg_write \'%d %h [HLGUARD %g] -> %n<%w><%i>\'"hlg_action "h:found" "hlg_log \'%n<%w><%i> triggered <%y>\'"//hlg_action "h:found" "amx_ban 1440 %w [HLGUARD] Steambans blacklisted"//=====// Amxbans - Steambanshlg_action "h:found" "amx_ban 1440 %w [HLGUARD] Steambans blacklisted"//===== //=====// Nameban Actions//=====hlg_action "p:found" "hlg_log \'%n<%w><%i> triggered <%y>\'"hlg_action "p:found" "hlg_writefile %L/namebanlist.txt;hlg_write \'%d %h [HLGUARD %g] -> %n<%w><%i> <%y><%N> on %m <kick>\'"hlg_action "p:found" "hlg_say \'[HLGUARD] Violation by %n(%w)\';hlg_say \'[HLGUARD] Violation: %y\';hlg_say \'[HLGUARD] Punishment: Kick\'"hlg_action "q:found" "hlg_log \'%n<%w><%i> triggered <%y>\'"hlg_action "q:found" "hlg_writefile %L/namebanlist.txt;hlg_write \'%d %h [HLGUARD %g] -> %n<%w><%i> <%y><%N> on %m <2 hours ban>\'"hlg_action "q:found" "hlg_say \'[HLGUARD] Violation by %n(%w) detected!\';hlg_say \'[HLGUARD] Violation: %y\';hlg_say \'[HLGUARD] Punishment: 2 hours ban\'"//hlg_action "q:found:10" "amx_ban 120 %w [HLGUARD] %y"//=====// Amxbans - Namebanhlg_action "q:found:10" "amx_ban 120 %w [HLGUARD] %y"//=====
ir dar hlg_cvars.cfg nustaciau ir tik nz ar ce reikia

Code: Select all

//====// Cvar violation ban length//====// 24h ban// hlg_action "c:found" "banid 1440.0 %w;kick #%u [HLGUARD] Banned: 24 hours. Reason: Cvar violation <%y>;wait;writeid"// 2h banhlg_action "c:found" "banid 120.0 %w;kick #%u [HLGUARD] Banned: 2 hours. Reason: Cvar violation <%y>;wait;writeid"// 5m ban// hlg_action "c:found" "banid 5.0 %w;kick #%u [HLGUARD] Banned: 5 minutes. Reason: Cvar violation <%y>;wait;writeid"//====// Amxbans//====hlg_action "c:found" "amx_ban 1440 %w [HLGUARD] Cvar violation %y"hlg_action "c:found" "amx_ban 120 %w [HLGUARD] Cvar violation %y"hlg_action "c:found" "amx_ban 5 %w [HLGUARD] Cvar violation %y" 
zodziu nz atrodo vikas gerai bet nebanina hlguard i amxbans
Image

User avatar
psychical
Viršininkas
Posts: 2094
Joined: 2011 Mar 12 22:19
Skype: tautvydas11
Location: Linksmakalnis
Contact:

Re: hlguard + reallite_hlg

Post by psychical »

Code: Select all

hlg_action "c:found" "banid 120.0 %w;kick #%u [HLGUARD] Banned: 2 hours. Reason: Cvar violation <%y>;wait;writeid"
uzkomentuok sita

marike
O taip. Jis jau surinko 50 žinučių!
Posts: 93
Joined: 2010 Sep 07 21:57
Skype: marius7109

Re: hlguard + reallite_hlg

Post by marike »

ka tau uzkomentuot ce jis taip buvo
tik nuo situ eiluciu

//hlg_action "c:found" "amx_ban 1440 %w [HLGUARD] Cvar violation %y"
//hlg_action "c:found" "amx_ban 120 %w [HLGUARD] Cvar violation %y"
//hlg_action "c:found" "amx_ban 5 %w [HLGUARD] Cvar violation %y"

nujemiau / tokius tik nz ar reikia
Image

User avatar
psychical
Viršininkas
Posts: 2094
Joined: 2011 Mar 12 22:19
Skype: tautvydas11
Location: Linksmakalnis
Contact:

Re: hlguard + reallite_hlg

Post by psychical »

Code: Select all

hlg_action "c:found" "banid 120.0 %w;kick #%u [HLGUARD] Banned: 2 hours. Reason: Cvar violation <%y>;wait;writeid"
Tu bl aklas? Sakau uzkomentuok sita nes sitas banina i cfg jei neklystu o ne i amxbans....

marike
O taip. Jis jau surinko 50 žinučių!
Posts: 93
Joined: 2010 Sep 07 21:57
Skype: marius7109

Re: hlguard + reallite_hlg

Post by marike »

nu padariau ji taip dabar bet jis man atrodo ce yra kaskas su valandom ir laiku ant kiek laiko banins nu nezinau

Code: Select all

//hlg_action "c:found" "banid 120.0 %w;kick #%u [HLGUARD] Banned: 2 hours. Reason: Cvar violation <%y>;wait;writeid"
-- 2011 Rgp 25 18:22 --

jo ta eilute ir reikejo isiukti banina jau hlguard i amxbans ir reallite_hlg banina i amxbans dekui u pagalba psychical +rep

-- 2011 Rgp 25 18:22 --

jo ta eilute ir reikejo isiukti banina jau hlguard i amxbans ir reallite_hlg banina i amxbans dekui u pagalba psychical +rep
Image

Post Reply

Who is online

Users browsing this forum: No registered users and 5 guests