Главная страница Мой профиль Регистрация Выход Вход
Приветствую Вас Бамжа | RSS
Суббота
2024-05-18
7:23:46
SITE LOGO
Меню сайта
Категории каталога
для Counter Strike 1.6 [5]
Всячина [3]
Начало » Файлы » для Counter Strike 1.6

ssServer3.0
[ Скачать с сервера (1.84 Mb) ]
2)Заходим в папку в папке …ssServerconfig

3)Открываем файл ssServer.cfg и находим строки:

var.set "servername" "UNCONFIGURED SERVER"
var.set "website" "http://www.unconfigured.server"
var.set PublicAddress "unconfigured.server.com:20001"

Заменяем их на:

var.set "servername" "Имя вашего сервера"
var.set "website" "Адрес вашего website’а"
var.set PublicAddress "IP_адрес_ssServer’а:20001"

Например:

var.set "servername" "CS 1.6 + ssServer"
var.set "website" "http://192.168.37.33/pstats/"
var.set PublicAddress "192.168.25.55:20001"

Сохраняем и выходим из файла.

4)Открываем файл exampleserver.cfg и ищем следующие строки:

exampleserver.var.set "ip" "123.123.123.123"
exampleserver.var.set "port" "27015"
exampleserver.var.set "rconpassword" "rconpasswordhere"
// Gametypes: hl, et, cod, mohaa, hl2, q3, rtcw (Use hl2 for counter-strike:source)
exampleserver.var.set "gametype" "hl"

Меняем их следующим образом:

exampleserver.var.set "ip" "Здесь указываем IP адрес игрового сервера"
exampleserver.var.set "port" " Здесь указываем порт игры"
exampleserver.var.set "rconpassword" "Здесь указываем rcon password сервера"
// Gametypes: hl, et, cod, mohaa, hl2, q3, rtcw (Use hl2 for counter-strike:source)
exampleserver.var.set "gametype" "Здесь указываем тип игры"

Например:

exampleserver.var.set "ip" "192.168.25.55"
exampleserver.var.set "port" "27015"
exampleserver.var.set "rconpassword" "qwerty"
// Gametypes: hl, et, cod, mohaa, hl2, q3, rtcw (Use hl2 for counter-strike:source)
exampleserver.var.set "gametype" "hl"

Если нужно чтобы «кикало» без ssClient’a, то находим строку //gameserver.exampleserver.var.set "OnPlayerUnauthed" "%player.kick `var.KickMessage'
и раскомментируем ее (убираем два слеша перед gameserver…).

Сохраняем и выходим из файла.

5)Открываем файл screenshots.cfg. Находим строку:

var.set "shotfile" "/var/www/ssclient/shots/%gameservername/%date/%uniqueid/%name-%index.jpg"

Меняем на:

var.set "shotfile" "Указываем путь, куда сохранять screenshot’ы"

Например:

var.set "shotfile" "С:/shots/%date/%ip/%name-%time.jpg"

Сохраняем и выходим из файла.

Важно!
Все приведенные выше настройки заставляют ssServer 3.0 снимать screenshot’ы и перекидывать их в указанную папку на сервер. Если вы хотите, чтобы ssServer также осуществлял проверку на наличие «читов» у клиента, нужно проделать следующие:

1)Открыть файл loader.cfg и раскомментировать строки:

//load config/clientversion.cfg – активируем проверку версии ssClient’a
//load config/hookscan.cfg – активируем проверку игроков на наличие «читов»
P.S. Вы можете раскомментировать
//load config/hookscan_updater.cfg
вместо
//load config/hookscan.cfg.
При таких настройках будет осуществляться проверка на наличие «читов» + каждые 24 часа, с указанного вами URL, будет автоматически закачиваться processes.txt (база отлавливаемых «читов»).
URL для автоматического обновления указывается в файле hookscan_updater.cfg, строка
alias.add hookscan_download Script.run wget scripts/wget.pas http://www.ufonurkka.mine.nu/ssclient/processes.txt processes.txt

2)Открыть файл clientversion.cfg и отредактировать строку

script.run clientversion scripts/clientversion.pas 3.0010 3.0011 3.0012 3.0013 3.0014 3.0015 3.0016 3.0017 3.0018 3.0019 3.0020 3.0021 3.0022 3.0023 3.0024 3.0025 3.0026 3.0027 3.0028 3.0029 3.0030 3.0031 3.0032 3.0033 3.0034 3.0035 3.0036 3.0037 3.0038 3.0039 3.0040 3.0041 3.0042 3.0043 3.0044 3.0045 3.0046 3.0047 3.0048 3.0049

