Source = Console now "Admin: Administrator"

For general discussion of the Poker Mavens software
Post Reply
Tuck Fheman
Posts: 213
Joined: Tue Jul 04, 2017 6:44 am

Source = Console now "Admin: Administrator"

Post by Tuck Fheman »

I just found out that in PMv7 the "Source" in the Callback for Balance changes is no longer "Console" and is now "Admin: Administrator" (or I assume any other admin name), so if you have existing code that was looking for "Console" that needs to be updated.

Callback PHP Example :

Code: Select all

fwrite($f,"Source = " .  $_POST["Source"] . "\n");
Callback TXT Example :

Code: Select all

Source = Admin: Administrator
Also the "Custom" field is now "Custom1".
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: Source = Console now "Admin: Administrator"

Post by Kent Briggs »

That's correct, there's no more Windows Console or Remote Admin so "Console" and "Remote" have been replaced by "Admin" or "Admin: <name>". And the "Custom" account field has been replaced with "Custom1" through "Custom5", as mentioned in the 7.00 announcement.
Post Reply