$username = $vbulletin->db->escape_string($theuser);$vbulletin->db->query_write(" UPDATE " . TABLE_PREFIX . "user SET thetime = $currentunixtime WHERE username = '$username'");