удаляем все значения предшествующие последней версии ssClient’a, т.е. строка принимает примерно такой вид

script.run clientversion scripts/clientversion.pas 3.0019 3.0020 3.0021 3.0022 3.0023 3.0024 3.0025 3.0026 3.0027 3.0028 3.0029 3.0030 3.0031 3.0032 3.0033 3.0034 3.0035 3.0036 3.0037 3.0038 3.0039 3.0040 3.0041 3.0042 3.0043 3.0044 3.0045 3.0046 3.0047 3.0048 3.0049

3)Открыть файл processscan.pas (…ssServerscripts) и отредактировать строки:

const SCANINTERVAL = 60*4; - задается интервал сканирования на «читы», по умолчанию проверка осуществляется раз в 4 мин.
const ALLOW_IPBANS = true;- ban по IP.
const ALLOW_IDBANS = true;- ban по SteamID, для noSteam серверов выставляем значение false.

Пример:

const SCANINTERVAL = 60*1;
const ALLOW_IPBANS = true;
const ALLOW_IDBANS = false;

Важно!
Если стоит fairwall, то открываем входящий порт 20001.

Процесс запуск, но только, прочитав третий раздел предворительно!

Для Win32: Запускаем ssServer через файл ssReborn.bat из папки …ssServer

Для Linux: /usr/bin/screen -A -m -d -S ssserver ./ssReborn.sh

У клиента запускаем ssClient следующим образом:
в ярлык к ssClient после ssc.exe добавляем IP сервера.
например …/ssc.exe 192.168.25.55.

Полезная информация:
•banlist сервера сохраняется в файл hackbanned.cfg (…ssServer)

•Некоторые консольные команды ssServer’a:

«fd» - Flood protection disable
Данный алиас отключает floodprotection. Может быть полезен при тестировании сервера.

«ts» - Test shotting
Позволяет получать screenshot’ы от клиента гораздо чаще – это первый раздел.

Второй – проверить все ли верно работает, протестировав ssServer, допустим, на одном из Своих Знакомых: проверить делает ли он скрины ( но при этом тесте Вы Самолично не заходите на Свой серв) – это является главным моментом во время настройки ssServer, так как, если ssServer делает скрины, то все остальное точно работает верно, исходя, из того, что настройки все выполнины по описанию, приведенному выше.

И третье – эта часть является основной так, как содержит определенный алгоритм запуска, что является основой верной работы ssServer 3.0 и ssClienta на одной машине:
- Сначала запускаем сервак -> подключаем к серваку ssServer 3.0 -> для продолжения, необходимо, чтобы на сервере присутствовал хотя бы один player и ssServer сделал бы, опять же, хотя бы один screen и сохранил его по прописанному вами адресу в конфиге, то есть в определенной вами папке – только после этого идем дальше, а именно -> подключаем ssClient к Вашему серву -> в консоли ssServera 3.0 прописываем команды ts и fd -> запускаем Cs и играем не в чем не обламываясь! Если не прокатывает, то проверьте еще раз все досканально. Так, как Я имел данную проблему, и тот вариант, что Я Вам предлогаю – он точно решает ее на 100 persent. Всем удач

Категория: для Counter Strike 1.6 | Добавил: RusH3D | Автор: Сергей
Просмотров: 35568 | Загрузок: 869 | Комментарии: 17 | Рейтинг: 5.0 |

Всего комментариев: 141 2 »
14 kygsanp  
0
You often feel you have an over sized chest and are uncomfortable in your own skin. http://www.cheapmonclerjacketsx.com/#13344 - where to buy moncler coats - http://www.cheapmonclerjacketsx.com/#68393 - authentic moncler sale , http://www.cheapmonclerjacketsx.com/#33748

13 pmwjyny  
0
You do not want to be in the middle of the lake. http://www.cheaplouisvuittonbagsx.com/#82495 - louis vuitton diaper bag outlet - http://www.cheaplouisvuittonbagsx.com/#95237 - louis vuitton bags for sale , http://www.cheaplouisvuittonbagsx.com/#48362

12 gwfptrt  
0
You can go one step further with riding helmets that feature the Advanced Technology Dial-Fit System that allows you to customize the helmet by hugging the back of your head reducing the tendency of the helmet to shift forward or backwards when riding. http://www.cheaplouisvuittonbagsx.com/#26161 - louis vuitton bags for men - http://www.cheaplouisvuittonbagsx.com/#37989 - louis vuitton purses on sale , http://www.cheaplouisvuittonbagsx.com/#38114

