View Single Post
  #516  
Old 10-18-2007, 08:44 PM
N 82 50 24 N 82 50 24 is offline
Senior Member
 
Join Date: Mar 2005
Location: thepokerdb
Posts: 4,196
Default Re: AP current CEO?

I am speaking strictly from a web programming perspective here.

But I know that I "send" more or less info to computers based on user level access. It's as simple as this

if (userlevel == x) {
//something here (ie, send all holecards)
}

I don't know much about windows programming, but I can't imagine it would be too hard to do that. There's no reason it can't be running on the same client and have that programming on the server side.

I'm not saying that's the case, but that's one way that one person could receive some info and another person couldn't.