DNA.styx

Results 9 comments of 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 ![image](https://github.com/user-attachments/assets/9e633928-785d-4e43-960b-e4f9185dd674) Set using ![image](https://github.com/user-attachments/assets/87103911-7f3a-4bed-8733-221a81e37549) Bans page with variables echoed ![image](https://github.com/user-attachments/assets/9bb5a2a9-23ad-476a-a20b-cf1f211559ac) Using this code ![image](https://github.com/user-attachments/assets/21299f32-d323-4af3-924a-7d127b66718a)

>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...