Установка HLSTATSX:CE |
Здравствуйте, гость Вход | Регистрация
Наши новости:
|
|
|
Установка HLSTATSX:CE |
n1ckolay
|
11.5.2011, 5:38
Сообщение
|
![]() |
у меня точно так же
|
|
|
|
cs-portal
|
11.5.2011, 21:31
Сообщение
|
|
|
HLStatsPlayerIdFix = 1 не обязательно
у меня 0. порты в роутере открыты - на порт статистики? у меня счас даже чат логгирует. правда страны и города нужен GEOip настраивать долго. пока ето не работает. а так. даже х3. могу выложить свои файлы hlstats.conf # HLstatsX Community Edition - Real-time player and clan rankings and statistics # Copyleft (L) 2008-20XX Nicholas Hastings (nshastings@gmail.com) # http://www.hlxcommunity.com # # HLstatsX Community Edition is a continuation of # ELstatsNEO - Real-time player and clan rankings and statistics # Copyleft (L) 2008-20XX Malte Bayer (steam@neo-soft.org) # http://ovrsized.neo-soft.org/ # # ELstatsNEO is an very improved & enhanced - so called Ultra-Humongus Edition of HLstatsX # HLstatsX - Real-time player and clan rankings and statistics for Half-Life 2 # http://www.hlstatsx.com/ # Copyright © 2005-2007 Tobias Oetzel (Tobi@hlstatsx.com) # # HLstatsX is an enhanced version of HLstats made by Simon Garner # HLstats - Real-time player and clan rankings and statistics for Half-Life # http://sourceforge.net/projects/hlstats/ # Copyright © 2001 Simon Garner # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # For support and installation notes visit http://www.hlxcommunity.com ## ## Database Settings ## # DBHost - Database server "address" or "address:port". Address can be an IP or # a hostname. The default MySQL port is 3306 (tcp). DBHost "localhost" # DBUsername - User to connect to the database as. DBUsername "user dla hlstats" # DBPassword - Password for the database user. DBPassword "" # DBName - Name of the database to use. DBName "bazadannih" ## ## UDP Socket Settings (should match "logaddress ip port" on the game servers) ## # BindIP - IP address to bind to (leave empty to use all interfaces). BindIP "" # Port - Port to listen on for log data from the game servers. this is also valid for proxy-daemon.pl Port 27500 ## ## Cpanel hack ## ## Set this to 1 if you use cpanel and need to use a user-installed Perl module CpanelHack 0 ## ## Event Queue ## ## Number of each type of events to queue before inserting events of that type ## (larger installs may try raising this for better performance EventQueueSize 10 # DebugLevel - Set this to 1 to have debugging information printed on stdout. # Set higher for even more debugging information. Set to 0 for # quiet operation. It is recommended that you set this to 1 when # first configuring HLstats, to help diagnose any problems. DebugLevel 1 hlstats.pl ## ## Settings ## # $opt_configfile - Absolute path and filename of configuration file. $opt_configfile = "c:/www/stats/scripts/hlstats.conf"; # $opt_libdir - Directory to look in for local required files # (our *.plib, *.pm files). $opt_libdir = "c:/www/stats/scripts"; ## ## ################################################################################ ## No need to edit below this line ## hlstats-awards.pl ## ## Settings ## # $opt_configfile - Absolute path and filename of configuration file. my $opt_configfile = "./hlstats.conf"; # $opt_libdir - Directory to look in for local required files # (our *.plib, *.pm files). my $opt_libdir = "c:/www/stats/scripts"; ## ## ################################################################################ ## No need to edit below this line ## use Getopt::Long; use DBI; use Encode; require "$opt_libdir/ConfigReaderSimple.pm"; do "$opt_libdir/HLstats.plib"; $|=1; Getopt::Long::Configure ("bundling"); binmode STDIN, ":utf8"; binmode STDOUT, ":utf8"; ## ## MAIN ## # Options my $opt_help = 0; my $opt_version = 0; my $opt_numdays = 1; my $opt_player_activity = 0; my $opt_awards = 0; my $opt_ribbons = 0; my $opt_geoip = 0; my $opt_clans = 0; my $opt_prune = 0; my $opt_optimize = 0; my $opt_verbose = 0; our $opt_cpanelhack = 0; our $db_host = "localhost"; our $db_user = "VASH USER; our $db_pass = ""; our $db_name = "BAZA DANNIH"; |
|
|
|
C1_
|
12.5.2011, 0:16
Сообщение
|
![]() |
порт открыт наверное, это важно если всё на одном компе находится? Вот так показывает netstat -a http://hlmod.ru/images/hlxce/hlxce_win_tuto_033.png
мне кажется что это из-за неправильных настроек.. Можешь написать какие у тебя ип прописаны в server.cfg, HLstatsX: CE Daemon Control и Edit Servers ? |
|
|
|
cs-portal
|
12.5.2011, 1:56
Сообщение
|
|
|
daemon control
localhost 27500 server.cfg log on mp_logdetail 3 logaddress_add 178.150.26.253 27500 |
Поблагодарили 1 раз
|
|
C1_
|
12.5.2011, 14:32
Сообщение
|
![]() |
никак не получается, придётся вернуться к psychostats
|
|
|
|
STILL47DEATH
|
24.5.2011, 17:33
Сообщение
|
![]() |
при запуске демона пишет, что порт закрыт, но при этом фаерволл оффнут. ос: дебиан, VDS
что делать? как быТЬ? |
|
|
|
cs-portal
|
24.5.2011, 19:15
Сообщение
|
|
|
ты думешь только фаервол занимает порт?
как вариант указать слушать все сетевые интерфейсы |
|
|
|
STILL47DEATH
|
27.5.2011, 16:57
Сообщение
|
![]() |
|
|
|
|
cs-portal
|
28.5.2011, 1:13
Сообщение
|
|
|
просто глянь что висит на порту
ведь порт можно изменить в конфиге! |
|
|
|
нуб2
|
4.1.2012, 4:39
Сообщение
|
![]() |
Подсказывайте посоны, как убрать
![]() http://stats.dust2.ru/ - ну если популярнее то тут видно, какой это пипец...особенно если 9 серверов.... Много места занимает, в код лезть неохота. И почему может быть такое: ingame плагин установлен, а статистику он *** не выводит....в плане совсем не выводит...ну и никакие менюхи...возможно предусмотренные для cs1.6 не выводятся... короче я неосилил, помогайте Хотя вп*зду его с такой нагрузкой
Отредактировал: нуб2, - 4.1.2012, 14:11
|
|
|
|
papirus
|
2.5.2012, 17:27
Сообщение
|
![]() |
Не отображаються флаги! (все скрипты через cron запущенны)
cyberarena.su/hlstatsx Цитата ![]() Что делать ?
Отредактировал: papirus, - 2.5.2012, 17:29
|
|
|
|
cs-portal
|
14.5.2012, 18:54
Сообщение
|
|
|
ну в аську как обычно посотрю
походу ты не прописал logadress_add
Отредактировал: cs-portal, - 14.5.2012, 18:55
|
|
|
|
нуб2
|
16.5.2012, 8:08
Сообщение
|
![]() |
cs-portal,
нет, там дело было в настройках ната. уже все работает...в теории...но мне некогда) |
|
|
|
нуб2
|
27.5.2012, 6:11
Сообщение
|
![]() |
В общем у меня тоже не принимает лог с сервера.
Надо бы разобраться, да некогда..) А может и из за 5.3 пхп, хрен его поймешь...
Отредактировал: нуб2, - 27.5.2012, 6:12
|
|
|
|
STILL47DEATH
|
27.5.2012, 11:24
Сообщение
|
![]() |
Вряд ли из-за версии пхп, я юзаю послежнюю версию статы, по идее она должна в ладах быть с посл. версией пхп.
Где ходит ТС, твоя тема, помогай :wink: |
|
|
|
![]() ![]() |