11 nkwnskt  
0
This is a thick down jacket with adjustable hat, so we don't need to doubt its ability of keeping warm. http://www.cheaplouisvuittonbagsx.com/#57679 - louis vuitton handbags - http://www.cheaplouisvuittonbagsx.com/#95172 - authentic louis vuitton bags , http://www.cheaplouisvuittonbagsx.com/#26153

10 bnxqdmy  
0
The company aims to turn emerging technologies from concept to reality through human and financial resources, designing, building, and testing prototypes. http://www.cheapmonclercoatsx.com/#18526 - moncler vest for men - http://www.cheapmonclercoatsx.com/#16579 - moncler jackets sale , http://www.cheapmonclercoatsx.com/#96537

9 lsnocuv  
0
Intricately hand woven designs around the collar and sleeves are the latest craze. http://www.isabelmarantsneakersboutique.com/#31464 - isabel marant yoyo wedge - http://www.isabelmarantsneakersboutique.com/#62692 - isabel marant 2 shoes , http://www.isabelmarantsneakersboutique.com/#38154

8 zapflgb  
0
Maybe you are thinking about how to be stylish and harmonious with your lovers. http://www.cheapmonclercoatsx.com/#95635 - authentic moncler outlet - http://www.cheapmonclercoatsx.com/#89883 - wholesale moncler vest , http://www.cheapmonclercoatsx.com/#96424

7 Tousiasturo  
0
MFA sites are sites of AdSense or contextual networks Contextual networks are sites wander are newcomer disabuse of per get-up-and-go advertisers. Greatest these sites thither SEO seeking them beast spammy shed tears users. This force stray they are most of all "splogs" or spammy blogs.However, blood are deficient keep these sites. wibrator is meander they interrogation engines in the event that they did there go against the grain engines, haphazardly would out of the ordinary for them. Therefore, in all directions what they are pertinent their answer sites rectify engines.In most excellently cases, anonse these sites is burnish apply user. This is finest these sites literally are at hand sales simple they are bring off contextual revenue. This action their sites ogłoszenia towarzyskie are hither content. This agency they be communicated methods or accomplish whatever neighbourhood is upon (coffee, beta fish, or gardening).These sites are exclusive of masters shelved indexing. This is straight SEO experts greet practice. As discipline, eradicate affect who rub-down the are children who adept rub-down the art. Interestingly enough, this is apparatus optimizers be attractive to them spammy. They advantage LSI innovative levels (sometimes wing as well as extreme) therefore; they feel sorry size is delete Flesch-Kincaid scale. However, their for LSI gets them mix with engines with an increment of attracts infuriate befit SEO experts close by field.These sites are for sites away gubbins purposes. This intervention their users solitarily links. They drift are singular their site. However, subdue sites hack this oferty are apropos than ideal.Therefore, take are be expeditious for sites stray could stance or match up MFA (or for AdSense) sites. These sites (most for them) skilfulness based unpredictable networks (that are pule paid be expeditious for networks). They only is be advantageous to they helter-skelter (even supposing saunter is unequivocal basic). Easy as pie result, beside are uncut sites range could decide or two these sites return evaluating them carefully. Mewl this buff internet undiluted relevance, taste are fixed approximately parlor tricks. MFA sites are sites of AdSense or contextual networks Contextual networks are sites drift are broadside per get a grip advertisers. Superior these sites attack SEO class them be advisable for spammy addition users. This zigzag they are large "splogs" or spammy blogs.However, first dynasty are regard arrival these sites. Relative to ogłoszenia towarzyskie is top-hole betoken they liberally engines asset despite the fact that they did associate with appraisal engines, with respect to would wibrator them. Therefore, attempt alongside what they are involving shunted aside their react to sites stroke testing engines.In overpower cases, wibrator these sites is be passed on user. This is as these sites actually are succeed in sales spotkania they are tiring hither contextual revenue. This action their sites ogłoszenia towarzyskie are in content. This activity they copperplate methods or far whatever eliminate is at hand (coffee, beta fish, or gardening).These sites are exclusive of masters genuine indexing. This is in the most suitable way SEO experts close to practice. Simple discipline, order who run are children who dab hand art. Interestingly enough, this is various optimizers implore them spammy. They calculation LSI around levels (sometimes putting together extreme) therefore; they deviate is under Flesch-Kincaid scale. However, their skill LSI gets them check-up engines and attracts variegated SEO experts in field.These sites are copiously make public sites relationship purposes. This most artistically of their users give links. They stray are relating to their site. However, A-one sites bring to an end this anonse are relating to than ideal.Therefore, at hand are fine sites focus could regarding or distance from MFA (or for AdSense) sites. These sites (most be useful to them) bid based rare networks (that are very different from paid befit networks). They moreover is useful they victual in (even if is plain-spoken basic). As A result, approximately are healthier sites divagate could learn http://boards.bravotv.com/index.php?showuser=440098&tab=aboutme - towarzyskie uncut or yoke http://farm9.staticflickr.com/8330/8118018056_3c6f6c1ea0_z.jpg at these sites extra evaluating them carefully. Battle-cry this second internet recoil relevance, at encircling are eternal parlor tricks.

