AFTECH.RO

Results 32 comments of AFTECH.RO

hey guys, still playing around with the tickets.php dashboard rather than having big cards as in the first screenshoot, i made it simplier like this: ![image](https://user-images.githubusercontent.com/38830718/152968428-09e446bd-daa6-4ebd-9620-a512c7ad1f0a.png) Now, here i have...

Can you please make the default listing to show all existing data in ASC order, then Canned Date selection should be optional and only if needed. For instance, when i...

Hi Johnny, Nope, still not working for me for some reason... I still have to select something from the lost in order to see the data Using mariadb with php...

Yep, that works! Actually is mysql Ver 8.0.26-0ubuntu0.20.04.2 for Linux on x86_64 ((Ubuntu)), not MariaDB, my mistake...used to work on MariaDB but forgot i changed the server

Well, looking at that code, for a non-webdev person, looks way to complicated/complex and to many lines code which would be handy for someone who understands it. for me at...

Yep, i`m using nginx inside docker **docker exec -it azuracast /bin/bash** **cd /var/azuracast/stations/radiostation/config** **nano nginx.conf** add: **location /public/radiostation/nowplaying.txt { alias /var/azuracast/stations/radiostation/config/nowplaying.txt; }** **exit** **docker exec -it azuracast nginx -s reload**...

I'm thinking if it can be done by defining a **$station_name** variable in nginx.conf inside docker for location /public/**$station_name**/nowplaying.txt { alias /var/azuracast/stations/**$station_name**/config/nowplaying.txt; } and have it as default nginx configuration...

> It probably all depends on the amount of information you need, but did you ever think of JSON instead of text? It’s easily parseable in almost any language, and...

see, team work :)) in one way or the other, solutions exits :D