check chips transfers between accounts from browser

For discussion of the Poker Mavens server module and other administration topics
Post Reply
georges
Posts: 56
Joined: Tue Mar 31, 2020 5:20 am

check chips transfers between accounts from browser

Post by georges »

Hello,

Can I know and have something that allow me to check for chips transfers between players from the browser?

And also if we can check for accounts chips and for the rake from the browser.

Thank you
Kent Briggs
Site Admin
Posts: 6011
Joined: Wed Mar 19, 2008 8:47 pm

Re: check chips transfers between accounts from browser

Post by Kent Briggs »

All chip transactions are recorded in the Event Log. The site admin can access recent log records from their browser by logging in through the remote admin interface and checking the Logs tab.
georges
Posts: 56
Joined: Tue Mar 31, 2020 5:20 am

Re: check chips transfers between accounts from browser

Post by georges »

I want people that don’t have access to the server to check the transfer of the chips from the browser and I don’t want them to have admin access in the browser.

I give them a specific page name and they open it and they can search for example all the transfer chips that admin1 did.
Kent Briggs
Site Admin
Posts: 6011
Joined: Wed Mar 19, 2008 8:47 pm

Re: check chips transfers between accounts from browser

Post by Kent Briggs »

georges wrote:I want people that don’t have access to the server to check the transfer of the chips from the browser and I don’t want them to have admin access in the browser.
I give them a specific page name and they open it and they can search for example all the transfer chips that admin1 did.
You would need to write some custom code on your own web site, which would authenticate the player (using the Poker Mavens API) and pull the relevant info from the logs (also using the API) or from a database of transfers that you keep yourself.
georges
Posts: 56
Joined: Tue Mar 31, 2020 5:20 am

Re: check chips transfers between accounts from browser

Post by georges »

Thank you :)
Post Reply