Add to account column Status
And to spgetlogininfo put
UPDATE ACCOUNT
SET Status = 1
That 1 means online
but i dont know how make it goes 0 if account goes offline
And in web something if status=1 text ONLINE if status=0 text OFFLINE
And to spgetlogininfo put
UPDATE ACCOUNT
SET Status = 1
That 1 means online
but i dont know how make it goes 0 if account goes offline
And in web something if status=1 text ONLINE if status=0 text OFFLINE