Page 2 of 2
Re: Linux Installation
Posted: Wed Mar 20, 2024 4:14 pm
by MrMayberry
Thanks for the response.
My end goal would be to have a few "free chips/cash" tables or a couple tournament tables running and waiting on players to join.
I would like everyone to register to use/login to the table if possible?
Also, are the pages available to have a web interface to the server like you have on this site?
Thanks again for any help in getting me up and running.
Re: Linux Installation
Posted: Wed Mar 20, 2024 5:53 pm
by MrMayberry
And yes, if you could send me the SQL file so I can run that to get the tables setup that would be great!
Re: Linux Installation
Posted: Wed Apr 24, 2024 11:35 pm
by MrMayberry
Any updates on SQL file and how to get web interface?
Re: Linux Installation
Posted: Fri Jun 28, 2024 12:00 pm
by sp0ck
Hi,
sorry for really late reply:
Also, are the pages available to have a web interface to the server like you have on this site?
No - relevant code for displaying and calculating Ranking and player stats is not public as it is designed for PokerTH only - means specially for this community. The forum itself is a simple phpbb setup with a customized theme.
Any updates on SQL file and how to get web interface?
I will send a pm with mysql table structure now. Please keep the following in mind:
* Passwords in player table are stored AES encrypted with a specific Salt (to be set in config.xml) - please check mysql refs on how to use it with INSERT queries
* stored mysql-procedures and -functions for ranking calculation are not included
Kind regards,
sp0ck
Re: Linux Installation
Posted: Sun Mar 29, 2026 8:43 pm
by castillo6893
Why isn’t the .deb package included in the GitHub releases downloads? Debian users are still stuck on version 1.1.2, which is quite outdated.
It would be helpful to have an updated .deb provided alongside the other release assets, or at least some guidance on when Debian packages will be updated.
Re: Linux Installation
Posted: Sun Mar 29, 2026 9:07 pm
by sp0ck
castillo6893 wrote: Sun Mar 29, 2026 8:43 pm
Why isn’t the .deb package included in the GitHub releases downloads?
The deb was built on ubuntu 24.04 LTS - won't run on every system and it was built in a later step.
castillo6893 wrote: Sun Mar 29, 2026 8:43 pm
Debian users are still stuck on version 1.1.2, which is quite outdated.
I have no real influence on it beside informing debian and ubuntu package maintainers.
... things are moving, and pokerth 2.0.6 is already available for debian unstable and ubuntu resolute now. Just be patient with this kind of stuff. There are alternatives like snap and flatpak.
Re: Linux Installation
Posted: Mon Mar 30, 2026 5:48 pm
by boehmi
...and AppImage