Do you know by any chance how I can import other wonid.db files to this database.
Because when I try I get an error because the Id's match.
Code:
INSERT INTO globaliddb_ids (id,globalidtype,globalid,type,banned,comment) VALUES(=--->1<---=,'STEAM','STEAM_0:0:2331490','Auto Added',0,"");
INSERT INTO globaliddb_names (id,name) VALUES(=--->1 <---=,"Simpattaja");
Code:
#1062 - Duplicate entry '1' for key 1
This is because everytime you create a new database it starts numbering at 1,2,3 and so on
I would also like to delete all data that are WONIDs instead of STEAMIDs