You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create table bots (id int primary key not null auto_increment, remoteip varchar(16), name varchar(100), os varchar(25), localip varchar(16), checkin date);