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
check chips transfers between accounts from browser
-
Kent Briggs
- Site Admin
- Posts: 6011
- Joined: Wed Mar 19, 2008 8:47 pm
Re: check chips transfers between accounts from browser
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.
Re: check chips transfers between accounts from browser
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.
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
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 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.