It is currently Sun Aug 01, 2010 6:55 am

All times are UTC + 1 hour [ DST ]





Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 55 posts ]  Go to page 1, 2, 3, 4  Next
  Print view Previous topic | Next topic 
Author Message
 Post subject: HLStats 1.51rc2 | and more information
PostPosted: Fri Aug 07, 2009 4:21 pm 
Administrator
Administrator
User avatar

Joined: Fri May 06, 2005 1:27 pm
Posts: 1258
Location: Germany
Well it is vacation time and before I go for about two weeks on vacation and be completely offline I release the the RC2 for HLStats version 1.51.

Here is the changelog so far:
Code:
*) New: Role pictures in player info page if available.
*) Updated: Ignore BOT option ignores everything which has BOT as unique ID
*) Updated: Dod Role and map pictures.
*) Updated: TF2 Weapon pics
*) Changed: Period for event deletion in hlstats.pl increased.
*) Changed: import-tools.sh removed (can be found in the docs now)
*) Changed: HLstats is now HLStats
*) Chnaged: Moved functions from hlstats.pl to HLstats.plib
*) Changed: hlstats.conf is now hlstats.conf.ini and uses the ini format.
   http://search.cpan.org/~adamk/Config-Tiny/
   The perl module Config::Tiny is now required for running HLStats daemon
*) Changed: removed some options which where never user or are useless anymore
   -n, --nodebug, $g_nodebug
*) Changed: removed the option g_patch_loopback_ip and implemented it into
   hlstats.pl
*) Changed: removed the old db object and replaced it with basic mysql functions
   from php.
*) Changed: renamed the hlstats.conf.inc.php file to hlstats.conf.php
*) Fixed: Missing check in doEvent_Chat function (thx to VladiBG)
*) Fixed: rcon messages. Missing quotes (thx to freaker)


Important update information:
http://half-life-statistics.org/Documen ... o+151.html
Important to read if you upgrade

Please download and use this to make HLStats step further.

I have also a new website and a new design in the pipeline and updated documentation ( I know I've said this already but now I will really do it and it is 70% complete )

The next big thing will be translation which is also already on a good way.


Also I want to say thank you for your interrest and support for hlstats for so a long time and keep this project alive.

I wish you all a good holiday and see you at the end of august.

Banana


Attachments:
hlstats-1.51rc2.tar.gz [4.11 MiB]
Downloaded 497 times

_________________
Image
Image
Top
 Profile  
 
 Post subject: Re: HLStats 1.51rc2 | and more information
PostPosted: Fri Aug 07, 2009 5:16 pm 
Newbie
Newbie

Joined: Thu Aug 06, 2009 11:25 am
Posts: 26
Location: Österreich/NÖ/Zwettl
THANKS^^
i´ll test it right now...
thx und viel spass im urlaub wenn ich das richtig verstanden hab^^

_________________
Image


Top
 Profile  
 
 Post subject: Re: HLStats 1.51rc2 | and more information
PostPosted: Fri Aug 07, 2009 8:44 pm 
Newbie
Newbie

Joined: Thu Aug 06, 2009 11:25 am
Posts: 26
Location: Österreich/NÖ/Zwettl
oh sry...i havent read the rules right now...
when i installed v1.51 from the very beginning it doesn´t work...same error i had in v1.50 too...
now i try to upgrade from v1.40 to 1.51...i hope it works now
when not i´ll ask here...

_________________
Image


Top
 Profile  
 
 Post subject: Re: HLStats 1.51rc2 | and more information
PostPosted: Sat Aug 08, 2009 1:22 am 
Newbie
Newbie

Joined: Thu Aug 06, 2009 11:25 am
Posts: 26
Location: Österreich/NÖ/Zwettl
sorry but here i cant edit my posts so i have to make a new one...
Now i tried everything but it wont work so i modified the file hlstats.sql in the *\hlstats-1.51rc2\install so that all the settings for the style black are default in the database (sorry about my english^^)
now the style is correct but i cant modify anything in Admin\General Settings\HLStats Options but now its unnessecery(unwichtig^^)
i´m so sorry for my english but i hope that u understand everything i´ve written^^

mfg. nagiii

_________________
Image


Top
 Profile  
 
 Post subject: Re: HLStats 1.51rc2 | and more information
PostPosted: Sat Aug 08, 2009 10:00 am 
HLStats Team
HLStats Team

Joined: Tue Nov 18, 2008 10:08 pm
Posts: 135
Location: Germany
Danke für das Bugfix-Update :)

aber... grrrrrrrrrrr
Benutze bitte nen ordentlichen Editor oder speichere das Zeug mit was anderem -.-

Wann immer man versucht das auf ner Linux-Maschine auszuführen kommt
Code:
sh: ./hlstats.pl: /usr/bin/perl^M: bad interpreter: Datei oder Verzeichnis nicht gefunden


Was an der Art liegt wie die Dateien gespeichert wurden. (war auch in den früheren Versionen so)
hab hier n kleines converter-Script:
Code:
#!/usr/bin/perl

die "Usage: $0 < files >\n" unless @ARGV;