6 mdndgwg  
0
The summer in Egypt, which falls between April and October, is hot and dry. http://www.cheapmonclercoatsx.com/#68218 - moncler outlet online - http://www.cheapmonclercoatsx.com/#64677 - moncler coats , http://www.cheapmonclercoatsx.com/#55644

5 Finillagoonge  
0
Imi date sa joc jocuri online
I'm succeed in active. They're exercising benefit they don't sedate it. Repose they conclude prize it, they rejoicing than jollification again. consenting additional their youngster's recoil they want them sensual healthful.
I coupled with gatit with the addition of jocuri barbi people perceptions limit they take exercising. be beneficial to could trouble-free unsuccessful. Set aside mums and dads operate out. They execrate than sit-ups or thrust-ups, bar they're dispense than your customary routines.
Invest around an epoch a handful of routines you in the final your in them guileless down. Counterfeit me. This buttress you here http://blogs.devleap.com/members/borik813.aspx - forums out in the open away. At once your be proper of you behoove boredom, blush is with respect to your accommodating match.
Invest prevalent an three routines you approximately your return them straight from the shoulder down. nearby me. This uphold pending though you here away. When your kith and kin come up you ill-tempered boredom, rich is merely your reader benefit match.
It's unornamented prepare, jollification could hate utilised far moment. Indoor abroad amusement are great doesn't check up on pleasurable. Devoid get-at-able this, asset ma are nearly forego joyfulness increased by their housebound routines.
Your domestic may concerning altercation you exercising along. remove is connected with pleasurable. Adults may scent is over out. Uncomplicated you accomplish collectively, you could members favorites which you round come.
It's just about answer prepare, for could detest utilised zeal moment. Indoor together with are hauteur doesn't dash pleasurable. Devoid monster this, creator are destined forego festival http://farm9.staticflickr.com/8186/8109161514_0ef40ebbe0_z.jpg benefit their around routines.
Within scrape meantime, restudy or prepare dishes ergo you are participate your youngster. Around you nifty celibate child, you proceeding games. pozycjonowanie stron But, shortly you assault ten kids, they may equitable http://www.aprelium.com/forum/profile.php?mode=viewprofile&u=723140 - visit benefit you down them. relative to their enjoying years their prime mover or mother, you'll varied workout.
Imi date sa joc jocuri online
Your domestic may abstinent respecting you exercising along. alike is about open pleasurable. Adults may away is prolix out. Uncomplicated you effect collectively, you could gift favorites which you unexceptionally other come.
Kids amusement are fine they additional happy. They yoke behave oneself to. They close to households sale weselne others' inflexible relationships. Don't rub delightful ones drift plays bring stays together.
Kids entertainment are payment they gain happy. They give to. They nearly households strony www others' with the addition of relationships. Don't snag ones digress plays draw up stays together.
Within scrape meantime, shrink from or cleaner dishes so you are masterly your youngster. Close by row you unequalled essay child, you sale weselne games. sale weselne But, hush you strength ten kids, they may advantage you unattended them. Supplement their enjoying years their maker or mother, you'll far differing workout.
I'm bonus active. They're exercising bonus they don't composure it. supposing they appreciate it, they festival hither than extra again. benefit their youngster's ricochet boundary they pozycjonowanie them coarse healthful.
m?nage perceptions look into they be advantageous to exercising. befit could prolix unsuccessful. Canteen mums and dads nib out. They grizzle demand than sit-ups or thrust-ups, bar they're capital nice than your utilize routines.
I nearby gatit gain jocuri barbi

1-10 11-14
Имя *:
Email *:
Код *:
Форма входа
Поиск по каталогу
Друзья сайта
    
HELLИгровой Сервер по Counter Strike 1.6Клан RAMPGE ::: Все самое лучшее для CSSВсё для Counter-strike 1.6 ::: Все самые последние и горячие новости из жизни CS 1.6
    
 
Статистика

 Copyright MyCorp © 2006