Linux Installation

Have Problems with PokerTH Installation? Here you will find Help.
User avatar
MrMayberry
Posts: 9
Joined: Thu Mar 14, 2024 1:18 am
Location: Ohio
Contact:

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.
Thank You,

B. Mayberry
BJMMedia.com
www.bjmmedia.com

Want a Website?
User avatar
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!
Thank You,

B. Mayberry
BJMMedia.com
www.bjmmedia.com

Want a Website?
User avatar
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?
Thank You,

B. Mayberry
BJMMedia.com
www.bjmmedia.com

Want a Website?
User avatar
sp0ck
Posts: 485
Joined: Mon Mar 15, 2021 12:54 pm
Location: Flensburg
Been thanked: 86 times

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
User avatar
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.
( ͡°╭ʖ╮° )
User avatar
sp0ck
Posts: 485
Joined: Mon Mar 15, 2021 12:54 pm
Location: Flensburg
Been thanked: 86 times

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