for $file (@ARGV)
{
    open IN, $file or die "$0: Cannot open $file for input!\n";

    my @lines = <IN>;

    close IN;
    open OUT, "> $file" or die "$0: Cannot open $file for output!\n";

    s/\r$// for @lines;
    print OUT for @lines;
}


nachdem man das hat drüberlaufen lassen geht auch unter Linux alles.


mfg Freaker

PS: Sobald man einen Spieler anklickt kommt
Code:
Notice: Undefined variable: queryPlayer in hlstats/hlstatsinc/playerinfo.inc.php on line 151

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in hlstats/hlstatsinc/playerinfo.inc.php on line 151

Notice: Undefined variable: queryPlayer in hlstats/hlstatsinc/playerinfo.inc.php on line 152

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in hlstats/hlstatsinc/playerinfo.inc.php on line 152

zB: http://hlstats.dos-clan.com/hlstats.php ... &player=62

_________________
exec.dos|Dominators of Silence HLStats http://hlstats.dos-clan.com


Top
 Profile  
 
 Post subject: Re: HLStats 1.51rc2 | and more information
PostPosted: Sat Aug 08, 2009 9:12 pm 
HLStats Team
HLStats Team

Joined: Tue Nov 18, 2008 10:08 pm
Posts: 135
Location: Germany
außerdem crasht in der version die hlstats.pl sobald iwas passiert merk ich gerade

_________________
exec.dos|Dominators of Silence HLStats http://hlstats.dos-clan.com


Top
 Profile  
 
 Post subject: Re: HLStats 1.51rc2 | and more information
PostPosted: Sat Aug 08, 2009 10:54 pm 
Newbie
Newbie

Joined: Thu Aug 06, 2009 11:25 am
Posts: 26
Location: Österreich/NÖ/Zwettl
freaker dürfte ich mal wissen, welches OS dein Gameserver hat?
ich hab nämlich grad nen Windows und hab ech keine ahnung(damit mein ich echt 0^^) wie das alles mit dem daemon(inklusive perl usw )geht^^
edit: also ok...hab jetzt ActivePerl installiert...DBD::mysql und DBI und Config::Tiny is auch installiert...aber jetzt bin ich echt am ende...pls kann mir wer sagen was ich als nächstes tun muss?...
PS.: is mein 1. mal, das ich HLStats verwende...^^

_________________
Image


Top
 Profile  
 
 Post subject: Re: HLStats 1.51rc2 | and more information
PostPosted: Sun Aug 09, 2009 2:39 pm 
Administrator
Administrator
User avatar

Joined: Fri May 06, 2005 1:27 pm
Posts: 1258
Location: Germany
@nagiiiKilled
du kannst auch in deutsch schreiben.

mach für deine Probleme einfach mal ein neues thema, dann ich weis wirklich nicht mehr welche nun aktuell sind oder nicht.

@freaker
Quote:
aber... grrrrrrrrrrr
Benutze bitte nen ordentlichen Editor oder speichere das Zeug mit was anderem -.-

ehem... wenn du meinst VI sei ein schlechter editor....

so.

diese zeichen die du da siehts, kommen von windows, aber ich entwickle nicht unter windows....

beschreibe mir mal bitte genau was du gemacht hast, nach dem du das archiv herunter geladen hast.
welches OS benutzt und welche tools.

die notice werden gefixt.

noch eine Frage.
ich habe hier mal eine version installiert und wenn du einen server hast wäre es nett wenn du einfach mal einen log stream senden könntest. Damit hätte ich mehr daten zum testen.
http://bananas-development-server.de/hl ... lstats.php

wäre verdammt cool.


vielen dank schon mal an das testen !
das hilft wirklich, denn ich kann nicht alles testen, denn ich bin nur eine Person und wenn mehrere das testen findet man auch alle fehler.
ich bin da schon ein wenig betriebsblind.

_________________
Image
Image


Top
 Profile  
 
 Post subject: Re: HLStats 1.51rc2 | and more information
PostPosted: Sun Aug 09, 2009 3:04 pm 
HLStats Team
HLStats Team

Joined: Tue Nov 18, 2008 10:08 pm
Posts: 135
Location: Germany
merkwürdig, dass die komischen zeilenumbrüche drin sind, wenn du garkein windows benutzt o_O

