View Single Post
  #66  
Old 10-09-2014, 02:28 PM
squarez squarez is offline
Orc

squarez's Avatar

Join Date: Sep 2014
Posts: 46
Default

Quote:
Originally Posted by Rais [You must be logged in to view images. Log in or Register.]
They won't get into the details. They know if a person has logged on an account or not.
Did not mean for it to sound like I am asking how they are doing their flagging, rather asking if they are taking into account people who use dynamic VPNs. Something like:
select acct_id, count(distinct login_ip) from accts group by acct_id
, then banning everyone above a certain threshold might be banning dynamic VPN people. While this should be pretty rare, just wanted to know if the consideration was made.