DNA.styx
DNA.styx
Hi **[Stinggy](https://github.com/Stinggy)** , out of interest, where do others pull the maps from?
Thanks for checking. Yes, only applies to Bans page My permissions  Set using  Bans page with variables echoed  Using this code 
>Latency This code got this working for me: https://github.com/DNA-styx/hlstatsx-community-edition/commit/4282b04f4abaea78211b429b8660bccb623085b2
> suicide I applied this one and I'm [seeing them getting logged ](https://hlstatx-dev.dnagames.site/hlstats.php?mode=playerinfo&player=5) https://github.com/startersclan/hlstatsx-community-edition/commit/732a47a8c9cc3153e5f3627ffcf8128ddd8f6f42#diff-dcb8718d07bb9a409683086d227ccc63d5e4e32a11fa4fdef5c433f9c1fc3f76R3017 >Ping I'm running 8.3. It did take a couple of days to appear.
Could a quick win be to show the admins what the current time is on the web server? Can be added to a theme file, something like the below images...
Is it hours or minutes out? If hours, it could be a timezone issue that (my code means) smarty isn't ~~handling~~ displayingcorrectly.
Edit page_admin.tpl line 110 to read: Web server time: {$smarty.now|date_format:'%d-%b %H:%M %Z'} And see what it says on screen.
This page says that SB++ need PHP 8.1 or higher. You are running 8.0.19 https://github.com/sbpp/sourcebans-pp/
Looks like a permission issue on the cache folder (possible others as well). Give the cache folder permissions: 755 ( rwxr-xr-x ) - most folder will need the same. And...