ich habs auf meiner Debian Maschine versucht "normal" auszuführen (also nicht "perl hlstats.pl" sondern "./hlstats,pl" (mit "perl..." gehts)


an welche IP/Port soll ich den Logstream senden?
(von 94.23.210.188:27022)


mfg Freaker

_________________
exec.dos|Dominators of Silence HLStats http://hlstats.dos-clan.com


Top
 Profile  
 
 Post subject: Re: HLStats 1.51rc2 | and more information
PostPosted: Sun Aug 09, 2009 9:24 pm 
Administrator
Administrator
User avatar

Joined: Fri May 06, 2005 1:27 pm
Posts: 1258
Location: Germany
jup.

denn die kenne ich nur wenn man so eine Datei mit windows bearbeitet...

Quote:
ich habs auf meiner Debian Maschine versucht "normal" auszuführen (also nicht "perl hlstats.pl" sondern "./hlstats,pl" (mit "perl..." gehts)

wenn du es ohne perl ausführst was kommt den da für ein fehler ?

Quote:
an welche IP/Port soll ich den Logstream senden?
(von 94.23.210.188:27022)

IP: 87.106.8.172
port: 27500
http://bananas-development-server.de/hl ... lstats.php


danke schon mal !

_________________
Image
Image


Top
 Profile  
 
 Post subject: Re: HLStats 1.51rc2 | and more information
PostPosted: Sun Aug 09, 2009 9:48 pm 
HLStats Team
HLStats Team

Joined: Tue Nov 18, 2008 10:08 pm
Posts: 135
Location: Germany
Da kommt der oben gepostete Error ;)
(bei meinem Gentoo im Übrigen auch)

Hab die Adresse mal hinzugefügt, ich helf doch gerne, wenns darum geht hlstats zu verbessern :)


btw: noch n kleiner Fehler auf der Startseite mit den Daily Awards
Code:
Daily Awards (Friday 07 08 to Friday 07 08.)

da passt was nicht^^


mfg Freaker

_________________
exec.dos|Dominators of Silence HLStats http://hlstats.dos-clan.com


Top
 Profile  
 
 Post subject: Re: HLStats 1.51rc2 | and more information
PostPosted: Mon Aug 10, 2009 9:42 am 
Administrator
Administrator
User avatar

Joined: Fri May 06, 2005 1:27 pm
Posts: 1258
Location: Germany
vielen Dank auch.

das hat schon mal sehr geholfen !

die stats werden auch gelogt und es sind auch schon fixes gemacht worden.

ich denke mal ich erstelle eine verbesserte RC heuter oder morgen online.

am Mittwoch bin ich dann aber weg.

_________________
Image
Image


Top
 Profile  
 
 Post subject: Re: HLStats 1.51rc2 | and more information
PostPosted: Mon Aug 10, 2009 9:55 am 
HLStats Team
HLStats Team

Joined: Tue Nov 18, 2008 10:08 pm
Posts: 135
Location: Germany
freut mich, wenn ich helfen kann :)
und auch Danke für die schnellen Fixes und den super Support hier :thumb up:

Der Daemon hat sich jetzt noch nicht wieder verabschiedet, ich muss das mal beobachten, wenn nachher echte Spieler und nicht nur Bots drauf sind. (gestern lief erstmal wieder der von 1.50^^)



mfg Freaker

_________________
exec.dos|Dominators of Silence HLStats http://hlstats.dos-clan.com


Top
 Profile  
 
 Post subject: Re: HLStats 1.51rc2 | and more information
PostPosted: Mon Aug 10, 2009 1:49 pm 
HLStats Team
HLStats Team

Joined: Tue Nov 18, 2008 10:08 pm
Posts: 135
Location: Germany
ich weiß nicht warum, aber sobald ein Spieler joint, crasht hlstats.pl

Code:
2009-08-10 13:44:29:   94.23.210.188:27022 - E013: (IGNORED) NOTMINPLAYERS: World triggered "Round_Start"
bot ?
{DoS}C55-Freaker(GER)<6><STEAM_ID_PENDING><>

<crash>

sind die letzten Zeilen

Auszug aus den Logs dazu:
Code:
L 08/10/2009 - 13:44:29: World triggered "Round_Start"
L 08/10/2009 - 13:44:47: "{DoS}C55-Freaker(GER)<6><STEAM_ID_PENDING><>" connected, address "84.146.4.205:27005"
L 08/10/2009 - 13:44:48: "{DoS}C55-Freaker(GER)<6><STEAM_0:0:18023441><>" STEAM USERID validated



jetzt frag mich aber bitte nicht, warum das bei mir crasht und bei dir nicht >.<
mit der 1.50 geht das ohne Probs


mfg Freaker


PS: ganz kleiner Schöheitsfehler:
in der game.inc.php
Code:
$awards_s_date = $awards_d_date = date('l d.m',$tmptime);

zu
Code:
$awards_s_date = $awards_d_date = date('l d.m.',$tmptime);

_________________
exec.dos|Dominators of Silence HLStats http://hlstats.dos-clan.com


Top
 Profile  
 
 Post subject: Re: HLStats 1.51rc2 | and more information
PostPosted: Mon Aug 10, 2009 4:32 pm 
Administrator
Administrator
User avatar

Joined: Fri May 06, 2005 1:27 pm
Posts: 1258
Location: Germany
Quote:
jetzt frag mich aber bitte nicht, warum das bei mir crasht und bei dir nicht

hmm eigentlich sollte das bei mir auch crashen, denn da war noch eine debug message enthalten mit einem exit.
es war also kein crash ;-)

Quote:
PS: ganz kleiner Schöheitsfehler:
in der game.inc.php

schon behoben also du das mit den Awards gemerkt hast ;-)

_________________
Image
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 55 posts ]  Go to page 1, 2, 3, 4  Next

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron



Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
skymiles v1.1 designed by CodeMiles Team -TemplatesDragon-.