Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Fragenstein

#1
Sorry to hear about your situation. I hope things work out for you.
#2
Okay, that php.ini file was a disaster (for me). I went to xampp website and downloaded xampp (zip file).
I renamed my php folder to php_bak and took the entire php folder from the zip file and copied that to the server.
I only made a few changes to php.ini (timezone, and enabling a few extensions...gd, etc.). The awards are now processing
correctly and I'm not seeing any error messages. The only thing that is still an issue is excluding those 3 bots.
I have a feeling that since they are exclusive to excessive+ that may be the issue. See you when things settle down.
#3
Here's the file:

<?php /* vsp voodoo stats processor, copyright 2004-2025, krillinsworld AT gmail DOT com (a924cb279be8cb6089387d402288c9f2) */
  global $player_exclude_list;
 
  $player_exclude_list = [
    "^0argus^F^t+"
    ,"^3Mr.^tGauntlet"
    ,"^6L^3akerbo^6T"
    ,"^1A^2n^3a^4r^5k^6i"
    ,"Angel"
    ,"Biker"
    ,"Bitterman"
    ,"Bones"
    ,"Cadavre"
    ,"Crash"
    ,"Daemia"
    ,"Doom"
    ,"Gorre"
    ,"Grunt"
    ,"Hossman"
    ,"Hunter"
    ,"Keel"
    ,"Klesk"
    ,"Lucy"
    ,"Major"
    ,"Mynx"
    ,"Orbb"
    ,"Patriot"
    ,"Phobos"
    ,"Ranger"
    ,"Razor"
    ,"Sarge"
    ,"Slash"
    ,"Sorlag"
    ,"Stripe"
    ,"TankJr"
    ,"Uriel"
    ,"Visor"
    ,"Wrack"
    ,"Xaero"
    ,"UnnamedPlayer"
    ,"WolfPlayer"
    ,"ETPlayer"
    ,"Unknown Soldier"
  ];

What could be misconfigured in PHP?
#4
I deleted everything and uploaded the updated package from today. I'm still getting this error:

QuoteGenerate Awards: Generating Awards...
Award Definitions not found.
←—— pub/games/q3a/awardsets/default/default-awards.php


On another note, the playerExcludeList-default.inc.php does not appear to be working.
I added all the bots names (colored names included), but they keep showing up in the stats.
#5
Looking much better, but still having a few issues:

Generate Awards: Generating Awards...
Award Definitions not found.
←—— pub/games/q3a/awardsets/default/default-awards.php

Warning: Trying to access array offset on value of type bool in themes\bismarck\awardstat.php on line 165

Warning: Trying to access array offset on value of type bool in themes\bismarck\awardstat.php on line 169

Warning: Attempt to read property "fields" on bool in themes\bismarck\awardstat.php on line 171

Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array,
null given in themes\bismarck\awardstat.php:171Stack trace:#0 themes\bismarck\awardstat.php(262):
drawAwardList()#1 {main}thrown in themes\bismarck\awardstat.php on line 171

Fatal error: Uncaught TypeError: ksort(): Argument #1 ($array) must be of type array,
null given in themes\bismarck\playerstat.php:447 Stack trace: #0 themes\bismarck\playerstat.php(447):
ksort(NULL) #1 themes\bismarck\playerstat.php(24): getStats() #2 {main} thrown in
themes\bismarck\playerstat.php on line 447