Wouldn't it be possible to delete all accounts, that haven't been used for e.g. the last 2 or 3 years?
I don't know the corresponding db, but the site and wc3connect seem well programmed. So I'd be astonished, if there is no column in the db with "last login" or similar. "DELETE FROM wc3players WHERE last_login < NOW() - INTERVAL 3 YEAR" shouldn't be a hassle
