easy-wi / developer

Gameserver, Voiceserver Webinterface
https://easy-wi.com
GNU General Public License v3.0
225 stars 82 forks source link

UT2004/L4D2 UserPanel, only IP #178

Closed DNW-Donzi closed 10 years ago

DNW-Donzi commented 10 years ago

4.11, no dev: On the Userpanel, Serverstatus green (UP) but no Servername and more, since 24 hours

UserPanel: 95.156.230.70:64000

Template ut2004 Status vom Niemals Map Unknown Spieler 0/0

All crons are running fine Pic: userpanel

quakestat:

/usr/bin/quakestat -xml -R -utf8 -ut2004s 95.156.230.70:64000 -sort i <?xml version="1.0" encoding="UTF-8"?> < qstat> < server type="UT2004S" address="95.156.230.70:64000" status="UP"> < hostname>95.156.230.70:64000< /hostname> < name>* @@UT@@zone▒@.de * 1on1 | by DNW< /name> < gametype>xDeathMatch< /gametype> < map>DM-Rankin< /map> < numplayers>1< /numplayers> < maxplayers>2< /maxplayers> < ping>12< /ping> < retries>0< /retries> < rules> < rule name="gametype">xDeathMatch< /rule> < rule name="ServerMode">dedicated< /rule> < rule name="AdminName">Donzi.UTzone< /rule> < rule name="AdminEmail">quakenet #utzone< /rule> < rule name="ServerVersion">3369< /rule> < rule name="GameStats">True< /rule> < rule name="MaxSpectators">10< /rule> < rule name="Mutator">MutAntiTCCFinal|MutUTComp|MutPostalBabes|MutNoSuperWeapon|MutNoAdrenaline|MutUTzoneTA|MutPingCompensation|MutUTAN< /rule> < rule name="Tick Rate">49.84 / 50.00 max.< /rule> < rule name="Anti TCC version">2009R6< /rule> < rule name="UTComp_Version">1.7a< /rule> < rule name="Enhanced Netcode">False</ rule> < rule name="MinPlayers">0< /rule> < rule name="EndTimeDelay">0.00< /rule> < rule name="GoalScore">0< /rule> < rule name="TimeLimit">15< /rule> < rule name="Translocator">False< /rule> < rule name="WeaponStay">False< /rule> < rule name="ForceRespawn">True< /rule> < rule name="mutator">DMMutator< /rule> < /rules> < /server> < /qstat>

DNW-Donzi commented 10 years ago

Update: L4D2 too

[snip] php ./statuscheck.php

Checking Gameserver and Voiceserver Checking 26 server The Quakestat Querystring is: -a2s 95.156.230.73:27065 -uns 95.156.230.70:12060 -ut2004s 95.156.230.70:64000 [snip]

DNW-Donzi commented 10 years ago

Quick'n'Dirty

statuscheck.php: Line 385 + 425 remove the "-R" option, remove the "-utf8" option Line 530 to 540 comment out

Option "-R" hangs more than 2 secs, the query didnt handle it good enough. but now no password-query (password set or not) "-utf8" throws some bad formatting if used in combination with UT2004, which produces false crash-reports.

ulrichblock commented 10 years ago

Unfortunately we cannot fix this without braking other support for other games and functions.

With the next release quakestat will be replaced with a pure PHP solution: #29

Would be great if you can supply us with your image settings and images so they can included during install.

DNW-Donzi commented 10 years ago

im new at github-things ^^ hope i do it right https://github.com/DNW-Donzi/DNW-GS-Templates