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.
Linux Installation
- MrMayberry
- Posts: 9
- Joined: Thu Mar 14, 2024 1:18 am
- Location: Ohio
- Contact:
- MrMayberry
- Posts: 9
- Joined: Thu Mar 14, 2024 1:18 am
- Location: Ohio
- Contact:
And yes, if you could send me the SQL file so I can run that to get the tables setup that would be great!
- MrMayberry
- Posts: 9
- Joined: Thu Mar 14, 2024 1:18 am
- Location: Ohio
- Contact:
Any updates on SQL file and how to get web interface?
Hi,
sorry for really late reply:
* 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
sorry for really late reply:
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.Also, are the pages available to have a web interface to the server like you have on this site?
I will send a pm with mysql table structure now. Please keep the following in mind:Any updates on SQL file and how to get web interface?
* 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
- castillo6893
- Posts: 1
- Joined: Wed Feb 28, 2024 3:01 pm
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.
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.
( ͡°╭ʖ╮° )
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 Why isn’t the .deb package included in the GitHub releases downloads?
I have no real influence on it beside informing debian and ubuntu package maintainers.castillo6893 wrote: Sun Mar 29, 2026 8:43 pm Debian users are still stuck on version 1.1.2, which is quite outdated.
... 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.
