osu-server-spectator
osu-server-spectator copied to clipboard
`user_country_history` needs to be updated on connect
$countryAcronym = $_SERVER["HTTP_CF_IPCOUNTRY"];
$conn->exec("INSERT INTO user_country_history (user_id, `year_month`, country_acronym) SELECT $userId, date_format(CURRENT_TIMESTAMP, '%y%m'), '{$countryAcronym}' ON DUPLICATE KEY UPDATE count = count + 1");